Main Page
Modules
Data Structures
Files
Directories
File List
Globals
kernel
»
generic
»
src
»
console
cmd.c File Reference
Kernel console command wrappers.
More...
Include dependency graph for cmd.c:
Go to the source code of this file.
Functions
static int
cmd_help
(
cmd_arg_t
*argv)
static int
cmd_continue
(
cmd_arg_t
*argv)
static int
cmd_desc
(
cmd_arg_t
*argv)
static void
desc_help
(void)
static int
cmd_symaddr
(
cmd_arg_t
*argv)
static int
cmd_set4
(
cmd_arg_t
*argv)
static int
cmd_call0
(
cmd_arg_t
*argv)
static int
cmd_call1
(
cmd_arg_t
*argv)
static int
cmd_call2
(
cmd_arg_t
*argv)
static int
cmd_call3
(
cmd_arg_t
*argv)
static int
cmd_halt
(
cmd_arg_t
*argv)
static int
cmd_tlb
(
cmd_arg_t
*argv)
static int
cmd_threads
(
cmd_arg_t
*argv)
static int
cmd_tasks
(
cmd_arg_t
*argv)
static int
cmd_sched
(
cmd_arg_t
*argv)
static int
cmd_slabs
(
cmd_arg_t
*argv)
static int
cmd_zones
(
cmd_arg_t
*argv)
static int
cmd_ipc_task
(
cmd_arg_t
*argv)
static int
cmd_zone
(
cmd_arg_t
*argv)
static int
cmd_cpus
(
cmd_arg_t
*argv)
static int
cmd_version
(
cmd_arg_t
*argv)
void
cmd_initialize
(
cmd_info_t
*cmd)
void
cmd_init
(void)
Variables
static
cmd_info_t
help_info
static
cmd_info_t
exit_info
static
cmd_info_t
continue_info
static char
desc_buf
[MAX_CMDLINE+1]
static
cmd_arg_t
desc_argv
static
cmd_info_t
desc_info
static char
symaddr_buf
[MAX_CMDLINE+1]
static
cmd_arg_t
symaddr_argv
static
cmd_info_t
symaddr_info
static char
set_buf
[MAX_CMDLINE+1]
static
cmd_arg_t
set4_argv
[]
static
cmd_info_t
set4_info
static char
call0_buf
[MAX_CMDLINE+1]
static char
carg1_buf
[MAX_CMDLINE+1]
static char
carg2_buf
[MAX_CMDLINE+1]
static char
carg3_buf
[MAX_CMDLINE+1]
static
cmd_arg_t
call0_argv
static
cmd_info_t
call0_info
static
cmd_arg_t
call1_argv
[]
static
cmd_info_t
call1_info
static
cmd_arg_t
call2_argv
[]
static
cmd_info_t
call2_info
static
cmd_arg_t
call3_argv
[]
static
cmd_info_t
call3_info
static
cmd_info_t
halt_info
cmd_info_t
tlb_info
static
cmd_info_t
threads_info
static
cmd_info_t
tasks_info
static
cmd_info_t
sched_info
static
cmd_info_t
slabs_info
static
cmd_info_t
zones_info
static
cmd_arg_t
ipc_task_argv
static
cmd_info_t
ipc_task_info
static
cmd_arg_t
zone_argv
static
cmd_info_t
zone_info
cmd_info_t
cpus_info
cmd_info_t
version_info
static
cmd_info_t
*
basic_commands
[]
Detailed Description
This file is meant to contain all wrapper functions for all kconsole commands. The point is in separating kconsole specific wrappers from kconsole-unaware functions from other subsystems.
Definition in file
cmd.c
.
Generated on Sun Jun 18 16:41:05 2006 for HelenOS Kernel (ia32) by
1.4.6