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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_provider.c50 DAPL_PROVIDER_LIST g_dapl_provider_list; variable
173 g_dapl_provider_list.head = dapl_os_alloc(
175 if (NULL == g_dapl_provider_list.head) {
181 (void) dapl_os_memzero(g_dapl_provider_list.head,
185 g_dapl_provider_list.tail = dapl_os_alloc(
187 if (NULL == g_dapl_provider_list.tail) {
193 (void) dapl_os_memzero(g_dapl_provider_list.tail,
196 g_dapl_provider_list.head->next = g_dapl_provider_list.tail;
197 g_dapl_provider_list
[all...]
H A Ddapl_osd.c375 while (NULL != g_dapl_provider_list.head) {
376 cur_node = g_dapl_provider_list.head;
377 g_dapl_provider_list.head = cur_node->next;
514 } /* end while (NULL != g_dapl_provider_list.head) */
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_provider.h80 extern DAPL_PROVIDER_LIST g_dapl_provider_list;

Completed in 61 milliseconds