Home
last modified time | relevance | path

Searched refs:d_id_head (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c727 while ((fp_did_table[pd_hash_index].d_id_head == NULL) && in pd_by_did_walk_i()
732 wsp->walk_addr = (uintptr_t)fp_did_table[pd_hash_index].d_id_head; in pd_by_did_walk_i()
772 while ((fp_did_table[pd_hash_index].d_id_head == NULL) && in pd_by_did_walk_s()
783 (uintptr_t)fp_did_table[pd_hash_index].d_id_head; in pd_by_did_walk_s()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h683 struct fc_remote_port *d_id_head; /* Head of linked list */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3649 tmp_pd = tmp_head->d_id_head; in fctl_enlist_did_table()
3668 pd->pd_did_hnext = head->d_id_head; in fctl_enlist_did_table()
3669 head->d_id_head = pd; in fctl_enlist_did_table()
3697 pd_next = head->d_id_head; in fctl_delist_did_table()
3714 head->d_id_head = pd->pd_did_hnext; in fctl_delist_did_table()
3868 pd = head->d_id_head; in fctl_get_remote_port_by_did()
3921 pd = head->d_id_head; in fctl_hold_remote_port_by_did()
4826 while (head->d_id_head != NULL) { in fctl_destroy_all_remote_ports()
4827 pd = head->d_id_head; in fctl_destroy_all_remote_ports()
4877 head->d_id_head = pd->pd_did_hnext; in fctl_destroy_all_remote_ports()