RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Macros | Variables
main_mkrfs.c File Reference

mkrfs Shell Command Implementation More...

#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"

Macros

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

Variables

rtems_shell_cmd_t rtems_shell_MKRFS_Command
 

Detailed Description

mkrfs Shell Command Implementation

Variable Documentation

◆ rtems_shell_MKRFS_Command

rtems_shell_cmd_t rtems_shell_MKRFS_Command
Initial value:
= {
.name = "mkrfs",
.usage = "mkrfs " OPTIONS " dev",
.topic = "files",
.alias = NULL,
.next = NULL
}
int rtems_shell_rfs_format(int argc, char *argv[])
Definition: rtems-rfs-shell.c:686