Searched refs:procstat_getfiles (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.bin/procstat/ |
H A D | procstat_pwdx.c | 55 head = procstat_getfiles(procstat, kipp, 0); in procstat_pwdx()
|
H A D | procstat_kqueue.c | 305 fl = procstat_getfiles(procstat, kipp, 0); in procstat_kqueues()
|
H A D | procstat_files.c | 310 head = procstat_getfiles(procstat, kipp, 0); in procstat_files()
|
/freebsd/lib/libprocstat/ |
H A D | Symbol.map | 8 procstat_getfiles;
|
H A D | Makefile | 42 libprocstat.3 procstat_getfiles.3 \
|
H A D | libprocstat.h | 220 struct filestat_list *procstat_getfiles(struct procstat *procstat,
|
H A D | libprocstat.c | 345 procstat_getfiles(struct procstat *procstat, struct kinfo_proc *kp, int mmapped) in procstat_getfiles() function
|
/freebsd/tools/test/stress2/misc/ |
H A D | fullpath2.sh | 143 if ((head = procstat_getfiles(prstat, p, 0)) == NULL)
|
/freebsd/usr.bin/fstat/ |
H A D | fuser.c | 294 head = procstat_getfiles(procstat, kp, flags & MFLAG); in dofiles()
|
H A D | fstat.c | 224 head = procstat_getfiles(procstat, kp, mflg); in dofiles()
|