Searched refs:begin (Results 1 – 6 of 6) sorted by relevance
46 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 …]
29 const ve_exporter_t *begin; /* the first module of the same name */ member
70 char *begin = tmp, *end = RT_NULL; in proc_find() local71 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()
823 static void finsh_system_function_init(const void *begin, const void *end) in finsh_system_function_init() argument825 _syscall_table_begin = (struct finsh_syscall *) begin; in finsh_system_function_init()
173 Starts a new thread named "name" with priority "prio" that will begin its
206 Starts a new thread named "name" with priority "prio" that will begin its
Completed in 8 milliseconds