Lines Matching refs:procstat_core_get
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()
2876 k = procstat_core_get(procstat->core, PSC_TYPE_KQUEUES, in procstat_get_kqueue_info()