Home
last modified time | relevance | path

Searched refs:PROC_FLAG_EXEC (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/sys/
H A Dproc_info.h121 #define PROC_FLAG_EXEC 0x4000 /* process has called exec */ macro
/xnu-11215/bsd/kern/
H A Dproc_info.c733 pbsd->pbi_flags |= PROC_FLAG_EXEC; in proc_pidbsdinfo()
841 pbsd_shortp->pbsi_flags |= PROC_FLAG_EXEC; in proc_pidshortbsdinfo()