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

Macros

#define OPTIONS   "[-V label] [-s sectors/cluster] [-r size] [-v]"
 

Variables

rtems_shell_cmd_t rtems_shell_MSDOSFMT_Command
 
rtems_shell_cmd_t rtems_shell_MSDOSFMT_Alias
 

Variable Documentation

◆ rtems_shell_MSDOSFMT_Alias

rtems_shell_cmd_t rtems_shell_MSDOSFMT_Alias
Initial value:
= {
"msdosfmt",
NULL,
"files",
rtems_shell_main_msdos_format,
&rtems_shell_MSDOSFMT_Command,
NULL
}

◆ rtems_shell_MSDOSFMT_Command

rtems_shell_cmd_t rtems_shell_MSDOSFMT_Command
Initial value:
= {
"mkdos",
"mkdos " OPTIONS " path # format disk",
"files",
rtems_shell_main_msdos_format,
NULL,
NULL
}