/src/sys/arch/alpha/jensenio/ |
jensenio_intr.c | 181 void (*scb_func)(void *, unsigned long); local in function:jensenio_intr_establish 191 scb_func = jensenio_intr_dispatch; 193 scb_func = jensenio_intr_dispatch_wrapped; 206 scb_set(vec, scb_func, jih);
|
jensenio_intr.c | 181 void (*scb_func)(void *, unsigned long); local in function:jensenio_intr_establish 191 scb_func = jensenio_intr_dispatch; 193 scb_func = jensenio_intr_dispatch_wrapped; 206 scb_set(vec, scb_func, jih);
|
/src/sys/arch/alpha/pci/ |
pci_kn8ae.c | 199 void (*scb_func)(void *, u_long); local in function:dec_kn8ae_intr_establish 211 if (scb->scb_func != kn8ae_spurious) { 224 scb_func = (void (*)(void *, u_long))func; 228 scb_func = kn8ae_intr_wrapper; 231 scb_set(vec, scb_func, arg);
|
pci_kn8ae.c | 199 void (*scb_func)(void *, u_long); local in function:dec_kn8ae_intr_establish 211 if (scb->scb_func != kn8ae_spurious) { 224 scb_func = (void (*)(void *, u_long))func; 228 scb_func = kn8ae_intr_wrapper; 231 scb_set(vec, scb_func, arg);
|
/src/sys/arch/alpha/include/ |
intr.h | 90 void (*scb_func)(void *, u_long); member in struct:scbvec
|
intr.h | 90 void (*scb_func)(void *, u_long); member in struct:scbvec
|