Home
last modified time | relevance | path

Searched refs:fs_uflags (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/procstat/
H A Dprocstat_files.c341 if (fst->fs_uflags & PS_FST_UFLAG_CTTY) in procstat_files()
343 else if (fst->fs_uflags & PS_FST_UFLAG_CDIR) in procstat_files()
345 else if (fst->fs_uflags & PS_FST_UFLAG_JAIL) in procstat_files()
347 else if (fst->fs_uflags & PS_FST_UFLAG_RDIR) in procstat_files()
349 else if (fst->fs_uflags & PS_FST_UFLAG_TEXT) in procstat_files()
351 else if (fst->fs_uflags & PS_FST_UFLAG_TRACE) in procstat_files()
H A Dprocstat_pwdx.c59 if ((fst->fs_uflags & PS_FST_UFLAG_CDIR) && in procstat_pwdx()
/freebsd/usr.bin/fstat/
H A Dfstat.c268 if (fst->fs_uflags & PS_FST_UFLAG_TEXT) in print_file_info()
270 else if (fst->fs_uflags & PS_FST_UFLAG_CDIR) in print_file_info()
272 else if (fst->fs_uflags & PS_FST_UFLAG_RDIR) in print_file_info()
274 else if (fst->fs_uflags & PS_FST_UFLAG_TRACE) in print_file_info()
276 else if (fst->fs_uflags & PS_FST_UFLAG_MMAP) in print_file_info()
278 else if (fst->fs_uflags & PS_FST_UFLAG_JAIL) in print_file_info()
280 else if (fst->fs_uflags & PS_FST_UFLAG_CTTY) in print_file_info()
H A Dfuser.c332 cons->uflags |= fst->fs_uflags; in dofiles()
344 cons->uflags = fst->fs_uflags; in dofiles()
/freebsd/lib/libprocstat/
H A Dlibprocstat.h121 int fs_uflags; /* How this file is used. */ member
H A Dlibprocstat.c394 entry->fs_uflags = uflags; in filestat_new_entry()
1395 if (fst->fs_uflags & PS_FST_UFLAG_MMAP) { in procstat_get_vnode_info_sysctl()