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

  /src/sys/arch/alpha/tc/
tc_3000_500.c 55 static int tc_3000_500_intrnull(void *);
127 tc_3000_500_intr[i].tci_func = tc_3000_500_intrnull;
157 if (tc_3000_500_intr[dev].tci_func != tc_3000_500_intrnull)
186 if (tc_3000_500_intr[dev].tci_func == tc_3000_500_intrnull)
198 tc_3000_500_intr[dev].tci_func = tc_3000_500_intrnull;
205 tc_3000_500_intrnull(void *val) function in typeref:typename:int
208 panic("tc_3000_500_intrnull: uncaught TC intr for cookie %ld",

Completed in 11 milliseconds