Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dxnu_quick_test_helpers.c66 int i, my_err; in create_random_name() local
95 my_err = stat( the_pathp, &my_sb ); in create_random_name()
96 T_EXPECT_TRUE((my_err == 0 || errno == ENOENT), "make sure the name is unique"); in create_random_name()
H A Dxnu_quick_test.c65 int my_err, my_status; variable
78 my_err = stat( &g_target_path[0], &my_sb );
80 …T_ASSERT_TRUE(my_err == 0, "stat call with path: \"%s\" returned \"%d\"", &g_target_path[0], errno…
/xnu-12377.81.4/bsd/kern/
H A Dmach_process.c530 int my_err; in cantrace() local
558 (my_err = suser(creds, &cur_procp->p_acflag)) != 0) { in cantrace()
560 *errp = my_err; in cantrace()
586 my_err = mac_proc_check_debug(&cur_ident, cur_cred, &traced_ident); in cantrace()
594 if (my_err != 0) { in cantrace()
595 *errp = my_err; in cantrace()