Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dproxy-io.c15 int rbytes, bytes_to_write, bytes_written; in proxy_read_write_loop() local
25 if ((bytes_written = in proxy_read_write_loop()
30 bytes_to_write -= bytes_written; in proxy_read_write_loop()
31 ptr += bytes_written; in proxy_read_write_loop()
/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c1143 int bytes_written; in sbbc_mbox_send_msg() local
1186 bytes_written = 0; in sbbc_mbox_send_msg()
1204 bytes_written += frag.f_frag_len; in sbbc_mbox_send_msg()
1206 if ((bytes_written < msg->msg_len) || (rc == ENOSPC)) { in sbbc_mbox_send_msg()
1239 msg_id, bytes_written, msg->msg_len); in sbbc_mbox_send_msg()
1240 } while ((bytes_written < msg->msg_len) || (rc == ENOSPC)); in sbbc_mbox_send_msg()
1600 int bytes_written, bytes_remaining, free_space; in mbox_write() local
1737 bytes_written = 0; in mbox_write()
1744 bytes_written = space_at_end; in mbox_write()
1746 bytes_written = bytes_remaining; in mbox_write()
[all …]
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_niv.c356 int bytes_written = 0; in lm_niv_stats_get() local
371 for (bytes_written = 0; bytes_written < sizeof(afex_stats_var); bytes_written += sizeof(u32_t)) in lm_niv_stats_get()
373 REG_WR(pdev, output_offset + bytes_written, *field_ptr); in lm_niv_stats_get()
/titanic_50/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c693 int bytes_written; in deswrite() local
700 bytes_written = 0; in deswrite()
702 p = buf + bytes_written; in deswrite()
710 bytes_written += r; in deswrite()
713 return (bytes_written); in deswrite()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c331 long resid, bytes_written; in ufs_directio_write() local
619 bytes_written = 0; in ufs_directio_write()
703 newerror = directio_wait(tail, &bytes_written); in ufs_directio_write()
736 resid = uio->uio_resid - bytes_written; in ufs_directio_write()
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c925 int bytes_written; in nvf_flush() local
1015 bytes_written = nvf_write(file, nvfbuf, nvflen); in nvf_flush()
1017 if (bytes_written == -1) { in nvf_flush()
1023 if (bytes_written != nvflen) { in nvf_flush()
1026 NVF_TMP_FILENAME, nvf_errno, bytes_written, nvflen); in nvf_flush()
/titanic_50/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.c1203 int bytes_written = 0; in smbus_wr() local
1267 if (++bytes_written == MAX_BLK_SEND) { in smbus_wr()
1272 smbus_put(smbus, DEV_DATA0, bytes_written, 0); in smbus_wr()
/titanic_50/usr/src/cmd/rmformat/
H A Drmf_slice.c1337 size_t bytes_written; in write_default_label() local
1420 bytes_written = smedia_raw_write(handle, (diskaddr_t)0, in write_default_label()
1428 if (bytes_written != blocksize) { in write_default_label()
/titanic_50/usr/src/uts/sun4v/io/
H A Dldc.c4470 size_t len, bytes_written = 0, remaining; in i_ldc_write_packet() local
4548 bytes_written = 0; in i_ldc_write_packet()
4552 while (*size > bytes_written) { in i_ldc_write_packet()
4563 remaining = *size - bytes_written; in i_ldc_write_packet()
4574 bytes_written += len; in i_ldc_write_packet()
4595 *size = bytes_written; in i_ldc_write_packet()
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2168 size_t *bytes_written) in vdev_get_one_physpath() argument
2178 pos = *bytes_written; in vdev_get_one_physpath()
2183 *bytes_written += rsz; in vdev_get_one_physpath()