Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmembuff.h147 bool membuff_isempty(struct membuff *mb);
/rk3399_rockchip-uboot/lib/
H A Dmembuff.c207 bool membuff_isempty(struct membuff *mb) in membuff_isempty() function
/rk3399_rockchip-uboot/common/
H A Dconsole.c662 while (!membuff_isempty((struct membuff *)&gd->console_out)) { in console_record_print_purge()