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

  /src/sys/arch/alpha/alpha/
interrupt.c 91 struct scbvec scb_iovectab[SCB_VECTOIDX(SCB_SIZE - SCB_IOVECBASE)] variable in typeref:struct:scbvec[SCB_VECTOIDX (SCB_SIZE-SCB_IOVECBASE)]__read_mostly
102 scb_iovectab[i].scb_func = scb_stray;
103 scb_iovectab[i].scb_arg = NULL;
127 if (scb_iovectab[idx].scb_func != scb_stray)
130 scb_iovectab[idx].scb_arg = arg;
132 scb_iovectab[idx].scb_func = func;
151 if (scb_iovectab[idx].scb_func == scb_stray) {
152 scb_iovectab[idx].scb_arg = arg;
154 scb_iovectab[idx].scb_func = func;
176 if (scb_iovectab[idx].scb_func == scb_stray
    [all...]

Completed in 13 milliseconds