Searched refs:MAX_NUM_ARGS (Results 1 – 1 of 1) sorted by relevance
41 #define MAX_NUM_ARGS 16 macro209 char line[LINE_LEN + MAX_NUM_ARGS * 3]; in cmd_repeat()579 args = (console_cmd_args *) malloc (MAX_NUM_ARGS * sizeof(console_cmd_args)); in command_loop()611 args, MAX_NUM_ARGS); in command_loop()858 console_cmd_args args[MAX_NUM_ARGS]; in panic_shell_start()872 for (argc = 0; argc < MAX_NUM_ARGS; argc++) { in panic_shell_start()
Completed in 3 milliseconds