Searched refs:bytes_sent (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Socket.cpp | 246 int bytes_sent = 0; in Write() local 248 bytes_sent = Send(buf, num_bytes); in Write() 249 } while (bytes_sent < 0 && IsInterrupted()); in Write() 251 if (bytes_sent < 0) { in Write() 255 num_bytes = bytes_sent; in Write() 265 static_cast<int64_t>(bytes_sent), error.AsCString()); in Write()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | smu_v11_0_i2c.c | 274 u32 bytes_sent, reg, ret = I2C_OK; in smu_v11_0_i2c_transmit() local 277 bytes_sent = 0; in smu_v11_0_i2c_transmit() 311 data[bytes_sent]); in smu_v11_0_i2c_transmit() 322 if (bytes_sent == 0 && i2c_flag & I2C_X_RESTART) in smu_v11_0_i2c_transmit() 332 bytes_sent++; in smu_v11_0_i2c_transmit()
|
| /openbsd-src/gnu/llvm/lldb/tools/darwin-debug/ |
| H A D | darwin-debug.cpp | 298 const int bytes_sent = ::send(s, pid_str, pid_str_len, 0); in main() local 300 if (pid_str_len != bytes_sent) { in main()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 383 size_t bytes_sent = src_len; in Write() local 384 error = m_io_sp->Write(src, bytes_sent); in Write() 393 static_cast<uint64_t>(bytes_sent), error.AsCString()); in Write() 421 return bytes_sent; in Write()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 696 const ssize_t bytes_sent = ::send(s, pid_str, pid_str_len, 0); in PortWasBoundCallbackUnixSocket() local 698 if (pid_str_len != bytes_sent) { in PortWasBoundCallbackUnixSocket()
|