Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h200 struct fc_remote_port *pd_did_hnext; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3659 tmp_pd = tmp_pd->pd_did_hnext; in fctl_enlist_did_table()
3668 pd->pd_did_hnext = head->d_id_head; in fctl_enlist_did_table()
3704 pd_next = pd_next->pd_did_hnext; in fctl_delist_did_table()
3714 head->d_id_head = pd->pd_did_hnext; in fctl_delist_did_table()
3716 last->pd_did_hnext = pd->pd_did_hnext; in fctl_delist_did_table()
3719 pd->pd_did_hnext = NULL; in fctl_delist_did_table()
3877 pd = pd->pd_did_hnext; in fctl_get_remote_port_by_did()
3932 pd = pd->pd_did_hnext; in fctl_hold_remote_port_by_did()
4877 head->d_id_head = pd->pd_did_hnext; in fctl_destroy_all_remote_ports()
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c763 (uintptr_t)(((fc_remote_port_t *)wsp->walk_data)->pd_did_hnext); in pd_by_did_walk_s()