Searched defs:intr (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/linux/
H A Dakm8975.h79 int intr; member in struct:akm8975_platform_data
H A Dakm8976.h84 int intr; member in struct:akm8976_platform_data
/external/quake/quake/src/WinQuake/
H A Ddos_v2.cpp178 int intr; member in struct:handlerhistory_s
184 void dos_registerintr(int intr, void (*handler)(void)) argument
192 _go32_dpmi_get_protected_mode_interrupt_vector(intr, &oldstuff->pm_oldvec);
193 oldstuff->intr = intr;
199 _go32_dpmi_set_protected_mode_interrupt_vector(intr, &info);
205 void dos_restoreintr(int intr) argument
215 if (oldstuff->intr == intr)
217 _go32_dpmi_set_protected_mode_interrupt_vector(intr,
[all...]
/external/dnsmasq/src/
H A Dnetwork.c1218 struct in_addr get_ifaddr(char *intr) argument
1225 strncpy(ifr.ifr_name, intr, IF_NAMESIZE);
H A Drfc1035.c946 struct interface_name *intr; local
961 for (intr = daemon->int_names; intr; intr = intr->next)
962 if (hostname_isequal(name, intr->name))
1227 struct interface_name* intr = NULL; local
1234 for (intr = daemon->int_names; intr; intr
1347 struct interface_name *intr; local
[all...]
H A Ddnsmasq.h251 char *intr; /* interface name */ member in struct:interface_name
792 struct in_addr get_ifaddr(char *intr);
/external/qemu/target-i386/
H A Dkvm.c718 struct kvm_interrupt intr; local
719 intr.irq = irq;
722 kvm_vcpu_ioctl(env, KVM_INTERRUPT, &intr);
/external/clang/test/SemaCXX/
H A Dfunctional-cast.cpp109 typedef int &intr; typedef
110 (void)intr(i);
291 typedef int &intr; typedef
292 (void)intr(&c); // expected-error {{functional-style cast from rvalue to reference type 'intr' (aka 'int &')}}
/external/qemu/hw/
H A Dusb-ohci.c81 uint32_t intr; member in struct:__anon11845
126 uint32_t intr[32]; member in struct:ohci_hcca
315 if ((ohci->intr & OHCI_INTR_MIE) &&
316 (ohci->intr_status & ohci->intr))
323 static inline void ohci_set_interrupt(OHCIState *ohci, uint32_t intr) argument
325 ohci->intr_status |= intr;
393 ohci->intr = OHCI_INTR_MIE;
1137 ohci_service_ed_list(ohci, le32_to_cpu(hcca.intr[n]), 0);
1159 if (ohci->intr & ohci->intr_status)
1432 retval = ohci->intr;
[all...]
/external/mksh/src/
H A Dedit.c51 int intr; member in struct:__anon10320
3286 edchars.intr = tty_state.c_cc[VINTR];
3299 if (edchars.intr == _POSIX_VDISABLE)
3300 edchars.intr = -1;
3317 if (edchars.intr >= 0)
3318 bind_if_not_bound(0, edchars.intr, XFUNC_abort);
3567 if (c == edchars.intr || c == edchars.quit) {
3571 trapsig(c == edchars.intr ? SIGINT : SIGQUIT);
5423 edchars.erase = edchars.kill = edchars.intr = edchars.quit =

Completed in 233 milliseconds