Lines Matching refs:ext_paniclog_handle_t

48 ext_paniclog_handle_t *panic_with_data_handle;
73 ext_paniclog_handle_t *
85 ext_paniclog_handle_t *handle = kalloc_type(ext_paniclog_handle_t, Z_WAITOK | Z_ZERO); in ext_paniclog_handle_alloc_with_uuid()
97 kfree_type(ext_paniclog_handle_t, handle); in ext_paniclog_handle_alloc_with_uuid()
113 ext_paniclog_handle_t *
117 ext_paniclog_handle_t *handle = NULL; in ext_paniclog_handle_alloc_with_buffer()
130 ext_paniclog_handle_free(ext_paniclog_handle_t *handle) in ext_paniclog_handle_free()
142 kfree_type(ext_paniclog_handle_t, handle); in ext_paniclog_handle_free()
146 ext_paniclog_handle_set_active(ext_paniclog_handle_t *handle) in ext_paniclog_handle_set_active()
167 ext_paniclog_handle_set_inactive(ext_paniclog_handle_t *handle) in ext_paniclog_handle_set_inactive()
188 ext_paniclog_insert_data_internal(ext_paniclog_handle_t *handle, void *addr, in ext_paniclog_insert_data_internal()
209 ext_paniclog_insert_data(ext_paniclog_handle_t *handle, void *addr, uint32_t len) in ext_paniclog_insert_data()
222 ext_paniclog_append_data(ext_paniclog_handle_t *handle, void *addr, uint32_t len) in ext_paniclog_append_data()
242 ext_paniclog_claim_buffer(ext_paniclog_handle_t *handle) in ext_paniclog_claim_buffer()
254 ext_paniclog_get_buffer(ext_paniclog_handle_t *handle) in ext_paniclog_get_buffer()
264 ext_paniclog_set_used_len(ext_paniclog_handle_t *handle, uint32_t used_len) in ext_paniclog_set_used_len()
276 ext_paniclog_yield_buffer(ext_paniclog_handle_t *handle, uint32_t used_len) in ext_paniclog_yield_buffer()
303 ext_paniclog_handle_t *tmp; in ext_paniclog_get_size_required()
340 ext_paniclog_handle_t *tmp; in ext_paniclog_write_panicdata()
391 ext_paniclog_create_multiple_handles(ext_paniclog_handle_t *handles[], const char *data_id[], char … in ext_paniclog_create_multiple_handles()
395 ext_paniclog_handle_t *handle; in ext_paniclog_create_multiple_handles()
428 ext_paniclog_handle_t *handles[2] = {0}; in ext_paniclog_multiple_handles_panic_test()
451 ext_paniclog_handle_t *handles[2] = {0}; in ext_paniclog_multiple_handles_test()
551ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id, 1024, EXT_PANIC… in ext_paniclog_write_panicdata_test()
650ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test Handle", max_len, … in ext_paniclog_handle_create_test()
672 ext_paniclog_handle_t *tmp; in ext_paniclog_get_list_count()
699ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test handle", 1024, EXT… in ext_paniclog_set_active_inactive_test()
747ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test handle", 1024, EXT… in ext_paniclog_insert_data_test()
782 ext_paniclog_handle_t *handle_1, *handle_2, *handle_3; in ext_paniclog_insert_dummy_handles_test()
831 ext_paniclog_handle_t *handle_1, *handle_2; in ext_paniclog_insert_struct_handles_test()
951 ext_paniclog_handle_t *
959 ext_paniclog_handle_t *
968 ext_paniclog_handle_free(ext_paniclog_handle_t *handle __unused) in ext_paniclog_handle_free()
975 ext_paniclog_handle_set_active(ext_paniclog_handle_t *handle __unused) in ext_paniclog_handle_set_active()
982 ext_paniclog_handle_set_inactive(ext_paniclog_handle_t *handle __unused) in ext_paniclog_handle_set_inactive()
989 ext_paniclog_insert_data(ext_paniclog_handle_t *handle __unused, void *addr __unused, uint32_t len … in ext_paniclog_insert_data()
996 ext_paniclog_append_data(ext_paniclog_handle_t *handle __unused, void *addr __unused, uint32_t len … in ext_paniclog_append_data()
1003 ext_paniclog_claim_buffer(ext_paniclog_handle_t *handle __unused) in ext_paniclog_claim_buffer()
1010 ext_paniclog_get_buffer(ext_paniclog_handle_t *handle __unused) in ext_paniclog_get_buffer()
1017 ext_paniclog_set_used_len(ext_paniclog_handle_t *handle __unused, uint32_t used_len __unused) in ext_paniclog_set_used_len()
1024 ext_paniclog_yield_buffer(ext_paniclog_handle_t *handle __unused, uint32_t used_len __unused) in ext_paniclog_yield_buffer()