Searched refs:write_record (Results 1 – 1 of 1) sorted by relevance
32 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