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

  /src/sys/arch/sparc64/dev/
pcfiic_ebus.c 54 void *esc_ih; member in struct:pcfiic_ebus_softc
154 esc->esc_ih = bus_intr_establish(sc->sc_iot, ea->ea_intr[0],
157 esc->esc_ih = NULL;
160 if (esc->esc_ih == NULL)
pcfiic_ebus.c 54 void *esc_ih; member in struct:pcfiic_ebus_softc
154 esc->esc_ih = bus_intr_establish(sc->sc_iot, ea->ea_intr[0],
157 esc->esc_ih = NULL;
160 if (esc->esc_ih == NULL)

Completed in 28 milliseconds