Home
last modified time | relevance | path

Searched refs:tmp_pd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4055 fc_remote_port_t *tmp_pd; in fp_port_login() local
4076 if (tmp_pd) { in fp_port_login()
4884 fc_remote_port_t *tmp_pd; in fp_plogi_group() local
4964 if ((tmp_pd == NULL) || (pd != tmp_pd)) { in fp_plogi_group()
6180 if (tmp_pd != NULL) { in fp_plogi_intr()
6290 if (tmp_pd != pd) { in fp_plogi_intr()
6335 if (tmp_pd != pd) { in fp_plogi_intr()
6400 if (tmp_pd == NULL) { in fp_plogi_intr()
7969 fc_remote_port_t *tmp_pd; in fp_fciocmd() local
8007 if (tmp_pd == NULL) { in fp_fciocmd()
[all …]
H A Dfctl.c3637 fc_remote_port_t *tmp_pd; in fctl_enlist_did_table() local
3649 tmp_pd = tmp_head->d_id_head; in fctl_enlist_did_table()
3650 while (tmp_pd != NULL) { in fctl_enlist_did_table()
3651 ASSERT(tmp_pd != pd); in fctl_enlist_did_table()
3659 tmp_pd = tmp_pd->pd_did_hnext; in fctl_enlist_did_table()
3750 fc_remote_port_t *tmp_pd; in fctl_enlist_pwwn_table() local
3761 tmp_pd = tmp_head->pwwn_head; in fctl_enlist_pwwn_table()
3762 while (tmp_pd != NULL) { in fctl_enlist_pwwn_table()
3763 ASSERT(tmp_pd != pd); in fctl_enlist_pwwn_table()
3768 &tmp_pd->pd_port_name, in fctl_enlist_pwwn_table()
[all …]