Searched refs:uuid_2 (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | ext_paniclog.c | 880 uuid_t uuid_2; in ext_paniclog_insert_struct_handles_test() local 881 uuid_parse(uuid_string_2, uuid_2); in ext_paniclog_insert_struct_handles_test() 883 …handle_2 = ext_paniclog_handle_alloc_with_uuid(uuid_2, "Dummy handle 2", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_struct_handles_test() 942 uuid_t uuid_2; in ext_paniclog_insert_dummy_handles_separate_fields_test() local 943 uuid_parse(uuid_string_2, uuid_2); in ext_paniclog_insert_dummy_handles_separate_fields_test() 945 …handle_2 = ext_paniclog_handle_alloc_with_uuid(uuid_2, "Dummy handle 2", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_handles_separate_fields_test()
|
| /xnu-12377.1.9/doc/debugging/ |
| H A D | extensible_paniclog.md | 322 uuid_t uuid_2; 323 uuid_parse(uuid_string_2, uuid_2); 324 res = IOExtensiblePaniclog::createWithUUID(uuid_2, "Lha ops 2", 1024, EXT_PANICLOG_OPTIONS_NONE, &p…
|