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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3250 uint32_t ub_array_index = 0; local
3284 * reset ub_array_index
3286 ub_array_index = 0;
3352 while (ha->ub_array[ub_array_index] != NULL) {
3353 ub_array_index++;
3374 ubp->ub_token = ub_array_index;
3377 tokens[index] = ub_array_index;
3381 sp->handle = ub_array_index;
3384 ha->ub_array[ub_array_index] = ubp;
3486 uint64_t ub_array_index; local
3587 uint64_t ub_array_index; local
[all...]

Completed in 78 milliseconds