Searched refs:procstat_get_pts_info (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/lib/libprocstat/ |
| H A D | libprocstat_compat.c | 115 r = procstat_get_pts_info(procstat, fst, &pts, errbuf); in freebsd11_procstat_get_pts_info() 134 r = procstat_get_pts_info(procstat, fst, &pts, errbuf); in freebsd12_procstat_get_pts_info() 251 __sym_compat(procstat_get_pts_info, freebsd11_procstat_get_pts_info, FBSD_1.2); 258 __sym_compat(procstat_get_pts_info, freebsd12_procstat_get_pts_info, FBSD_1.5);
|
| H A D | Symbol.map | 43 procstat_get_pts_info;
|
| H A D | Makefile | 35 libprocstat.3 procstat_get_pts_info.3 \
|
| H A D | libprocstat.h | 225 int procstat_get_pts_info(struct procstat *procstat, struct filestat *fst,
|
| H A D | libprocstat.c | 1012 procstat_get_pts_info(struct procstat *procstat, struct filestat *fst, in procstat_get_pts_info() function
|
| /freebsd-14.2/usr.bin/fstat/ |
| H A D | fstat.c | 499 error = procstat_get_pts_info(procstat, fst, &pts, errbuf); in print_pts_info()
|