Searched refs:fstflags (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libprocstat/
H A Dlibprocstat.c1610 } fstflags[] = { local
1626 #define NFSTFLAGS (sizeof(fstflags) / sizeof(*fstflags))
1632 if (flags & fstflags[i].flag)
1633 fst_flags |= fstflags[i].fst_flag;

Completed in 55 milliseconds