Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c172 static void (*kdi_softcall_func)(void); variable
399 kdi_softcall_func = func; in kdi_softcall()
516 if ((func = kdi_softcall_func) != NULL) { in softint()
517 kdi_softcall_func = NULL; in softint()