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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6376 fc_fca_port_t *list = NULL, *tmpEntry; local
6445 tmpEntry = list;
6449 if (tmpEntry == NULL) {
6453 phyPort = tmpEntry->port_handle;
6456 tmpEntry = tmpEntry->port_next;
6463 tmpEntry = tmpEntry->port_next;

Completed in 74 milliseconds