Lines Matching full:write
11 bool write; member
30 if (ctx.write) { in work_handler()
40 LOG_DBG("ready to write!"); in work_handler()
45 LOG_DBG("%sing 1 byte %s fd %d", ctx.write ? "read" : "writ", in work_handler()
46 ctx.write ? "from" : "to", ctx.fd); in work_handler()
47 if (ctx.write) { in work_handler()
53 LOG_DBG("%s() failed: %d", ctx.write ? "recv" : "send", errno); in work_handler()
55 LOG_DBG("%s 1 byte", ctx.write ? "read" : "wrote"); in work_handler()
69 ctx.write = true; in ZTEST_F()
89 /* try to write one more byte */ in ZTEST_F()
110 ctx.write = false; in ZTEST_F()