Searched refs:cmd2 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/tracing/tracing_api/src/ |
D | main.c | 261 uint8_t cmd2[] = "enable"; in ZTEST() local 277 cmd = cmd2; in ZTEST() 278 zassert_true(sizeof(cmd2) < length, "cmd2 is too long"); in ZTEST() 279 tracing_cmd_handle(cmd, sizeof(cmd2)); in ZTEST()
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | test_module.c | 32 SHELL_SUBCMD_ADD((section_cmd), cmd2, NULL, "help for cmd2", cmd2_handler, 1, 0);
|
/Zephyr-latest/tests/subsys/shell/shell/src/ |
D | test_module.c | 17 SHELL_SUBCMD_ADD((section_cmd), cmd2, NULL, "help for cmd2", cmd2_handler, 1, 0);
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | intel_cyclonev.py | 272 cmd2 = echo + gdb_cmd 273 self.check_call(cmd2)
|