Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c831 pd.pd_port_name.raw_wwn[0], pd.pd_port_name.raw_wwn[1], in remote_port()
832 pd.pd_port_name.raw_wwn[2], pd.pd_port_name.raw_wwn[3], in remote_port()
833 pd.pd_port_name.raw_wwn[4], pd.pd_port_name.raw_wwn[5], in remote_port()
834 pd.pd_port_name.raw_wwn[6], pd.pd_port_name.raw_wwn[7]); in remote_port()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4667 pwwn = pd->pd_port_name; in fp_ulp_statec_cb()
4816 pwwn = pd->pd_port_name; in fp_ulp_devc_cb()
10294 pwwn = &pd->pd_port_name; in fp_fabric_online()
11592 pd->pd_port_name; in fp_handle_unsol_logo()
12596 pd->pd_port_name = *new_pwwn; in fp_fillout_changed_map()
14177 pd->pd_port_name; in fp_validate_area_domain()
14179 pwwn = &pd->pd_port_name; in fp_validate_area_domain()
14386 pd->pd_port_name.raw_wwn[0], in fp_validate_area_domain()
14387 pd->pd_port_name.raw_wwn[1], in fp_validate_area_domain()
14388 pd->pd_port_name.raw_wwn[2], in fp_validate_area_domain()
[all …]
H A Dfctl.c1406 &pd->pd_port_name); in fc_ulp_transport()
1794 *pwwn = pd->pd_port_name; in fc_ulp_get_pwwn_by_did()
1819 map->map_pwwn = pd->pd_port_name; in fc_ulp_pwwn_to_portmap()
3055 pwwn = pd->pd_port_name; in fctl_ulp_statec_cb()
3472 pd->pd_port_name = *port_wwn; in fctl_alloc_remote_port()
3768 &tmp_pd->pd_port_name, in fctl_enlist_pwwn_table()
3769 &pd->pd_port_name) != 0); in fctl_enlist_pwwn_table()
3812 pwwn = pd->pd_port_name; in fctl_delist_pwwn_table()
5630 pwwn = pd->pd_port_name; in fctl_add_orphan_held()
5667 pwwn = pd->pd_port_name; in fctl_add_orphan()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h180 la_wwn_t pd_port_name; /* the port WWN */ member