Home
last modified time | relevance | path

Searched refs:cmd_count (Results 1 – 2 of 2) sorted by relevance

/hypervisor/debug/
A Dshell_priv.h42 uint32_t cmd_count; /* Count of cmds supported */ member
A Dshell.c249 for (i = 0U; i < p_shell->cmd_count; i++) { in shell_find_cmd()
654 p_shell->cmd_count = ARRAY_SIZE(shell_cmds); in shell_init()
674 p_shell->cmd_count, __func__); in shell_cmd_help()
677 if (p_shell->cmd_count == 0U) { in shell_cmd_help()
684 for (j = 0U; j < p_shell->cmd_count; j++) { in shell_cmd_help()

Completed in 5 milliseconds