Searched refs:atfp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Datfork.c54 atfork_t *atfp; local
64 } else if ((atfp = lmalloc(sizeof (atfork_t))) == NULL) {
67 atfp->prepare = prepare;
68 atfp->parent = parent;
69 atfp->child = child;
71 udp->atforklist = atfp;
72 atfp->forw = atfp->back = atfp;
74 head->back->forw = atfp;
94 atfork_t *atfp; local
115 atfork_t *atfp; local
136 atfork_t *atfp; local
[all...]
H A Datexit.c203 atfork_t *atfp; local
210 atfp = atfork_q;
212 next = atfp->forw;
215 if (((func = atfp->prepare) != NULL &&
217 ((func = atfp->parent) != NULL &&
219 ((func = atfp->child) != NULL &&
228 atfp->prepare = NULL;
229 atfp->parent = NULL;
230 atfp->child = NULL;
233 if (atfp
[all...]

Completed in 21 milliseconds