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

/freebsd-10.0-release/lib/libprocstat/
H A Dcore.c63 static void *get_args(struct procstat_core *core, vm_offset_t psstrings,
155 vm_offset_t psstrings; local
259 if (len < sizeof(psstrings)) {
263 psstrings = *(vm_offset_t *)buf;
269 buf = get_args(core, psstrings, type, buf, &len);
351 get_args(struct procstat_core *core, vm_offset_t psstrings, enum psc_type type, argument
364 if (core_read_mem(core, &pss, sizeof(pss), psstrings, true) == -1)

Completed in 56 milliseconds