Home
last modified time | relevance | path

Searched refs:hotpluggable (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/login/
H A Dlogindevperm.sh67 /dev/vt/console_user 0400 /dev/hotpluggable/dsk/* # hotpluggable storage
68 /dev/vt/console_user 0400 /dev/hotpluggable/rdsk/* # hotpluggable storage
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevalloc.c63 int hotpluggable = 0; in _da_check_for_usb() local
90 (void) ioctl(fd, DKIOCHOTPLUGGABLE, &hotpluggable); in _da_check_for_usb()
93 if (removable && hotpluggable) in _da_check_for_usb()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c1126 int hotpluggable = 0; in find_device() local
1227 &hotpluggable)) { in find_device()
1228 if (removable || hotpluggable) { in find_device()