Home
last modified time | relevance | path

Searched refs:uuid_parse (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.41.9/bsd/uuid/
H A Duuid.h71 int uuid_parse(const uuid_string_t in, uuid_t uu);
/xnu-8792.41.9/libkern/uuid/
H A Duuid.c142 uuid_parse(const uuid_string_t in, uuid_t uu) in uuid_parse() function
/xnu-8792.41.9/tests/
H A Dcorrect_kernel_booted.c128 ret = uuid_parse(kern_uuid_str, kern_uuid);
/xnu-8792.41.9/bsd/kern/
H A Dbsd_init.c1261 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 Dkern_sysctl.c2822 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 DIOPolledInterface.cpp561 err = uuid_parse(keyStoreUUID->getCStringNoCopy(), volumeKeyUUID); in IOGetVolumeCryptKey()
H A DIONVRAM.cpp496 if ((uuid_parse(temp, guid) == 0) && in parseVariableName()
H A DIOHibernateIO.cpp1804 if (uuid_parse(&gIOHibernateBridgeBootSessionUUIDString[0], &header->bridgeBootSessionUUID[0])) { in hibernate_write_image()
/xnu-8792.41.9/iokit/bsddev/
H A DIOKitBSDInit.cpp1085 uuid_parse( string->getCStringNoCopy(), uuid ); in IOBSDGetPlatformUUID()
/xnu-8792.41.9/bsd/net/
H A Dif_ports_used.c286 if (uuid_parse(wakeuuid_str, wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
/xnu-8792.41.9/libkern/c++/
H A DOSKext.cpp11219 uuid_parse(wantedUUID->getCStringNoCopy(), uuid);