/external/qemu-pc-bios/vgabios/tests/ |
D | testbios.c | 42 intr(0x10,regs); in int10ax0003() 50 intr(0x10,regs); in int10ax02() 58 intr(0x10,regs); in int10ax03() 65 intr(0x10,regs); in int10ax0501() 68 intr(0x10,regs); in int10ax0501() 78 intr(0x10,regs); in int10ax0602() 88 intr(0x10,regs); in int10ax0702() 96 intr(0x10,regs); in int10ax08() 103 intr(0x10,regs); in int10ax09() 109 intr(0x10,regs); in int10ax09() [all …]
|
/external/quake/quake/src/WinQuake/ |
D | dos_v2.cpp | 178 int intr; member 184 void dos_registerintr(int intr, void (*handler)(void)) in dos_registerintr() argument 192 _go32_dpmi_get_protected_mode_interrupt_vector(intr, &oldstuff->pm_oldvec); in dos_registerintr() 193 oldstuff->intr = intr; in dos_registerintr() 199 _go32_dpmi_set_protected_mode_interrupt_vector(intr, &info); in dos_registerintr() 205 void dos_restoreintr(int intr) in dos_restoreintr() argument 215 if (oldstuff->intr == intr) in dos_restoreintr() 217 _go32_dpmi_set_protected_mode_interrupt_vector(intr, in dos_restoreintr() 219 oldstuff->intr = -1; in dos_restoreintr()
|
D | dosisms.h | 85 void dos_registerintr(int intr, void (*handler)(void)); 86 void dos_restoreintr(int intr);
|
/external/dnsmasq/src/ |
D | rfc1035.c | 946 struct interface_name *intr; in check_for_local_domain() local 961 for (intr = daemon->int_names; intr; intr = intr->next) in check_for_local_domain() 962 if (hostname_isequal(name, intr->name)) in check_for_local_domain() 1227 struct interface_name* intr = NULL; in answer_request() local 1234 for (intr = daemon->int_names; intr; intr = intr->next) in answer_request() 1236 if (addr.addr.addr4.s_addr == get_ifaddr(intr->intr).s_addr) in answer_request() 1239 while (intr->next && strcmp(intr->intr, intr->next->intr) == 0) in answer_request() 1240 intr = intr->next; in answer_request() 1243 if (intr) in answer_request() 1248 log_query(F_IPV4 | F_REVERSE | F_CONFIG, intr->name, &addr, NULL); in answer_request() [all …]
|
D | dnsmasq.h | 251 char *intr; /* interface name */ member 791 struct in_addr get_ifaddr(char *intr);
|
D | network.c | 958 struct in_addr get_ifaddr(char *intr) in get_ifaddr() argument 965 strncpy(ifr.ifr_name, intr, IF_NAMESIZE); in get_ifaddr()
|
D | option.c | 2310 new->intr = opt_string_alloc(comma); in one_opt()
|
/external/bluetooth/bluez/input/ |
D | server.c | 49 GIOChannel *intr; member 201 server->intr = bt_io_listen(BT_IO_L2CAP, NULL, confirm_event_cb, in server_start() 208 if (!server->intr) { in server_start() 232 g_io_channel_shutdown(server->intr, TRUE, NULL); in server_stop() 233 g_io_channel_unref(server->intr); in server_stop()
|
/external/clang/test/SemaCXX/ |
D | functional-cast.cpp | 108 typedef int &intr; in t_529_2() typedef 109 (void)intr(i); in t_529_2() 290 typedef int &intr; in refs() typedef 291 …(void)intr(&c); // expected-error {{functional-style cast from rvalue to reference type 'intr' (ak… in refs()
|
/external/llvm/test/TableGen/ |
D | TargetInstrSpec.td | 80 multiclass arith<bits<8> opcode, string asmstr, string intr, list<dag> patterns> { 85 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)), 92 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)),
|
/external/qemu/hw/ |
D | usb-ohci.c | 81 uint32_t intr; member 126 uint32_t intr[32]; member 315 if ((ohci->intr & OHCI_INTR_MIE) && in ohci_intr_update() 316 (ohci->intr_status & ohci->intr)) in ohci_intr_update() 323 static inline void ohci_set_interrupt(OHCIState *ohci, uint32_t intr) in ohci_set_interrupt() argument 325 ohci->intr_status |= intr; in ohci_set_interrupt() 393 ohci->intr = OHCI_INTR_MIE; in ohci_reset() 1137 ohci_service_ed_list(ohci, le32_to_cpu(hcca.intr[n]), 0); in ohci_frame_boundary() 1159 if (ohci->intr & ohci->intr_status) in ohci_frame_boundary() 1432 retval = ohci->intr; in ohci_mem_read() [all …]
|
D | devices.h | 52 TUSBState *tusb6010_init(qemu_irq intr);
|
/external/kernel-headers/original/linux/ |
D | akm8975.h | 79 int intr; member
|
D | akm8976.h | 84 int intr; member
|
/external/qemu/target-i386/ |
D | kvm.c | 718 struct kvm_interrupt intr; in kvm_arch_pre_run() local 719 intr.irq = irq; in kvm_arch_pre_run() 722 kvm_vcpu_ioctl(env, KVM_INTERRUPT, &intr); in kvm_arch_pre_run()
|
/external/mksh/src/ |
D | edit.c | 48 int intr; member 115 edchars.erase = edchars.kill = edchars.intr = edchars.quit = in x_init() 3135 edchars.intr = cb.c_cc[VINTR]; in x_mode() 3162 if (edchars.intr == _POSIX_VDISABLE) in x_mode() 3163 edchars.intr = -1; in x_mode() 3180 if (edchars.intr >= 0) in x_mode() 3181 bind_if_not_bound(0, edchars.intr, XFUNC_abort); in x_mode() 3428 if (c == edchars.intr || c == edchars.quit) { in x_vi() 3432 trapsig(c == edchars.intr ? SIGINT : SIGQUIT); in x_vi()
|
D | sh.h | 1502 void runtraps(int intr);
|
/external/dnsmasq/contrib/dns-loc/ |
D | dnsmasq2-loc-rfc1876.patch | 72 new->intr = safe_string_alloc(comma);
|
/external/bluetooth/glib/po/ |
D | wa.po | 107 msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje" 590 msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje" 872 msgstr "Secwince nén valide e l' intrêye do cviersaedje" 942 msgstr "Secwince nén valide e l' intrêye do cviersaedje"
|
D | ro.po | 1849 msgstr "nu ascunde intrările"
|
/external/bluetooth/bluez/tools/ |
D | sdptool.c | 2252 static const uint16_t intr = 0x13; in add_hid_keyb() local 2342 psm = sdp_data_alloc(SDP_UINT16, &intr); in add_hid_keyb() 2414 uint16_t ctrl = 0x11, intr = 0x13; in add_hid_wiimote() local 2482 psm = sdp_data_alloc(SDP_UINT16, &intr); in add_hid_wiimote()
|
/external/e2fsprogs/po/ |
D | sv.po | 3610 msgstr "%s %s: status �r %x, skulle aldrig intr�ffa.\n" 5073 msgstr "Skulle aldrig intr�ffa: storleks�ndringsinoden trasig!\n"
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 14781 introduced intr@dUst 14782 introduction intr@dukS~ 14783 introductory intr@dukt@r/
|