Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/uuid/
H A Duuid.h71 int uuid_parse(const uuid_string_t in, uuid_t uu);
/xnu-8019.80.24/libkern/uuid/
H A Duuid.c142 uuid_parse(const uuid_string_t in, uuid_t uu) in uuid_parse() function
/xnu-8019.80.24/tests/
H A Dcorrect_kernel_booted.c128 ret = uuid_parse(kern_uuid_str, kern_uuid);
/xnu-8019.80.24/bsd/kern/
H A Dbsd_init.c1218 int error = uuid_parse(maybe_uuid_string, maybe_uuid); in get_preboot_uuid()
1227 int error = uuid_parse(maybe_uuid_string, maybe_uuid); in get_preboot_uuid()
H A Dkern_sysctl.c2618 error = uuid_parse(uuid_string, boot_uuid); in sysctl_bootuuid()
2645 error = uuid_parse(uuid_string, apfs_preboot_uuid); in sysctl_apfsprebootuuid()
2667 error = uuid_parse(uuid_string, apfs_preboot_uuid); in sysctl_targetsystemvolgroupuuid()
2681 error = uuid_parse(uuid_string, apfs_preboot_uuid); in sysctl_targetsystemvolgroupuuid()
/xnu-8019.80.24/iokit/bsddev/
H A DIOKitBSDInit.cpp1070 uuid_parse( string->getCStringNoCopy(), uuid ); in IOBSDGetPlatformUUID()
/xnu-8019.80.24/iokit/Kernel/
H A DIOPolledInterface.cpp561 err = uuid_parse(keyStoreUUID->getCStringNoCopy(), volumeKeyUUID); in IOGetVolumeCryptKey()
H A DIOHibernateIO.cpp1801 if (uuid_parse(&gIOHibernateBridgeBootSessionUUIDString[0], &header->bridgeBootSessionUUID[0])) { in hibernate_write_image()
H A DIONVRAM.cpp522 if ((uuid_parse(temp, guid) == 0) && in parseVariableName()
/xnu-8019.80.24/bsd/net/
H A Dif_ports_used.c280 if (uuid_parse(wakeuuid_str, wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
/xnu-8019.80.24/libkern/c++/
H A DOSKext.cpp10507 uuid_parse(wantedUUID->getCStringNoCopy(), uuid);