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

  /src/sys/arch/alpha/tc/
tc_3000_300.c 55 static int tc_3000_300_intrnull(void *);
109 tc_3000_300_intr[i].tci_func = tc_3000_300_intrnull;
140 if (tc_3000_300_intr[dev].tci_func != tc_3000_300_intrnull)
179 if (tc_3000_300_intr[dev].tci_func == tc_3000_300_intrnull)
200 tc_3000_300_intr[dev].tci_func = tc_3000_300_intrnull;
207 tc_3000_300_intrnull(void *val) function in typeref:typename:int
210 panic("tc_3000_300_intrnull: uncaught TC intr for cookie %ld",

Completed in 53 milliseconds