Home
last modified time | relevance | path

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

/components/utilities/var_export/
A Dvar_export.c46 while (begin < end) in ve_init_find_obj()
48 if (*begin != RT_NULL) in ve_init_find_obj()
50 *table++ = *((struct ve_exporter *)begin); in ve_init_find_obj()
51 begin += sizeof(struct ve_exporter) / sizeof(unsigned int); in ve_init_find_obj()
56 begin++; in ve_init_find_obj()
144 mod->begin = exporter; in ve_module_init()
165 iter->exp_index = mod->begin; in ve_iter_init()
187 int ve_high_num = mod->end - mod->begin; in ve_binary_search()
194 strcmp_rst = rt_strcmp(mod->begin[ve_mid_num].identifier, identifier); in ve_binary_search()
198 return &mod->begin[ve_mid_num]; in ve_binary_search()
[all …]
A Dvar_export.h29 const ve_exporter_t *begin; /* the first module of the same name */ member
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.c70 char *begin = tmp, *end = RT_NULL; in proc_find() local
71 if (*begin == '/') in proc_find()
73 begin++; in proc_find()
74 if (*begin == '\0') in proc_find()
84 end = rt_strstr(begin, "/"); in proc_find()
88 ret = _proc_find(parent, begin); in proc_find()
95 begin = end + 1; in proc_find()
99 ret = _proc_find(parent, begin); in proc_find()
104 *parent = (*parent)->ops->lookup(*parent, begin); in proc_find()
128 *name = *name + (begin - tmp); in proc_find()
/components/finsh/
A Dshell.c823 static void finsh_system_function_init(const void *begin, const void *end) in finsh_system_function_init() argument
825 _syscall_table_begin = (struct finsh_syscall *) begin; in finsh_system_function_init()
/components/net/lwip/lwip-1.4.1/doc/
A Dsys_arch.txt173 Starts a new thread named "name" with priority "prio" that will begin its
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt206 Starts a new thread named "name" with priority "prio" that will begin its

Completed in 9 milliseconds