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

  /src/sys/arch/sparc/sparc/
intr.c 535 struct intrhand *sintrhand[15] = { NULL }; variable in typeref:struct:intrhand * [15]
701 intrhand[level] == NULL && sintrhand[level] == NULL) {
829 ih_insert(&sintrhand[pil], ih);
842 ih_remove(&sintrhand[sic->sic_pil], &sic->sic_hand);

Completed in 27 milliseconds