Lines Matching refs:ERR

112             ERR("%s: failed with fd %d (%s)", __func__, m_fd, strerror(errno));  in connect()
131 ERR("%s: failed with %d allocating command response buffer (%s)", in connect()
137 ERR("%s: no handle when allocating command response buffer", in connect()
143 ERR("%s: command response buffer wrongly sized, create.size=%zu " in connect()
157 ERR("%s: failed with %d mapping command response buffer (%s)", in connect()
166 ERR("%s: failed with %d mmap'ing command response buffer (%s)", in connect()
199 ERR("%s: command flush failed", __func__); in allocBuffer()
231 ERR("%s: alloc (%zu) failed\n", __func__, allocSize); in allocBuffer()
267 ERR("%s: failed, buf=NULL, len %zu, lethal error, exiting", in writeFully()
277 ERR("%s: writeFully len %zu would overwrite command header, " in writeFully()
284 ERR("%s: writeFully len %zu would overflow the command bounds, " in writeFully()
291 ERR("%s: Large command (%zu bytes) exceeds virgl limits", in writeFully()
311 ERR("%s: failed, buf=NULL, len %zu, lethal error, exiting.", in readFully()
320 ERR("%s: failed, read too large, len %zu, lethal error, exiting.", in readFully()
327 ERR("%s: command flush failed", __func__); in readFully()
339 ERR("%s: failed with %d waiting for response buffer (%s)", in readFully()
347 ERR("%s: failed, op %" PRIu32 ", len %zu, cmdSize %" PRIu32 ", pos %zu, lethal " in readFully()
367 ERR("%s: illegal commit size %zu, flushPos %zu, bufSize %zu", in commitBuffer()
383 ERR("%s: failed, pos %zu, cmdSize %" PRIu32 ", bufSize %zu, lethal " in commitAll()
402 ERR("%s: failed with %d executing command buffer (%s)", __func__, in commitAll()
412 ERR("%s: aliasing, flushPos %zu, pos %zu, probably ok", __func__, in commitAll()