Searched defs:dbll_attrs (Results 1 – 1 of 1) sorted by relevance
152 struct dbll_attrs { struct153 dbll_alloc_fxn alloc;154 dbll_free_fxn free;155 void *rmm_handle; /* Handle to pass to alloc, free functions */156 dbll_write_fxn write;157 void *input_params; /* Handle to pass to write, cinit function */158 bool base_image;159 dbll_log_write_fxn log_write;160 void *log_write_handle;163 dbll_sym_lookup sym_lookup;[all …]