Searched refs:uuid_parse (Results 1 – 12 of 12) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | ext_paniclog.c | 289 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 D | uuid.h | 71 int uuid_parse(const uuid_string_t in, uuid_t uu);
|
| /xnu-10063.141.1/libkern/uuid/ |
| H A D | uuid.c | 142 uuid_parse(const uuid_string_t in, uuid_t uu) in uuid_parse() function
|
| /xnu-10063.141.1/tests/ |
| H A D | correct_kernel_booted.c | 128 ret = uuid_parse(kern_uuid_str, kern_uuid);
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | bsd_init.c | 1287 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 D | kern_sysctl.c | 2865 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 D | IOPolledInterface.cpp | 561 err = uuid_parse(keyStoreUUID->getCStringNoCopy(), volumeKeyUUID); in IOGetVolumeCryptKey()
|
| H A D | IONVRAM.cpp | 469 if ((uuid_parse(temp, guid) == 0) && in parseVariableName()
|
| H A D | IOHibernateIO.cpp | 1811 if (uuid_parse(&gIOHibernateBridgeBootSessionUUIDString[0], &header->bridgeBootSessionUUID[0])) { in hibernate_write_image()
|
| /xnu-10063.141.1/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 1099 uuid_parse( string->getCStringNoCopy(), uuid ); in IOBSDGetPlatformUUID()
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | if_ports_used.c | 291 if (uuid_parse(wakeuuid_str, wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
|
| /xnu-10063.141.1/libkern/c++/ |
| H A D | OSKext.cpp | 11456 uuid_parse(wantedUUID->getCStringNoCopy(), uuid);
|