Home
last modified time | relevance | path

Searched refs:idx_head (Results 1 – 2 of 2) sorted by relevance

/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp124 idx_head = idx_tail = 0; in init()
159 if (buf[idx_head] == LINE_DELIMITER) in append()
161 idx_head = (idx_head + 1) % max_size; in append()
207 idx = idx_head; in getPage()
240 if ((idx_tail + 1) % max_size == idx_head) in isFull()
/openbmc/fb-ipmi-oem/include/
H A Dusb-dbg.hpp85 size_t idx_head, idx_tail; member