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

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c108 static fc_ulp_list_t *fctl_ulp_list; variable
143 _NOTE(MUTEX_PROTECTS_DATA(fctl_ulp_list_mutex, fctl_ulp_list))
646 if (fctl_ulp_list != NULL) {
647 new->ulp_next = fctl_ulp_list;
649 fctl_ulp_list = new;
658 for (last = NULL, list = fctl_ulp_list; list != NULL;
670 fctl_ulp_list = list->ulp_next;
748 for (last = NULL, list = fctl_ulp_list; list != NULL;
760 fctl_ulp_list = list->ulp_next;
1764 for (list = fctl_ulp_list; lis
[all...]

Completed in 155 milliseconds