Searched defs:ocs_ramlog_s (Results 1 – 1 of 1) sorted by relevance
2285 struct ocs_ramlog_s { struct2286 uint32_t initialized;2287 uint32_t textbuf_count;2288 uint32_t textbuf_base;2289 ocs_textbuf_t *textbufs;2290 uint32_t cur_textbuf_idx;2291 ocs_textbuf_t *cur_textbuf;2292 ocs_lock_t lock;