Home
last modified time | relevance | path

Searched refs:removable (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/cmd/power/
H A Dpower.conf.i38626 # This entry keeps removable media from being powered down unless the
28 # (See removable-media(9P))
30 device-dependency-property removable-media /dev/fb
H A Dpower.conf.sparc26 # This entry keeps removable media from being powered down unless the
28 # (See removable-media(9P))
30 device-dependency-property removable-media /dev/fb
/illumos-gate/usr/src/cmd/diskinfo/
H A Ddiskinfo.c283 boolean_t removable, ssd; in enumerate_disks() local
313 removable = B_FALSE; in enumerate_disks()
323 removable = B_TRUE; in enumerate_disks()
408 condensed_tristate(removable, 'R'), in enumerate_disks()
444 display_tristate(removable), in enumerate_disks()
450 display_tristate(removable), in enumerate_disks()
/illumos-gate/usr/src/cmd/login/
H A Dlogindevperm.sh65 /dev/vt/console_user 0400 /dev/removable-media/dsk/* # removable media
66 /dev/vt/console_user 0400 /dev/removable-media/rdsk/* # removable media
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevalloc.c62 int removable = 0; in _da_check_for_usb() local
89 (void) ioctl(fd, DKIOCREMOVABLE, &removable); in _da_check_for_usb()
93 if (removable && hotpluggable) in _da_check_for_usb()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-storage-media-volume-manager.p5m29 set name=pkg.description value="Non-graphical removable volume manager"
62 legacy pkg=SUNWrmvolmgr desc="Non-graphical removable volume manager" \
64 legacy pkg=SUNWrmvolmgrr desc="Non-graphical removable volume manager (Root)" \
H A Dsystem-kernel.man9p.inc33 file path=usr/share/man/man9p/removable-media.9p
H A Dservice-storage-removable-media.p5m28 set name=pkg.fmri value=pkg:/service/storage/removable-media@$(PKGVERS)
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh329 if [ -d /tmp/.removable ]; then
330 chown root /tmp/.removable
331 chmod 777 /tmp/.removable
H A Dmkdevalloc.c1093 int removable; in dormdisk() local
1112 removable = 0; in dormdisk()
1153 (void) ioctl(fd, DKIOCREMOVABLE, &removable); in dormdisk()
1155 if (removable == 0) in dormdisk()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_menu.c121 int32_t removable; in process_options() local
151 if (ioctl(fd, DKIOCREMOVABLE, &removable) < 0) { in process_options()
156 if (!removable) { in process_options()
415 int removable; in process_l_flag() local
442 removable = find_device(defer, tmpstr); in process_l_flag()
443 if (removable == -1) in process_l_flag()
451 if (defer || (vol_running && (removable == 0))) { in process_l_flag()
H A Drmf_misc.c1124 int removable = 0; in find_device() local
1225 if (!ioctl(t_dev->d_fd, DKIOCREMOVABLE, &removable) && in find_device()
1228 if (removable || hotpluggable) { in find_device()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c277 if (!dp->removable) { in media_read_name()
352 if (dp->p.disk->removable) { in desc_ok()
392 if (dp->removable) {
H A Dfindevs.c1026 diskp->removable = 1; in create_disk()
1029 diskp->removable = 1; in create_disk()
1032 diskp->removable = get_prop(REMOVABLE_PROP, args->node); in create_disk()
1034 if (diskp->removable == -1) { in create_disk()
1035 diskp->removable = 0; in create_disk()
H A Dalias.c210 if (diskp->removable) { in get_status()
H A Ddisks_private.h109 int removable; member
H A Ddrive.c149 struct removable { struct
166 } removable; member
861 if (diskp->removable) { in get_attrs()
H A Dpartition.c700 if (dp->p.disk->removable) { in desc_ok()
H A Dslice.c295 if (dp->p.disk->removable) { in desc_ok()
/illumos-gate/usr/src/man/man9p/
H A DMakefile26 removable-media.9p \
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c600 bool removable; in mi_closener() local
604 removable = sockpath != NULL && in mi_closener()
621 if (removable && in mi_closener()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A DSB-tables.info51 name:/frutree/chassis/MB/system-board/RMD0/removable-media
231 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/RMD0/removable-media
/illumos-gate/usr/src/lib/libsecdb/
H A Dauth_attr.txt50 solaris.device.mount.alloptions.removable:::Device Mount Removable With All Options::help=DevMount.…
52 solaris.device.mount.removable:::Device Mount Removable::help=DevMount.html
H A Dprof_attr.txt39 …ghts:auths=solaris.profmgr.read,solaris.mail.mailq,solaris.device.mount.removable,solaris.admin.wu…
/illumos-gate/usr/src/boot/common/
H A Dhelp.common331 commands, so it is safe to source a file from removable media.

12