Searched refs:pbi_flags (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dproc_info.c362 pbsd->pbi_flags = 0;
364 pbsd->pbi_flags |= PROC_FLAG_SYSTEM;
366 pbsd->pbi_flags |= PROC_FLAG_TRACED;
368 pbsd->pbi_flags |= PROC_FLAG_INEXIT;
370 pbsd->pbi_flags |= PROC_FLAG_PPWAIT;
372 pbsd->pbi_flags |= PROC_FLAG_LP64;
374 pbsd->pbi_flags |= PROC_FLAG_CONTROLT;
376 pbsd->pbi_flags |= PROC_FLAG_THCWD;
379 pbsd->pbi_flags |= PROC_FLAG_SLEADER;
381 pbsd->pbi_flags |
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_info.h55 uint32_t pbi_flags; /* 64bit; emulated etc */ member in struct:proc_bsdinfo
79 /* pbi_flags values */

Completed in 35 milliseconds