Searched refs:procstat_get_pts_info (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libprocstat/ |
H A D | libprocstat_compat.c | 114 r = procstat_get_pts_info(procstat, fst, &pts, errbuf); in freebsd11_procstat_get_pts_info() 133 r = procstat_get_pts_info(procstat, fst, &pts, errbuf); in freebsd12_procstat_get_pts_info() 250 __sym_compat(procstat_get_pts_info, freebsd11_procstat_get_pts_info, FBSD_1.2); 257 __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 | 34 libprocstat.3 procstat_get_pts_info.3 \
|
H A D | libprocstat.h | 228 int procstat_get_pts_info(struct procstat *procstat, struct filestat *fst,
|
H A D | libprocstat.c | 1010 procstat_get_pts_info(struct procstat *procstat, struct filestat *fst, in procstat_get_pts_info() function
|
/freebsd/usr.bin/fstat/ |
H A D | fstat.c | 493 error = procstat_get_pts_info(procstat, fst, &pts, errbuf); in print_pts_info()
|