Home
last modified time | relevance | path

Searched refs:fctl_fca_portlist (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c112 static fc_fca_port_t *fctl_fca_portlist; variable
517 fctl_fca_portlist = NULL; in _init()
717 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_add()
2424 new->port_next = fctl_fca_portlist; in fctl_add_port()
2425 fctl_fca_portlist = new; in fctl_add_port()
2459 list = fctl_fca_portlist; in fctl_remove_port()
2464 fctl_fca_portlist = list->port_next; in fctl_remove_port()
5402 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_get_npiv_port()
5499 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_get_adapter_paths()
5512 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_get_adapter_paths()
[all …]