Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ddb/
HDdb_textdump.c176 static int textdump_error; /* Carried write error, if any. */ variable
211 if (textdump_error == 0) in textdump_mkustar()
242 if (textdump_error) in textdump_writeblock()
243 return (textdump_error); in textdump_writeblock()
248 textdump_error = dump_write(di, buffer, 0, offset + di->mediaoffset, in textdump_writeblock()
250 if (textdump_error) in textdump_writeblock()
252 textdump_error); in textdump_writeblock()
253 return (textdump_error); in textdump_writeblock()
449 textdump_error = 0; in textdump_dumpsys()
493 if (textdump_error == 0) in textdump_dumpsys()
[all …]