Lines Matching refs:ext_paniclog_handle_t
86 } ext_paniclog_handle_t; typedef
94 int ext_paniclog_handle_set_active(ext_paniclog_handle_t *handle);
95 int ext_paniclog_handle_set_inactive(ext_paniclog_handle_t *handle);
96 ext_paniclog_handle_t *ext_paniclog_handle_alloc_with_uuid(uuid_t uuid, const char *data_id, uint32…
97 ext_paniclog_handle_t *ext_paniclog_handle_alloc_with_buffer(uuid_t uuid, const char *data_id, uint…
98 void ext_paniclog_handle_free(ext_paniclog_handle_t *handle);
99 int ext_paniclog_insert_data(ext_paniclog_handle_t *handle, void *addr, uint32_t len);
100 int ext_paniclog_append_data(ext_paniclog_handle_t *handle, void *addr, uint32_t len);
101 void *ext_paniclog_get_buffer(ext_paniclog_handle_t *handle);
103 void *ext_paniclog_claim_buffer(ext_paniclog_handle_t *handle);
104 int ext_paniclog_yield_buffer(ext_paniclog_handle_t *handle, uint32_t used_len);
105 int ext_paniclog_set_used_len(ext_paniclog_handle_t *handle, uint32_t used_len);