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

/freebsd-11-stable/sys/riscv/include/
H A Dproc.h46 #define KINFO_PROC_SIZE 1088 macro
/freebsd-11-stable/sys/powerpc/include/
H A Dproc.h50 #define KINFO_PROC_SIZE 1088 macro
53 #define KINFO_PROC_SIZE 768 macro
/freebsd-11-stable/sys/mips/include/
H A Dproc.h92 #define KINFO_PROC_SIZE 1088 macro
95 #define KINFO_PROC_SIZE 816 macro
/freebsd-11-stable/sys/arm64/include/
H A Dproc.h46 #define KINFO_PROC_SIZE 1088 macro
/freebsd-11-stable/sys/sparc64/include/
H A Dproc.h54 #define KINFO_PROC_SIZE 1088 macro
/freebsd-11-stable/sys/arm/include/
H A Dproc.h68 #define KINFO_PROC_SIZE 816 macro
/freebsd-11-stable/sys/i386/include/
H A Dproc.h61 #define KINFO_PROC_SIZE 768 macro
/freebsd-11-stable/sys/amd64/include/
H A Dproc.h70 #define KINFO_PROC_SIZE 1088 macro
/freebsd-11-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-11-stable/sys/sys/
H A Duser.h78 * Always verify that sizeof(struct kinfo_proc) == KINFO_PROC_SIZE on all
80 * the value of KINFO_PROC_SIZE, then many userland programs will stop
92 #ifndef KINFO_PROC_SIZE
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c2087 #ifdef KINFO_PROC_SIZE
2088 CTASSERT(sizeof(struct kinfo_proc) == KINFO_PROC_SIZE); variable
H A Dkern_proc.c173 CTASSERT(sizeof(struct kinfo_proc) == KINFO_PROC_SIZE); variable

Completed in 153 milliseconds