Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/nscd/
H A Dnscd_selfcred.c95 } 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()
[all …]
/titanic_41/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c65 } child_t; typedef
80 static child_t *
83 child_t *cp; in child_find_by_pid()
93 static child_t *
96 child_t *cp; in child_find_by_uid()
414 child_t *cp; in cmd_start()
513 child_t *cp; in svc_sigchld()
586 child_t *cp; in svc_cleanup()