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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c620 guid_t guid; local
634 * Get our guid for comparison purposes.
636 if ((error = kauth_cred_getguid(cred, &guid)) != 0) {
710 applies = !gotguid ? 0 : kauth_guid_equal(&guid, &ace->ace_applicable);
712 K_UUID_ARG(ace->ace_applicable), K_UUID_ARG(guid), applies ? "" : "not ");
H A Dkern_credential.c1687 * Parameters: guid Pointer to GUID to check
1696 kauth_wellknown_guid(guid_t *guid) argument
1703 if (bcmp((void *)guid, fingerprint, 12) == 0) {
1707 code = OSSwapHostToBigInt32(*(uint32_t *)&guid->g_guid[12]);
2538 * information, even if we didn't get a guid or the
2995 * If we have no guid -> gid translation, it's not a group and

Completed in 80 milliseconds