Home
last modified time | relevance | path

Searched refs:cmd_help (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/common_modules/newip/examples/
Dnip_route.c59 void cmd_help(void) in cmd_help() function
85 cmd_help(); in parse_name()
108 cmd_help(); in parse_cmd()
129 cmd_help(); in parse_args()
144 cmd_help(); in parse_args()
165 cmd_help(); in main()
Dnip_addr.c51 void cmd_help(void) in cmd_help() function
70 cmd_help(); in parse_name()
93 cmd_help(); in parse_cmd()
110 cmd_help(); in main()
130 cmd_help(); in main()
/kernel/uniproton/cmake/common/build_auxiliary_script/
DKconfig2macro.py21 def cmd_help():
198 cmd_help()
202 cmd_help()
207 cmd_help()
217 cmd_help()
/kernel/linux/linux-5.10/tools/power/cpupower/utils/
Dcpupower.c25 static int cmd_help(int argc, const char **argv);
58 { "help", cmd_help, 0 },
103 static int cmd_help(int argc, const char **argv) in cmd_help() function
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
Dresctrl_tests.c37 static void cmd_help(void) in cmd_help() function
111 cmd_help(); in main()
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
Disst-config.c42 static int cmd_help; variable
1020 if (cmd_help) { \
1222 if (cmd_help) { in dump_isst_config()
1300 if (cmd_help) { in set_tdp_level()
1366 if (cmd_help) { in dump_pbf_config()
1763 if (cmd_help) { in set_pbf_enable()
1823 if (cmd_help) { in dump_fact_config()
1921 if (cmd_help) { in set_fact_enable()
2054 if (cmd_help) { in set_clos_enable()
2101 if (cmd_help) { in dump_clos_config()
[all …]
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin.h19 int cmd_help(int argc, const char **argv);
Dperf.c64 { "help", cmd_help, 0 },
Dbuiltin-help.c427 int cmd_help(int argc, const char **argv) in cmd_help() function
/kernel/linux/linux-5.10/tools/usb/usbip/src/
Dusbipd.c604 cmd_help, in main() enumerator
642 cmd = cmd_help; in main()
675 case cmd_help: in main()
/kernel/linux/linux-5.10/kernel/debug/kdb/
Dkdb_private.h173 char *cmd_help; /* Help message for this command */ member
Dkdb_main.c2503 kt->cmd_usage, space, kt->cmd_help); in kdb_help()
2774 kp->cmd_help = help; in kdb_register_flags()