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

/xnu-2422.115.4/bsd/uuid/
H A Duuid.h46 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
47 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/xnu-2422.115.4/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.h166 int mac_cred_check_visible(kauth_cred_t u1, kauth_cred_t u2);
H A Dmac_policy.h371 @param u2 Object credential
374 "see" other subjects with the passed subject credential u2. This call
384 kauth_cred_t u2

Completed in 39 milliseconds