Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c375 static dev_info_t *aac_find_child(struct aac_softstate *, uint16_t, uint8_t);
4169 if (aac_find_child(softs, tgt, lun) != NULL) { in aac_tran_tgt_init()
7109 aac_find_child(struct aac_softstate *softs, uint16_t tgt, uint8_t lun) in aac_find_child() function
7277 if ((child = aac_find_child(softs, tgt, lun)) != NULL) { in aac_config_lun()