| /src/external/gpl3/gdb/dist/gdbserver/ |
| hostio.cc | 353 int fd, ret, len, bytes_sent; local 404 bytes_sent = hostio_reply_with_data (own_buf, data, ret, new_packet_len); 411 if (bytes_sent < ret) 412 bytes_sent = hostio_reply_with_data (own_buf, data, bytes_sent, 465 int fd, bytes_sent; local 488 bytes_sent = hostio_reply_with_data (own_buf, 494 if (bytes_sent < sizeof (fst)) 501 int bytes_sent; local 524 bytes_sent = hostio_reply_with_data (own_buf 537 int ret, bytes_sent; local 647 int ret, bytes_sent; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| hostio.cc | 346 int fd, ret, len, offset, bytes_sent; local 396 bytes_sent = hostio_reply_with_data (own_buf, data, ret, new_packet_len); 403 if (bytes_sent < ret) 404 bytes_sent = hostio_reply_with_data (own_buf, data, bytes_sent, 456 int fd, bytes_sent; local 479 bytes_sent = hostio_reply_with_data (own_buf, 485 if (bytes_sent < sizeof (fst)) 492 int bytes_sent; local 515 bytes_sent = hostio_reply_with_data (own_buf 597 int ret, bytes_sent; local [all...] |
| /src/external/mit/libuv/dist/test/ |
| test-tcp-writealot.c | 44 static size_t bytes_sent = 0; variable 129 send_bufs[j] = uv_buf_init(send_buffer + bytes_sent, CHUNK_SIZE); 130 bytes_sent += CHUNK_SIZE; 177 ASSERT_EQ(bytes_sent, TOTAL_BYTES);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_smu_v11_0_i2c.c | 234 uint32_t bytes_sent, reg, ret = 0; local 237 bytes_sent = 0; 267 if (bytes_sent == 0) 270 reg = REG_SET_FIELD(reg, CKSVII2C_IC_DATA_CMD, DAT, data[bytes_sent]); 282 bytes_sent++;
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| initiator.c | 2571 scsi_cmd->bytes_sent = scsi_cmd->bytes_recv = 0; 2653 scsi_cmd->bytes_sent += scsi_cmd->length; 2675 && (scsi_cmd->bytes_sent != scsi_cmd->trans_len) 2677 || (scsi_cmd->bytes_sent < sess->sess_params.first_burst_length))) { 2681 iscsi_trace(TRACE_ISCSI_DEBUG, "preparing to send %d bytes write data\n", scsi_cmd->trans_len - scsi_cmd->bytes_sent); 2693 sess->sess_params.first_burst_length - scsi_cmd->bytes_sent, 2695 scsi_cmd->trans_len - scsi_cmd->bytes_sent); 2699 scsi_cmd->trans_len - scsi_cmd->bytes_sent); 2704 sess->sess_params.first_burst_length - scsi_cmd->bytes_sent, 2705 scsi_cmd->trans_len - scsi_cmd->bytes_sent); 3064 uint32_t bytes_sent; local [all...] |
| target.c | 336 scsi_cmd.bytes_sent = 0; 433 scsi_cmd.bytes_sent += data.length; 486 if (scsi_cmd.bytes_sent != 489 "scsi_cmd.bytes_sent"); 496 if (scsi_cmd.bytes_sent != scsi_cmd.trans_len) { 498 "scsi_cmd.bytes_sent");
|
| /src/lib/libbluetooth/ |
| bluetooth.h | 96 uint32_t bytes_sent; member in struct:bt_devinfo
|
| bt_dev.c | 820 info->bytes_sent = btr.btr_stats.byte_tx;
|
| /src/external/bsd/iscsi/dist/include/ |
| iscsiprotocol.h | 399 uint32_t bytes_sent; member in struct:iscsi_scsi_cmd_args_t
|
| /src/crypto/external/bsd/openssh/dist/ |
| packet.c | 2192 u_int bytes_sent = 0; local 2200 bytes_sent += r; 2231 bytes_sent += r; 2233 return bytes_sent;
|