Home
last modified time | relevance | path

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

/external/u-boot/arch/sandbox/cpu/
Dstate.c145 bool got_err; in sandbox_read_state() local
157 got_err = false; in sandbox_read_state()
163 got_err = true; in sandbox_read_state()
168 got_err ? " (with errors)" : ""); in sandbox_read_state()
171 return got_err ? -1 : 0; in sandbox_read_state()
237 bool got_err; in sandbox_write_state() local
260 got_err = false; in sandbox_write_state()
268 got_err = true; in sandbox_write_state()
297 got_err ? " (with errors)" : ""); in sandbox_write_state()