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

/freebsd-9.3-release/sys/ddb/
H A Ddb_textdump.c170 static int textdump_error; /* Carried write error, if any. */ variable
232 if (textdump_error)
233 return (textdump_error);
238 textdump_error = dump_write(di, buffer, 0, offset + di->mediaoffset,
240 return (textdump_error);
436 textdump_error = 0;
480 if (textdump_error == 0)
482 if (textdump_error == ENOSPC)
484 else if (textdump_error != 0)
485 printf("Error %d writing dump\n", textdump_error);
[all...]

Completed in 40 milliseconds