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

/freebsd-13-stable/sys/ddb/
H A Ddb_textdump.c179 static int textdump_error; /* Carried write error, if any. */ variable
214 if (textdump_error == 0)
245 if (textdump_error)
246 return (textdump_error);
251 textdump_error = dump_write(di, buffer, 0, offset + di->mediaoffset,
253 if (textdump_error)
255 textdump_error);
256 return (textdump_error);
453 textdump_error = 0;
503 if (textdump_error
[all...]

Completed in 42 milliseconds