Searched refs:u1 (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/uuid/
H A Duuid.h50 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
51 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/darwin-on-arm/xnu/security/
H A Dmac_process.c285 mac_cred_check_visible(kauth_cred_t u1, kauth_cred_t u2) argument
296 MAC_CHECK(cred_check_visible, u1, u2);
H A Dmac_framework.h161 int mac_cred_check_visible(kauth_cred_t u1, kauth_cred_t u2);
H A Dmac_policy.h355 @param u1 Subject credential
358 Determine whether the subject identified by the credential u1 can
368 kauth_cred_t u1,

Completed in 41 milliseconds