Searched refs:psstrings (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/tests/sys/kern/
H A Dkern_copyin.c62 uintptr_t psstrings; local
69 len = sizeof(psstrings);
70 error = sysctl(mib, nitems(mib), &psstrings, &len, NULL, 0);
74 if (psstrings == PS_STRINGS_LA57)
76 if (psstrings == PS_STRINGS_LA48)
79 if (psstrings == PS_STRINGS_LA48 - PAGE_SIZE)
/freebsd-13-stable/lib/libprocstat/
H A Dcore.c85 static void *get_args(struct procstat_core *core, vm_offset_t psstrings,
177 vm_offset_t psstrings; local
242 if (len < sizeof(psstrings)) {
246 psstrings = *(vm_offset_t *)buf;
252 buf = get_args(core, psstrings, type, buf, &len);
343 get_args(struct procstat_core *core, vm_offset_t psstrings, enum psc_type type, argument
356 if (core_read_mem(core, &pss, sizeof(pss), psstrings, true) == -1)

Completed in 41 milliseconds