Searched refs:u2 (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.h356 @param u2 Object credential
359 "see" other subjects with the passed subject credential u2. This call
369 kauth_cred_t u2

Completed in 39 milliseconds