Lines Matching defs:handle

86 	ext_paniclog_handle_t *handle = kalloc_type(ext_paniclog_handle_t, Z_WAITOK | Z_ZERO);  in ext_paniclog_handle_alloc_with_uuid()  local
119 ext_paniclog_handle_t *handle = NULL; in ext_paniclog_handle_alloc_with_buffer() local
132 ext_paniclog_handle_free(ext_paniclog_handle_t *handle) in ext_paniclog_handle_free()
148 ext_paniclog_handle_set_active(ext_paniclog_handle_t *handle) in ext_paniclog_handle_set_active()
169 ext_paniclog_handle_set_inactive(ext_paniclog_handle_t *handle) in ext_paniclog_handle_set_inactive()
190 ext_paniclog_insert_data_internal(ext_paniclog_handle_t *handle, void *addr, in ext_paniclog_insert_data_internal()
211 ext_paniclog_insert_data(ext_paniclog_handle_t *handle, void *addr, uint32_t len) in ext_paniclog_insert_data()
224 ext_paniclog_append_data(ext_paniclog_handle_t *handle, void *addr, uint32_t len) in ext_paniclog_append_data()
244 ext_paniclog_claim_buffer(ext_paniclog_handle_t *handle) in ext_paniclog_claim_buffer()
256 ext_paniclog_get_buffer(ext_paniclog_handle_t *handle) in ext_paniclog_get_buffer()
266 ext_paniclog_set_used_len(ext_paniclog_handle_t *handle, uint32_t used_len) in ext_paniclog_set_used_len()
278 ext_paniclog_yield_buffer(ext_paniclog_handle_t *handle, uint32_t used_len) in ext_paniclog_yield_buffer()
398 ext_paniclog_handle_t *handle; in ext_paniclog_create_multiple_handles() local
566 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, data_id, 1024, EXT_PANIC… in ext_paniclog_write_panicdata_test() local
675 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test Handle", max_len, … in ext_paniclog_handle_create_test() local
724 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test handle", 1024, EXT… in ext_paniclog_set_active_inactive_test() local
772 …ext_paniclog_handle_t *handle = ext_paniclog_handle_alloc_with_uuid(uuid, "Test handle", 1024, EXT… in ext_paniclog_insert_data_test() local