Home
last modified time | relevance | path

Searched refs:f_flags (Results 1 – 25 of 88) sorted by relevance

1234

/dragonfly/stand/boot/common/
H A Ddevopen.c47 f->f_flags |= F_DEVDESC; in devopen()
62 if (f->f_flags & F_DEVDESC) { in devclose()
67 f->f_flags &= ~F_DEVDESC; in devclose()
75 if (f->f_flags & F_DEVDESC) { in devreplace()
77 f->f_flags &= ~F_DEVDESC; in devreplace()
/dragonfly/usr.sbin/config/
H A Dmkmakefile.c472 tp->f_flags = isdup; in read_files()
495 tp->f_flags = 0; in read_files()
497 tp->f_flags |= CONFIGDEP; in read_files()
499 tp->f_flags |= NO_IMPLCT_RULE; in read_files()
501 tp->f_flags |= NO_OBJ; in read_files()
503 tp->f_flags |= BEFORE_DEPEND; in read_files()
505 tp->f_flags |= NOWERROR; in read_files()
507 tp->f_flags |= NO_IMPLCT_RULE; in read_files()
509 tp->f_flags |= NO_OBJ; in read_files()
546 if (tp->f_flags & BEFORE_DEPEND) { in do_before_depend()
[all …]
/dragonfly/stand/lib/
H A Dopen.c74 if (files[fd].f_flags == 0) in o_gethandle()
100 f->f_flags = mode + 1; in open()
113 f->f_flags |= F_RAW; in open()
137 f->f_flags = 0; in open()
H A Dclose.c73 if ((unsigned)fd >= SOPEN_MAX || f->f_flags == 0) { in close()
81 if (!(f->f_flags & F_RAW) && f->f_ops) in close()
87 f->f_flags = 0; in close()
H A Dfstat.c42 if ((unsigned)fd >= SOPEN_MAX || f->f_flags == 0) { in fstat()
48 if (f->f_flags & F_RAW) { in fstat()
H A Dioctl.c71 if ((unsigned)fd >= SOPEN_MAX || f->f_flags == 0) { in ioctl()
75 if (f->f_flags & F_RAW) { in ioctl()
H A Dreaddir.c39 if ((unsigned)fd >= SOPEN_MAX || !(f->f_flags & F_READ)) { in readdirfd()
43 if (f->f_flags & F_RAW) { in readdirfd()
H A Dcd9660.c98 int f_flags; /* file flags */ member
381 fp->f_flags = F_ISDIR; in cd9660_open()
384 fp->f_flags |= F_ROOTDIR; in cd9660_open()
401 fp->f_flags |= F_RR; in cd9660_open()
522 if (fp->f_flags & F_RR) { in cd9660_readdir()
523 if (fp->f_flags & F_ROOTDIR && fp->f_off == 0) in cd9660_readdir()
591 if (fp->f_flags & F_ISDIR) in cd9660_stat()
H A Dwrite.c73 if ((unsigned)fd >= SOPEN_MAX || !(f->f_flags & F_WRITE)) { in write()
77 if (f->f_flags & F_RAW) { in write()
H A Dlseek.c73 if ((unsigned)fd >= SOPEN_MAX || f->f_flags == 0) { in lseek()
78 if (f->f_flags & F_RAW) { in lseek()
H A Dread.c76 if ((unsigned)fd >= SOPEN_MAX || !(f->f_flags & F_READ)) { in read()
80 if (f->f_flags & F_RAW) { in read()
H A Dcloseall.c73 if (files[i].f_flags != 0) in closeall()
/dragonfly/contrib/file/magic/Magdir/
H A Darm9 # test for unused flag bits in f_flags
18 # test for unused flag bits in f_flags
27 # test for unused flag bits in f_flags
36 # test for unused flag bits in f_flags
H A Dhitachi-sh16 # test for unused flag bits (0x8000,0x0800,0x0400,0x0200,x0080) in f_flags
24 # test for unused flag bits in f_flags
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_smb.c794 ctx->f_flags &= ~SMBFS_RDD_FINDFIRST; in smbfs_smb_search()
807 ctx->f_flags |= SMBFS_RDD_EOF; in smbfs_smb_search()
865 if (ctx->f_flags & SMBFS_RDD_EOF) in smbfs_findnextLM1()
920 ctx->f_flags &= ~SMBFS_RDD_GOTRNAME; in smbfs_smb_trans2find2()
924 ctx->f_flags |= SMBFS_RDD_NOCLOSE; in smbfs_smb_trans2find2()
983 ctx->f_flags &= ~SMBFS_RDD_FINDFIRST; in smbfs_smb_trans2find2()
1061 if (ctx->f_flags & SMBFS_RDD_EOF) in smbfs_findnextLM2()
1149 ctx->f_flags |= SMBFS_RDD_GOTRNAME; in smbfs_findnextLM2()
1180 ctx->f_flags = SMBFS_RDD_FINDFIRST; in smbfs_findopen()
1184 ctx->f_flags |= SMBFS_RDD_USESEARCH; in smbfs_findopen()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcollect2-aix.h144 char f_flags[2]; member
166 char f_flags[2]; member
181 unsigned short f_flags; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcollect2-aix.h142 char f_flags[2]; member
164 char f_flags[2]; member
179 unsigned short f_flags; member
/dragonfly/sbin/fsck/
H A Dmain.c236 if (mntbuf != NULL && mntbuf->f_flags & MNT_ROOTFS) in checkfilesys()
334 if (mntbuf != NULL && (mntbuf->f_flags & MNT_RDONLY) == 0) in checkfilesys()
355 if (mntbuf->f_flags & MNT_RDONLY) { in checkfilesys()
360 mntbuf->f_flags | MNT_UPDATE | MNT_RELOAD, &args); in checkfilesys()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcoffcode.h4019 internal_f.f_flags = 0; in coff_write_object_contents()
4037 internal_f.f_flags |= F_RELFLG; in coff_write_object_contents()
4039 internal_f.f_flags |= F_LNNO; in coff_write_object_contents()
4041 internal_f.f_flags |= F_EXEC; in coff_write_object_contents()
4054 internal_f.f_flags |= F_AR32WR; in coff_write_object_contents()
4056 internal_f.f_flags |= F_AR32W; in coff_write_object_contents()
4074 internal_f.f_flags |= F_SHROBJ; in coff_write_object_contents()
4076 internal_f.f_flags |= F_DYNLOAD; in coff_write_object_contents()
4088 internal_f.f_flags |= flags; in coff_write_object_contents()
4262 internal_f.f_flags |= F_LSYMS; in coff_write_object_contents()
[all …]
H A Dpeicode.h178 filehdr_dst->f_flags = H_GET_16 (abfd, filehdr_src->f_flags); in coff_swap_filehdr_in()
186 filehdr_dst->f_flags |= F_LSYMS; in coff_swap_filehdr_in()
310 pe->real_flags = internal_f->f_flags; in pe_mkobject_hook()
312 if ((internal_f->f_flags & F_DLL) != 0) in pe_mkobject_hook()
315 if ((internal_f->f_flags & IMAGE_FILE_DEBUG_STRIPPED) == 0) in pe_mkobject_hook()
324 if (! _bfd_coff_arm_set_private_flags (abfd, internal_f->f_flags)) in pe_mkobject_hook()
1039 internal_f.f_flags = F_AR32WR | F_LNNO; /* XXX is this correct ? */ in pe_ILF_build_a_bfd()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffcode.h3762 internal_f.f_flags = 0; in coff_write_object_contents()
3780 internal_f.f_flags |= F_RELFLG; in coff_write_object_contents()
3782 internal_f.f_flags |= F_LNNO; in coff_write_object_contents()
3784 internal_f.f_flags |= F_EXEC; in coff_write_object_contents()
3797 internal_f.f_flags |= F_AR32WR; in coff_write_object_contents()
3799 internal_f.f_flags |= F_AR32W; in coff_write_object_contents()
3814 internal_f.f_flags |= F_SHROBJ; in coff_write_object_contents()
3816 internal_f.f_flags |= F_DYNLOAD; in coff_write_object_contents()
3828 internal_f.f_flags |= flags; in coff_write_object_contents()
3963 internal_f.f_flags |= F_LSYMS; in coff_write_object_contents()
[all …]
H A Dpeicode.h178 filehdr_dst->f_flags = H_GET_16 (abfd, filehdr_src->f_flags); in coff_swap_filehdr_in()
186 filehdr_dst->f_flags |= F_LSYMS; in coff_swap_filehdr_in()
328 pe->real_flags = internal_f->f_flags; in pe_mkobject_hook()
330 if ((internal_f->f_flags & F_DLL) != 0) in pe_mkobject_hook()
333 if ((internal_f->f_flags & IMAGE_FILE_DEBUG_STRIPPED) == 0) in pe_mkobject_hook()
342 if (! _bfd_coff_arm_set_private_flags (abfd, internal_f->f_flags)) in pe_mkobject_hook()
1063 internal_f.f_flags = F_AR32WR | F_LNNO; /* XXX is this correct ? */ in pe_ILF_build_a_bfd()
/dragonfly/sys/kern/
H A Dkern_event.c1119 if (fops->f_flags & FILTEROP_ISFD) { in floadkevfps()
1224 if (fops->f_flags & FILTEROP_ISFD) { in kqueue_register()
1330 if ((fops->f_flags & FILTEROP_ISFD) && in kqueue_register()
1565 if ((kn->kn_fop->f_flags & FILTEROP_ISFD) && in kqueue_scan()
1744 if (kn->kn_fop->f_flags & FILTEROP_MPSAFE) { in filter_attach()
1766 if (kn->kn_fop->f_flags & FILTEROP_MPSAFE) { in knote_detach_and_drop()
1790 if (kn->kn_fop->f_flags & FILTEROP_MPSAFE) { in filter_event()
1987 if (kn->kn_fop->f_flags & FILTEROP_ISFD) { in knote_attach()
2016 if (kn->kn_fop->f_flags & FILTEROP_ISFD) in knote_drop()
2027 if (kn->kn_fop->f_flags & FILTEROP_ISFD) { in knote_drop()
/dragonfly/bin/ls/
H A Dls.c96 int f_flags; /* show flags associated with a file */ variable
288 f_flags = 1; in main()
699 if (f_flags) { in display()
727 if (f_flags) { in display()
/dragonfly/sbin/mount_ufs/
H A Dmount.c176 fs->fs_mntops, mntbuf->f_flags); in main()
231 mntbuf->f_flags); in main()
235 mntbuf->f_flags); in main()
681 opts = flags2opts(ent->f_flags); in putfsent()

1234