RTEMS  5.1
Functions

RTEMS File Systems Shell Commands. More...

#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>

Go to the source code of this file.

Functions

int rtems_shell_debugrfs (int argc, char *argv[])
 
int rtems_shell_rfs_format (int argc, char *argv[])
 

Detailed Description

RTEMS File Systems Shell Commands.

RTEMS File Systems Shell commands provide a CLI interface to support and development of the RFS file system.

Function Documentation

◆ rtems_shell_debugrfs()

int rtems_shell_debugrfs ( int  argc,
char *  argv[] 
)

The shell command for the RFS debugger.

Parameters
[in]argcis the argument count.
[in]argvis a pointer to the argument variables.
Return values
0Successful operation.
error_codeAn error occurred.

◆ rtems_shell_rfs_format()

int rtems_shell_rfs_format ( int  argc,
char *  argv[] 
)

The shell command for formatting an RFS file system.

Parameters
[in]argcis the argument count.
[in]argvis a pointer to the argument variables.
Return values
0Successful operation.
1An error occurred.