Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c113 static fc_ulp_list_t *fctl_ulp_list; variable
148 _NOTE(MUTEX_PROTECTS_DATA(fctl_ulp_list_mutex, fctl_ulp_list))
651 if (fctl_ulp_list != NULL) { in fc_ulp_add()
652 new->ulp_next = fctl_ulp_list; in fc_ulp_add()
654 fctl_ulp_list = new; in fc_ulp_add()
663 for (last = NULL, list = fctl_ulp_list; list != NULL; in fc_ulp_add()
675 fctl_ulp_list = list->ulp_next; in fc_ulp_add()
753 for (last = NULL, list = fctl_ulp_list; list != NULL; in fc_ulp_remove()
765 fctl_ulp_list = list->ulp_next; in fc_ulp_remove()
1769 for (list = fctl_ulp_list; list != NULL; list = list->ulp_next) { in fc_ulp_is_name_present()