Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/procstat/
H A Dprocstat_files.c495 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_ASYNC ? in procstat_files()
513 if (fst->fs_fflags & PS_FST_FFLAG_ASYNC) in procstat_files()
/freebsd-12.1/lib/libprocstat/
H A Dlibprocstat.h96 #define PS_FST_FFLAG_ASYNC 0x0040 macro
H A Dlibprocstat.c715 { KF_FLAG_ASYNC, PS_FST_FFLAG_ASYNC }, in kinfo_fflags2fst()
1614 { O_ASYNC, PS_FST_FFLAG_ASYNC }, in to_filestat_flags()