Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/procstat/
H A Dprocstat_files.c496 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_ASYNC ? in procstat_files()
514 if (fst->fs_fflags & PS_FST_FFLAG_ASYNC) in procstat_files()
/freebsd-14.2/lib/libprocstat/
H A Dlibprocstat.h95 #define PS_FST_FFLAG_ASYNC 0x0040 macro
H A Dlibprocstat.c746 { KF_FLAG_ASYNC, PS_FST_FFLAG_ASYNC }, in kinfo_fflags2fst()
1643 { O_ASYNC, PS_FST_FFLAG_ASYNC }, in to_filestat_flags()