Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ddb/
H A Ddb_textdump.c178 static int textdump_error; /* Carried write error, if any. */ variable
213 if (textdump_error == 0) in textdump_mkustar()
244 if (textdump_error) in textdump_writeblock()
245 return (textdump_error); in textdump_writeblock()
252 if (textdump_error) in textdump_writeblock()
254 textdump_error); in textdump_writeblock()
255 return (textdump_error); in textdump_writeblock()
452 textdump_error = 0; in textdump_dumpsys()
502 if (textdump_error == 0) in textdump_dumpsys()
504 if (textdump_error == ENOSPC) in textdump_dumpsys()
[all …]