Home
last modified time | relevance | path

Searched refs:procstat_getfiles (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/lib/libprocstat/
H A DSymbol.map9 procstat_getfiles;
H A DMakefile48 libprocstat.3 procstat_getfiles.3 \
H A Dlibprocstat.h187 struct filestat_list *procstat_getfiles(struct procstat *procstat,
H A Dlibprocstat.c351 procstat_getfiles(struct procstat *procstat, struct kinfo_proc *kp, int mmapped) in procstat_getfiles() function
/freebsd-12.1/usr.bin/fstat/
H A Dfuser.c297 head = procstat_getfiles(procstat, kp, flags & MFLAG); in dofiles()
H A Dfstat.c220 head = procstat_getfiles(procstat, kp, mflg); in dofiles()
/freebsd-12.1/usr.bin/procstat/
H A Dprocstat_files.c307 head = procstat_getfiles(procstat, kipp, 0); in procstat_files()