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

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c56 static struct pwwn_hash *fp_pwwn_table; variable in typeref:struct:pwwn_hash
589 fp_pwwn_table = mdb_alloc(sizeof (struct pwwn_hash) *
603 if (mdb_vread(fp_pwwn_table, sizeof (struct pwwn_hash) *
604 PWWN_HASH_TABLE_SIZE, (uintptr_t)port.fp_pwwn_table) == -1) {
611 while ((fp_pwwn_table[pd_hash_index].pwwn_head == NULL) &&
616 wsp->walk_addr = (uintptr_t)fp_pwwn_table[pd_hash_index].pwwn_head;
656 while ((fp_pwwn_table[pd_hash_index].pwwn_head == NULL) &&
667 (uintptr_t)fp_pwwn_table[pd_hash_index].pwwn_head;
680 mdb_free(fp_pwwn_table, sizeof (struct pwwn_hash) *
682 fp_pwwn_table
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h517 struct pwwn_hash *fp_pwwn_table; member in struct:fc_local_port
691 * attach time. The array pointer is saved at the fp_pwwn_table member

Completed in 48 milliseconds