Lines Matching refs:textdump_error
179 static int textdump_error; /* Carried write error, if any. */ variable
214 if (textdump_error == 0) in textdump_mkustar()
245 if (textdump_error) in textdump_writeblock()
246 return (textdump_error); in textdump_writeblock()
251 textdump_error = dump_write(di, buffer, 0, offset + di->mediaoffset, in textdump_writeblock()
253 if (textdump_error) in textdump_writeblock()
255 textdump_error); in textdump_writeblock()
256 return (textdump_error); in textdump_writeblock()
453 textdump_error = 0; in textdump_dumpsys()
503 if (textdump_error == 0) in textdump_dumpsys()
505 if (textdump_error == ENOSPC) in textdump_dumpsys()
507 else if (textdump_error != 0) in textdump_dumpsys()
508 printf("Textdump: Error %d writing dump\n", textdump_error); in textdump_dumpsys()