Home
last modified time | relevance | path

Searched refs:PS_FST_FFLAG_SYNC (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/procstat/
H A Dprocstat_files.c497 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_SYNC ? in procstat_files()
515 if (fst->fs_fflags & PS_FST_FFLAG_SYNC) in procstat_files()
/freebsd/lib/libprocstat/
H A Dlibprocstat.h96 #define PS_FST_FFLAG_SYNC 0x0080 macro
H A Dlibprocstat.c749 { KF_FLAG_FSYNC, PS_FST_FFLAG_SYNC }, in kinfo_fflags2fst()
1630 { O_SYNC, PS_FST_FFLAG_SYNC }, in to_filestat_flags()