Home
last modified time | relevance | path

Searched defs:sih (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/sys/arch/m88k/m88k/
H A Dsoftintr.c77 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 Dsoftintr.c83 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 Dsoftintr.c84 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 Dsoftintr.c84 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 Dsoftintr.c77 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 Dsoftintr.c80 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 Dsoftintr.c79 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 Dsoftintr.c81 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 Dsoftintr.c82 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 Dinterrupt.c455 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 Dinterrupt.c592 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 Dmg.c3744 SV *rv = newRV_noinc(MUTABLE_SV(sih)); in Perl_perly_sighandler() local
[all...]