RTEMS CPU Kit with SuperCore  4.11.2
Macros | Variables
main_mkrfs.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include <rtems/shellconfig.h>
#include <rtems/rtems-rfs-shell.h>
#include <rtems/fsmount.h>
#include "internal.h"
Include dependency graph for main_mkrfs.c:

Macros

#define OPTIONS   "[-v] [-s blksz] [-b grpblk] [-i grpinode] [-I] [-o %inode]"
 

Variables

rtems_shell_cmd_t rtems_shell_MKRFS_Command
 

Variable Documentation

◆ rtems_shell_MKRFS_Command

rtems_shell_cmd_t rtems_shell_MKRFS_Command
Initial value:
= {
"mkrfs",
"mkrfs " OPTIONS " dev",
"files",
NULL,
NULL
}
int rtems_shell_rfs_format(int argc, char *argv[])
The shell command for formatting an RFS file system.
Definition: rtems-rfs-shell.c:662