Searched refs:ext_paniclog_handle_alloc_with_uuid (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | ext_paniclog.c | 68 panic_with_data_handle = ext_paniclog_handle_alloc_with_uuid(uuid, in ext_paniclog_init() 74 ext_paniclog_handle_alloc_with_uuid(uuid_t uuid, const char *data_id, in ext_paniclog_handle_alloc_with_uuid() function 119 handle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id, max_len, options); in ext_paniclog_handle_alloc_with_buffer() 402 handle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id[i], 1024, EXT_PANICLOG_OPTIONS_NONE); in ext_paniclog_create_multiple_handles() 551 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id, 1024, EXT_PANIC… in ext_paniclog_write_panicdata_test() 650 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test Handle", max_len, … in ext_paniclog_handle_create_test() 699 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test handle", 1024, EXT… in ext_paniclog_set_active_inactive_test() 747 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test handle", 1024, EXT… in ext_paniclog_insert_data_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() [all …]
|
| H A D | ext_paniclog.h | 96 ext_paniclog_handle_t *ext_paniclog_handle_alloc_with_uuid(uuid_t uuid, const char *data_id, uint32…
|
| /xnu-10002.81.5/iokit/Kernel/ |
| H A D | IOExtensiblePaniclog.cpp | 73 inst->extPaniclogHandle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id, in createWithUUID()
|