HomeSort by: relevance | last modified time | path
    Searched defs:ih_cookie (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/atheros/
arbus.c 67 void *ih_cookie; member in struct:arbus_intrhand
185 ih->ih_cookie = NULL;
189 ih->ih_cookie = atheros_misc_intr_establish(mirq, handler, arg);
192 ih->ih_cookie = atheros_cpu_intr_establish(cirq, handler, arg);
196 if (ih->ih_cookie == NULL) {
208 atheros_misc_intr_disestablish(ih->ih_cookie);
210 atheros_cpu_intr_disestablish(ih->ih_cookie);
  /src/sys/external/bsd/drm2/pci/
drm_pci.c 52 void *ih_cookie; member in struct:drm_bus_irq_cookie
195 irq_cookie->ih_cookie = pci_intr_establish_xname(pa->pa_pc,
197 if (irq_cookie->ih_cookie == NULL) {
219 pci_intr_disestablish(pa->pa_pc, cookie->ih_cookie);

Completed in 13 milliseconds