Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_provider.c174 sizeof (DAPL_PROVIDER_LIST_NODE)); in dapl_provider_list_create()
182 sizeof (DAPL_PROVIDER_LIST_NODE)); in dapl_provider_list_create()
186 sizeof (DAPL_PROVIDER_LIST_NODE)); in dapl_provider_list_create()
194 sizeof (DAPL_PROVIDER_LIST_NODE)); in dapl_provider_list_create()
204 sizeof (DAPL_PROVIDER_LIST_NODE)); in dapl_provider_list_create()
209 sizeof (DAPL_PROVIDER_LIST_NODE)); in dapl_provider_list_create()
220 DAPL_PROVIDER_LIST_NODE *cur_node; in dapl_provider_list_destroy()
226 dapl_os_free(cur_node, sizeof (DAPL_PROVIDER_LIST_NODE)); in dapl_provider_list_destroy()
292 sizeof (DAPL_PROVIDER_LIST_NODE)); in dapl_provider_list_insert()
305 DAPL_PROVIDER_LIST_NODE *cur_node; in dapl_provider_list_search()
[all …]
H A Ddapl_osd.c363 DAPL_PROVIDER_LIST_NODE *cur_node; in dapls_osd_fork_cleanup()
513 dapl_os_free(cur_node, sizeof (DAPL_PROVIDER_LIST_NODE)); in dapls_osd_fork_cleanup()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_provider.h57 typedef struct DAPL_PROVIDER_LIST_NODE struct
61 struct DAPL_PROVIDER_LIST_NODE *next; argument
62 struct DAPL_PROVIDER_LIST_NODE *prev; argument
63 } DAPL_PROVIDER_LIST_NODE; typedef
68 DAPL_PROVIDER_LIST_NODE *head;
69 DAPL_PROVIDER_LIST_NODE *tail;