Home
last modified time | relevance | path

Searched defs:spawn (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_fork.c236 int spawn = 0; in fork1() local
H A Dkern_exec.c1217 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in exec_mach_imgact() local
7676 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in process_signature() local
H A Dmach_loader.c794 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in parse_machfile() local
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c16565 dtrace_proc_fork(proc_t *parent_proc, proc_t *child_proc, int spawn) in dtrace_proc_fork()