Searched refs:ishotpluggable (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ufs/newfs/ |
H A D | newfs.c | 146 static int ishotpluggable = 0; variable 757 if (ioctl(fd, DKIOCHOTPLUGGABLE, &ishotpluggable)) { in getdiskbydev() 761 ishotpluggable = 0; in getdiskbydev() 764 if ((isremovable || ishotpluggable) && !Tflag) in getdiskbydev() 777 CHSLIMIT, isremovable, ishotpluggable, use_efi_dflts)); in getdiskbydev()
|
/titanic_41/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 2309 int isfloppy, isremoveable, ishotpluggable; in pcfs_device_getinfo() local 2335 (intptr_t)&ishotpluggable, FKIOCTL, cr, NULL)) { in pcfs_device_getinfo() 2336 ishotpluggable = 0; in pcfs_device_getinfo() 2428 (isremoveable || ishotpluggable | isfloppy)) { in pcfs_device_getinfo()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 647 int use_efi_dflts = 0, retry = 0, isremovable = 0, ishotpluggable = 0; in main() local 1150 if (ioctl(fsi, DKIOCHOTPLUGGABLE, &ishotpluggable)) { in main() 1154 ishotpluggable = 0; in main() 1158 ishotpluggable) { in main() 1167 "use_efi_dflts = %d\n", label_type, isremovable, ishotpluggable, in main()
|