/openbsd/sys/arch/m88k/include/ |
H A D | intr.h | 81 void splassert_check(int, const char *); 84 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/landisk/include/ |
H A D | intr.h | 75 void splassert_check(int, const char *); 79 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | intr.h | 74 void splassert_check(int, const char *); 77 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/loongson/include/ |
H A D | intr.h | 138 void splassert_check(int, const char *); 141 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/powerpc/include/ |
H A D | intr.h | 99 void splassert_check(int, const char *); 102 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/octeon/include/ |
H A D | intr.h | 137 void splassert_check(int, const char *); 140 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/hppa/include/ |
H A D | intr.h | 76 void splassert_check(int, const char *); 79 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/i386/include/ |
H A D | intr.h | 73 void splassert_check(int, const char *); 76 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/amd64/include/ |
H A D | intr.h | 161 void splassert_check(int, const char *); 164 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/sparc64/include/ |
H A D | psl.h | 214 void splassert_check(int, const char *); 217 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/alpha/include/ |
H A D | intr.h | 156 void splassert_check(int, const char *); 160 splassert_check(__wantipl, __func__); \
|
/openbsd/sys/arch/powerpc/powerpc/ |
H A D | intr.c | 164 splassert_check(int wantipl, const char *func) in splassert_check() function
|
/openbsd/sys/arch/mips64/mips64/ |
H A D | interrupt.c | 250 splassert_check(int wantipl, const char *func) in splassert_check() function
|
/openbsd/sys/arch/landisk/landisk/ |
H A D | intr.c | 378 splassert_check(int wantipl, const char *func) in splassert_check() function
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | intr.c | 319 splassert_check(int wantipl, const char *func) in splassert_check() function
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | intr.c | 156 splassert_check(int wantipl, const char *func) in splassert_check() function
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | interrupt.c | 598 splassert_check(int wantipl, const char *func) in splassert_check() function
|
/openbsd/sys/arch/hppa/hppa/ |
H A D | intr.c | 79 splassert_check(int wantipl, const char *func) in splassert_check() function
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | trap.c | 1565 splassert_check(int wantipl, const char *func) in splassert_check() function
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | machdep.c | 1986 splassert_check(int wantipl, const char *func) in splassert_check() function
|
/openbsd/sys/arch/i386/i386/ |
H A D | machdep.c | 3871 splassert_check(int wantipl, const char *func) in splassert_check() function
|