Lines Matching refs:leafs
65 struct subleaf *leafs; member
191 if (!func->leafs) { in cpuid_store()
192 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()
193 if (!func->leafs) in cpuid_store()
199 func->leafs = realloc(func->leafs, (s + 1) * sizeof(*leaf)); in cpuid_store()
200 if (!func->leafs) in cpuid_store()
206 leaf = &func->leafs[s]; in cpuid_store()
232 leaf_print_raw(&func->leafs[i]); in raw_dump_range()
412 leaf = &func->leafs[sub]; in parse_line()
521 show_leaf(&func->leafs[i]); in show_func()
569 show_leaf(&func->leafs[user_sub]); in show_info()