Symbol: DAPL_PROVIDER_LIST_NODE
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
363
DAPL_PROVIDER_LIST_NODE *cur_node;
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
513
dapl_os_free(cur_node, sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
174
sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
182
sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
186
sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
194
sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
204
sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
209
sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
220
DAPL_PROVIDER_LIST_NODE *cur_node;
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
226
dapl_os_free(cur_node, sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
245
DAPL_PROVIDER_LIST_NODE *cur_node, *prev_node, *next_node;
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
252
cur_node = dapl_os_alloc(sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
292
sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
305
DAPL_PROVIDER_LIST_NODE *cur_node;
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
332
DAPL_PROVIDER_LIST_NODE *cur_node, *prev_node, *next_node;
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
348
sizeof (DAPL_PROVIDER_LIST_NODE));
usr/src/lib/udapl/udapl_tavor/include/dapl_provider.h
61
struct DAPL_PROVIDER_LIST_NODE *next;
usr/src/lib/udapl/udapl_tavor/include/dapl_provider.h
62
struct DAPL_PROVIDER_LIST_NODE *prev;
usr/src/lib/udapl/udapl_tavor/include/dapl_provider.h
68
DAPL_PROVIDER_LIST_NODE *head;
usr/src/lib/udapl/udapl_tavor/include/dapl_provider.h
69
DAPL_PROVIDER_LIST_NODE *tail;