Searched defs:new_wwn_pd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c6222 fc_remote_port_t *tmp_pd, *new_wwn_pd; local
6225 new_wwn_pd = fctl_get_remote_port_by_pwwn(port, &pwwn);
6250 "pd:%p new_wwn_pd:%p, cmd_ulp_pkt:%p, bailout:0x%x",
6251 d_id, new_name, old_name, tmp_pd, pd, new_wwn_pd,
6274 if (new_wwn_pd) {
6306 mutex_enter(&new_wwn_pd->pd_mutex);
6307 rnodep = new_wwn_pd->pd_remote_nodep;
6308 mutex_exit(&new_wwn_pd->pd_mutex);
6319 mutex_enter(&new_wwn_pd->pd_mutex);
6321 new_wwn_pd,
[all...]

Completed in 61 milliseconds