Searched refs:tgt_hash_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c40 static uint32_t tgt_hash_index; variable
329 tgt_hash_index = 0;
331 while ((port.port_tgt_hash_table[tgt_hash_index] == NULL) &&
332 (tgt_hash_index < FCP_NUM_HASH)) {
333 tgt_hash_index++;
336 wsp->walk_addr = (uintptr_t)(port.port_tgt_hash_table[tgt_hash_index]);
349 (tgt_hash_index >= (FCP_NUM_HASH - 1))) {
370 tgt_hash_index++;
372 while ((port.port_tgt_hash_table[tgt_hash_index] == NULL) &&
373 (tgt_hash_index < FCP_NUM_HAS
[all...]

Completed in 68 milliseconds