Searched refs:ext_paniclog_handle_alloc_with_uuid (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | ext_paniclog.c | 69 panic_with_data_handle = ext_paniclog_handle_alloc_with_uuid(uuid, in ext_paniclog_init() 75 ext_paniclog_handle_alloc_with_uuid(uuid_t uuid, const char *data_id, in ext_paniclog_handle_alloc_with_uuid() function 121 handle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id, max_len, options); in ext_paniclog_handle_alloc_with_buffer() 405 handle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id[i], 1024, EXT_PANICLOG_OPTIONS_NONE); in ext_paniclog_create_multiple_handles() 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() 830 …handle_3 = ext_paniclog_handle_alloc_with_uuid(uuid_3, "Dummy handle 3", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_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() 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() 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() [all …]
|
| H A D | ext_paniclog.h | 111 ext_paniclog_handle_t *ext_paniclog_handle_alloc_with_uuid(uuid_t uuid, const char *data_id, uint32…
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOExtensiblePaniclog.cpp | 73 inst->extPaniclogHandle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id, in createWithUUID()
|