Home
last modified time | relevance | path

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

/freebsd/usr.bin/procstat/
H A Dprocstat_pwdx.c55 head = procstat_getfiles(procstat, kipp, 0); in procstat_pwdx()
H A Dprocstat_kqueue.c305 fl = procstat_getfiles(procstat, kipp, 0); in procstat_kqueues()
H A Dprocstat_files.c310 head = procstat_getfiles(procstat, kipp, 0); in procstat_files()
/freebsd/lib/libprocstat/
H A DSymbol.map8 procstat_getfiles;
H A DMakefile42 libprocstat.3 procstat_getfiles.3 \
H A Dlibprocstat.h220 struct filestat_list *procstat_getfiles(struct procstat *procstat,
H A Dlibprocstat.c345 procstat_getfiles(struct procstat *procstat, struct kinfo_proc *kp, int mmapped) in procstat_getfiles() function
/freebsd/tools/test/stress2/misc/
H A Dfullpath2.sh143 if ((head = procstat_getfiles(prstat, p, 0)) == NULL)
/freebsd/usr.bin/fstat/
H A Dfuser.c294 head = procstat_getfiles(procstat, kp, flags & MFLAG); in dofiles()
H A Dfstat.c224 head = procstat_getfiles(procstat, kp, mflg); in dofiles()