Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dtask_create_suid_cred.c17 suid_cred_t sc = SUID_CRED_NULL;
162 suid_cred_t sc_id = SUID_CRED_NULL;
163 suid_cred_t sc_ls = SUID_CRED_NULL;
197 T_QUIET; T_ASSERT_NE(sc_id, SUID_CRED_NULL, NULL);
206 T_QUIET; T_ASSERT_NE(sc_ls, SUID_CRED_NULL, NULL);
229 suid_cred_t sc_id = SUID_CRED_NULL;
230 suid_cred_t sc_ls = SUID_CRED_NULL;
287 T_QUIET; T_ASSERT_NE(sc_id, SUID_CRED_NULL, NULL);
292 T_QUIET; T_ASSERT_NE(sc_ls, SUID_CRED_NULL, NULL);
313 suid_cred_t sc = SUID_CRED_NULL;
/xnu-8019.80.24/osfmk/mach/
H A Dmach_types.h312 #define SUID_CRED_NULL ((suid_cred_t) NULL) macro
342 #define SUID_CRED_NULL ((suid_cred_t) 0) macro