Searched refs:STATIC_COMMAND (Results 1 – 19 of 19) sorted by relevance
| /lib/fs/ |
| A D | shell.c | 282 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 D | debug.c | 21 STATIC_COMMAND("fs", "fs debug commands", &cmd_fs)
|
| /lib/debugcommands/ |
| A D | debugcommands.c | 53 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 D | version.c | 49 STATIC_COMMAND("version", "print version", &cmd_version)
|
| /lib/minip/ |
| A D | lk_console.c | 151 STATIC_COMMAND("arp", "arp commands", &cmd_arp) 152 STATIC_COMMAND("mi", "minip commands", &cmd_minip)
|
| A D | tcp.c | 1363 STATIC_COMMAND("tcp", "tcp commands", &cmd_tcp)
|
| /lib/console/include/lib/console/ |
| A D | cmd.h | 53 #define STATIC_COMMAND(command_str, help_str, func) \ macro
|
| /lib/uefi/ |
| A D | uefi.cpp | 197 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 D | page_alloc.c | 83 STATIC_COMMAND("page_alloc", "page allocator debug commands", &cmd_page_alloc)
|
| A D | heap_wrapper.c | 305 STATIC_COMMAND("heap", "heap debug commands", &cmd_heap)
|
| /lib/unittest/ |
| A D | all_tests.c | 113 STATIC_COMMAND("ut", "run some or all of the unit tests", do_unittests)
|
| /lib/buildsig/ |
| A D | buildsig.c | 136 STATIC_COMMAND("buildsig", "scan for and dump build signature", &cmd_buildsig)
|
| /lib/console/ |
| A D | console.c | 95 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 D | klog.c | 570 STATIC_COMMAND("klog", "commands for manipulating klog", &cmd_klog)
|
| /lib/bio/ |
| A D | debug.c | 35 STATIC_COMMAND("bio", "block io debug commands", &cmd_bio)
|
| /lib/fs/spifs/test/ |
| A D | spifstest.c | 808 STATIC_COMMAND("spifs", "commands related to the spifs implementation.", &cmd_spifs)
|
| /lib/sysparam/ |
| A D | sysparam.c | 677 STATIC_COMMAND("sysparam", "commands for manipulating system parameters", &cmd_sysparam)
|
| /lib/ptable/ |
| A D | ptable.c | 894 STATIC_COMMAND("ptable", "commands for manipulating the flash partition table", &cmd_ptable)
|
| /lib/gfx/ |
| A D | gfx.c | 728 STATIC_COMMAND("gfx", "gfx commands", &cmd_gfx)
|
Completed in 44 milliseconds