Searched refs:KINFO_PROC_SIZE (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/riscv/include/
H A Dproc.h46 #define KINFO_PROC_SIZE 1088 macro
/freebsd-12-stable/sys/powerpc/include/
H A Dproc.h52 #define KINFO_PROC_SIZE 1088 macro
55 #define KINFO_PROC_SIZE 816 macro
/freebsd-12-stable/sys/mips/include/
H A Dproc.h95 #define KINFO_PROC_SIZE 1088 macro
98 #define KINFO_PROC_SIZE 816 macro
/freebsd-12-stable/sys/sparc64/include/
H A Dproc.h56 #define KINFO_PROC_SIZE 1088 macro
/freebsd-12-stable/sys/arm/include/
H A Dproc.h70 #define KINFO_PROC_SIZE 816 macro
/freebsd-12-stable/sys/arm64/include/
H A Dproc.h46 #define KINFO_PROC_SIZE 1088 macro
/freebsd-12-stable/sys/i386/include/
H A Dproc.h63 #define KINFO_PROC_SIZE 768 macro
/freebsd-12-stable/release/picobsd/tinyware/sps/
H A Dsps.c65 num = len / KINFO_PROC_SIZE;
69 ki = (struct kinfo_proc *)(t + (num - i - 1) * KINFO_PROC_SIZE);
/freebsd-12-stable/sys/amd64/include/
H A Dproc.h87 #define KINFO_PROC_SIZE 1088 macro
/freebsd-12-stable/sys/sys/
H A Duser.h80 * Always verify that sizeof(struct kinfo_proc) == KINFO_PROC_SIZE on all
82 * the value of KINFO_PROC_SIZE, then many userland programs will stop
94 #ifndef KINFO_PROC_SIZE
/freebsd-12-stable/sys/kern/
H A Dimgact_elf.c2311 #ifdef KINFO_PROC_SIZE
2312 CTASSERT(sizeof(struct kinfo_proc) == KINFO_PROC_SIZE); variable
H A Dkern_proc.c174 CTASSERT(sizeof(struct kinfo_proc) == KINFO_PROC_SIZE); variable

Completed in 105 milliseconds