Searched refs:ops (Results 176 - 200 of 999) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/sun68k/stand/tapeboot/
H A Ddev_tape.c144 struct boottab *ops; local
149 ops = si->si_boottab;
163 xcnt = (*ops->b_strategy)(si, si_flag);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dgtt.c657 struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; local
665 ret = ops->get_entry(page_table, e, index, guest,
671 update_entry_type_for_real(ops, e, guest ?
686 struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; local
694 return ops->set_entry(page_table, e, index, guest,
948 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; local
966 if (ops->get_pfn(e) ==
970 s = intel_vgpu_find_spt_by_mfn(vgpu, ops->get_pfn(e));
973 ops->get_pfn(e));
983 struct intel_gvt_gtt_pte_ops *ops local
1071 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; local
1135 struct intel_gvt_gtt_pte_ops *ops = s->vgpu->gvt->gtt.pte_ops; local
1158 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; local
1175 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; local
1222 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; local
1307 struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; local
1350 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; local
1431 struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; local
1602 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; local
1719 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; local
1784 struct intel_gvt_gtt_pte_ops *ops = gtt->pte_ops; local
1814 struct intel_gvt_gtt_pte_ops *ops = gtt->pte_ops; local
2048 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; local
2217 struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; local
2356 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c1375 ops are not really meaningful.
1376 NOP_EXPR if bswap optimization detected identity, ops
1384 /* True if ops have been swapped and thus ops[1] represents
1385 rhs1 of BIT_{AND,IOR,XOR}_EXPR and ops[0] represents rhs2. */
1391 store_operand_info ops[2]; variable
1418 , ops { op0r, op1r }
1423 ops[0] = op0r;
1424 ops[1] = op1r;
1826 store_operand_info &op = info->ops[
4056 tree ops[2]; local
4751 store_operand_info ops[2]; local
[all...]
/netbsd-current/external/mit/xorg/server/xorg-server/hw/xfree86/x86emu/
H A DMakefile13 ops.c \
/netbsd-current/sys/dev/pci/
H A Digmavar.h39 const struct igma_chip_ops *ops; member in struct:igma_chip
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/xfree86/x86emu/
H A DMakefile13 ops.c \
/netbsd-current/sys/dev/sbus/
H A Dgenfb_sbus.c95 struct genfb_ops ops = zero_ops; local
152 ops.genfb_ioctl = genfb_ioctl_sbus;
153 ops.genfb_mmap = genfb_mmap_sbus;
155 genfb_attach(&sc->sc_gen, &ops);
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_genfb.c94 struct genfb_ops ops = zero_ops; local
128 ops.genfb_ioctl = bcmgenfb_ioctl;
129 ops.genfb_mmap = bcmgenfb_mmap;
138 genfb_attach(&sc->sc_gen, &ops);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_lmem.c26 return obj->ops == &i915_gem_lmem_obj_ops;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_wakeref.h47 const struct intel_wakeref_ops *ops; member in struct:intel_wakeref
59 const struct intel_wakeref_ops *ops,
61 #define intel_wakeref_init(wf, rpm, ops) do { \
64 __intel_wakeref_init((wf), (rpm), (ops), &__key); \
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dgcc-interface.h169 const struct gcc_base_vtable *ops; member in struct:gcc_base_context
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dgcc-interface.h169 const struct gcc_base_vtable *ops; member in struct:gcc_base_context
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgcc-interface.h169 const struct gcc_base_vtable *ops; member in struct:gcc_base_context
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dgcc-interface.h169 const struct gcc_base_vtable *ops; member in struct:gcc_base_context
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dkswitch.c153 const krb5_cc_ops *ops; local
157 ops = krb5_cc_get_prefix_ops(heimtools_context, opt->type_string);
158 if (ops == NULL)
161 aret = asprintf(&str, "%s:%s", ops->prefix, opt->cache_string);
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgcc-interface.h169 const struct gcc_base_vtable *ops; member in struct:gcc_base_context
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dgcc-interface.h169 const struct gcc_base_vtable *ops; member in struct:gcc_base_context
/netbsd-current/sys/arch/emips/emips/
H A Dbus_dma.c421 bus_size_t len, int ops)
430 if ((ops & (BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE)) != 0 &&
431 (ops & (BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE)) != 0)
451 if (ops & BUS_DMASYNC_PREWRITE) {
461 if ((ops & BUS_DMASYNC_PREREAD) == 0)
525 bus_size_t len, int ops)
534 if ((ops & (BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE)) != 0 &&
535 (ops & (BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE)) != 0)
570 ops &= (BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
571 if (ops
420 _bus_dmamap_sync_r3k(bus_dma_tag_t t, bus_dmamap_t map, bus_addr_t offset, bus_size_t len, int ops) argument
524 _bus_dmamap_sync_r4k(bus_dma_tag_t t, bus_dmamap_t map, bus_addr_t offset, bus_size_t len, int ops) argument
[all...]
/netbsd-current/sys/arch/pmax/pmax/
H A Dbus_dma.c421 bus_size_t len, int ops)
430 if ((ops & (BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE)) != 0 &&
431 (ops & (BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE)) != 0)
451 if (ops & BUS_DMASYNC_PREWRITE) {
461 if ((ops & BUS_DMASYNC_PREREAD) == 0)
525 bus_size_t len, int ops)
534 if ((ops & (BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE)) != 0 &&
535 (ops & (BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE)) != 0)
570 ops &= (BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
571 if (ops
420 _bus_dmamap_sync_r3k(bus_dma_tag_t t, bus_dmamap_t map, bus_addr_t offset, bus_size_t len, int ops) argument
524 _bus_dmamap_sync_r4k(bus_dma_tag_t t, bus_dmamap_t map, bus_addr_t offset, bus_size_t len, int ops) argument
[all...]
/netbsd-current/lib/libc/rpc/
H A Dauth_none.c77 static const struct auth_ops ops = { variable in typeref:struct:auth_ops
106 ap->no_client.ah_ops = &ops;
/netbsd-current/sys/dev/ic/
H A Desiopvar.h121 esiop_table_sync(struct esiop_cmd *esiop_cmd, int ops) argument
129 sizeof(struct esiop_xfer), ops);
/netbsd-current/external/gpl3/binutils.old/usr.bin/gas/arch/mips64eb/
H A Ddefs.mk8 G_OBJS+=tc-mips.o obj-elf.o atof-ieee.o itbl-parse.o itbl-lex-wrapper.o itbl-ops.o e-mipself.o
/netbsd-current/external/gpl3/binutils.old/usr.bin/gas/arch/mips64el/
H A Ddefs.mk8 G_OBJS+=tc-mips.o obj-elf.o atof-ieee.o itbl-parse.o itbl-lex-wrapper.o itbl-ops.o e-mipself.o
/netbsd-current/external/gpl3/binutils.old/usr.bin/gas/arch/mipseb/
H A Ddefs.mk8 G_OBJS+=tc-mips.o obj-elf.o atof-ieee.o itbl-parse.o itbl-lex-wrapper.o itbl-ops.o e-mipself.o
/netbsd-current/external/gpl3/binutils.old/usr.bin/gas/arch/mipsel/
H A Ddefs.mk8 G_OBJS+=tc-mips.o obj-elf.o atof-ieee.o itbl-parse.o itbl-lex-wrapper.o itbl-ops.o e-mipself.o

Completed in 308 milliseconds

1234567891011>>