Searched refs:bytes_to_write (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dproxy-io.c15 int rbytes, bytes_to_write, bytes_written; local
22 bytes_to_write = rbytes;
24 while (bytes_to_write > 0) {
26 write(writefd, ptr, bytes_to_write)) < 0) {
30 bytes_to_write -= bytes_written;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c706 size_t bytes_to_write = size; local
718 while (bytes_to_write != 0) {
723 if (bytes_to_write > SIZE_TO_READ_WRITE) {
727 bytes = bytes_to_write;
730 bytes_to_write = bytes_to_write - bytes;

Completed in 52 milliseconds