Home
last modified time | relevance | path

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

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