Searched defs:drv_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h104 int drv_type; member in struct:disk
/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 76 milliseconds