Home
last modified time | relevance | path

Searched refs:VREG (Results 1 – 25 of 119) sorted by relevance

12345

/freebsd/contrib/byacc/test/btyacc/
H A Dcalc1.output9 6 | VREG '=' vexp '\n'
23 18 | VREG
40 VREG shift 3
71 line : VREG . '=' vexp '\n' (6)
72 vexp : VREG . (18)
93 VREG shift 14
109 VREG shift 14
183 line : VREG '=' . vexp '\n' (6)
186 VREG shift 14
203 vexp : VREG . (18)
[all …]
H A Dvarsyntax_calc1.output9 6 | VREG '=' vexp '\n'
23 18 | VREG
40 VREG shift 3
71 line : VREG . '=' vexp '\n' (6)
72 vexp : VREG . (18)
93 VREG shift 14
109 VREG shift 14
183 line : VREG '=' . vexp '\n' (6)
186 VREG shift 14
203 vexp : VREG . (18)
[all …]
H A Dbtyacc_calc1.output10 7 | VREG '=' vexp
23 18 | VREG
52 VREG shift 4
83 line : VREG . '=' vexp (7)
84 vexp : VREG . (18)
105 VREG shift 15
121 VREG shift 15
200 line : VREG '=' . vexp (7)
203 VREG shift 15
220 vexp : VREG . (18)
[all …]
H A Dbtyacc_calc1.tab.h5 #define VREG 258 macro
H A Dvarsyntax_calc1.tab.h5 #define VREG 258 macro
H A Dcalc1.tab.h5 #define VREG 258 macro
/freebsd/contrib/byacc/test/yacc/
H A Dvarsyntax_calc1.output9 6 | VREG '=' vexp '\n'
23 18 | VREG
40 VREG shift 3
71 line : VREG . '=' vexp '\n' (6)
72 vexp : VREG . (18)
93 VREG shift 14
109 VREG shift 14
183 line : VREG '=' . vexp '\n' (6)
186 VREG shift 14
203 vexp : VREG . (18)
[all …]
H A Dcalc1.output9 6 | VREG '=' vexp '\n'
23 18 | VREG
40 VREG shift 3
71 line : VREG . '=' vexp '\n' (6)
72 vexp : VREG . (18)
93 VREG shift 14
109 VREG shift 14
183 line : VREG '=' . vexp '\n' (6)
186 VREG shift 14
203 vexp : VREG . (18)
[all …]
H A Dcalc1.tab.h2 #define VREG 258 macro
H A Dvarsyntax_calc1.tab.h2 #define VREG 258 macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h37 VREG = 3 ///< Value is a virtual register. enumerator
67 assert(kind == VREG); in getVReg()
78 return SDDbgOperand(VReg, VREG); in fromVReg()
93 case VREG:
122 assert((Kind == VREG || Kind == FRAMEIX) && in SDDbgOperand()
124 if (kind == VREG) in SDDbgOperand()
/freebsd/contrib/byacc/test/
H A Dcalc1.y38 %token <ival> DREG VREG /* indices into dreg, vreg arrays */
68 | VREG '=' vexp '\n'
123 | VREG
200 return (VREG); in yylex()
H A Dvarsyntax_calc1.y39 %token <ival> DREG VREG // indices into dreg, vreg arrays */
70 | VREG '=' vexp '\n'
125 | VREG
202 return (VREG);
H A Dbtyacc_calc1.y36 %token <ival> DREG VREG /* indices into dreg, vreg arrays */
70 | VREG '=' vexp
121 | VREG
211 return (VREG); in YYLEX_DECL()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.c154 ((*vpp)->v_type == VREG && in smbfs_node_alloc()
194 vp->v_type = fap->fa_attr & SMB_FA_DIR ? VDIR : VREG; in smbfs_node_alloc()
211 } else if (vp->v_type == VREG) in smbfs_node_alloc()
308 if (vp->v_type == VREG) { in smbfs_inactive()
335 if (vp->v_type == VREG) { in smbfs_attr_cacheenter()
362 if (vp->v_type == VREG) { in smbfs_attr_cachelookup()
H A Dsmbfs_vnops.c127 case VREG: case VDIR: case VLNK: in smbfs_access()
133 mpmode = vp->v_type == VREG ? smp->sm_file_mode : smp->sm_dir_mode; in smbfs_access()
150 if (vp->v_type != VREG && vp->v_type != VDIR) { in smbfs_open()
310 case VREG: in smbfs_setattr()
375 if (vp->v_type == VREG) { in smbfs_setattr()
467 if (vp->v_type != VREG && vp->v_type != VDIR) in smbfs_read()
480 if (vp->v_type != VREG) in smbfs_write()
508 if (vap->va_type != VREG) in smbfs_create()
591 } else if (fvp->v_type == VREG) { in smbfs_rename()
1102 (vp->v_type == VREG && in smbfs_lookup()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c244 if (NFS_ISV4(vp) && vp->v_type == VREG) { in ncl_inactive()
299 if (NFS_ISV4(vp) && vp->v_type == VREG) { in ncl_reclaim()
330 if (vp->v_type == VREG) in ncl_reclaim()
H A Dnfs_clbio.c144 if ((np->n_flag & NNONCACHE) && (vp->v_type == VREG)) { in ncl_getpages()
302 (np->n_flag & NNONCACHE) && (vp->v_type == VREG)) { in ncl_putpages()
376 if (vp->v_type != VREG) { in nfs_bioread_check_cons()
468 if (newnfs_directio_enable && (ioflag & IO_DIRECT) && (vp->v_type == VREG)) in ncl_bioread()
490 case VREG: in ncl_bioread()
713 * Unlike VREG files, whos buffer size ( bp->b_bcount ) is in ncl_bioread()
850 if (vp->v_type != VREG) in ncl_write()
1314 if (vp->v_type == VREG) in ncl_vinvalbuf()
1586 case VREG: in ncl_doio()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c234 MPASS(node->tn_type == VREG); in tmpfs_pager_freespace()
257 MPASS(node->tn_type == VREG); in tmpfs_page_inserted()
276 MPASS(node->tn_type == VREG); in tmpfs_page_removed()
700 case VREG: in tmpfs_alloc_node()
786 case VREG: in tmpfs_free_node_locked()
802 case VREG: in tmpfs_free_node_locked()
956 if (vp->v_type != VREG || obj == NULL) in tmpfs_destroy_vobject()
1097 case VREG: in tmpfs_alloc_vp()
1772 case VREG: in tmpfs_dir_getdents()
1905 MPASS(vp->v_type == VREG); in tmpfs_reg_resize()
[all …]
H A Dtmpfs_vnops.c267 MPASS(vap->va_type == VREG || vap->va_type == VSOCK); in tmpfs_create()
318 KASSERT(vp->v_type != VREG || (node->tn_reg.tn_aobj->flags & in tmpfs_open()
325 if (error == 0 && fp != NULL && vp->v_type == VREG) { in tmpfs_open()
351 MPASS(node->tn_type == VREG); in tmpfs_fo_close()
421 case VREG: in tmpfs_access()
479 if (vp->v_type == VREG) { in tmpfs_stat()
525 if (vp->v_type == VREG) { in tmpfs_getattr()
606 if (vp->v_type != VREG) in tmpfs_read()
637 MPASS(node->tn_type == VREG); in tmpfs_read_pgcache()
677 if (uio->uio_offset < 0 || vp->v_type != VREG) in tmpfs_write()
[all …]
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c145 case VREG: in dtfs_node_setattr()
174 if (!(va->va_type == VREG || va->va_type == VSOCK)) in dtfs_node_create()
462 if (pn->pn_va.va_type != VREG) in dtfs_node_read()
499 if (pn->pn_va.va_type != VREG) in dtfs_node_write()
/freebsd/sys/fs/tarfs/
H A Dtarfs_vnops.c59 if (vp->v_type != VREG && vp->v_type != VDIR) in tarfs_open()
108 case VREG: in tarfs_access()
421 case VREG: in tarfs_readdir()
521 if (vp->v_type != VREG) in tarfs_reclaim()
/freebsd/lib/libprocstat/
H A Dzfs_defs.c39 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enumerator
/freebsd/sys/fs/unionfs/
H A Dunion_vnops.c667 (ap->a_mode & FWRITE) && lvp->v_type == VREG) in unionfs_open()
672 if ((ap->a_mode & FWRITE) && lvp->v_type == VREG) { in unionfs_open()
951 case VREG: in unionfs_access()
972 case VREG: in unionfs_access()
979 } else if (ap->a_vp->v_type == VREG || in unionfs_access()
1043 if (ap->a_vp->v_type == VREG || ap->a_vp->v_type == VDIR) { in unionfs_getattr()
1088 if (uvp == NULLVP && lvp->v_type == VREG) { in unionfs_setattr()
1324 if (ap->a_vp->v_type != VREG) in unionfs_link()
1447 if (fvp->v_type == VREG) { in unionfs_rename()
1480 case VREG: in unionfs_rename()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/ieee802154/
H A Dcc2520.txt14 - vreg-gpio: GPIO spec for the VREG pin

12345