RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_lsof.c File Reference

lsof Shell Command Implementation More...

#include <stdio.h>
#include <inttypes.h>
#include <rtems/libio_.h>
#include <rtems/shell.h>
#include <rtems/shellconfig.h>

Variables

rtems_shell_cmd_t rtems_shell_LSOF_Command
 

Detailed Description

lsof Shell Command Implementation

Variable Documentation

◆ rtems_shell_LSOF_Command

rtems_shell_cmd_t rtems_shell_LSOF_Command
Initial value:
= {
.name = "lsof",
.usage = "lsof",
.topic = "files",
.command = rtems_shell_main_lsof
}