Home
last modified time | relevance | path

Searched refs:sata_check_device_removed (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c398 static boolean_t sata_check_device_removed(dev_info_t *);
16085 if (sata_check_device_removed(tdip) == B_TRUE) { in sata_ioctl_configure()
21229 if (sata_check_device_removed(tdip) == B_TRUE) { in sata_process_target_node_cleanup()
21336 if (sata_check_device_removed(tdip) == B_TRUE) { in sata_process_device_autoonline()
21529 sata_check_device_removed(dev_info_t *tdip) in sata_check_device_removed() function