Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/uuid/
H A Duuid.h71 int uuid_parse(const uuid_string_t in, uuid_t uu);
/xnu-8020.121.3/libkern/uuid/
H A Duuid.c142 uuid_parse(const uuid_string_t in, uuid_t uu) in uuid_parse() function
/xnu-8020.121.3/tests/
H A Dcorrect_kernel_booted.c128 ret = uuid_parse(kern_uuid_str, kern_uuid);
/xnu-8020.121.3/bsd/kern/
H A Dbsd_init.c1213 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 Dkern_sysctl.c2621 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 DIOKitBSDInit.cpp1071 uuid_parse( string->getCStringNoCopy(), uuid ); in IOBSDGetPlatformUUID()
/xnu-8020.121.3/iokit/Kernel/
H A DIOPolledInterface.cpp561 err = uuid_parse(keyStoreUUID->getCStringNoCopy(), volumeKeyUUID); in IOGetVolumeCryptKey()
H A DIONVRAM.cpp507 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-8020.121.3/bsd/net/
H A Dif_ports_used.c277 if (uuid_parse(wakeuuid_str, wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
/xnu-8020.121.3/libkern/c++/
H A DOSKext.cpp10510 uuid_parse(wantedUUID->getCStringNoCopy(), uuid);