Searched refs:abuf_realloc_inc (Results 1 - 5 of 5) sorted by last modified time

/u-boot/test/lib/
H A Dabuf.c158 /* Test abuf_realloc_inc() */
170 abuf_realloc_inc(&buf, 20);
/u-boot/boot/
H A Dcedit.c233 if (!abuf_realloc_inc(buf, CEDIT_SIZE_INC))
/u-boot/lib/
H A Dof_live.c369 if (!abuf_realloc_inc(buf, BUF_STEP))
H A Dabuf.c84 bool abuf_realloc_inc(struct abuf *abuf, size_t inc) function
/u-boot/include/
H A Dabuf.h94 * abuf_realloc_inc() - Increment abuf size by a given amount
100 bool abuf_realloc_inc(struct abuf *abuf, size_t inc);

Completed in 66 milliseconds