Home
last modified time | relevance | path

Searched refs:STATIC_COMMAND (Results 1 – 19 of 19) sorted by relevance

/lib/fs/
A Dshell.c282 STATIC_COMMAND("ls", "dir listing", &cmd_ls)
283 STATIC_COMMAND("cd", "change dir", &cmd_cd)
284 STATIC_COMMAND("pwd", "print working dir", &cmd_pwd)
285 STATIC_COMMAND("mkdir", "make dir", &cmd_mkdir)
286 STATIC_COMMAND("mkfile", "make file", &cmd_mkfile)
287 STATIC_COMMAND("rm", "remove file", &cmd_rm)
288 STATIC_COMMAND("stat", "stat file", &cmd_stat)
289 STATIC_COMMAND("cat", "cat file", &cmd_cat)
290 STATIC_COMMAND("df", "list mounts", &cmd_df)
A Ddebug.c21 STATIC_COMMAND("fs", "fs debug commands", &cmd_fs)
/lib/debugcommands/
A Ddebugcommands.c53 STATIC_COMMAND("crash", "intentionally crash", &cmd_crash)
54 STATIC_COMMAND("panic", "intentionally panic", &cmd_panic)
55 STATIC_COMMAND("stackstomp", "intentionally overrun the stack", &cmd_stackstomp)
58 STATIC_COMMAND("mtest", "simple memory test", &cmd_memtest)
60 STATIC_COMMAND("chain", "chain load another binary", &cmd_chain)
61 STATIC_COMMAND("sleep", "sleep number of seconds", &cmd_sleep)
62 STATIC_COMMAND("sleepm", "sleep number of milliseconds", &cmd_sleep)
63 STATIC_COMMAND("time", "print current time", &cmd_time)
64 STATIC_COMMAND("timeh", "print current time hires", &cmd_timeh)
/lib/version/
A Dversion.c49 STATIC_COMMAND("version", "print version", &cmd_version)
/lib/minip/
A Dlk_console.c151 STATIC_COMMAND("arp", "arp commands", &cmd_arp)
152 STATIC_COMMAND("mi", "minip commands", &cmd_minip)
A Dtcp.c1363 STATIC_COMMAND("tcp", "tcp commands", &cmd_tcp)
/lib/console/include/lib/console/
A Dcmd.h53 #define STATIC_COMMAND(command_str, help_str, func) \ macro
/lib/uefi/
A Duefi.cpp197 STATIC_COMMAND("uefi_load", "load UEFI application and run it", &cmd_uefi_load)
198 STATIC_COMMAND("uefi_set_var", "set UEFI variable", &cmd_uefi_set_variable)
199 STATIC_COMMAND("uefi_list_var", "list UEFI variable", &cmd_uefi_list_variable)
/lib/heap/
A Dpage_alloc.c83 STATIC_COMMAND("page_alloc", "page allocator debug commands", &cmd_page_alloc)
A Dheap_wrapper.c305 STATIC_COMMAND("heap", "heap debug commands", &cmd_heap)
/lib/unittest/
A Dall_tests.c113 STATIC_COMMAND("ut", "run some or all of the unit tests", do_unittests)
/lib/buildsig/
A Dbuildsig.c136 STATIC_COMMAND("buildsig", "scan for and dump build signature", &cmd_buildsig)
/lib/console/
A Dconsole.c95 STATIC_COMMAND("help", "this list", &cmd_help)
97 STATIC_COMMAND("echo", NULL, &cmd_echo)
99 STATIC_COMMAND("test", "test the command processor", &cmd_test)
101 STATIC_COMMAND("history", "command history", &cmd_history)
104 STATIC_COMMAND("repeat", "repeats command multiple times", &cmd_repeat)
/lib/klog/
A Dklog.c570 STATIC_COMMAND("klog", "commands for manipulating klog", &cmd_klog)
/lib/bio/
A Ddebug.c35 STATIC_COMMAND("bio", "block io debug commands", &cmd_bio)
/lib/fs/spifs/test/
A Dspifstest.c808 STATIC_COMMAND("spifs", "commands related to the spifs implementation.", &cmd_spifs)
/lib/sysparam/
A Dsysparam.c677 STATIC_COMMAND("sysparam", "commands for manipulating system parameters", &cmd_sysparam)
/lib/ptable/
A Dptable.c894 STATIC_COMMAND("ptable", "commands for manipulating the flash partition table", &cmd_ptable)
/lib/gfx/
A Dgfx.c728 STATIC_COMMAND("gfx", "gfx commands", &cmd_gfx)

Completed in 44 milliseconds