/src/common/dist/zlib/contrib/iostream3/ |
zfstream.cc | 229 int bytes_to_write = this->pptr() - this->pbase(); local in function:gzfilebuf::overflow 231 if (bytes_to_write > 0) 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) 240 this->pbump(-bytes_to_write);
|
zfstream.cc | 229 int bytes_to_write = this->pptr() - this->pbase(); local in function:gzfilebuf::overflow 231 if (bytes_to_write > 0) 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) 240 this->pbump(-bytes_to_write);
|
zfstream.cc | 229 int bytes_to_write = this->pptr() - this->pbase(); local in function:gzfilebuf::overflow 231 if (bytes_to_write > 0) 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) 240 this->pbump(-bytes_to_write);
|
/src/lib/libisns/ |
isns_task.c | 202 size_t bytes_to_write; local in function:isns_task_send_pdu 231 bytes_to_write = write_buf[0].iov_len; 238 bytes_to_write += write_buf[iovcnt].iov_len; 243 /* iovcnt and bytes_to_write are initialized */ 266 if (bytes_written < (ssize_t)bytes_to_write) { 302 bytes_to_write -= bytes_written; 303 } while (bytes_to_write);
|
isns_task.c | 202 size_t bytes_to_write; local in function:isns_task_send_pdu 231 bytes_to_write = write_buf[0].iov_len; 238 bytes_to_write += write_buf[iovcnt].iov_len; 243 /* iovcnt and bytes_to_write are initialized */ 266 if (bytes_written < (ssize_t)bytes_to_write) { 302 bytes_to_write -= bytes_written; 303 } while (bytes_to_write);
|
isns_task.c | 202 size_t bytes_to_write; local in function:isns_task_send_pdu 231 bytes_to_write = write_buf[0].iov_len; 238 bytes_to_write += write_buf[iovcnt].iov_len; 243 /* iovcnt and bytes_to_write are initialized */ 266 if (bytes_written < (ssize_t)bytes_to_write) { 302 bytes_to_write -= bytes_written; 303 } while (bytes_to_write);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_bios.c | 1927 uint8_t bytes_to_write; local in function:load_nv17_hwsq_ucode_entry 1937 bytes_to_write = bios->data[hwsq_offset + 1]; 1939 if (bytes_to_write != 36) { 1946 hwsq_entry_offset = hwsq_offset + 2 + entry * bytes_to_write; 1950 bytes_to_write -= 4; 1953 for (i = 0; i < bytes_to_write; i += 4)
|
nouveau_bios.c | 1927 uint8_t bytes_to_write; local in function:load_nv17_hwsq_ucode_entry 1937 bytes_to_write = bios->data[hwsq_offset + 1]; 1939 if (bytes_to_write != 36) { 1946 hwsq_entry_offset = hwsq_offset + 2 + entry * bytes_to_write; 1950 bytes_to_write -= 4; 1953 for (i = 0; i < bytes_to_write; i += 4)
|
nouveau_bios.c | 1927 uint8_t bytes_to_write; local in function:load_nv17_hwsq_ucode_entry 1937 bytes_to_write = bios->data[hwsq_offset + 1]; 1939 if (bytes_to_write != 36) { 1946 hwsq_entry_offset = hwsq_offset + 2 + entry * bytes_to_write; 1950 bytes_to_write -= 4; 1953 for (i = 0; i < bytes_to_write; i += 4)
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dp.c | 6322 ssize_t ret, bytes_to_write, len; local in function:intel_dp_hdcp2_write_msg 6332 bytes_to_write = size - 1; 6337 while (bytes_to_write) { 6338 len = bytes_to_write > DP_AUX_MAX_PAYLOAD_BYTES ? 6339 DP_AUX_MAX_PAYLOAD_BYTES : bytes_to_write; 6346 bytes_to_write -= ret;
|
intel_dp.c | 6322 ssize_t ret, bytes_to_write, len; local in function:intel_dp_hdcp2_write_msg 6332 bytes_to_write = size - 1; 6337 while (bytes_to_write) { 6338 len = bytes_to_write > DP_AUX_MAX_PAYLOAD_BYTES ? 6339 DP_AUX_MAX_PAYLOAD_BYTES : bytes_to_write; 6346 bytes_to_write -= ret;
|
intel_dp.c | 6322 ssize_t ret, bytes_to_write, len; local in function:intel_dp_hdcp2_write_msg 6332 bytes_to_write = size - 1; 6337 while (bytes_to_write) { 6338 len = bytes_to_write > DP_AUX_MAX_PAYLOAD_BYTES ? 6339 DP_AUX_MAX_PAYLOAD_BYTES : bytes_to_write; 6346 bytes_to_write -= ret;
|