Lines Matching refs:textdump_error
178 static int textdump_error; /* Carried write error, if any. */ variable
213 if (textdump_error == 0) in textdump_mkustar()
244 if (textdump_error) in textdump_writeblock()
245 return (textdump_error); in textdump_writeblock()
250 textdump_error = dump_write(di, buffer, 0, offset + di->mediaoffset, in textdump_writeblock()
252 if (textdump_error) in textdump_writeblock()
254 textdump_error); in textdump_writeblock()
255 return (textdump_error); in textdump_writeblock()
452 textdump_error = 0; in textdump_dumpsys()
502 if (textdump_error == 0) in textdump_dumpsys()
504 if (textdump_error == ENOSPC) in textdump_dumpsys()
506 else if (textdump_error != 0) in textdump_dumpsys()
507 printf("Textdump: Error %d writing dump\n", textdump_error); in textdump_dumpsys()