Searched refs:total_bytes (Results 1 – 1 of 1) sorted by relevance
191 int ut_check_console_dump(struct unit_test_state *uts, int total_bytes) in ut_check_console_dump() argument197 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