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

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c57 static struct d_id_hash *fp_did_table; variable in typeref:struct:d_id_hash
703 fp_did_table = mdb_alloc(sizeof (struct d_id_hash) *
717 if (mdb_vread(fp_did_table, sizeof (struct d_id_hash) *
718 D_ID_HASH_TABLE_SIZE, (uintptr_t)port.fp_did_table) == -1) {
724 while ((fp_did_table[pd_hash_index].d_id_head == NULL) &&
729 wsp->walk_addr = (uintptr_t)fp_did_table[pd_hash_index].d_id_head;
769 while ((fp_did_table[pd_hash_index].d_id_head == NULL) &&
780 (uintptr_t)fp_did_table[pd_hash_index].d_id_head;
793 mdb_free(fp_did_table, sizeof (struct d_id_hash) *
795 fp_did_table
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h510 struct d_id_hash *fp_did_table; member in struct:fc_local_port
677 * attach time. The array pointer is saved at the fp_did_table member

Completed in 60 milliseconds