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

  /src/sys/arch/alpha/tc/
tc_3000_300.c 87 int (*tci_func)(void *); member in struct:tcintr
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)
150 tc_3000_300_intr[dev].tci_func = func;
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;
260 (*tc_3000_300_intr[slot].tci_func) \
tc_3000_500.c 100 int (*tci_func)(void *); member in struct:tcintr
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)
167 tc_3000_500_intr[dev].tci_func = func;
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;
246 (*tc_3000_500_intr[slot].tci_func) \

Completed in 12 milliseconds