Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/procstat/
H A Dprocstat_files.c501 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_ASYNC ? in procstat_files()
519 if (fst->fs_fflags & PS_FST_FFLAG_ASYNC) in procstat_files()
/freebsd-13.1/lib/libprocstat/
H A Dlibprocstat.h97 #define PS_FST_FFLAG_ASYNC 0x0040 macro
H A Dlibprocstat.c751 { KF_FLAG_ASYNC, PS_FST_FFLAG_ASYNC }, in kinfo_fflags2fst()
1648 { O_ASYNC, PS_FST_FFLAG_ASYNC }, in to_filestat_flags()