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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5377 fc_local_port_t *tmpport; local
5380 tmpport = port->fp_port_next;
5381 if (!tmpport) {
5385 while (tmpport != port) {
5387 tmpport = tmpport->fp_port_next;
5427 fc_local_port_t *tmpport; local
5430 tmpport = port->fp_port_next;
5431 if (!tmpport || (port->fp_npiv_type == FC_NPIV_PORT)) {
5436 while (tmpport !
5451 fc_local_port_t *tmpport; local
[all...]
H A Dfp.c7561 fc_local_port_t *tmpport; local
7575 tmpport = fc_delete_npiv_port(port, &vwwn[0]);
7576 if (tmpport == NULL) {
7581 fc_local_port_t *nextport = tmpport->fp_port_next;
7582 fc_local_port_t *prevport = tmpport->fp_port_prev;
7587 tmpport->fp_port_dip, PROP_LEN_AND_VAL_BUF,
7594 if (ndi_devi_offline(tmpport->fp_port_dip,
7599 tmpport->fp_npiv_state = 0;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c5550 uint16_t tmpport; local
5770 tmpport = sel.ips_local_port;
5772 sel.ips_remote_port = tmpport;

Completed in 129 milliseconds