Home
last modified time | relevance | path

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

/arch/sandbox/cpu/
A Dstate.c154 bool got_err; in sandbox_read_state() local
166 got_err = false; in sandbox_read_state()
172 got_err = true; in sandbox_read_state()
177 got_err ? " (with errors)" : ""); in sandbox_read_state()
180 return got_err ? -1 : 0; in sandbox_read_state()
246 bool got_err; in sandbox_write_state() local
269 got_err = false; in sandbox_write_state()
277 got_err = true; in sandbox_write_state()
306 got_err ? " (with errors)" : ""); in sandbox_write_state()

Completed in 4 milliseconds