Home
last modified time | relevance | path

Searched refs:P_TRANSLATED (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dproc.h189 #define P_TRANSLATED 0x00020000 /* xxx */ macro
190 #define P_CLASSIC P_TRANSLATED /* xxx */
/xnu-8020.140.41/bsd/kern/
H A Dkern_fork.c1054 …child_proc->p_flag = (parent_proc->p_flag & (P_LP64 | P_TRANSLATED | P_DISABLE_ASLR | P_DELAYIDLES… in forkproc()
1056 child_proc->p_flag = (parent_proc->p_flag & (P_LP64 | P_TRANSLATED | P_DISABLE_ASLR | P_SUGID)); in forkproc()
H A Dproc_info.c716 if ((p->p_flag & P_TRANSLATED) == P_TRANSLATED) { in proc_pidbsdinfo()
825 if ((p->p_flag & P_TRANSLATED) == P_TRANSLATED) { in proc_pidshortbsdinfo()
H A Dkern_exit.c589 pflags = p->p_flag & (P_LP64 | P_SUGID | P_TRANSLATED); in populate_corpse_crashinfo()
/xnu-8020.140.41/tests/
H A Dstackshot_tests.m1415 …T_QUIET; T_ASSERT_TRUE((process_info.kp_proc.p_flag & P_TRANSLATED), "KERN_PROC_PID reports child …