Home
last modified time | relevance | path

Searched refs:beri_code (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.140.69/tests/
H A Dshared_cache_reslide_test.c178 …T_ASSERT_EQ_ULLONG(exit_reason.beri_code, (unsigned long long)SIGSEGV, "child should have received… in induce_crash()
182 …T_ASSERT_EQ_ULLONG(exit_reason.beri_code, (unsigned long long)SIGBUS, "child should have received … in induce_crash()
H A Dspawn_exec_failure.c117 …T_EXPECT_EQ(exit_reason.beri_code, expected_reason_code, "reason code is %d", expected_reason_code… in setup_child_and_wait_for_exit()
H A Dsignal_exit_reason.c113 T_EXPECT_EQ(exit_reason.beri_code, expected_signal, "expect reason code: %llu", expected_signal); in check_exit_reason()
/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h272 uint64_t beri_code; member
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c3922 pberi->beri_code = p->p_exit_reason->osr_code; in proc_pidexitreasoninfo()