Searched defs: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;
516 if ((func = kdi_softcall_func) != NULL) {
517 kdi_softcall_func = NULL;

Completed in 45 milliseconds