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

/xnu-2422.115.4/bsd/kern/
H A Dproc_info.c625 pbsd_shortp->pbsi_flags = 0;
627 pbsd_shortp->pbsi_flags |= PROC_FLAG_SYSTEM;
629 pbsd_shortp->pbsi_flags |= PROC_FLAG_TRACED;
631 pbsd_shortp->pbsi_flags |= PROC_FLAG_INEXIT;
633 pbsd_shortp->pbsi_flags |= PROC_FLAG_PPWAIT;
635 pbsd_shortp->pbsi_flags |= PROC_FLAG_LP64;
637 pbsd_shortp->pbsi_flags |= PROC_FLAG_CONTROLT;
639 pbsd_shortp->pbsi_flags |= PROC_FLAG_THCWD;
641 pbsd_shortp->pbsi_flags |= PROC_FLAG_PSUGID;
643 pbsd_shortp->pbsi_flags |
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dproc_info.h87 uint32_t pbsi_flags; /* 64bit; emulated etc */ member in struct:proc_bsdshortinfo

Completed in 13 milliseconds