Searched defs: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 in struct:softcall
324 if (sc->sc_func == func && sc->sc_arg == arg) {
333 sc->sc_func = func;
475 func = sc->sc_func;

Completed in 57 milliseconds