Searched refs:ops (Results 201 - 225 of 302) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/uart/
H A Duart_subr.c324 /* Set the ops and create a bus space handle. */
325 di->ops = uart_getops(class);
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptldr.S116 cld # String ops inc
/freebsd-11-stable/contrib/gcc/
H A Dfinal.c1375 assembler pseudo-ops have already been output in `assemble_start_function'.
2102 rtx *ops = alloca (noperands * sizeof (rtx));
2109 string = decode_asm_operands (body, ops, NULL, NULL, NULL);
2115 FINAL_PRESCAN_INSN (insn, ops, insn_noperands);
2126 output_asm_insn (string, ops);
2957 int ops = 0;
2977 output_asm_operand_names (operands, oporder, ops);
2981 ops = 0;
3107 oporder[ops++] = opnum;
3126 oporder[ops
2093 rtx *ops = alloca (noperands * sizeof (rtx)); local
2943 int ops = 0; local
[all...]
H A Dtree-ssa-operands.c224 /* Number of call-clobbered ops we attempt to add to calls in
1797 ops, but the original *will* be in this list because
2188 free_ssa_operands (stmt_operands_p ops) argument
2190 ops->def_ops = NULL;
2191 ops->use_ops = NULL;
2192 ops->maydef_ops = NULL;
2193 ops->mustdef_ops = NULL;
2194 ops->vuse_ops = NULL;
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c593 const struct mdio_ops *ops);
1535 phy->ops->get_link_status(phy, &link_state, &speed, &duplex, &fc);
1540 phy->ops->reset(phy, 0);
1686 phy->ops->advertise(phy, lc->advertising);
1695 phy->ops->set_speed_duplex(phy, lc->speed, lc->duplex);
1698 phy->ops->power_down(phy, 0);
1700 phy->ops->autoneg_enable(phy);
1704 phy->ops->reset(phy, 0);
2221 int phy_cause = p->phy.ops->intr_handler(&p->phy);
2447 pi->phy.ops
[all...]
H A Dcxgb_vsc8211.c453 phy->ops = &vsc8211_fiber_ops;
/freebsd-11-stable/contrib/gdb/gdb/
H A Docd.c250 struct target_ops *ops)
261 current_ops = ops;
247 ocd_open(char *name, int from_tty, enum ocd_target_type target_type, struct target_ops *ops) argument
H A Dmonitor.c86 static void monitor_files_info (struct target_ops *ops);
1411 monitor_files_info (struct target_ops *ops) argument
2280 init_monitor_ops (struct target_ops *ops) argument
2285 memcpy (ops, &monitor_ops, sizeof monitor_ops);
H A Dsol-thread.c762 sol_thread_xfer_partial (struct target_ops *ops, enum target_object object,
777 retval = procfs_ops.to_xfer_partial (ops, object, annex,
780 retval = orig_core_ops.to_xfer_partial (ops, object, annex,
758 sol_thread_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dprocfs.c132 static LONGEST procfs_xfer_partial (struct target_ops *ops,
4282 procfs_xfer_partial (struct target_ops *ops, enum target_object object, argument
4290 return (*ops->to_xfer_memory) (offset, readbuf, len, 0/*write*/,
4291 NULL, ops);
4293 return (*ops->to_xfer_memory) (offset, readbuf, len, 1/*write*/,
4294 NULL, ops);
4299 return procfs_xfer_auxv (ops, object, annex, readbuf, writebuf,
4304 if (ops->beneath != NULL)
4305 return ops->beneath->to_xfer_partial (ops
[all...]
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_xpt.c168 .ops = &nvme_xport_ops, \
184 .ops = &nvme_proto_ops,
/freebsd-11-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh140 /* XXX These should be defined in terms of bus-space ops. */
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddriver.h119 const struct verbs_device_ops *ops; member in struct:verbs_device
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h258 struct iwn_ops ops; member in struct:iwn_softc
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h213 const svn_txdelta_op_t *ops;
211 const svn_txdelta_op_t *ops; member in struct:svn_txdelta_window_t
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c443 #define FL_WBUF (1 << 14) /* Schedule for write buffer ops.
4517 we allow integration with ops that have a constant as their second
8650 rtx ops[3];
8654 ops[0] = gen_rtx_REG (SImode, arm_reg0);
8655 ops[1] = gen_rtx_REG (SImode, 1 + arm_reg0);
8656 ops[2] = gen_rtx_REG (SImode, 2 + arm_reg0); local
8658 output_asm_insn ("stm%?fd\t%|sp!, {%0, %1, %2}", ops);
8671 rtx ops[3];
8675 ops[0] = gen_rtx_REG (SImode, arm_reg0);
8676 ops[
8635 rtx ops[3]; local
8678 rtx ops[2]; local
8711 rtx ops[2]; local
8729 rtx ops[2]; local
9549 rtx ops[2]; local
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c5953 /* Generate the pseudo ops that System V.4 wants. */
10711 rtx ops[MAX_RECOG_OPERANDS];
10716 /* We save target to ops[0]. */
10717 ops[0] = mips_prepare_builtin_target (icode, 0, target);
10724 ops[i] = mips_prepare_builtin_arg (icode, i, &arglist);
10729 emit_insn (GEN_FCN (icode) (ops[0], ops[1]));
10733 emit_insn (GEN_FCN (icode) (ops[0], ops[1], ops[
10652 rtx ops[MAX_RECOG_OPERANDS]; local
10759 rtx offset, condition, cmp_result, ops[MAX_RECOG_OPERANDS]; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am38 IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h
39 IT_SRCS=itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
41 IT_OBJS=itbl-parse.o itbl-lex.o itbl-ops.o
204 CFILES = $(GAS_CFILES) itbl-ops.c
223 itbl-ops.h \
656 itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h
659 itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
670 itbl-tops.o: $(srcdir)/itbl-ops
[all...]
H A DMakefile.in284 IT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h
285 IT_SRCS = itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
287 IT_OBJS = itbl-parse.o itbl-lex.o itbl-ops.o
448 CFILES = $(GAS_CFILES) itbl-ops.c
466 itbl-ops.h \
971 $(srcdir)/../opcodes/cgen-ops.h cgen.h $(INCDIR)/elf/common.h \
1042 $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h itbl-ops.h \
1051 $(INCDIR)/opcode/mips.h itbl-ops.h dwarf2dbg.h dw2gencfi.h \
1061 itbl-ops.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
2642 itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops
[all...]
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S353 except: cld # String ops inc
502 int_hw: cld # String ops inc
643 std # String ops dec
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S351 except: cld # String ops inc
476 int_hw: cld # String ops inc
617 popfl # string ops dec
/freebsd-11-stable/sys/dev/nand/
H A Dnand.h314 struct nand_ops *ops; member in struct:nand_chip
333 /* NAND ops */
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.h341 struct hptiop_adapter_ops *ops; member in struct:hpt_iop_hba
/freebsd-11-stable/sys/dev/e1000/
H A De1000_manage.c142 if (!hw->mac.ops.check_mng_mode(hw)) {
/freebsd-11-stable/sys/dev/xen/privcmd/
H A Dprivcmd.c286 (mem->un_pager.devp.ops != &privcmd_pg_ops)) {

Completed in 433 milliseconds

1234567891011>>