Searched refs:procstat_core_get (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libprocstat/ |
H A D | core.h | 53 void *procstat_core_get(struct procstat_core *core, enum psc_type type,
|
H A D | libprocstat.c | 317 p = procstat_core_get(procstat->core, PSC_TYPE_PROC, NULL, in procstat_getprocs() 799 buf = procstat_core_get(core, PSC_TYPE_FILES, NULL, &len); in kinfo_getfile_core() 1807 if (procstat_core_get(procstat->core, type, av->buf, &len) in getargv() 1888 buf = procstat_core_get(core, PSC_TYPE_VMMAP, NULL, &len); in kinfo_getvmmap_core() 2037 groups = procstat_core_get(core, PSC_TYPE_GROUPS, NULL, &len); in procstat_getgroups_core() 2110 buf = procstat_core_get(core, PSC_TYPE_UMASK, NULL, &len); in procstat_getumask_core() 2200 rlimits = procstat_core_get(core, PSC_TYPE_RLIMIT, NULL, &len); in procstat_getrlimit_core() 2333 buf = procstat_core_get(core, PSC_TYPE_OSREL, NULL, &len); in procstat_getosrel_core() 2485 auxv = procstat_core_get(core, PSC_TYPE_AUXV, NULL, &len); in procstat_getauxv_core() 2531 pl = procstat_core_get(core, PSC_TYPE_PTLWPINFO, buf, &len); in procstat_getptlwpinfo_core() [all …]
|
H A D | core.c | 209 procstat_core_get(struct procstat_core *core, enum psc_type type, void *buf, in procstat_core_get() function
|