Home
last modified time | relevance | path

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

/titanic_50/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.c117 waiting_list_t **wlp) in waiting_list_add()
120 waiting_list_t *wl; in waiting_list_add()
124 if ((wl = (waiting_list_t *)calloc(1, sizeof (waiting_list_t))) in waiting_list_add()
152 waiting_list_t *wl; in waiting_list_delete()
204 waiting_list_t *wl; in waiting_list_set_cleanup()
261 waiting_list_t *wl = NULL; in chg_get_statusChange()