Lines Matching refs:leafs
61 struct subleaf *leafs; member
155 if (!func->leafs) { in cpuid_store()
156 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()
157 if (!func->leafs) in cpuid_store()
163 func->leafs = realloc(func->leafs, (s + 1) * sizeof(*leaf)); in cpuid_store()
164 if (!func->leafs) in cpuid_store()
170 leaf = &func->leafs[s]; in cpuid_store()
203 leaf_print_raw(&func->leafs[i]); in raw_dump_range()
358 leaf = &func->leafs[sub]; in parse_line()
506 show_leaf(&func->leafs[i]); in show_func()
554 show_leaf(&func->leafs[user_sub]); in show_info()