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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c112 static fc_ulp_list_t *fctl_ulp_list; variable
147 _NOTE(MUTEX_PROTECTS_DATA(fctl_ulp_list_mutex, fctl_ulp_list))
650 if (fctl_ulp_list != NULL) {
651 new->ulp_next = fctl_ulp_list;
653 fctl_ulp_list = new;
662 for (last = NULL, list = fctl_ulp_list; list != NULL;
674 fctl_ulp_list = list->ulp_next;
752 for (last = NULL, list = fctl_ulp_list; list != NULL;
764 fctl_ulp_list = list->ulp_next;
1768 for (list = fctl_ulp_list; lis
[all...]

Completed in 53 milliseconds