Searched refs:ext_paniclog_handle_alloc_with_uuid (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.41.3/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() 566 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id, 1024, EXT_PANIC… in ext_paniclog_write_panicdata_test() 675 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test Handle", max_len, … in ext_paniclog_handle_create_test() 724 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test handle", 1024, EXT… in ext_paniclog_set_active_inactive_test() 772 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test handle", 1024, EXT… in ext_paniclog_insert_data_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() [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.41.3/iokit/Kernel/ |
| H A D | IOExtensiblePaniclog.cpp | 73 inst->extPaniclogHandle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id, in createWithUUID()
|