Searched refs:scb_func (Results 1 – 4 of 4) sorted by relevance
102 scb_iovectab[i].scb_func = scb_stray; in scb_init()127 if (scb_iovectab[idx].scb_func != scb_stray) in scb_set()132 scb_iovectab[idx].scb_func = func; in scb_set()151 if (scb_iovectab[idx].scb_func == scb_stray) { in scb_alloc()154 scb_iovectab[idx].scb_func = func; in scb_alloc()176 if (scb_iovectab[idx].scb_func == scb_stray) in scb_free()179 scb_iovectab[idx].scb_func = scb_stray; in scb_free()279 (*scb->scb_func)(scb->scb_arg, a1); in interrupt()
199 void (*scb_func)(void *, u_long); in dec_kn8ae_intr_establish() local211 if (scb->scb_func != kn8ae_spurious) { in dec_kn8ae_intr_establish()224 scb_func = (void (*)(void *, u_long))func; in dec_kn8ae_intr_establish()228 scb_func = kn8ae_intr_wrapper; in dec_kn8ae_intr_establish()231 scb_set(vec, scb_func, arg); in dec_kn8ae_intr_establish()
181 void (*scb_func)(void *, unsigned long); in jensenio_intr_establish() local191 scb_func = jensenio_intr_dispatch; in jensenio_intr_establish()193 scb_func = jensenio_intr_dispatch_wrapped; in jensenio_intr_establish()206 scb_set(vec, scb_func, jih); in jensenio_intr_establish()
90 void (*scb_func)(void *, u_long); member