Home
last modified time | relevance | path

Searched refs:vmm_bnames (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_param.c121 static struct vmm_bname vmm_bnames[] = { variable
174 for (i = 0; vmm_bnames[i].str != NULL; i++) in detect_virtual()
175 if (strcmp(sysenv, vmm_bnames[i].str) == 0) { in detect_virtual()
177 return (vmm_bnames[i].type); in detect_virtual()