RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Data Structures | Macros | Variables
main_df.c File Reference

df Shell Command Implementation More...

#include <rtems/shell.h>
#include <getopt.h>
#include <string.h>
#include <inttypes.h>

Data Structures

struct  df_context
 

Variables

rtems_shell_cmd_t rtems_shell_DF_Command
 

Detailed Description

df Shell Command Implementation

Variable Documentation

◆ rtems_shell_DF_Command

rtems_shell_cmd_t rtems_shell_DF_Command
Initial value:
=
{
.name = "df",
.usage = "[-hB]\n"
" -h human-readable output\n"
" -B scale sizes by SIZE before printing them\n",
.topic = "files",
.command = rtems_shell_main_df,
.alias = NULL,
.next = NULL
}