Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_fork.c229 int spawn = 0; in fork1() local
H A Dkern_exec.c1023 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in exec_mach_imgact() local
6855 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in check_for_signature() local
H A Dmach_loader.c783 int spawn = (imgp->ip_flags & IMGPF_SPAWN); in parse_machfile() local
/xnu-8020.140.41/bsd/dev/dtrace/
H A Ddtrace.c16527 dtrace_proc_fork(proc_t *parent_proc, proc_t *child_proc, int spawn) in dtrace_proc_fork()