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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c111 static fc_fca_port_t *fctl_fca_portlist; variable
134 * (fctl_fca_portlist). When walking the list, this lock must be obtained
516 fctl_fca_portlist = NULL;
716 for (fca_port = fctl_fca_portlist; fca_port != NULL;
1731 for (cur = fctl_fca_portlist; cur; cur = cur->port_next) {
2423 new->port_next = fctl_fca_portlist;
2424 fctl_fca_portlist = new;
2458 list = fctl_fca_portlist;
2463 fctl_fca_portlist = list->port_next;
5401 for (fca_port = fctl_fca_portlist; fca_por
[all...]

Completed in 56 milliseconds