Lines Matching defs:buffer
98 /* buffer pointers, guest -> host */
100 /* buffer sizes, guest -> host */
141 /* A pointer to command buffer */
163 /* A buffer of pages, too large to fit into a stack frame */
390 char __user *buffer,
405 /* Check the buffer range for access */
406 if (unlikely(!access_ok(buffer, bufflen)))
409 address = (unsigned long)buffer;
472 static ssize_t goldfish_pipe_read(struct file *filp, char __user *buffer,
475 return goldfish_pipe_read_write(filp, buffer, bufflen,
480 const char __user *buffer, size_t bufflen,
484 char __user *no_const_buffer = (char __user *)buffer;
610 * 3. device writes them into a shared buffer and returns the count
713 * Command buffer needs to be allocated on its own page to make sure
852 /* Send the buffer addresses to the host */