Searched refs:psstrings (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libprocstat/ |
H A D | core.c | 122 static void *get_args(struct procstat_core *core, vm_offset_t psstrings, 214 vm_offset_t psstrings; in procstat_core_get() local 279 if (len < sizeof(psstrings)) { in procstat_core_get() 283 psstrings = *(vm_offset_t *)buf; in procstat_core_get() 289 buf = get_args(core, psstrings, type, buf, &len); in procstat_core_get() 380 get_args(struct procstat_core *core, vm_offset_t psstrings, enum psc_type type, in get_args() argument 393 if (core_read_mem(core, &pss, sizeof(pss), psstrings, true) == -1) in get_args()
|