Home
last modified time | relevance | path

Searched refs:PS_FST_UFLAG_CDIR (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/usr.bin/procstat/
Dprocstat_pwdx.c62 if ((fst->fs_uflags & PS_FST_UFLAG_CDIR) && in procstat_pwdx()
Dprocstat_files.c343 else if (fst->fs_uflags & PS_FST_UFLAG_CDIR) in procstat_files()
/freebsd-12-stable/lib/libprocstat/
Dlibprocstat.h80 #define PS_FST_UFLAG_CDIR 0x0002 macro
Dlibprocstat.c499 PS_FST_FFLAG_READ, PS_FST_UFLAG_CDIR, 0, 0, NULL, NULL); in procstat_getfiles_kvm()
749 return (PS_FST_UFLAG_CDIR); in kinfo_uflags2fst()
/freebsd-12-stable/usr.bin/fstat/
Dfuser.c77 {PS_FST_UFLAG_CDIR, 'c'},
Dfstat.c273 else if (fst->fs_uflags & PS_FST_UFLAG_CDIR) in print_file_info()