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

  /src/sys/dev/mvme/
vme_two_isr.c 75 } vme_two_handlers[(VME2_VECTOR_LOCAL_MAX - VME2_VECTOR_LOCAL_MIN) + 1]; variable in typeref:struct:vme_two_handler[]
77 #define VMETWO_HANDLERS_SZ (sizeof(vme_two_handlers) / \
161 vme_two_handlers[i].isr_hand = NULL;
230 isr = &vme_two_handlers[vec - VME2_VECTOR_LOCAL_OFFSET];
269 vme_two_handlers[vec - VME2_VECTOR_LOCAL_MIN].isr_hand = hand;
270 vme_two_handlers[vec - VME2_VECTOR_LOCAL_MIN].isr_arg = arg;
365 vme_two_handlers[vec - VME2_VECTOR_LOCAL_MIN].isr_hand = NULL;
vme_two_isr.c 75 } vme_two_handlers[(VME2_VECTOR_LOCAL_MAX - VME2_VECTOR_LOCAL_MIN) + 1]; variable in typeref:struct:vme_two_handler[]
77 #define VMETWO_HANDLERS_SZ (sizeof(vme_two_handlers) / \
161 vme_two_handlers[i].isr_hand = NULL;
230 isr = &vme_two_handlers[vec - VME2_VECTOR_LOCAL_OFFSET];
269 vme_two_handlers[vec - VME2_VECTOR_LOCAL_MIN].isr_hand = hand;
270 vme_two_handlers[vec - VME2_VECTOR_LOCAL_MIN].isr_arg = arg;
365 vme_two_handlers[vec - VME2_VECTOR_LOCAL_MIN].isr_hand = NULL;

Completed in 23 milliseconds