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

/freebsd-13-stable/sys/riscv/include/
H A Dproc.h46 #define KINFO_PROC_SIZE 1088 macro
/freebsd-13-stable/sys/mips/include/
H A Dproc.h92 #define KINFO_PROC_SIZE 1088 macro
95 #define KINFO_PROC_SIZE 816 macro
/freebsd-13-stable/sys/powerpc/include/
H A Dproc.h56 #define KINFO_PROC_SIZE 1088 macro
59 #define KINFO_PROC_SIZE 816 macro
/freebsd-13-stable/sys/arm/include/
H A Dproc.h65 #define KINFO_PROC_SIZE 816 macro
/freebsd-13-stable/sys/arm64/include/
H A Dproc.h46 #define KINFO_PROC_SIZE 1088 macro
/freebsd-13-stable/sys/i386/include/
H A Dproc.h63 #define KINFO_PROC_SIZE 768 macro
/freebsd-13-stable/sys/amd64/include/
H A Dproc.h90 #define KINFO_PROC_SIZE 1088 macro
/freebsd-13-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-13-stable/sys/kern/
H A Dimgact_elf.c2391 #ifdef KINFO_PROC_SIZE
2392 CTASSERT(sizeof(struct kinfo_proc) == KINFO_PROC_SIZE); variable
H A Dkern_proc.c171 CTASSERT(sizeof(struct kinfo_proc) == KINFO_PROC_SIZE); variable

Completed in 133 milliseconds