Searched refs:read_record (Results 1 – 1 of 1) sorted by relevance
29 static int read_record(char *buf, ulong len);144 while (read_record(record, SREC_MAXRECLEN + 1) >= 0) { in load_serial()203 static int read_record(char *buf, ulong len) in read_record() function