Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c724 while ((fp_did_table[pd_hash_index].d_id_head == NULL) && in pd_by_did_walk_i()
729 wsp->walk_addr = (uintptr_t)fp_did_table[pd_hash_index].d_id_head; in pd_by_did_walk_i()
769 while ((fp_did_table[pd_hash_index].d_id_head == NULL) && in pd_by_did_walk_s()
780 (uintptr_t)fp_did_table[pd_hash_index].d_id_head; in pd_by_did_walk_s()
/onnv-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
/onnv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3644 tmp_pd = tmp_head->d_id_head; in fctl_enlist_did_table()
3663 pd->pd_did_hnext = head->d_id_head; in fctl_enlist_did_table()
3664 head->d_id_head = pd; in fctl_enlist_did_table()
3692 pd_next = head->d_id_head; in fctl_delist_did_table()
3709 head->d_id_head = pd->pd_did_hnext; in fctl_delist_did_table()
3863 pd = head->d_id_head; in fctl_get_remote_port_by_did()
3916 pd = head->d_id_head; in fctl_hold_remote_port_by_did()
4821 while (head->d_id_head != NULL) { in fctl_destroy_all_remote_ports()
4822 pd = head->d_id_head; in fctl_destroy_all_remote_ports()
4872 head->d_id_head = pd->pd_did_hnext; in fctl_destroy_all_remote_ports()