Lines Matching refs:bytes_read
32 size_t *bytes_read, size_t min_xfer,
110 size_t bytes_read; in z_impl_k_pipe_flush() local
116 (void) pipe_get_internal(key, pipe, NULL, (size_t) -1, &bytes_read, 0U, in z_impl_k_pipe_flush()
134 size_t bytes_read; in z_impl_k_pipe_buffer_flush() local
142 &bytes_read, 0U, K_NO_WAIT); in z_impl_k_pipe_buffer_flush()
533 size_t *bytes_read, size_t min_xfer, in pipe_get_internal() argument
574 *bytes_read = 0; in pipe_get_internal()
663 *bytes_read = num_bytes_read; in pipe_get_internal()
691 *bytes_read = bytes_to_read - dest_desc->bytes_to_xfer; in pipe_get_internal()
700 size_t *bytes_read, size_t min_xfer, k_timeout_t timeout) in z_impl_k_pipe_get() argument
707 CHECKIF((min_xfer > bytes_to_read) || (bytes_read == NULL)) { in z_impl_k_pipe_get()
716 int ret = pipe_get_internal(key, pipe, data, bytes_to_read, bytes_read, in z_impl_k_pipe_get()
726 size_t *bytes_read, size_t min_xfer, k_timeout_t timeout) in z_vrfy_k_pipe_get() argument
729 K_OOPS(K_SYSCALL_MEMORY_WRITE(bytes_read, sizeof(*bytes_read))); in z_vrfy_k_pipe_get()
733 bytes_to_read, bytes_read, min_xfer, in z_vrfy_k_pipe_get()