Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/procstat/
H A Dprocstat_pwdx.c58 head = procstat_getfiles(procstat, kipp, 0); in procstat_pwdx()
H A Dprocstat_files.c313 head = procstat_getfiles(procstat, kipp, 0); in procstat_files()
/freebsd-13.1/lib/libprocstat/
H A DSymbol.map9 procstat_getfiles;
H A DMakefile44 libprocstat.3 procstat_getfiles.3 \
H A Dlibprocstat.h188 struct filestat_list *procstat_getfiles(struct procstat *procstat,
H A Dlibprocstat.c352 procstat_getfiles(struct procstat *procstat, struct kinfo_proc *kp, int mmapped) in procstat_getfiles() function
/freebsd-13.1/usr.bin/fstat/
H A Dfuser.c297 head = procstat_getfiles(procstat, kp, flags & MFLAG); in dofiles()
H A Dfstat.c227 head = procstat_getfiles(procstat, kp, mflg); in dofiles()