RTEMS File Systems Shell Commands.
More...
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
RTEMS File Systems Shell Commands.
RTEMS File Systems Shell commands provide a CLI interface to support and development of the RFS file system.
◆ rtems_shell_debugrfs()
int rtems_shell_debugrfs |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
The shell command for the RFS debugger.
- Parameters
-
[in] | argc | is the argument count. |
[in] | argv | is a pointer to the argument variables. |
- Return values
-
0 | Successful operation. |
error_code | An 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] | argc | is the argument count. |
[in] | argv | is a pointer to the argument variables. |
- Return values
-
0 | Successful operation. |
1 | An error occurred. |