/freebsd/sys/fs/fifofs/ |
H A D | fifo_vnops.c | 140 if (fp == NULL || (ap->a_mode & FEXEC) != 0) in fifo_open() 161 if (ap->a_mode & FREAD) { in fifo_open() 173 if (ap->a_mode & FWRITE) { in fifo_open() 174 if ((ap->a_mode & O_NONBLOCK) && fip->fi_readers == 0) { in fifo_open() 190 if ((ap->a_mode & O_NONBLOCK) == 0) { in fifo_open() 191 if ((ap->a_mode & FREAD) && fip->fi_writers == 0) { in fifo_open() 219 if ((ap->a_mode & FWRITE) && fip->fi_readers == 0) { in fifo_open()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 177 template <AddrMode a_mode> bool EmulateLDPSTP(const uint32_t opcode); 179 template <AddrMode a_mode> bool EmulateLDRSTRImm(const uint32_t opcode);
|
H A D | EmulateInstructionARM64.cpp | 695 template <EmulateInstructionARM64::AddrMode a_mode> 714 boolean wback = a_mode != AddrMode_OFF; in EmulateLDPSTP() 803 if (a_mode != AddrMode_POST) in EmulateLDPSTP() 929 template <EmulateInstructionARM64::AddrMode a_mode> 940 switch (a_mode) { in EmulateLDRSTRImm()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_file.c | 121 fuse_filehandle_open(struct vnode *vp, int a_mode, in fuse_filehandle_open() argument 139 fufh_type = fflags_2_fufh_type(a_mode); in fuse_filehandle_open()
|
H A D | fuse_vnops.c | 1735 int a_mode = ap->a_mode; in fuse_vnop_open() local 1744 if ((a_mode & (FREAD | FWRITE | FEXEC)) == 0) in fuse_vnop_open() 1747 if (fuse_filehandle_validrw(vp, a_mode, cred, pid)) { in fuse_vnop_open() 1752 return fuse_filehandle_open(vp, a_mode, NULL, td, cred); in fuse_vnop_open()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vnops.c | 667 (ap->a_mode & FWRITE) && lvp->v_type == VREG) in unionfs_open() 672 if ((ap->a_mode & FWRITE) && lvp->v_type == VREG) { in unionfs_open() 674 !(ap->a_mode & O_TRUNC), cred, td); in unionfs_open() 702 error = VOP_OPEN(targetvp, ap->a_mode, cred, td, ap->a_fp); in unionfs_open() 731 VOP_CLOSE(uvp, ap->a_mode, cred, td); in unionfs_open() 742 unsp->uns_lower_openmode = ap->a_mode; in unionfs_open()
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vnops.c | 57 tnp, tnp->name, ap->a_mode); in tarfs_open()
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vnops.c | 1291 error = dsw->d_fdopen(dev, ap->a_mode, td, fp); in devfs_open() 1293 error = dsw->d_open(dev, ap->a_mode, S_IFCHR, td); in devfs_open()
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs_vnops.c | 603 int mode = va->a_mode; in pfs_open()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_ctldir.c | 452 int flags = ap->a_mode; in zfsctl_common_open()
|
H A D | zfs_vnops_os.c | 4274 int a_mode; member 4287 error = zfs_open(&vp, ap->a_mode, ap->a_cred); in zfs_freebsd_open()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vnops.c | 146 int mode = ap->a_mode; in smbfs_open()
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vnops.c | 301 mode = v->a_mode; in tmpfs_open()
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vnops.c | 688 mode = p9fs_uflags_mode(ap->a_mode, 1); in p9fs_open()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_vnops.c | 286 (ap->a_mode & (FWRITE | O_APPEND)) == FWRITE) in ext2_open()
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_vnops.c | 336 (ap->a_mode & (FWRITE | O_APPEND)) == FWRITE) in ufs_open()
|
/freebsd/sys/kern/ |
H A D | uipc_mqueue.c | 1127 int a_mode;
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvnops.c | 622 int fmode = ap->a_mode; in nfs_open()
|