zsh-workers
 help / color / mirror / code / Atom feed
f1897f6a7897c9c8bd4fe79b1bd5f899204a5d64 blob 934 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
#autoload
#
# device types on FreeBSD/DragonFly
# (for commands using devstat_buildmatch(), such as iostat and vmstat)
#
local -a d i types

d=( da sa printer proc worm cd scanner optical changer
    comm array enclosure floppy)
i=( IDE SCSI other )
types=(
  "($d)da[direct access devices]"
  "($d)sa[sequential access devices]"
  "($d)printer[printers]"
  "($d)proc[processor devices]"
  "($d)worm[write once read multiple devices]"
  "($d)cd[CD devices]"
  "($d)scanner[scanner devices]"
  "($d)optical[optical memory devices]"
  "($d)changer[medium changer devices]"
  "($d)comm[communication devices]"
  "($d)array[storage array devices]"
  "($d)enclosure[enclosure services devices]"
  "($d)floppy[floppy devices]"
  "($i)IDE[Integrated Drive Electronics devices]"
  "($i)SCSI[Small Computer System Interface devices]"
  "($i)other[any other device interface]"
  'pass[passthrough devices]'
)

_values -s , 'device type' $types
debug log:

solving f1897f6a7 ...
found f1897f6a7 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).