aac_find_child
static dev_info_t *aac_find_child(struct aac_softstate *, uint16_t, uint8_t);
if (aac_find_child(softs, tgt, lun) != NULL) {
if ((child = aac_find_child(softs, tgt, lun)) != NULL) {