Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dload.c29 static int write_record(char *buf);
323 if(write_record(SREC3_START)) /* write the header */ in save_serial()
354 if(write_record(record)) in save_serial()
363 if(write_record(SREC3_END)) /* write the final record */ in save_serial()
368 static int write_record(char *buf) in write_record() function