Home
last modified time | relevance | path

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

/components/finsh/
A Dfinsh.h51 const struct finsh_syscall __fsym_##cmd = \
70 rt_used RT_NOBLOCKED const struct finsh_syscall __fsym_##cmd = \
82 rt_used const struct finsh_syscall __fsym_##cmd rt_section("FSymTab")= \
180 struct finsh_syscall struct
197 struct finsh_syscall syscall; /* syscall */ argument
261 extern struct finsh_syscall *_syscall_table_begin, *_syscall_table_end;
264 struct finsh_syscall *finsh_syscall_next(struct finsh_syscall *call);
A Dshell.c50 struct finsh_syscall *_syscall_table_begin = NULL;
51 struct finsh_syscall *_syscall_table_end = NULL;
58 struct finsh_syscall *finsh_syscall_next(struct finsh_syscall *call) in finsh_syscall_next()
65 return (struct finsh_syscall *)ptr; in finsh_syscall_next()
825 _syscall_table_begin = (struct finsh_syscall *) begin; in finsh_system_function_init()
826 _syscall_table_end = (struct finsh_syscall *) end; in finsh_system_function_init()
842 __declspec(allocate("FSymTab$a")) const struct finsh_syscall __fsym_begin =
852 __declspec(allocate("FSymTab$z")) const struct finsh_syscall __fsym_end =
895 ptr_begin += (sizeof(struct finsh_syscall) / sizeof(unsigned int)); in finsh_system_init()
A Dmsh.c39 struct finsh_syscall *index; in msh_help()
232 struct finsh_syscall *index; in msh_get_cmd()
779 struct finsh_syscall *index; in msh_auto_complete()
855 struct finsh_syscall *index; in msh_get_cmd_opt()

Completed in 7 milliseconds