Searched refs:procstat_core (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libprocstat/ |
H A D | core.h | 50 struct procstat_core; 52 void procstat_core_close(struct procstat_core *core); 53 void *procstat_core_get(struct procstat_core *core, enum psc_type type, 55 int procstat_core_note_count(struct procstat_core *core, enum psc_type type); 56 struct procstat_core *procstat_core_open(const char *filename);
|
H A D | core.c | 51 struct procstat_core struct 118 static bool core_offset(struct procstat_core *core, off_t offset); 119 static bool core_read(struct procstat_core *core, void *buf, size_t len); 120 static ssize_t core_read_mem(struct procstat_core *core, void *buf, 122 static void *get_args(struct procstat_core *core, vm_offset_t psstrings, 125 struct procstat_core * 128 struct procstat_core *core; in procstat_core_open() 177 core = malloc(sizeof(struct procstat_core)); in procstat_core_open() 179 warn("malloc(%zu)", sizeof(struct procstat_core)); in procstat_core_open() 198 procstat_core_close(struct procstat_core *core) in procstat_core_close() [all …]
|
H A D | libprocstat_internal.h | 39 struct procstat_core *core;
|
H A D | libprocstat.c | 118 static struct kinfo_vmentry * kinfo_getvmmap_core(struct procstat_core *core, 120 static Elf_Auxinfo *procstat_getauxv_core(struct procstat_core *core, 152 static gid_t *procstat_getgroups_core(struct procstat_core *core, 159 static int procstat_getosrel_core(struct procstat_core *core, 164 static int procstat_getpathname_core(struct procstat_core *core, 168 static int procstat_getrlimit_core(struct procstat_core *core, int which, 174 static int procstat_getumask_core(struct procstat_core *core, 236 struct procstat_core *core; in procstat_open_core() 792 kinfo_getfile_core(struct procstat_core *core, int *cntp) in kinfo_getfile_core() 1881 kinfo_getvmmap_core(struct procstat_core *core, int *cntp) in kinfo_getvmmap_core() [all …]
|