Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c127 void (*sc_func)(void *); /* function to call */ member
324 if (sc->sc_func == func && sc->sc_arg == arg) { in softcall()
333 sc->sc_func = func; in softcall()
475 func = sc->sc_func; in softint()