RTEMS Logo

RTEMS 4.9.3 On-Line Library


RTEMS Specific Commands dname - displays information about named drivers

PREV UP NEXT Bookshelf RTEMS Shell User's Guide

5.2.15: dname - displays information about named drivers

SYNOPSYS:

dname

DESCRIPTION:

This command XXX

WARNING! XXX This command does not appear to work as of 27 February 2008.

EXIT STATUS:

This command returns 0 on success and non-zero if an error is encountered.

NOTES:

NONE

EXAMPLES:

The following is an example of how to use dname:

EXAMPLE_TBD

CONFIGURATION:

This command is included in the default shell command set. When building a custom command set, define CONFIGURE_SHELL_COMMAND_DNAME to have this command included.

This command can be excluded from the shell command set by defining CONFIGURE_SHELL_NO_COMMAND_DNAME when all shell commands have been configured.

PROGRAMMING INFORMATION:

The dname is implemented by a C language function which has the following prototype:

int rtems_shell_rtems_main_dname(
  int    argc,
  char **argv
);

The configuration structure for the dname has the following prototype:

extern rtems_shell_cmd_t rtems_shell_DNAME_Command;


PREV UP NEXT Bookshelf RTEMS Shell User's Guide

Copyright © 1988-2008 OAR Corporation