Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h75 } waiting_list_t; typedef
90 waiting_list_t *chg_w_first; /* the head of the linked list */
91 waiting_list_t *chg_w_last; /* the tail of the linked list */
H A Dcachemgr_change.c120 waiting_list_t **wlp) in waiting_list_add()
123 waiting_list_t *wl; in waiting_list_add()
127 if ((wl = (waiting_list_t *)calloc(1, sizeof (waiting_list_t))) in waiting_list_add()
155 waiting_list_t *wl; in waiting_list_delete()
207 waiting_list_t *wl; in waiting_list_set_cleanup()
264 waiting_list_t *wl = NULL; in chg_get_statusChange()