Home
last modified time | relevance | path

Searched refs:in_exec (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkern_fork.c169 int in_exec);
441 int in_exec) in fork_create_child() argument
462in_exec ? TPF_EXEC_COPY : TPF_NONE, /* Mark the task exec copy if in execve… in fork_create_child()
471 if (!in_exec) { in fork_create_child()
H A Dmach_loader.c450 int in_exec = (imgp->ip_flags & IMGPF_EXEC); in load_machfile() local
646 if (in_exec) { in load_machfile()
H A Dkern_exec.c263 int in_exec);
2133 boolean_t in_exec = (imgp->ip_flags & IMGPF_EXEC); in exec_handle_port_actions() local
2171 if (in_exec && task_has_watchport_boost) { in exec_handle_port_actions()