Searched refs:SIGBUS (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d43 inline int SIGBUS = 10;
44 #pragma D binding "1.0" SIGBUS
/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_prot.c244 sigaction(SIGBUS, &sa, 0);
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmemory_tests.c24 /* Reset global error value when we see a SIGBUS */
25 if (sig == SIGBUS) {
272 if ((my_err = sigaction(SIGBUS, &my_sa, NULL)) != 0) {
278 my_err = -1; /* default to error out if we do NOT trigger a SIGBUS */
280 *my_addr = 'z'; /* should cause SIGBUS signal (we look for this at child termination within the parent) */
284 printf("Expected SIGBUS signal, got nothing!\n");
/xnu-2782.1.97/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c115 if (sigaction(SIGBUS, &sigact, NULL) == -1) {
116 perror("sigaction SIGBUS");
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h97 #define SIGBUS 10 /* bus error */ macro
291 * When the signal is SIGSEGV or SIGBUS, si_addr contains the address of
334 /* Codes for SIGBUS */
571 sigmask(SIGFPE)|sigmask(SIGBUS)|\
/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c289 * a SIGBUS signal.
293 ux_signal == SIGBUS) {
448 *ux_signal = SIGBUS;
/xnu-2782.1.97/tools/tests/superpages/
H A Dtestsp.c39 [SIGBUS] "SIGBUS",
646 /* install SIGBUS handler */
651 sigaction( SIGBUS, &my_sigaction, NULL );
/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c447 case SIGBUS:
540 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:
578 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:
/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c2711 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:

Completed in 49 milliseconds