RTEMS CPU Kit with SuperCore  4.11.2
Functions

IMFS Create a New Symbolic Link Node. More...

#include "imfs.h"
#include <string.h>
Include dependency graph for imfs_symlink.c:

Functions

int IMFS_symlink (const rtems_filesystem_location_info_t *parentloc, const char *name, size_t namelen, const char *target)
 Create a new IMFS symbolic link node. More...
 
ssize_t IMFS_readlink (const rtems_filesystem_location_info_t *loc, char *buf, size_t bufsize)
 Put IMFS symbolic link into buffer. More...
 

Detailed Description

IMFS Create a New Symbolic Link Node.