Home
last modified time | relevance | path

Searched refs:sc_hand (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/kern/
Dkern_softint.c217 softhand_t sc_hand[1]; member
334 sh = sc->sc_hand; in softint_init()
335 memcpy(sh, scfirst->sc_hand, sizeof(*sh) * softint_max); in softint_init()
372 if (sc->sc_hand[index].sh_func == NULL) in softint_establish()
381 sih = (void *)((uint8_t *)&sc->sc_hand[index] - (uint8_t *)sc); in softint_establish()
394 sh = &sc->sc_hand[index]; in softint_establish()
402 sh = &sc->sc_hand[index]; in softint_establish()