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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3636 fc_remote_port_t *tmp_pd; local
3648 tmp_pd = tmp_head->d_id_head;
3649 while (tmp_pd != NULL) {
3650 ASSERT(tmp_pd != pd);
3652 if (tmp_pd->pd_state != PORT_DEVICE_INVALID &&
3653 tmp_pd->pd_type != PORT_DEVICE_OLD) {
3654 ASSERT(tmp_pd->pd_port_id.port_id !=
3658 tmp_pd = tmp_pd->pd_did_hnext;
3749 fc_remote_port_t *tmp_pd; local
[all...]
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...]

Completed in 62 milliseconds