Searched refs:fs_uflags (Results 1 – 6 of 6) sorted by relevance
347 if (fst->fs_uflags & PS_FST_UFLAG_CTTY) in procstat_files()349 else if (fst->fs_uflags & PS_FST_UFLAG_CDIR) in procstat_files()351 else if (fst->fs_uflags & PS_FST_UFLAG_JAIL) in procstat_files()353 else if (fst->fs_uflags & PS_FST_UFLAG_RDIR) in procstat_files()355 else if (fst->fs_uflags & PS_FST_UFLAG_TEXT) in procstat_files()357 else if (fst->fs_uflags & PS_FST_UFLAG_TRACE) in procstat_files()
59 if ((fst->fs_uflags & PS_FST_UFLAG_CDIR) && in procstat_pwdx()
268 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()
321 cons->uflags |= fst->fs_uflags; in dofiles()333 cons->uflags = fst->fs_uflags; in dofiles()
122 int fs_uflags; /* How this file is used. */ member
394 entry->fs_uflags = uflags; in filestat_new_entry()1399 if (fst->fs_uflags & PS_FST_UFLAG_MMAP) { in procstat_get_vnode_info_sysctl()