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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c1544 CFUUIDBytes uuidBytes; local
1599 memcpy(&uuidBytes.byte0, vol_uuid, sizeof(uuid_t));
1600 volUUID = CFUUIDCreateFromUUIDBytes(nil, uuidBytes);
1710 CFUUIDBytes uuidBytes; local
1727 memcpy(&uuidBytes.byte0, vol_uuid, sizeof(uuid_t));
1728 volUUID = CFUUIDCreateFromUUIDBytes(nil, uuidBytes);
/macosx-10.9.5/CF-855.17/
H A DCFPreferences.c110 CFUUIDBytes uuidBytes; local
114 getuuidErr = gethostuuid((unsigned char *)&uuidBytes, &timeout);
121 CFUUIDRef uuidRef = CFUUIDCreateFromUUIDBytes(kCFAllocatorSystemDefault, uuidBytes);

Completed in 76 milliseconds