Searched refs:drv_type (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c672 if (drives[i]->p.disk->drv_type == filter[j]) {
894 if (nvlist_add_uint32(attrs, DM_DRVTYPE, diskp->drv_type) != 0) {
999 if (dp->drv_type == DM_DT_UNKNOWN) {
1011 dp->drv_type = get_cdrom_drvtype(fd);
1014 if (dp->drv_type == DM_DT_UNKNOWN) {
1015 dp->drv_type = DM_DT_CDROM;
1022 dp->drv_type = conv_drive_type(minfo.dki_media_type);
1033 dp->drv_type = DM_DT_CDROM;
H A Dfindevs.c478 if (diskp->drv_type != DM_DT_FLOPPY) {
583 if (diskp->drv_type != DM_DT_FLOPPY) {
1040 * as a CD-ROM. We leave the drv_type as UKNOWN for now.
1041 * The combination of the cd_rom flag being set with the drv_type of
1045 diskp->drv_type = DM_DT_UNKNOWN;
1049 diskp->drv_type = DM_DT_FLOPPY;
1084 diskp->drv_type = DM_DT_UNKNOWN;
1088 diskp->drv_type = DM_DT_JAZ;
1091 diskp->drv_type = DM_DT_ZIP;
1095 diskp->drv_type
[all...]
H A Ddisks_private.h104 int drv_type; member in struct:disk
H A Dpartition.c316 if (dp->drv_type == DM_DT_FIXED) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c76 uint8_t drv_type; member in struct:scsi_drv_info
393 int targ_id = scsi_drv[i-1].drv_type == DRV_TYPE_DSK ?
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c6506 int drv_type; local
6527 drv_type = VD_DRIVER_UNKNOWN;
6536 drv_type = vds->driver_types[i].type;
6544 drv_type = vds_driver_types[i].type;
6551 (drv_type == VD_DRIVER_DISK)? "DISK" :
6552 (drv_type == VD_DRIVER_VOLUME)? "VOLUME" : "UNKNOWN");
6557 *dtype = drv_type;
6565 int status, drv_type, pseudo; local
6625 if ((status = vd_identify_dev(vd, &drv_type)) != 0) {
6639 if (drv_type
[all...]

Completed in 85 milliseconds