Home
last modified time | relevance | path

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

/hypervisor/debug/
A Dshell.c247 struct shell_cmd *p_cmd = NULL; in shell_find_cmd() local
250 p_cmd = &p_shell->cmds[i]; in shell_find_cmd()
252 return p_cmd; in shell_find_cmd()
551 struct shell_cmd *p_cmd; in shell_process_cmd() local
577 if (p_cmd == NULL) { in shell_process_cmd()
666 struct shell_cmd *p_cmd = NULL; in shell_cmd_help() local
685 p_cmd = &p_shell->cmds[j]; in shell_cmd_help()
705 if (p_cmd->cmd_param == NULL) in shell_cmd_help()
706 p_cmd->cmd_param = " "; in shell_cmd_help()
710 p_cmd->str, p_cmd->cmd_param); in shell_cmd_help()
[all …]

Completed in 8 milliseconds