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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c110 static fc_ulp_module_t *fctl_ulp_modules; variable
515 fctl_ulp_modules = NULL;
685 for (mod = fctl_ulp_modules, prev = NULL; mod; mod = mod->mod_next) {
708 fctl_ulp_modules = mod;
773 for (mod = fctl_ulp_modules, prev = NULL; mod != NULL;
787 fctl_ulp_modules = mod->mod_next;
2440 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) {
2537 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) {
2560 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) {
2712 for (mod = fctl_ulp_modules; mo
[all...]

Completed in 75 milliseconds