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

msdosfmt Shell Command Implementation More...

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

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
 

Detailed Description

msdosfmt Shell Command Implementation

Variable Documentation

◆ rtems_shell_MSDOSFMT_Alias

rtems_shell_cmd_t rtems_shell_MSDOSFMT_Alias
Initial value:
= {
.name = "msdosfmt",
.usage = NULL,
.topic = "files",
.command = rtems_shell_main_msdos_format,
.alias = &rtems_shell_MSDOSFMT_Command,
.next = NULL
}

◆ rtems_shell_MSDOSFMT_Command

rtems_shell_cmd_t rtems_shell_MSDOSFMT_Command
Initial value:
= {
.name = "mkdos",
.usage = "mkdos " OPTIONS " path # format disk",
.topic = "files",
.command = rtems_shell_main_msdos_format,
.alias = NULL,
.next = NULL
}