Searched refs:uuid_parse (Results 1 – 11 of 11) sorted by relevance
| /xnu-8792.41.9/bsd/uuid/ |
| H A D | uuid.h | 71 int uuid_parse(const uuid_string_t in, uuid_t uu);
|
| /xnu-8792.41.9/libkern/uuid/ |
| H A D | uuid.c | 142 uuid_parse(const uuid_string_t in, uuid_t uu) in uuid_parse() function
|
| /xnu-8792.41.9/tests/ |
| H A D | correct_kernel_booted.c | 128 ret = uuid_parse(kern_uuid_str, kern_uuid);
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | bsd_init.c | 1261 int error = uuid_parse(maybe_uuid_string, maybe_uuid); in get_preboot_uuid() 1270 int error = uuid_parse(maybe_uuid_string, maybe_uuid); in get_preboot_uuid()
|
| H A D | kern_sysctl.c | 2822 error = uuid_parse(uuid_string, boot_uuid); in sysctl_bootuuid() 2849 error = uuid_parse(uuid_string, apfs_preboot_uuid); in sysctl_apfsprebootuuid() 2871 error = uuid_parse(uuid_string, apfs_preboot_uuid); in sysctl_targetsystemvolgroupuuid() 2885 error = uuid_parse(uuid_string, apfs_preboot_uuid); in sysctl_targetsystemvolgroupuuid() 2924 error = uuid_parse(uuid_string, boot_uuid); in sysctl_bootobjectspath()
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOPolledInterface.cpp | 561 err = uuid_parse(keyStoreUUID->getCStringNoCopy(), volumeKeyUUID); in IOGetVolumeCryptKey()
|
| H A D | IONVRAM.cpp | 496 if ((uuid_parse(temp, guid) == 0) && in parseVariableName()
|
| H A D | IOHibernateIO.cpp | 1804 if (uuid_parse(&gIOHibernateBridgeBootSessionUUIDString[0], &header->bridgeBootSessionUUID[0])) { in hibernate_write_image()
|
| /xnu-8792.41.9/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 1085 uuid_parse( string->getCStringNoCopy(), uuid ); in IOBSDGetPlatformUUID()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | if_ports_used.c | 286 if (uuid_parse(wakeuuid_str, wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
|
| /xnu-8792.41.9/libkern/c++/ |
| H A D | OSKext.cpp | 11219 uuid_parse(wantedUUID->getCStringNoCopy(), uuid);
|