Lines Matching refs:textdump_error
177 static int textdump_error; /* Carried write error, if any. */ variable
212 if (textdump_error == 0) in textdump_mkustar()
243 if (textdump_error) in textdump_writeblock()
244 return (textdump_error); in textdump_writeblock()
249 textdump_error = dump_write(di, buffer, offset + di->mediaoffset, in textdump_writeblock()
251 if (textdump_error) in textdump_writeblock()
253 textdump_error); in textdump_writeblock()
254 return (textdump_error); in textdump_writeblock()
451 textdump_error = 0; in textdump_dumpsys()
501 if (textdump_error == 0) in textdump_dumpsys()
503 if (textdump_error == ENOSPC) in textdump_dumpsys()
505 else if (textdump_error != 0) in textdump_dumpsys()
506 printf("Textdump: Error %d writing dump\n", textdump_error); in textdump_dumpsys()