Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dload.c32 static int write_record(char *buf);
326 if(write_record(SREC3_START)) /* write the header */ in save_serial()
357 if(write_record(record)) in save_serial()
366 if(write_record(SREC3_END)) /* write the final record */ in save_serial()
371 static int write_record(char *buf) in write_record() function