Home
last modified time | relevance | path

Searched refs:PS_FST_FFLAG_APPEND (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/procstat/
H A Dprocstat_files.c493 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_APPEND ? in procstat_files()
511 if (fst->fs_fflags & PS_FST_FFLAG_APPEND) in procstat_files()
/freebsd/lib/libprocstat/
H A Dlibprocstat.h92 #define PS_FST_FFLAG_APPEND 0x0008 macro
H A Dlibprocstat.c742 { KF_FLAG_APPEND, PS_FST_FFLAG_APPEND }, in kinfo_fflags2fst()
1620 { O_APPEND, PS_FST_FFLAG_APPEND }, in to_filestat_flags()
/freebsd/usr.bin/fstat/
H A Dfuser.c60 {PS_FST_FFLAG_APPEND, 'a'},