Searched refs:procstat_core_get (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/lib/libprocstat/ |
| H A D | core.h | 54 void *procstat_core_get(struct procstat_core *core, enum psc_type type,
|
| H A D | libprocstat.c | 323 p = procstat_core_get(procstat->core, PSC_TYPE_PROC, NULL, in procstat_getprocs() 770 buf = procstat_core_get(core, PSC_TYPE_FILES, NULL, &len); in kinfo_getfile_core() 1799 if (procstat_core_get(procstat->core, type, av->buf, &len) in getargv() 1880 buf = procstat_core_get(core, PSC_TYPE_VMMAP, NULL, &len); in kinfo_getvmmap_core() 2029 groups = procstat_core_get(core, PSC_TYPE_GROUPS, NULL, &len); in procstat_getgroups_core() 2102 buf = procstat_core_get(core, PSC_TYPE_UMASK, NULL, &len); in procstat_getumask_core() 2192 rlimits = procstat_core_get(core, PSC_TYPE_RLIMIT, NULL, &len); in procstat_getrlimit_core() 2325 buf = procstat_core_get(core, PSC_TYPE_OSREL, NULL, &len); in procstat_getosrel_core() 2469 auxv = procstat_core_get(core, PSC_TYPE_AUXV, NULL, &len); in procstat_getauxv_core() 2515 pl = procstat_core_get(core, PSC_TYPE_PTLWPINFO, buf, &len); in procstat_getptlwpinfo_core()
|
| H A D | core.c | 172 procstat_core_get(struct procstat_core *core, enum psc_type type, void *buf, in procstat_core_get() function
|