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

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4054 fc_remote_port_t *tmp_pd; local
4071 tmp_pd = fctl_lookup_pd_by_did(port, d_id);
4075 if (tmp_pd) {
4076 mutex_enter(&tmp_pd->pd_mutex);
4077 if ((tmp_pd->pd_aux_flags & PD_DISABLE_RELOGIN) &&
4078 !(tmp_pd->pd_aux_flags & PD_LOGGED_OUT)) {
4079 tmp_pd->pd_state = PORT_DEVICE_LOGGED_IN;
4082 mutex_exit(&tmp_pd->pd_mutex);
4086 mutex_enter(&tmp_pd->pd_mutex);
4087 if (tmp_pd
4883 fc_remote_port_t *tmp_pd; local
6176 fc_remote_port_t *tmp_pd; local
6222 fc_remote_port_t *tmp_pd, *new_wwn_pd; local
7965 fc_remote_port_t *tmp_pd; local
8108 fc_remote_port_t *tmp_pd; local
[all...]
H A Dfctl.c3632 fc_remote_port_t *tmp_pd; local
3644 tmp_pd = tmp_head->d_id_head;
3645 while (tmp_pd != NULL) {
3646 ASSERT(tmp_pd != pd);
3648 if (tmp_pd->pd_state != PORT_DEVICE_INVALID &&
3649 tmp_pd->pd_type != PORT_DEVICE_OLD) {
3650 ASSERT(tmp_pd->pd_port_id.port_id !=
3654 tmp_pd = tmp_pd->pd_did_hnext;
3745 fc_remote_port_t *tmp_pd; local
[all...]

Completed in 109 milliseconds