Searched refs:fctl_ulp_modules (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c106 static fc_ulp_module_t *fctl_ulp_modules; variable
511 fctl_ulp_modules = NULL;
681 for (mod = fctl_ulp_modules, prev = NULL; mod; mod = mod->mod_next) {
704 fctl_ulp_modules = mod;
769 for (mod = fctl_ulp_modules, prev = NULL; mod != NULL;
783 fctl_ulp_modules = mod->mod_next;
2436 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) {
2533 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) {
2556 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) {
2708 for (mod = fctl_ulp_modules; mo
[all...]

Completed in 91 milliseconds