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

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c58 static uint32_t pd_hash_index; variable
609 pd_hash_index = 0;
611 while ((fp_pwwn_table[pd_hash_index].pwwn_head == NULL) &&
612 (pd_hash_index < PWWN_HASH_TABLE_SIZE)) {
613 pd_hash_index++;
616 wsp->walk_addr = (uintptr_t)fp_pwwn_table[pd_hash_index].pwwn_head;
633 (pd_hash_index >= (PWWN_HASH_TABLE_SIZE - 1))) {
654 pd_hash_index++;
656 while ((fp_pwwn_table[pd_hash_index].pwwn_head == NULL) &&
657 (pd_hash_index < PWWN_HASH_TABLE_SIZ
[all...]

Completed in 889 milliseconds