Home
last modified time | relevance | path

Searched refs:pwwn_head (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c614 while ((fp_pwwn_table[pd_hash_index].pwwn_head == NULL) && in pd_by_pwwn_walk_i()
619 wsp->walk_addr = (uintptr_t)fp_pwwn_table[pd_hash_index].pwwn_head; in pd_by_pwwn_walk_i()
659 while ((fp_pwwn_table[pd_hash_index].pwwn_head == NULL) && in pd_by_pwwn_walk_s()
670 (uintptr_t)fp_pwwn_table[pd_hash_index].pwwn_head; in pd_by_pwwn_walk_s()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3761 tmp_pd = tmp_head->pwwn_head; in fctl_enlist_pwwn_table()
3781 pd->pd_wwn_hnext = head->pwwn_head; in fctl_enlist_pwwn_table()
3782 head->pwwn_head = pd; in fctl_enlist_pwwn_table()
3818 pd_next = head->pwwn_head; in fctl_delist_pwwn_table()
3839 head->pwwn_head = pd->pd_wwn_hnext; in fctl_delist_pwwn_table()
3963 pd = head->pwwn_head; in fctl_get_remote_port_by_pwwn()
3996 pd = head->pwwn_head; in fctl_get_remote_port_by_pwwn_mutex_held()
4036 pd = head->pwwn_head; in fctl_hold_remote_port_by_pwwn()
4142 pd = head->pwwn_head; in fctl_fillout_map()
4200 pd = head->pwwn_head; in fctl_fillout_map()
[all …]
H A Dfp.c1842 pd = head->pwwn_head; in fp_suspend_all()
3671 pd = head->pwwn_head; in fp_port_shutdown()
3693 pd = head->pwwn_head; in fp_port_shutdown()
4302 pd = head->pwwn_head; in fp_port_offline()
10065 pd = head->pwwn_head; in fp_fillout_p2pmap()
10249 npd = head->pwwn_head; in fp_fabric_online()
10365 npd = head->pwwn_head; in fp_fabric_online()
14084 pd = head->pwwn_head; in fp_validate_area_domain()
14163 npd = head->pwwn_head; in fp_validate_area_domain()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h697 struct fc_remote_port *pwwn_head; /* Head of linked list */ member