Home
last modified time | relevance | path

Searched refs:KINFO_STRUCT (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/symon/symon-2.88/platform/OpenBSD/
H A Dsm_proc.c57 #define KINFO_STRUCT kinfo_proc2 macro
62 #define KINFO_STRUCT kinfo_proc macro
65 #define KINFO_STRUCT kinfo_proc macro
70 static struct KINFO_STRUCT *proc_ps = NULL;
109 proc_ps = xrealloc(proc_ps, proc_max * sizeof(struct KINFO_STRUCT)); in gets_proc()
117 mib[4] = sizeof(struct KINFO_STRUCT); in gets_proc()
119 size = proc_max * sizeof(struct KINFO_STRUCT); in gets_proc()
126 if (size % sizeof(struct KINFO_STRUCT) != 0) { in gets_proc()
128 size, sizeof(struct KINFO_STRUCT)); in gets_proc()
131 proc_cur = size / sizeof(struct KINFO_STRUCT); in gets_proc()
[all …]