Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/procstat/
H A Dprocstat_pwdx.c60 if ((fst->fs_uflags & PS_FST_UFLAG_CDIR) && in procstat_pwdx()
H A Dprocstat_files.c343 else if (fst->fs_uflags & PS_FST_UFLAG_CDIR) in procstat_files()
/freebsd-14.2/lib/libprocstat/
H A Dlibprocstat.h79 #define PS_FST_UFLAG_CDIR 0x0002 macro
H A Dlibprocstat.c524 PS_FST_FFLAG_READ, PS_FST_UFLAG_CDIR, 0, 0, NULL, NULL); in procstat_getfiles_kvm()
780 return (PS_FST_UFLAG_CDIR); in kinfo_uflags2fst()
/freebsd-14.2/usr.bin/fstat/
H A Dfuser.c75 {PS_FST_UFLAG_CDIR, 'c'},
H A Dfstat.c271 else if (fst->fs_uflags & PS_FST_UFLAG_CDIR) in print_file_info()