Home
last modified time | relevance | path

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

/components/finsh/
A Dmsh.c42 index < _syscall_table_end; in msh_help()
236 index < _syscall_table_end; in msh_get_cmd()
820 for (index = _syscall_table_begin; index < _syscall_table_end; FINSH_NEXT_SYSCALL(index)) in msh_auto_complete()
871 index < _syscall_table_end; in msh_get_cmd_opt()
A Dshell.c51 struct finsh_syscall *_syscall_table_end = NULL; variable
62 while ((*ptr == 0) && ((unsigned int *)ptr < (unsigned int *) _syscall_table_end)) in finsh_syscall_next()
826 _syscall_table_end = (struct finsh_syscall *) end; in finsh_system_function_init()
A Dfinsh.h261 extern struct finsh_syscall *_syscall_table_begin, *_syscall_table_end;

Completed in 9 milliseconds