identcpu.c | 1117 static const struct vm_name_guest vm_system_products[] = { variable in typeref:typename:const struct vm_name_guest[] 1215 for (i = 0; i < __arraycount(vm_system_products); i++) { 1216 if (strcmp(p, vm_system_products[i].name) == 0) { 1217 vm_guest = vm_system_products[i].guest;
|