/openbsd/sys/arch/arm/include/ |
H A D | softintr.h | 75 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/sh/include/ |
H A D | intr.h | 114 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/arm64/include/ |
H A D | softintr.h | 75 #define softintr_establish(i, f, a) \ macro
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | softintr.h | 74 #define softintr_establish(i, f, a) \ macro
|
/openbsd/sys/arch/riscv64/include/ |
H A D | softintr.h | 75 #define softintr_establish(i, f, a) \ macro
|
/openbsd/sys/arch/hppa/gsc/ |
H A D | arcofi_gsc.c | 76 sc->sc_sih = softintr_establish(IPL_SOFTTTY, &arcofi_swintr, sc); in arcofi_gsc_attach()
|
/openbsd/sys/arch/m88k/include/ |
H A D | intr.h | 145 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/sparc64/include/ |
H A D | intr.h | 109 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/arm/arm/ |
H A D | softintr.c | 107 softintr_establish(int ipl, void (*func)(void *), void *arg) in softintr_establish() function
|
/openbsd/sys/arch/i386/i386/ |
H A D | softintr.c | 109 softintr_establish(int ipl, void (*func)(void *), void *arg) in softintr_establish() function
|
/openbsd/sys/arch/loongson/include/ |
H A D | intr.h | 110 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | softintr.c | 102 softintr_establish(int ipl, void (*func)(void *), void *arg) in softintr_establish() function
|
/openbsd/sys/arch/powerpc/include/ |
H A D | intr.h | 152 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | softintr.c | 116 softintr_establish(int ipl, void (*func)(void *), void *arg) in softintr_establish() function
|
/openbsd/sys/arch/octeon/include/ |
H A D | intr.h | 109 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/hppa/include/ |
H A D | intr.h | 169 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/i386/include/ |
H A D | intr.h | 174 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/powerpc/powerpc/ |
H A D | softintr.c | 102 softintr_establish(int ipl, void (*func)(void *), void *arg) in softintr_establish() function
|
/openbsd/sys/arch/mips64/mips64/ |
H A D | softintr.c | 105 softintr_establish(int ipl, void (*func)(void *), void *arg) in softintr_establish() function
|
/openbsd/sys/arch/amd64/include/ |
H A D | intr.h | 252 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/alpha/include/ |
H A D | intr.h | 275 void *softintr_establish(int, void (*)(void *), void *);
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | comms_ebus.c | 194 sc->sc_si = softintr_establish(IPL_TTY, comms_softintr, sc); in comms_attach()
|
H A D | vcons.c | 87 sc->sc_si = softintr_establish(IPL_TTY, vcons_softintr, sc); in vcons_attach()
|
/openbsd/sys/arch/powerpc64/dev/ |
H A D | opalcons.c | 91 sc->sc_si = softintr_establish(IPL_TTY, opalcons_softintr, sc); in opalcons_attach()
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | intr.c | 284 softintr_establish(int level, void (*fun)(void *), void *arg) in softintr_establish() function
|