Searched defs:fcf_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c6123 FCFIobj_t **fcf_table; local
6169 fcf_table = (FCFIobj_t **)kmem_zalloc(
6187 if (fcf_table[0] &&
6188 (fcf_table[0]->priority > fcfp->priority)) {
6193 fcf_table[i] = fcfp;
6206 fcfp = fcf_table[(rnum%i)];
6208 fcfp = fcf_table[0];
6212 kmem_free(fcf_table, (sizeof (uintptr_t) * fcf_table_count));

Completed in 74 milliseconds