Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_textdump.c177 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()
[all …]