Searched refs:target_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.c213 int target_type; local
228 target_type = hal_device_property_get_type (target, key);
229 if (target_type != HAL_PROPERTY_TYPE_INVALID && target_type != type)
288 int target_type; local
298 target_type = hal_device_property_get_type (target, key);
299 if (target_type != HAL_PROPERTY_TYPE_INVALID && target_type != type)
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c683 int target_type; local
753 target_type = ATA_DEV_DISK;
755 target_type = ATA_DEV_ATAPI;
764 target_type = ATA_DEV_ATAPI; /* no class prop, assume SCSI */
817 if ((target_type == ATA_DEV_DISK) &&
818 (target_type != drive_type))
821 target_type = drive_type;
847 if (target_type != drive_type)
866 if (target_type == ATA_DEV_ATAPI) {

Completed in 65 milliseconds