| /netbsd-src/sys/kern/ |
| H A D | kern_subr.c | 276 struct vfsops *vops; in setroot_nfs() local 279 vops = vfs_getopsbyname(MOUNT_NFS); in setroot_nfs() 280 if (vops != NULL && strcmp(rootfstype, MOUNT_NFS) == 0 && in setroot_nfs() 298 if (vops != NULL) in setroot_nfs() 299 vfs_delref(vops); in setroot_nfs() 326 struct vfsops *vops; in setroot_ask() local 402 for (vops = LIST_FIRST(&vfs_list); vops != NULL; in setroot_ask() 403 vops = LIST_NEXT(vops, vfs_list)) { in setroot_ask() 404 if (vops->vfs_mountroot != NULL && in setroot_ask() 405 strcmp(rootfstype, vops->vfs_name) == 0) in setroot_ask() [all …]
|
| /netbsd-src/sys/arch/hp300/hp300/ |
| H A D | autoconf.c | 337 struct vfsops *vops; in cpu_rootconf() local 365 vops = vfs_getopsbyname(MOUNT_NFS); in cpu_rootconf() 366 if (vops != NULL && vops->vfs_mountroot != NULL && in cpu_rootconf() 380 if (vops != NULL) in cpu_rootconf() 381 vfs_delref(vops); in cpu_rootconf()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | am_ops.c | 57 static am_ops *vops[] = variable 166 for (ap = vops; *ap; ap++) { in ops_showamfstypes() 378 for (vp = vops; (rop = *vp); vp++) in ops_search()
|
| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | vnode.h | 159 #define vn_matchops(vp, vops) ((vp)->v_op == &(vops)) argument
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_ctldir.c | 157 const char *tag, struct vop_vector *vops, in sfs_vgetx() argument 172 error = getnewvnode(tag, mp, vops, &vp); in sfs_vgetx()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | builtin-attrs.def | 111 DEF_ATTR_IDENT (ATTR_NOVOPS, "no vops")
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | builtin-attrs.def | 113 DEF_ATTR_IDENT (ATTR_NOVOPS, "no vops")
|
| H A D | tree-vect-stmts.cc | 6462 auto_vec<tree> vops (5); in vectorizable_operation() local 6463 vops.quick_push (mask); in vectorizable_operation() 6464 vops.quick_push (vop0); in vectorizable_operation() 6466 vops.quick_push (vop1); in vectorizable_operation() 6468 vops.quick_push (vop2); in vectorizable_operation() 6474 vops.quick_push (reduc_idx == 1 ? vop1 : vop0); in vectorizable_operation() 6479 (cond_fn, vectype, vops.length () - 1, &vops[1]); in vectorizable_operation() 6480 vops.quick_push (else_value); in vectorizable_operation() 6482 gcall *call = gimple_build_call_internal_vec (cond_fn, vops); in vectorizable_operation()
|
| H A D | ChangeLog.tree-ssa | 1397 global-var-threshold and max-aliased-vops. 1416 threshold set by --param max-aliased-vops. 3755 (get_stmt_operands): use new freeing interface, keep previous vops in 7918 need to recalculate the vops. 13257 -blocks. Add new option -vops. 13352 Call dump_vops if -vops dump option is given. 13472 * doc/invoke.texi: Document new tree dump option -vops. Update
|
| H A D | ChangeLog-2009 | 29284 * doc/invoke.texi (max-aliased-vops): Remove docs. 29285 (avg-aliased-vops): Likewise. 29441 * opts.c (decode_options): Do not adjust max-aliased-vops or 29442 avg-aliased-vops values. 29471 Ignore vops and SMTs. 29724 (create_general_new_stmt): Clear vops.
|
| H A D | ChangeLog-2007 | 23696 * doc/invoke.texi: Document --params max-aliased-vops and 23697 avg-aliased-vops. 23743 max-aliased-vops to 500. 23744 For -O3 set --param max-aliased-vops to 1000 and --param 23745 avg-aliased-vops to 3.
|
| H A D | ChangeLog-2012 | 9444 * builtins.def (ATTR_MATHFN_FPROUNDING): Do not use no-vops 32007 (struct dr_alias): Remove unused vops member. 33373 * calls.c (flags_from_decl_or_type): Add ECF_TM_PURE to 'no vops'
|
| H A D | ChangeLog-2011 | 1666 * tree-ssa-loop-im.c (struct mem_ref): Remove vops member. 6867 * tree-ssa-tail-merge.c (replace_block_by): Update vops if phi_vuse1 or 7272 (replace_block_by): Update vops if phi_vuse1 or phi_vuse2 is NULL_TREE.
|
| H A D | ChangeLog | 3526 of vops for loads and stores.
|
| H A D | ChangeLog-2005 | 18637 to need vops. 28900 (c_common_attribute_table): Add "no vops" entry.
|
| H A D | ChangeLog-2006 | 1212 Update documentation on max-aliased-vops.
|
| H A D | ChangeLog-2004 | 6634 that the vops get marked for renaming. 33883 blocks, vops, lineno, uid and all.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2012 | 785 guarantee no vops.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | tree-ssa.texi | 144 operands, use the @option{-vops} option to @option{-fdump-tree}:
|
| H A D | invoke.texi | 18136 @option{asmname} (Elrond), @option{eh} (mapper) & @option{vops} 18214 @item vops
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | tree-ssa.texi | 144 operands, use the @option{-vops} option to @option{-fdump-tree}:
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | ChangeLog | 7226 * amd/am_ops.c (vops): updated a comment 8362 * amd/am_ops.c (vops): autofs_ops doesn't belong in here, removed 11937 (vops): empty placeholders for nullfs, unionfs, and umapfs.
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/po/ |
| H A D | es.po | 7065 msgstr "vops: 0x%02x, valor: 0x%08x "
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/po/ |
| H A D | es.po | 7065 msgstr "vops: 0x%02x, valor: 0x%08x "
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/po/ |
| H A D | es.po | 7065 msgstr "vops: 0x%02x, valor: 0x%08x "
|