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

/freebsd-current/sys/powerpc/include/
H A Dproc.h55 #define KINFO_PROC_SIZE 1088 macro
58 #define KINFO_PROC_SIZE 816 macro
/freebsd-current/sys/riscv/include/
H A Dproc.h43 #define KINFO_PROC_SIZE 1088 macro
/freebsd-current/sys/arm/include/
H A Dproc.h54 #define KINFO_PROC_SIZE 816 macro
/freebsd-current/sys/arm64/include/
H A Dproc.h75 #define KINFO_PROC_SIZE 1088 macro
/freebsd-current/sys/i386/include/
H A Dproc.h60 #define KINFO_PROC_SIZE 768 macro
/freebsd-current/sys/amd64/include/
H A Dproc.h92 #define KINFO_PROC_SIZE 1088 macro
/freebsd-current/sys/sys/
H A Duser.h77 * Always verify that sizeof(struct kinfo_proc) == KINFO_PROC_SIZE on all
79 * the value of KINFO_PROC_SIZE, then many userland programs will stop
91 #ifndef KINFO_PROC_SIZE
/freebsd-current/sys/kern/
H A Dimgact_elf.c2467 #ifdef KINFO_PROC_SIZE
2468 CTASSERT(sizeof(struct kinfo_proc) == KINFO_PROC_SIZE); variable
H A Dkern_proc.c170 CTASSERT(sizeof(struct kinfo_proc) == KINFO_PROC_SIZE); variable

Completed in 97 milliseconds