HomeSort by: relevance | last modified time | path
    Searched defs:vm_system_products (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
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;
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;

Completed in 120 milliseconds