Searched refs:smaprec (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/procps/ |
D | pmap.c | 45 static void print_smaprec(struct smaprec *currec, void *data) in print_smaprec() 65 struct smaprec total; in procps_get_maps()
|
/busybox-1.35.0/libbb/ |
D | procps.c | 179 int FAST_FUNC procps_read_smaps(pid_t pid, struct smaprec *total, in procps_read_smaps() 180 void (*cb)(struct smaprec *, void *), void *data) in procps_read_smaps() argument 183 struct smaprec currec; in procps_read_smaps() 187 void (*cb)(struct smaprec *, void *) = NULL; in procps_read_smaps()
|
/busybox-1.35.0/include/ |
D | libbb.h | 1999 struct smaprec { struct 2023 int FAST_FUNC procps_read_smaps(pid_t pid, struct smaprec *total, argument 2024 void (*cb)(struct smaprec *, void *), void *data); 2055 struct smaprec smaps;
|