/openbsd-src/sys/arch/m88k/m88k/ |
H A D | softintr.c | 77 struct soft_intrhand *sih; in softintr_dispatch() local 104 struct soft_intrhand *sih; in softintr_establish() local 144 struct soft_intrhand *sih = arg; in softintr_disestablish() local 163 struct soft_intrhand *sih = (struct soft_intrhand *)arg; in softintr_schedule() local
|
/openbsd-src/sys/arch/riscv64/riscv64/ |
H A D | softintr.c | 83 struct soft_intrhand *sih; in softintr_dispatch() local 110 struct soft_intrhand *sih = arg; in softintr_biglock_wrap() local 127 struct soft_intrhand *sih; in softintr_establish_flags() local 178 struct soft_intrhand *sih = arg; in softintr_disestablish() local
|
/openbsd-src/sys/arch/arm64/arm64/ |
H A D | softintr.c | 84 struct soft_intrhand *sih; in softintr_dispatch() local 111 struct soft_intrhand *sih = arg; in softintr_biglock_wrap() local 128 struct soft_intrhand *sih; in softintr_establish_flags() local 179 struct soft_intrhand *sih = arg; in softintr_disestablish() local
|
/openbsd-src/sys/arch/powerpc64/powerpc64/ |
H A D | softintr.c | 84 struct soft_intrhand *sih; in softintr_dispatch() local 111 struct soft_intrhand *sih = arg; in softintr_biglock_wrap() local 128 struct soft_intrhand *sih; in softintr_establish_flags() local 179 struct soft_intrhand *sih = arg; in softintr_disestablish() local
|
/openbsd-src/sys/arch/powerpc/powerpc/ |
H A D | softintr.c | 77 struct soft_intrhand *sih; in softintr_dispatch() local 104 struct soft_intrhand *sih; in softintr_establish() local 144 struct soft_intrhand *sih = arg; in softintr_disestablish() local 163 struct soft_intrhand *sih = (struct soft_intrhand *)arg; in softintr_schedule() local
|
/openbsd-src/sys/arch/mips64/mips64/ |
H A D | softintr.c | 80 struct soft_intrhand *sih; in softintr_dispatch() local 107 struct soft_intrhand *sih; in softintr_establish() local 142 struct soft_intrhand *sih = arg; in softintr_disestablish() local 162 struct soft_intrhand *sih = (struct soft_intrhand *)arg; in softintr_schedule() local
|
/openbsd-src/sys/arch/arm/arm/ |
H A D | softintr.c | 79 struct soft_intrhand *sih; in softintr_dispatch() local 109 struct soft_intrhand *sih; in softintr_establish() local 152 struct soft_intrhand *sih = arg; in softintr_disestablish() local
|
/openbsd-src/sys/arch/i386/i386/ |
H A D | softintr.c | 81 struct i386_soft_intrhand *sih; in softintr_dispatch() local 112 struct i386_soft_intrhand *sih; in softintr_establish() local 153 struct i386_soft_intrhand *sih = arg; in softintr_disestablish() local
|
/openbsd-src/sys/arch/amd64/amd64/ |
H A D | softintr.c | 82 struct x86_soft_intrhand *sih; in softintr_dispatch() local 119 struct x86_soft_intrhand *sih; in softintr_establish() local 160 struct x86_soft_intrhand *sih = arg; in softintr_disestablish() local
|
/openbsd-src/sys/arch/alpha/alpha/ |
H A D | interrupt.c | 455 struct alpha_soft_intrhand *sih; in softintr_dispatch() local 528 struct alpha_soft_intrhand *sih; in softintr_establish() local 552 struct alpha_soft_intrhand *sih = arg; softintr_disestablish() local 571 struct alpha_soft_intrhand *sih = arg; softintr_schedule() local [all...] |
/openbsd-src/sys/arch/sh/sh/ |
H A D | interrupt.c | 592 struct sh_soft_intrhand *sih; in softintr_dispatch() local 624 struct sh_soft_intrhand *sih; in softintr_establish() local 652 struct sh_soft_intrhand *sih = arg; softintr_disestablish() local 669 struct sh_soft_intrhand *sih = arg; softintr_schedule() local [all...] |
/openbsd-src/gnu/usr.bin/perl/ |
H A D | mg.c | 3744 SV *rv = newRV_noinc(MUTABLE_SV(sih)); in Perl_perly_sighandler() local [all...] |