Rechercher une page de manuel
splice_to_pipe
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
splice_to_pipe - fill passed data into a pipeSYNOPSIS
- ssize_t splice_to_pipe(struct pipe_inode_info * pipe, struct splice_pipe_desc * spd);
ARGUMENTS
pipe
- pipe to fill
spd
- data to fill
DESCRIPTION
spd contains a map of pages and len/offset tuples, along with the struct pipe_buf_operations associated with these pages. This function will link that data to the pipe.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre