Home
last modified time | relevance | path

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

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