RTEMS 6.1-rc1
Functions

IMFS Make a Generic Node. More...

#include <rtems/imfsimpl.h>
#include <string.h>

Functions

IMFS_jnode_tIMFS_node_initialize_generic (IMFS_jnode_t *node, void *arg)
 Returns the node and sets the generic node context. More...
 
int IMFS_make_generic_node (const char *path, mode_t mode, const IMFS_node_control *node_control, void *context)
 Makes a generic IMFS node. More...
 
int IMFS_make_node (const char *path, mode_t mode, const IMFS_node_control *node_control, size_t node_size, void *context)
 

Detailed Description

IMFS Make a Generic Node.