Searched refs:fs_fflags (Results 1 – 5 of 5) sorted by relevance
490 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_READ ? in procstat_files()492 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_WRITE ? in procstat_files()494 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_APPEND ? in procstat_files()496 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_ASYNC ? in procstat_files()498 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_SYNC ? in procstat_files()500 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_NONBLOCK ? in procstat_files()502 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_DIRECT ? in procstat_files()504 xo_emit("{d:/%s}", fst->fs_fflags & PS_FST_FFLAG_HASLOCK ? in procstat_files()508 if (fst->fs_fflags & PS_FST_FFLAG_READ) in procstat_files()510 if (fst->fs_fflags & PS_FST_FFLAG_WRITE) in procstat_files()[all …]
483 print_access_flags(fst->fs_fflags); in print_pipe_info()504 print_access_flags(fst->fs_fflags); in print_pts_info()528 print_access_flags(fst->fs_fflags); in print_sem_info()552 print_access_flags(fst->fs_fflags); in print_shm_info()600 print_access_flags(fst->fs_fflags); in print_vnode_info()
331 cons->flags |= fst->fs_fflags; in dofiles()345 cons->flags = fst->fs_fflags; in dofiles()
120 int fs_fflags; /* Descriptor access flags. */ member
393 entry->fs_fflags = fflags; in filestat_new_entry()