| /freebsd-12-stable/sys/contrib/libsodium/test/default/ |
| D | sodium_utils3.c | 25 #ifdef SIGBUS in segv_handler() 26 signal(SIGBUS, SIG_DFL); in segv_handler() 43 #ifdef SIGBUS in main() 44 signal(SIGBUS, segv_handler); in main()
|
| D | sodium_utils2.c | 29 #ifdef SIGBUS in segv_handler() 30 signal(SIGBUS, SIG_DFL); in segv_handler() 77 #ifdef SIGBUS in main() 78 signal(SIGBUS, segv_handler); in main()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | siglist.c | 49 [SIGBUS] = "BUS", 84 [SIGBUS] = "Bus error",
|
| /freebsd-12-stable/cddl/lib/libdtrace/ |
| D | signal.d | 46 inline int SIGBUS = 10; variable 47 #pragma D binding "1.0" SIGBUS 106 signal == SIGBUS ? "SIGBUS" :
|
| /freebsd-12-stable/contrib/apr/threadproc/unix/ |
| D | signals.c | 184 #ifdef SIGBUS in apr_signal_init() 185 store_desc(SIGBUS, "Bus error"); in apr_signal_init() 279 #ifdef SIGBUS in remove_sync_sigs() 280 sigdelset(sig_mask, SIGBUS); in remove_sync_sigs()
|
| /freebsd-12-stable/tests/sys/vm/ |
| D | page_fault_signal.c | 62 r = sigaction(SIGBUS, &sa, NULL); in setup_signals() 143 ATF_CHECK_EQ(SIGBUS, last_sig); in ATF_TC_BODY() 168 ATF_CHECK_EQ(SIGBUS, last_sig); in ATF_TC_BODY()
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | trap.c | 171 SIGBUS, /* privileged opcode */ 179 SIGBUS, /* data access protection */ 180 SIGBUS, /* memory address not aligned */ 181 SIGBUS, /* privileged action */ 182 SIGBUS, /* async data error */
|
| /freebsd-12-stable/contrib/gdb/gdb/signals/ |
| D | signals.c | 312 #if defined (SIGBUS) in target_signal_from_host() 313 if (hostsig == SIGBUS) in target_signal_from_host() 565 #if defined (SIGBUS) in do_target_signal_to_host() 567 return SIGBUS; in do_target_signal_to_host()
|
| /freebsd-12-stable/crypto/openssl/crypto/ |
| D | sparcv9cap.c | 222 sigdelset(&all_masked, SIGBUS); in OPENSSL_cpuid_setup() 231 sigaction(SIGBUS, &common_act, &bus_oact); /* T1 fails 16-bit ldda [on in OPENSSL_cpuid_setup() 281 sigaction(SIGBUS, &bus_oact, NULL); in OPENSSL_cpuid_setup()
|
| /freebsd-12-stable/sys/i386/i386/ |
| D | trap.c | 370 signo = SIGBUS; in trap() 374 signo = SIGBUS; in trap() 378 signo = SIGBUS; in trap() 382 signo = SIGBUS; in trap() 387 signo = SIGBUS; in trap() 537 kern_psignal(p, SIGBUS); in trap()
|
| D | vm86.c | 197 return (SIGBUS); in vm86_emulate() 288 return (SIGBUS); in vm86_emulate() 320 return (SIGBUS); in vm86_emulate() 390 return (SIGBUS); in vm86_emulate()
|
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | trap.c | 410 call_trapsignal(td, SIGBUS, BUS_ADRALN, (void *)frame->tf_sp); in do_el0_sync() 414 call_trapsignal(td, SIGBUS, BUS_ADRALN, (void *)frame->tf_elr); in do_el0_sync() 435 call_trapsignal(td, SIGBUS, BUS_OBJERR, (void *)frame->tf_elr); in do_el0_sync()
|
| /freebsd-12-stable/tools/regression/bpf/bpf_filter/tests/ |
| D | test0077.h | 33 static int expect_signal = SIGBUS;
|
| D | test0075.h | 33 static int expect_signal = SIGBUS;
|
| D | test0078.h | 34 static int expect_signal = SIGBUS;
|
| D | test0076.h | 34 static int expect_signal = SIGBUS;
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | hp | 321 >>>>>>>>>0xC4 belong 10 - received SIGBUS 340 >>>>>>>>>0xC4 belong 10 - received SIGBUS 362 >>>>>>>>>0xC4 belong 10 - received SIGBUS 384 >>>>>>>>>0xC4 belong 10 - received SIGBUS 406 >>>>>>>>>0xC4 belong 10 - received SIGBUS 427 >>>>>>>>>0xC4 belong 10 - received SIGBUS
|
| /freebsd-12-stable/sys/amd64/amd64/ |
| D | trap.c | 317 signo = SIGBUS; in trap() 322 signo = SIGBUS; in trap() 326 signo = SIGBUS; in trap() 330 signo = SIGBUS; in trap() 335 signo = SIGBUS; in trap()
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | strsignal.c | 112 #if defined (SIGBUS) 113 ENTRY(SIGBUS, "SIGBUS", "Bus error"),
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | strsignal.c | 112 #if defined (SIGBUS) 113 ENTRY(SIGBUS, "SIGBUS", "Bus error"),
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
| D | CrashReason.cpp | 129 assert(info.si_signo == SIGBUS); in GetCrashReasonForSIGBUS() 345 case SIGBUS: in GetCrashReason()
|
| /freebsd-12-stable/sbin/dump/ |
| D | main.c | 332 if (signal(SIGBUS, SIG_IGN) != SIG_IGN) in main() 333 signal(SIGBUS, sig); in main() 680 case SIGBUS: in sig()
|
| /freebsd-12-stable/lib/libsysdecode/ |
| D | signal.c | 45 [SIGBUS] = "SIGBUS",
|
| /freebsd-12-stable/tools/test/vm86/ |
| D | vm86_test.c | 98 if (sigaction(SIGBUS, &sa, NULL) == -1) in main()
|
| /freebsd-12-stable/lib/libc/nls/ |
| D | be_BY.UTF-8.msg | 206 $ SIGBUS
|