Searched refs:uuid_1 (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.101.15/osfmk/kern/ |
| H A D | ext_paniclog.c | 813 uuid_t uuid_1; in ext_paniclog_insert_dummy_handles_test() local 814 uuid_parse(uuid_string_1, uuid_1); in ext_paniclog_insert_dummy_handles_test() 815 …handle_1 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 1", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_handles_test() 821 …handle_2 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 2", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_handles_test() 871 uuid_t uuid_1; in ext_paniclog_insert_struct_handles_test() local 872 uuid_parse(uuid_string_1, uuid_1); in ext_paniclog_insert_struct_handles_test() 873 …handle_1 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 1", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_struct_handles_test() 933 uuid_t uuid_1; in ext_paniclog_insert_dummy_handles_separate_fields_test() local 934 uuid_parse(uuid_string_1, uuid_1); in ext_paniclog_insert_dummy_handles_separate_fields_test() 935 …handle_1 = ext_paniclog_handle_alloc_with_uuid(uuid_1, "Dummy handle 1", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_handles_separate_fields_test()
|