Lines Matching refs:ext_paniclog_handle_t
124 } ext_paniclog_handle_t;
130 ext_paniclog_handle_t *ext_paniclog_handle_alloc_with_uuid(uuid_t uuid, const char *data_id, uint32…
136 int ext_paniclog_handle_set_active(ext_paniclog_handle_t *handle);
142 int ext_paniclog_handle_set_inactive(ext_paniclog_handle_t *handle);
148 void ext_paniclog_handle_free(ext_paniclog_handle_t *handle)
154 int ext_paniclog_insert_data(ext_paniclog_handle_t *handle, void *addr, size_t len)
160 int ext_paniclog_append_data(ext_paniclog_handle_t *handle, void *addr, uint32_t len);
166 void *ext_paniclog_get_buffer(ext_paniclog_handle_t *handle)
172 void *ext_paniclog_claim_buffer(ext_paniclog_handle_t *handle);
178 int ext_paniclog_yield_buffer(ext_paniclog_handle_t *handle, uint32_t used_len);
184 int ext_paniclog_set_used_len(ext_paniclog_handle_t *handle, uint32_t used_len);