Rechercher une page de manuel
__splice_from_pipe
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
__splice_from_pipe - splice data from a pipe to given actorSYNOPSIS
- ssize_t __splice_from_pipe(struct pipe_inode_info * pipe, struct splice_desc * sd, splice_actor * actor);
ARGUMENTS
pipe
- pipe to splice from
sd
- information to actor
actor
- handler that splices the data
DESCRIPTION
This function does little more than loop over the pipe and call actor to do the actual moving of a single struct pipe_buffer to the desired destination. See pipe_to_file, pipe_to_sendpage, or pipe_to_user.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre