Lines Matching refs: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 */
393 char __user *buffer,
408 /* Check the buffer range for access */
409 if (unlikely(!access_ok(buffer, bufflen)))
412 address = (unsigned long)buffer;
475 static ssize_t goldfish_pipe_read(struct file *filp, char __user *buffer,
478 return goldfish_pipe_read_write(filp, buffer, bufflen,
483 const char __user *buffer, size_t bufflen,
487 char __user *no_const_buffer = (char __user *)buffer;
612 * 3. device writes them into a shared buffer and returns the count
716 * Command buffer needs to be allocated on its own page to make sure
857 /* Send the buffer addresses to the host */