Searched refs:fs_uflags (Results 1 – 6 of 6) sorted by relevance
341 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()
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()
332 cons->uflags |= fst->fs_uflags; in dofiles()344 cons->uflags = fst->fs_uflags; in dofiles()
121 int fs_uflags; /* How this file is used. */ member
394 entry->fs_uflags = uflags; in filestat_new_entry()1395 if (fst->fs_uflags & PS_FST_UFLAG_MMAP) { in procstat_get_vnode_info_sysctl()