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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c6124 uint32_t fcf_table_count; local
6133 fcf_table_count = 0;
6156 fcf_table_count++;
6159 if (fcf_table_count == 0) {
6163 if (fcf_table_count == 1) {
6170 (sizeof (uintptr_t) * fcf_table_count), KM_SLEEP);
6173 for (i = 0; i < fcf_table_count; i++) {
6212 kmem_free(fcf_table, (sizeof (uintptr_t) * fcf_table_count));

Completed in 367 milliseconds