RTEMS 6.3-rc2
Loading...
Searching...
No Matches
Typedefs | Functions

Pipe support for different types of descriptors. More...

Typedefs

typedef int(* rtems_pipe_handler_t) (int filsdes[2])
 Pipe handler.
 
typedef int(* rtems_pipe2_handler_t) (int filsdes[2], int flags)
 Pipe2 handler.
 

Functions

void rtems_filesystem_register_pipe (rtems_pipe_handler_t pipe_handler)
 Register a file system pipe call handler.
 
void rtems_filesystem_register_pipe2 (rtems_pipe2_handler_t pipe2_handler)
 Register a file system pipe2 call handler.
 

Detailed Description

Pipe support for different types of descriptors.

Function Documentation

◆ rtems_filesystem_register_pipe()

void rtems_filesystem_register_pipe ( rtems_pipe_handler_t  pipe_handler)

Register a file system pipe call handler.

Parameters
[in]pipe_handlerHandler to called when pipe() is called.

◆ rtems_filesystem_register_pipe2()

void rtems_filesystem_register_pipe2 ( rtems_pipe2_handler_t  pipe2_handler)

Register a file system pipe2 call handler.

Parameters
[in]pipe2_handlerHandler to called when pipe2() is called.