Home
last modified time | relevance | path

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

/components/finsh/
A Dmsh.c41 for (index = _syscall_table_begin; in msh_help()
235 for (index = _syscall_table_begin; in msh_get_cmd()
820 for (index = _syscall_table_begin; index < _syscall_table_end; FINSH_NEXT_SYSCALL(index)) in msh_auto_complete()
870 for (index = _syscall_table_begin; in msh_get_cmd_opt()
A Dfinsh.h261 extern struct finsh_syscall *_syscall_table_begin, *_syscall_table_end;
A Dshell.c50 struct finsh_syscall *_syscall_table_begin = NULL; variable
825 _syscall_table_begin = (struct finsh_syscall *) begin; in finsh_system_function_init()

Completed in 8 milliseconds