FLUSH_READ_BUFFER

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

flush_read_buffer - push buffer to userspace.  

SYNOPSIS

"SYNOPSIS"

int flush_read_buffer (struct sysfs_buffer * buffer, char __user * buf, size_t count, loff_t * ppos);  

ARGUMENTS

buffer
data buffer for file.
buf
-- undescribed --
count
number of bytes requested.
ppos
file position.
 

DESCRIPTION

Copy the buffer we filled in fill_read_buffer to userspace. This is done at the reader's leisure, copying and advancing the amount they specify each time. This may be called continuously until the buffer is empty.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:20:49 GMT, October 06, 2005