Home
last modified time | relevance | path

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

/test/
A Dut.c191 int ut_check_console_dump(struct unit_test_state *uts, int total_bytes) in ut_check_console_dump() argument
197 if (!total_bytes) in ut_check_console_dump()
200 for (upto = 0; upto < total_bytes;) { in ut_check_console_dump()
212 return upto == total_bytes ? 0 : 1; in ut_check_console_dump()

Completed in 7 milliseconds