HomeSort by: relevance | last modified time | path
    Searched defs:fake_softbio_intrhand (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
x86_softintr.c 243 struct intrhand fake_softbio_intrhand; variable in typeref:struct:intrhand
262 fake_softbio_intrhand.ih_pic = &softintr_pic;
263 fake_softbio_intrhand.ih_level = IPL_SOFTBIO;
264 isp->is_handlers = &fake_softbio_intrhand;

Completed in 27 milliseconds