Home
last modified time | relevance | path

Searched refs:VREG (Results 76 – 100 of 122) sorted by relevance

12345

/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.c195 #define VREG 258 macro
505 return (VREG); in YYLEX_DECL()
H A Dvarsyntax_calc1.tab.c195 #define VREG 258 macro
549 return (VREG); in yylex()
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c687 vp->v_type = VREG; in udf_vget()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c2409 (fp->f_vnode == NULL || fp->f_vnode->v_type != VREG))) in is_sendfile()
2433 fp->f_vnode->v_type == VREG); in is_regular_file()
2569 (fp->f_vnode == NULL || fp->f_vnode->v_type != VREG))) { in linux_sendfile_common()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp737 case SDDbgOperand::VREG: in AddDbgValueLocationOps()
823 if (DbgOperand.getKind() == SDDbgOperand::VREG) { in EmitDbgInstrRef()
H A DSelectionDAGDumper.cpp909 case SDDbgOperand::VREG: in print()
/freebsd/sys/security/audit/
H A Daudit_syscalls.c819 if (vp->v_type != VREG) { in sys_auditctl()
/freebsd/sys/i386/linux/
H A Dlinux_machdep.c662 ((attr.va_mode & 0111) == 0) || (attr.va_type != VREG)) { in linux_uselib()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c327 if (vp->v_type == VREG && (vn_irflag_read(vp) & VIRF_PGREAD) == 0 && in ufs_open()
390 case VREG: in ufs_accessx()
732 case VREG: in ufs_setattr()
/freebsd/sys/kern/
H A Dvfs_mount.c1148 if (error == 0 && vp->v_type != VDIR && vp->v_type != VREG) in vfs_domount_first()
1153 if (error == 0 && vp->v_type == VREG && va.va_nlink != 1) in vfs_domount_first()
1663 if (vp->v_type == VREG) in vfs_domount()
H A Duipc_shm.c1022 error = vaccess(VREG, shmfd->shm_mode, shmfd->shm_uid, shmfd->shm_gid, in shm_access()
1759 error = vaccess(VREG, shmfd->shm_mode, shmfd->shm_uid, shmfd->shm_gid, in shm_chmod()
H A Dkern_linker.c1974 if (type == VREG) in linker_lookup_file()
2020 if (nd.ni_vp->v_type != VREG) in linker_hints_lookup()
H A Dkern_sendfile.c585 if (vp->v_type != VREG) { in sendfile_getobj()
H A Dkern_ktrace.c1059 if (vp->v_type != VREG) { in sys_ktrace()
H A Dvfs_cache.c3246 if (nd.ni_vp->v_type == VREG && nd.ni_dvp->v_type != VDIR && in kern___realpathat()
5597 VNPASS(vp->v_type == VDIR || vp->v_type == VREG || vp->v_type == VBAD, vp); in cache_fplookup_climb_mount()
5654 VNPASS(vp->v_type == VDIR || vp->v_type == VREG || vp->v_type == VBAD, vp); in cache_fplookup_cross_mount()
H A Dsys_process.c1589 if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VREG) { in kern_ptrace()
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c229 if (vp == NULL || vp->v_type != VREG) in nfsrv_object_create()
H A Dnfs_commonsubs.c63 __enum_uint8(vtype) newnv2tov_type[8] = { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VNON, VNON };
64 __enum_uint8(vtype) nv34tov_type[8]={ VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO };
1319 nap->na_type = VREG; in nfsv4_loadattr()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1135 (vap->va_type != VREG)) { in zfs_create()
2114 vp->v_type == VREG) { in zfs_getattr()
2250 if (mask & AT_SIZE && vp->v_type != VREG && vp->v_type != VFIFO) { in zfs_setattr()
2484 if ((vp->v_type != VREG && in zfs_setattr()
2856 ASSERT3S(vp->v_type, ==, VREG); in zfs_setattr()
/freebsd/sys/fs/fuse/
H A Dfuse_internal.c188 case VREG: in fuse_internal_access()
/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c264 vat.va_type = VREG; in ffs_snapshot()
2022 if (vp->v_type != VREG) { in ffs_snapshot_mount()
/freebsd/sys/vm/
H A Dvm_mmap.c1270 if (vp->v_type == VREG) { in vm_mmap_vnode()
H A Dvm_pageout.c629 if (vp->v_type == VREG && in vm_pageout_clean()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml202 2: VREG (generic channels only)
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c2603 } else if (be_lun->vn->v_type == VREG) { in ctl_be_block_open()
2968 else if (be_lun->vn->v_type == VREG) { in ctl_be_block_modify()

12345