Home
last modified time | relevance | path

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; in hal_device_merge_with_rewrite() local
228 target_type = hal_device_property_get_type (target, key); in hal_device_merge_with_rewrite()
229 if (target_type != HAL_PROPERTY_TYPE_INVALID && target_type != type) in hal_device_merge_with_rewrite()
288 int target_type; in hal_device_merge() local
298 target_type = hal_device_property_get_type (target, key); in hal_device_merge()
299 if (target_type != HAL_PROPERTY_TYPE_INVALID && target_type != type) in hal_device_merge()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c685 int target_type; in ata_bus_ctl() local
755 target_type = ATA_DEV_DISK; in ata_bus_ctl()
757 target_type = ATA_DEV_ATAPI; in ata_bus_ctl()
766 target_type = ATA_DEV_ATAPI; /* no class prop, assume SCSI */ in ata_bus_ctl()
819 if ((target_type == ATA_DEV_DISK) && in ata_bus_ctl()
820 (target_type != drive_type)) in ata_bus_ctl()
823 target_type = drive_type; in ata_bus_ctl()
849 if (target_type != drive_type) in ata_bus_ctl()
868 if (target_type == ATA_DEV_ATAPI) { in ata_bus_ctl()