Lines Matching refs:expected_exception_code

158 … thirdparty_hardened, int test_index, mach_exception_data_type_t expected_exception_code, bool tri…  in reply_port_defense()  argument
229 … Received code = 0x%llx Expected code = 0x%llx", received_exception_code, expected_exception_code); in reply_port_defense()
230 …T_EXPECT_EQ(received_exception_code, expected_exception_code, "Exception code: Received == Expecte… in reply_port_defense()
245 mach_exception_data_type_t expected_exception_code = kGUARD_EXC_INVALID_RIGHT; variable
247 reply_port_defense(true, i, expected_exception_code, triggers_exception);
248 reply_port_defense(false, i, expected_exception_code, triggers_exception);
258 mach_exception_data_type_t expected_exception_code = 0; variable
261 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
262 reply_port_defense(false, test_num, expected_exception_code, triggers_exception);
270 mach_exception_data_type_t expected_exception_code = kGUARD_EXC_EXCEPTION_BEHAVIOR_ENFORCE; variable
287 expected_exception_code = 0;
297 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
298 reply_port_defense(false, test_num, expected_exception_code, triggers_exception);
308 …mach_exception_data_type_t expected_exception_code = (mach_exception_data_type_t)kGUARD_EXC_THREAD… variable
315 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
316 reply_port_defense(false, test_num, expected_exception_code, triggers_exception);
324 mach_exception_data_type_t expected_exception_code = (mach_exception_data_type_t)0; variable
326 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
327 reply_port_defense(false, test_num, expected_exception_code, triggers_exception);
338 …mach_exception_data_type_t expected_exception_code = (mach_exception_data_type_t)kGUARD_EXC_REQUIR… variable
340 …mach_exception_data_type_t expected_exception_code = (mach_exception_data_type_t)kGUARD_EXC_SEND_I… variable
343 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
344 reply_port_defense(false, test_num, expected_exception_code, triggers_exception);
353 mach_exception_data_type_t expected_exception_code = kGUARD_EXC_PROVISIONAL_REPLY_PORT; variable
357 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
358 reply_port_defense(false, test_num, expected_exception_code, triggers_exception);