Lines Matching refs:child_t
96 } child_t; typedef
98 static child_t **child = NULL;
154 child_t *ch; in init_slot()
158 child[s] = (child_t *)calloc(1, sizeof (child_t)); in init_slot()
202 child = (child_t **)calloc(max_pu_nscd, sizeof (child_t *)); in _nscd_init_cslots()
215 static child_t *
221 child_t *ch, *ret = NULL; in get_cslot()
255 child_t **tmp; in get_cslot()
258 tmp = (child_t **)calloc(newmax, sizeof (child_t *)); in get_cslot()
263 (void) memcpy(tmp, child, sizeof (child_t) * in get_cslot()
295 return_cslot_nolock(child_t *ch) in return_cslot_nolock()
313 return_cslot(child_t *ch) in return_cslot()
483 child_t *ch = (child_t *)arg; in child_monitor()
509 child_t *ch; in _nscd_proc_iamhere()
952 child_t *ch; in _nscd_proc_alt_get()
1265 child_t *ch; in _nscd_peruser_getadmin()