Home | History | Annotate | Download | only in bios

Lines Matching full:nr_structs

2495 smbios_load_external(int type, char **p, unsigned *nr_structs,
2552 (*nr_structs)++;
2568 unsigned cpu_num, nr_structs = 0, max_struct_size = 0;
2585 if (!smbios_load_external(type, &p, &nr_structs, &max_struct_size)) { \
2587 nr_structs++; \
2615 smbios_load_external(i, &p, &nr_structs, &max_struct_size);
2624 nr_structs);