Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/procstat/
H A Dprocstat_files.c500 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_NONBLOCK ? in procstat_files()
518 if (fst->fs_fflags & PS_FST_FFLAG_NONBLOCK) in procstat_files()
/freebsd-14.2/lib/libprocstat/
H A Dlibprocstat.h91 #define PS_FST_FFLAG_NONBLOCK 0x0004 macro
H A Dlibprocstat.c755 { KF_FLAG_NONBLOCK, PS_FST_FFLAG_NONBLOCK }, in kinfo_fflags2fst()
1650 { O_NONBLOCK, PS_FST_FFLAG_NONBLOCK }, in to_filestat_flags()