Searched refs:removable (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dpandaboard-common.dtsi30 non-removable; /* XXX need real solution */
H A Dimx6.dtsi428 non-removable;
/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/man/man9p/
H A DMakefile26 removable-media.9p \
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevalloc.c54 * returns 1 if device pointed by 'link' is a removable hotplugged disk,
62 int removable = 0; local
89 (void) ioctl(fd, DKIOCREMOVABLE, &removable);
93 if (removable && hotpluggable)
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c277 if (!dp->removable) {
278 /* not removable, so media name is devid */
285 /* This is a removable media drive. */
351 /* First verify the media name for removable media */
352 if (dp->p.disk->removable) {
392 if (dp->removable) {
535 * This function handles removable media.
H A Dalias.c212 if (diskp->removable) {
213 /* This is a removable drive with no media. */
218 /* not removable, so must be dead */
H A Dfindevs.c59 #define REMOVABLE_PROP "removable-media"
1047 diskp->removable = 1;
1050 diskp->removable = 1;
1053 diskp->removable = get_prop(REMOVABLE_PROP, args->node);
1055 if (diskp->removable == -1) {
1056 diskp->removable = 0;
1059 * x86 does not have removable property.
1060 * Check for common removable drives, zip & jaz,
1068 diskp->removable = 1;
1071 diskp->removable
[all...]
H A Ddisks_private.h105 int removable; member in struct:disk
H A Ddrive.c144 struct removable { struct in union:conf_feature::features
161 } removable; member in union:conf_feature::features
856 if (diskp->removable) {
870 /* can't tell diff between dead & no media on removable drives */
992 * drive was a CD-ROM or not. The kernal lumps all of the removable multi-media
H A Dpartition.c317 /* on sparc, only removable media can have fdisk parts. */
699 /* First verify the media name for removable media */
700 if (dp->p.disk->removable) {
H A Dslice.c338 /* First verify the media name for removable media */
339 if (dp->p.disk->removable) {
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh26 # This is a clean script for removable disks
47 # A clean script for a removable media device should prompt the user to
329 if [ -d /tmp/.removable ]; then
330 chown root /tmp/.removable
331 chmod 777 /tmp/.removable
H A Dmkdevalloc.c1093 int removable; local
1112 removable = 0;
1148 /* see if device is removable */
1153 (void) ioctl(fd, DKIOCREMOVABLE, &removable);
1155 if (removable == 0)
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_menu.c121 int32_t removable; local
151 if (ioctl(fd, DKIOCREMOVABLE, &removable) < 0) {
156 if (!removable) {
158 gettext("Not a removable media device\n"));
409 * List removable devices.
415 int removable; local
442 removable = find_device(defer, tmpstr);
443 if (removable == -1)
448 * manager is running and no removable devices are found.
451 if (defer || (vol_running && (removable
[all...]
H A Drmf_misc.c1122 int removable = 0; local
1223 if (!ioctl(t_dev->d_fd, DKIOCREMOVABLE, &removable) &&
1226 if (removable || hotpluggable) {
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c600 bool removable; local
604 removable = sockpath != NULL &&
621 if (removable &&
/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/cmd/picl/plugins/sun4u/boston/frudr/
H A DSB-tables.info49 name:/frutree/chassis/MB/system-board/RMD0/removable-media
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dpiclfrutree.info406 REFNODE removable-media fru WITH name:/platform/pci@1f,700000/pci@0/pci@1/pci@0/ide@1f/sd@0,0
408 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/RMD0/removable-media
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/
H A Dsystem-board.info383 REFNODE removable-media fru WITH name:/platform/pci@1e,600000/pci@0/pci@1/pci@0/ide@1f/sd@0,0
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c2246 int removable = 0; local
2262 * Check if this is a removable device. If it is we
2281 DDI_PROP_DONTPASS, "removable-media",
2285 removable = 1;
2291 if (removable)

Completed in 365 milliseconds