Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dext_paniclog.c289 uuid_parse(panic_with_data_uuid, uuid); in ext_paniclog_panic_with_data()
789 uuid_parse(uuid_string_1, uuid_1); in ext_paniclog_insert_dummy_handles_test()
804 uuid_parse(uuid_string_3, uuid_3); in ext_paniclog_insert_dummy_handles_test()
848 uuid_parse(uuid_string_1, uuid_1); in ext_paniclog_insert_struct_handles_test()
857 uuid_parse(uuid_string_2, uuid_2); in ext_paniclog_insert_struct_handles_test()
/xnu-10063.141.1/bsd/uuid/
H A Duuid.h71 int uuid_parse(const uuid_string_t in, uuid_t uu);
/xnu-10063.141.1/libkern/uuid/
H A Duuid.c142 uuid_parse(const uuid_string_t in, uuid_t uu) in uuid_parse() function
/xnu-10063.141.1/tests/
H A Dcorrect_kernel_booted.c128 ret = uuid_parse(kern_uuid_str, kern_uuid);
/xnu-10063.141.1/bsd/kern/
H A Dbsd_init.c1287 int error = uuid_parse(maybe_uuid_string, maybe_uuid); in get_preboot_uuid()
1296 int error = uuid_parse(maybe_uuid_string, maybe_uuid); in get_preboot_uuid()
H A Dkern_sysctl.c2865 error = uuid_parse(uuid_string, boot_uuid);
2892 error = uuid_parse(uuid_string, apfs_preboot_uuid);
2914 error = uuid_parse(uuid_string, apfs_preboot_uuid);
2928 error = uuid_parse(uuid_string, apfs_preboot_uuid);
2967 error = uuid_parse(uuid_string, boot_uuid);
/xnu-10063.141.1/iokit/Kernel/
H A DIOPolledInterface.cpp561 err = uuid_parse(keyStoreUUID->getCStringNoCopy(), volumeKeyUUID); in IOGetVolumeCryptKey()
H A DIONVRAM.cpp469 if ((uuid_parse(temp, guid) == 0) && in parseVariableName()
H A DIOHibernateIO.cpp1811 if (uuid_parse(&gIOHibernateBridgeBootSessionUUIDString[0], &header->bridgeBootSessionUUID[0])) { in hibernate_write_image()
/xnu-10063.141.1/iokit/bsddev/
H A DIOKitBSDInit.cpp1099 uuid_parse( string->getCStringNoCopy(), uuid ); in IOBSDGetPlatformUUID()
/xnu-10063.141.1/bsd/net/
H A Dif_ports_used.c291 if (uuid_parse(wakeuuid_str, wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
/xnu-10063.141.1/libkern/c++/
H A DOSKext.cpp11456 uuid_parse(wantedUUID->getCStringNoCopy(), uuid);