Searched refs:guid (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c618 guid_t guid; local
632 * Get our guid for comparison purposes.
634 if ((error = kauth_cred_getguid(cred, &guid)) != 0) {
703 applies = kauth_guid_equal(&guid, &ace->ace_applicable);
705 K_UUID_ARG(ace->ace_applicable), K_UUID_ARG(guid), applies ? "" : "not ");
H A Dkern_credential.c1224 * Parameters: guid Pointer to GUID to check
1233 kauth_wellknown_guid(guid_t *guid) argument
1240 if (bcmp((void *)guid, fingerprint, 12) == 0) {
1244 code = OSSwapHostToBigInt32(*(u_int32_t *)&guid->g_guid[12]);
1816 * information even if we didn't get a guid.
2193 /* translate guid to gid */
2196 * If we have no guid -> gid translation, it's not a group and

Completed in 35 milliseconds