Home
last modified time | relevance | path

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

/u-boot/arch/sandbox/cpu/
A Dstate.c155 bool got_err; in sandbox_read_state() local
167 got_err = false; in sandbox_read_state()
173 got_err = true; in sandbox_read_state()
178 got_err ? " (with errors)" : ""); in sandbox_read_state()
181 return got_err ? -1 : 0; in sandbox_read_state()
247 bool got_err; in sandbox_write_state() local
270 got_err = false; in sandbox_write_state()
278 got_err = true; in sandbox_write_state()
307 got_err ? " (with errors)" : ""); in sandbox_write_state()

Completed in 4 milliseconds