| /freebsd/contrib/byacc/test/btyacc/ |
| H A D | calc1.output | 9 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 D | varsyntax_calc1.output | 9 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 D | btyacc_calc1.output | 10 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 D | btyacc_calc1.tab.h | 5 #define VREG 258 macro
|
| H A D | varsyntax_calc1.tab.h | 5 #define VREG 258 macro
|
| H A D | calc1.tab.h | 5 #define VREG 258 macro
|
| /freebsd/contrib/byacc/test/yacc/ |
| H A D | varsyntax_calc1.output | 9 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 D | calc1.output | 9 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 D | calc1.tab.h | 2 #define VREG 258 macro
|
| H A D | varsyntax_calc1.tab.h | 2 #define VREG 258 macro
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 37 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 D | calc1.y | 38 %token <ival> DREG VREG /* indices into dreg, vreg arrays */ 68 | VREG '=' vexp '\n' 123 | VREG 200 return (VREG); in yylex()
|
| H A D | varsyntax_calc1.y | 39 %token <ival> DREG VREG // indices into dreg, vreg arrays */ 70 | VREG '=' vexp '\n' 125 | VREG 202 return (VREG);
|
| H A D | btyacc_calc1.y | 36 %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 D | smbfs_node.c | 154 ((*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 D | smbfs_vnops.c | 127 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() 1103 (vp->v_type == VREG && in smbfs_lookup()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clnode.c | 249 if (NFS_ISV4(vp) && vp->v_type == VREG) { in ncl_inactive() 309 if (NFS_ISV4(vp) && vp->v_type == VREG) { in ncl_reclaim() 340 if (vp->v_type == VREG) in ncl_reclaim()
|
| H A D | nfs_clbio.c | 144 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 D | tmpfs_subr.c | 234 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() 661 case VREG: in tmpfs_alloc_node() 747 case VREG: in tmpfs_free_node_locked() 763 case VREG: in tmpfs_free_node_locked() 917 if (vp->v_type != VREG || obj == NULL) in tmpfs_destroy_vobject() 1058 case VREG: in tmpfs_alloc_vp() 1733 case VREG: in tmpfs_dir_getdents() 1866 MPASS(vp->v_type == VREG); in tmpfs_reg_resize() [all …]
|
| H A D | tmpfs_vnops.c | 267 MPASS(vap->va_type == VREG || vap->va_type == VSOCK); in tmpfs_create() 317 KASSERT(vp->v_type != VREG || (node->tn_reg.tn_aobj->flags & in tmpfs_open() 324 if (error == 0 && fp != NULL && vp->v_type == VREG) { in tmpfs_open() 350 MPASS(node->tn_type == VREG); in tmpfs_fo_close() 420 case VREG: in tmpfs_access() 478 if (vp->v_type == VREG) { in tmpfs_stat() 523 if (vp->v_type == VREG) { in tmpfs_getattr() 604 if (vp->v_type != VREG) in tmpfs_read() 635 MPASS(node->tn_type == VREG); in tmpfs_read_pgcache() 675 if (uio->uio_offset < 0 || vp->v_type != VREG) in tmpfs_write() [all …]
|
| /freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
| H A D | dtfs_vnops.c | 145 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/unionfs/ |
| H A D | union_vnops.c | 688 (ap->a_mode & FWRITE) && lvp->v_type == VREG) in unionfs_open() 693 if ((ap->a_mode & FWRITE) && lvp->v_type == VREG) { in unionfs_open() 972 case VREG: in unionfs_access() 993 case VREG: in unionfs_access() 1000 } else if (ap->a_vp->v_type == VREG || in unionfs_access() 1064 if (ap->a_vp->v_type == VREG || ap->a_vp->v_type == VDIR) { in unionfs_getattr() 1109 if (uvp == NULL && lvp->v_type == VREG) { in unionfs_setattr() 1345 if (ap->a_vp->v_type != VREG) in unionfs_link() 1468 if (fvp->v_type == VREG) { in unionfs_rename() 1508 case VREG: in unionfs_rename() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ieee802154/ |
| H A D | cc2520.txt | 14 - vreg-gpio: GPIO spec for the VREG pin
|
| /freebsd/sys/fs/tarfs/ |
| H A D | tarfs_vnops.c | 59 if (vp->v_type != VREG && vp->v_type != VDIR) in tarfs_open() 108 case VREG: in tarfs_access() 424 case VREG: in tarfs_readdir() 524 if (vp->v_type != VREG) in tarfs_read()
|
| /freebsd/sys/ufs/ufs/ |
| H A D | ufs_gjournal.c | 73 if (devvp->v_type == VREG) { in ufs_gjournal_modref()
|