Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c300 static int aac_create_slots(struct aac_softstate *);
2848 if ((softs->total_slots == 0) && (aac_create_slots(softs) != AACOK)) { in aac_common_attach()
6196 aac_create_slots(struct aac_softstate *softs) in aac_create_slots() function