Lines Matching refs:child_t
95 } child_t; typedef
97 static child_t **child = NULL;
153 child_t *ch; in init_slot()
157 child[s] = (child_t *)calloc(1, sizeof (child_t)); in init_slot()
201 child = (child_t **)calloc(max_pu_nscd, sizeof (child_t *)); in _nscd_init_cslots()
214 static child_t *
220 child_t *ch, *ret = NULL; in get_cslot()
254 child_t **tmp; in get_cslot()
257 tmp = (child_t **)calloc(newmax, sizeof (child_t *)); in get_cslot()
262 (void) memcpy(tmp, child, sizeof (child_t) * in get_cslot()
294 return_cslot_nolock(child_t *ch) in return_cslot_nolock()
312 return_cslot(child_t *ch) in return_cslot()
480 child_t *ch = (child_t *)arg; in child_monitor()
506 child_t *ch; in _nscd_proc_iamhere()
949 child_t *ch; in _nscd_proc_alt_get()
1262 child_t *ch; in _nscd_peruser_getadmin()