Searched refs:uuid_1 (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | ext_paniclog.c | 788 uuid_t uuid_1; in ext_paniclog_insert_dummy_handles_test() local 789 uuid_parse(uuid_string_1, uuid_1); in ext_paniclog_insert_dummy_handles_test() 790 …handle_1 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 1", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_handles_test() 796 …handle_2 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 2", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_handles_test() 847 uuid_t uuid_1; in ext_paniclog_insert_struct_handles_test() local 848 uuid_parse(uuid_string_1, uuid_1); in ext_paniclog_insert_struct_handles_test() 849 …handle_1 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 1", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_struct_handles_test()
|