Searched refs:ops (Results 501 - 525 of 999) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev_impl.h331 vdev_ops_t *ops);
342 extern vdev_t *vdev_add_parent(vdev_t *cvd, vdev_ops_t *ops);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_object.h29 const struct drm_i915_gem_object_ops *ops,
177 return obj->ops->flags & flags;
/netbsd-current/sys/external/bsd/drm2/dist/drm/scheduler/
H A Dsched_entity.c245 job->sched->ops->free_job(job);
465 sched->ops->dependency(sched_job, entity))) {
/netbsd-current/external/gpl3/gcc.old/lib/libsupc++/
H A DMakefile.common97 .for _f in dir ops fs_dir fs_ops cow-fs_dir cow-fs_ops
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-dw2-2.d5 # Simple instruction sequence with content-emitting pseudo-ops.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dint128.d3 #name: 128-bit binary integer ops
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinf-ptrace.c57 void operator() (struct target_ops *ops) const
59 unpush_target (ops);
/netbsd-current/sys/dev/
H A Defi.c500 efi_register_ops(const struct efi_ops *ops) argument
503 efi_ops = ops;
/netbsd-current/sys/dev/fdt/
H A Dfdtvar.h274 const struct fdt_console *ops; member in struct:fdt_console_info
288 .ops = (_ops) \
/netbsd-current/sys/arch/amiga/stand/loadbsd/
H A Dstartit.s85 .word 0xf013,0x0800 | pmove a3@,tt0 (gas only knows about 68851 ops..)
86 .word 0xf013,0x0c00 | pmove a3@,tt1 (gas only knows about 68851 ops..)
/netbsd-current/sys/rump/librump/rumpkern/
H A Dlocks.c69 #define ALLOCK(lock, ops, return_address) \
70 lockdebug_alloc(__func__, __LINE__, lock, ops, \
/netbsd-current/external/gpl3/gcc/lib/libsupc++/
H A DMakefile.common105 .for _f in dir ops fs_dir fs_ops cow-fs_dir cow-fs_ops
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_cc.c494 const krb5_cc_ops *ops; local
499 ops = krb5_cc_get_prefix_ops(context, type);
500 if (ops == NULL)
541 test_prefix_ops(krb5_context context, const char *name, const krb5_cc_ops *ops) argument
548 if (strcmp(o->prefix, ops->prefix) != 0)
549 krb5_errx(context, 1, "ops for prefix '%s' is not "
550 "the expected %s != %s", name, o->prefix, ops->prefix);
/netbsd-current/external/cddl/osnet/dist/lib/libnvpair/
H A Dlibnvpair.c510 struct nvlist_printops *ops)
522 pctl->nvprt_custops = ops;
529 struct nvlist_printops *ops; local
534 if ((ops = calloc(1, sizeof (*ops))) == NULL) {
539 prtctl_defaults(stdout, pctl, ops);
509 prtctl_defaults(FILE *fp, struct nvlist_prtctl *pctl, struct nvlist_printops *ops) argument
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_ident.c767 const dt_idops_t *ops, void *iarg, ulong_t gen)
776 attr, vers, ops, iarg, gen);
909 const dt_idops_t *ops, void *iarg, ulong_t gen)
926 idp->di_ops = ops;
952 const dt_idops_t *ops, void *iarg)
956 idp->di_ops = ops;
765 dt_idhash_insert(dt_idhash_t *dhp, const char *name, ushort_t kind, ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers, const dt_idops_t *ops, void *iarg, ulong_t gen) argument
907 dt_ident_create(const char *name, ushort_t kind, ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers, const dt_idops_t *ops, void *iarg, ulong_t gen) argument
951 dt_ident_morph(dt_ident_t *idp, ushort_t kind, const dt_idops_t *ops, void *iarg) argument
/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_genfb.c186 struct genfb_ops ops = zero_ops; local
234 memset(&ops, 0, sizeof(ops));
235 ops.genfb_ioctl = meson_genfb_ioctl;
236 ops.genfb_mmap = meson_genfb_mmap;
238 genfb_attach(&sc->sc_gen, &ops);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dddg.c905 find_successors (sbitmap succ, ddg_ptr g, sbitmap ops)
910 EXECUTE_IF_SET_IN_BITMAP (ops, 0, i, sbi)
916 /* We want those that are not in ops. */
917 bitmap_and_compl (succ, succ, ops);
924 find_predecessors (sbitmap preds, ddg_ptr g, sbitmap ops)
929 EXECUTE_IF_SET_IN_BITMAP (ops, 0, i, sbi)
935 /* We want those that are not in ops. */
936 bitmap_and_compl (preds, preds, ops);
903 find_successors(sbitmap succ, ddg_ptr g, sbitmap ops) argument
922 find_predecessors(sbitmap preds, ddg_ptr g, sbitmap ops) argument
H A Dtree-vect-slp.c145 vect_create_new_slp_node (vec<tree> ops)
151 SLP_TREE_SCALAR_OPS (node) = ops;
173 vec<tree> ops; member in struct:_slp_oprnd_info
197 oprnd_info->ops.create (group_size);
219 oprnd_info->ops.release ();
524 oprnd_info->ops.quick_push (oprnd);
542 oprnd_info->ops.quick_push (oprnd_info->ops[0]);
548 oprnd_info->ops.quick_push (oprnd);
1373 slp_tree invnode = vect_create_new_slp_node (oprnd_info->ops);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dddg.cc905 find_successors (sbitmap succ, ddg_ptr g, sbitmap ops)
910 EXECUTE_IF_SET_IN_BITMAP (ops, 0, i, sbi)
916 /* We want those that are not in ops. */
917 bitmap_and_compl (succ, succ, ops);
924 find_predecessors (sbitmap preds, ddg_ptr g, sbitmap ops)
929 EXECUTE_IF_SET_IN_BITMAP (ops, 0, i, sbi)
935 /* We want those that are not in ops. */
936 bitmap_and_compl (preds, preds, ops);
903 find_successors(sbitmap succ, ddg_ptr g, sbitmap ops) argument
922 find_predecessors(sbitmap preds, ddg_ptr g, sbitmap ops) argument
H A Dtree-ssa-math-opts.cc180 /* Number of 1.0/X ops inserted. */
183 /* Number of 1.0/FUNC ops inserted. */
199 /* Number of widening multiplication ops inserted. */
202 /* Number of integer multiply-and-accumulate ops inserted. */
205 /* Number of fp fused multiply-add ops inserted. */
211 /* Number of highpart multiplication ops inserted. */
3029 tree cond, else_value, ops[3]; local
3032 ops, &else_value))
3034 addop = ops[0] == result ? ops[
3336 tree cond, else_value, ops[3]; local
[all...]
H A Dira-costs.cc501 record_reg_classes (int n_alts, int n_ops, rtx *ops,
564 rtx op = ops[i];
605 if (rtx_equal_p (ops[j], op))
617 else if (! REG_P (ops[j])
618 || REGNO (ops[j]) < FIRST_PSEUDO_REGISTER)
635 alt_cost += copy_cost (ops[j], mode, classes[j], 1, NULL);
755 if (REGNO (ops[i]) != REGNO (ops[j])
1057 if (REG_P (ops[i]) && REGNO (ops[
498 record_reg_classes(int n_alts, int n_ops, rtx *ops, machine_mode *modes, const char **constraints, rtx_insn *insn, enum reg_class *pref) argument
[all...]
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_debe.c742 struct genfb_ops ops; local
767 memset(&ops, 0, sizeof(ops));
768 ops.genfb_ioctl = sunxi_befb_ioctl;
769 ops.genfb_mmap = sunxi_befb_mmap;
794 genfb_attach(&sc->sc_gen, &ops);
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixv.c436 error = hw->mac.ops.reset_hw(hw);
447 error = hw->mac.ops.init_hw(hw);
575 error = hw->mac.ops.get_link_state(hw, &sc->link_enabled);
736 hw->mac.ops.stop_adapter(hw);
745 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, IXGBE_RAH_AV);
750 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, 1);
760 hw->mac.ops.reset_hw(hw);
761 hw->mac.ops.start_hw(hw);
809 error = hw->mac.ops.get_link_state(hw, &sc->link_enabled);
817 hw->mac.ops
[all...]
/netbsd-current/sys/dev/scsipi/
H A Dst.c414 st->ops(st, ST_OPS_MODESENSE,
890 if ((error = st->ops(st, ST_OPS_RBL, 0)) != 0)
898 if ((error = st->ops(st, ST_OPS_MODESENSE, 0)) != 0)
924 if ((error = st->ops(st, ST_OPS_MODESELECT, 0)) != 0) {
968 if (st->ops(st, ST_OPS_MODESELECT, 0) != 0) {
1473 error = st->ops(st, ST_OPS_MODESENSE, XS_CTL_SILENT);
1603 error = st->ops(st, (number == 0) ?
1649 (error = st->ops(st, ST_OPS_MODESELECT, 0)) != 0) {
2436 if ((error = st->ops(st, ST_OPS_MODESENSE, 0)) != 0)
2459 if ((error = st->ops(s
[all...]
/netbsd-current/sys/dev/ata/
H A Data.c963 * first error within the first NXFER ops will immediately trigger
1239 rv = xfer->ops->c_start(chp, xfer);
1251 KASSERT(xfer->ops != NULL && xfer->ops->c_poll != NULL);
1252 status = xfer->ops->c_poll(chp, xfer);
1259 KASSERT(xfer->ops != NULL && xfer->ops->c_abort != NULL);
1260 xfer->ops->c_abort(chp, xfer);
1389 xfer->ops->c_kill_xfer(chp, xfer, KILL_GONE);
1459 xfer->ops
[all...]

Completed in 613 milliseconds

<<21222324252627282930>>