Lines Matching refs:ext_paniclog_handle_alloc_with_uuid
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()
806 …handle_3 = ext_paniclog_handle_alloc_with_uuid(uuid_3, "Dummy handle 3", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_dummy_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()
859 …handle_2 = ext_paniclog_handle_alloc_with_uuid(uuid_2, "Dummy handle 2", 1024, EXT_PANICLOG_OPTION… in ext_paniclog_insert_struct_handles_test()
952 ext_paniclog_handle_alloc_with_uuid(uuid_t uuid __unused, const char *data_id __unused, in ext_paniclog_handle_alloc_with_uuid() function