#include <sys/_types/_guid_t.h>

sys/_types/_guid_t.h

3 macros · 1 union · 1 typedef

macro_KAUTH_GUID

#define _KAUTH_GUID 

unionguid_t

Apple-style globally unique identifier
size 16, align 4
unsigned char[16]g_guid
unsigned int[4]g_guid_asint

typedefguid_t

typedef union guid_t guid_t;

macroKAUTH_GUID_SIZE

#define KAUTH_GUID_SIZE 16
128-bit identifier

macro_GUID_T

#define _GUID_T