Searched defs:d_list_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h22 * void s_list_split (d_list_t *, d_list_t *, d_list_entry_t *, ulong)
25 * void d_list_init (d_list_t *, *head, *tail, cnt)
26 * void d_list_clear (d_list_t *)
27 * void d_list_push_head (d_list_t *, d_list_entry_t *)
28 * d_list_entry_t * d_list_pop_head (d_list_t *)
29 * void d_list_push_tail (d_list_t *, d_list_entry_t *)
30 * d_list_entry_t * d_list_pop_tail (d_list_t *)
31 * d_list_entry_t * d_list_peek_head (d_list_t *)
32 * d_list_entry_t * d_list_peek_tail (d_list_t *)
416 } d_list_t; typedef in typeref:struct:_d_list_t
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c185 } d_list_t; typedef in typeref:struct:d_list_s
187 static d_list_t *d_list = NULL;
188 static d_list_t *d_tail = NULL;
512 d_list_t *temp = malloc(sizeof (d_list_t));
3144 d_list_t *temp = d_list;

Completed in 68 milliseconds