Searched refs:read_record (Results 1 - 1 of 1) sorted by relevance

/u-boot/cmd/
H A Dload.c39 static int read_record(char *buf, ulong len);
160 while (read_record(record, SREC_MAXRECLEN + 1) >= 0) {
230 static int read_record(char *buf, ulong len) function

Completed in 37 milliseconds