Searched defs:kinfo_proc2 (Results 1 – 1 of 1) sorted by relevance
477 struct kinfo_proc2 { struct493 int32_t p_eflag; /* LONG: extra kinfo_proc2 flags */ argument496 int32_t p_exitsig; /* INT: signal to sent to parent on exit */497 int32_t p_flag; /* INT: P_* flags. */499 int32_t p_pid; /* PID_T: Process identifier. */500 int32_t p_ppid; /* PID_T: Parent process id */501 int32_t p_sid; /* PID_T: session id */502 int32_t p__pgid; /* PID_T: process group id */504 int32_t p_tpgid; /* PID_T: tty process group id */506 uint32_t p_uid; /* UID_T: effective user id */[all …]