Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/aac/
H A Daac.c373 static dev_info_t *aac_find_child(struct aac_softstate *, uint16_t, uint8_t);
4163 if (aac_find_child(softs, tgt, lun) != NULL) { in aac_tran_tgt_init()
7103 aac_find_child(struct aac_softstate *softs, uint16_t tgt, uint8_t lun) in aac_find_child() function
7271 if ((child = aac_find_child(softs, tgt, lun)) != NULL) { in aac_config_lun()