Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Ddebug_enable_syscall_rejection.c66 static int const ALIVE = 0; variable
166 do_test("allow all lives", ALIVE, ALLOW(0, 1), NULL);
167 do_test("allow testmask lives", ALIVE, ALLOW(0, 12), NULL);
179 T_EXPECT_EQ(helper(args), ALIVE, "pos %s/%s works (alive)", pos1, pos2);
189 do_test("non-fatal: default is disallow all", ALIVE, NULL);
190 do_test("non-fatal: disallow all", ALIVE, DENY(0, 1), NULL);
191 do_test("non-fatal: allow all", ALIVE, ALLOW(0, 1), NULL);
192 do_test("non-fatal: allow testmask", ALIVE, ALLOW(0, 12), NULL);
193 do_test("non-fatal: disallow testmask overrides", ALIVE, ALLOW(0, 1), DENY(1, 12), NULL);
202 do_test("force-fatal: allow all", ALIVE, ALLOW(0, 1), "-F", NULL);
[all …]