[Previous] [Contents] [Next]

_resmgr_io_func()

functionsummary

Synopsis:

#include <sys/resmgr.h>

_resmgr_func_t *_resmgr_io_func( const resmgr_io_funcs_t * funcs, 
                                 unsigned type);

Library:

libc

Description:

The _resmgr_io_func() function retrieves the io (@@@what) function (@@@what) for type. The variable type should be one of the values defined in <sys/iomsg.h;>, such as _IO_READ, _IO_WRITE.

Returns:

The function pointer in the function tables that matches that type (@@@what) or NULL if the function can't be found.

Classification:

@@@NONE

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:


[Previous] [Contents] [Next]