Home
last modified time | relevance | path

Searched defs:kinfo_proc (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/sys/
H A Dsysctl.h370 struct kinfo_proc { struct
385 int32_t p_eflag; /* LONG: extra kinfo_proc flags */ argument
391 int32_t p_flag; /* INT: P_* flags. */
395 int32_t p_sid; /* PID_T: session id */
401 u_int32_t p_ruid; /* UID_T: real user id */
403 u_int32_t p_rgid; /* GID_T: real group id */
440 u_int16_t p_spare; /* U_SHORT: unused */
442 char p_comm[KI_MAXCOMLEN];
470 u_int64_t p_uru_nswap; /* LONG: swaps. */
487 u_int64_t p_cpuid; /* LONG: CPU id */
[all …]
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dmib.c760 kinfo_proc(u_int32_t idx, struct kinfo_proc **kinfo) in kinfo_proc() function