softintr_dispatch
softintr_dispatch(si); \
void softintr_dispatch(int);
softintr_dispatch();
softintr_dispatch();
softintr_dispatch(0); /* IPL_SOFTCLOCK */
softintr_dispatch(1); /* IPL_SOFTBIO */
softintr_dispatch(3); /* IPL_SOFTSERIAL */
softintr_dispatch(2); /* IPL_SOFTNET */
void softintr_dispatch(int);
(int (*)(void *))softintr_dispatch, NULL, NULL);