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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c774 fcip_port_info_t *cur_fport; local
828 cur_fport = fcip_port_head;
829 while (cur_fport != NULL) {
830 if (cur_fport->fcipp_handle ==
843 cur_fport = cur_fport->fcipp_next;
4953 fcip_port_info_t *prev_fport, *cur_fport, *next_fport = NULL; local
5067 cur_fport = fcip_port_head;
5069 while (cur_fport != NULL) {
5070 if (cur_fport
7586 fcip_port_info_t *cur_fport; local
[all...]

Completed in 72 milliseconds