Searched refs:uuid_parse (Results 1 – 11 of 11) sorted by relevance
| /xnu-8020.121.3/bsd/uuid/ |
| H A D | uuid.h | 71 int uuid_parse(const uuid_string_t in, uuid_t uu);
|
| /xnu-8020.121.3/libkern/uuid/ |
| H A D | uuid.c | 142 uuid_parse(const uuid_string_t in, uuid_t uu) in uuid_parse() function
|
| /xnu-8020.121.3/tests/ |
| H A D | correct_kernel_booted.c | 128 ret = uuid_parse(kern_uuid_str, kern_uuid);
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | bsd_init.c | 1213 int error = uuid_parse(maybe_uuid_string, maybe_uuid); in get_preboot_uuid() 1222 int error = uuid_parse(maybe_uuid_string, maybe_uuid); in get_preboot_uuid()
|
| H A D | kern_sysctl.c | 2621 error = uuid_parse(uuid_string, boot_uuid); in sysctl_bootuuid() 2648 error = uuid_parse(uuid_string, apfs_preboot_uuid); in sysctl_apfsprebootuuid() 2670 error = uuid_parse(uuid_string, apfs_preboot_uuid); in sysctl_targetsystemvolgroupuuid() 2684 error = uuid_parse(uuid_string, apfs_preboot_uuid); in sysctl_targetsystemvolgroupuuid()
|
| /xnu-8020.121.3/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 1071 uuid_parse( string->getCStringNoCopy(), uuid ); in IOBSDGetPlatformUUID()
|
| /xnu-8020.121.3/iokit/Kernel/ |
| H A D | IOPolledInterface.cpp | 561 err = uuid_parse(keyStoreUUID->getCStringNoCopy(), volumeKeyUUID); in IOGetVolumeCryptKey()
|
| H A D | IONVRAM.cpp | 507 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-8020.121.3/bsd/net/ |
| H A D | if_ports_used.c | 277 if (uuid_parse(wakeuuid_str, wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
|
| /xnu-8020.121.3/libkern/c++/ |
| H A D | OSKext.cpp | 10510 uuid_parse(wantedUUID->getCStringNoCopy(), uuid);
|