part [id [id ... ] ]
When invoked with no arguments, this command prints information on the set of Classic API Partitions currently active in the system.
If invoked with a set of object ids as arguments, then just those objects are included in the information printed.
This command returns 0 on success and non-zero if an error is encountered.
NONE
The following is an example of using the part
command
on a system with no user extensions.
SHLL [/] $ part ID NAME ATTR STARTADDR LENGTH BUF_SIZE USED_BLOCKS ------------------------------------------------------------------------------
This command is included in the default shell command set.
When building a custom command set, define
CONFIGURE_SHELL_COMMAND_PART
to have this
command included.
This command can be excluded from the shell command set by
defining CONFIGURE_SHELL_NO_COMMAND_PART
when all
shell commands have been configured.
The part
is implemented by a C language function
which has the following prototype:
int rtems_shell_rtems_main_part( int argc, char **argv );
The configuration structure for the part
has the
following prototype:
extern rtems_shell_cmd_t rtems_shell_PART_Command;
Copyright © 1988-2008 OAR Corporation