Lines Matching defs:pszError
284 const char *pszError;
289 pszError = N_("VirtualBox can't operate in VMX root mode. "
292 pszError = N_("VirtualBox can't operate in VMX root mode. Please close all other virtualization programs.");
298 pszError = N_("VT-x/AMD-V is either not available on your host or disabled. "
305 pszError = N_("VirtualBox can't enable the AMD-V extension. "
308 pszError = N_("VirtualBox can't enable the AMD-V extension. Please close all other virtualization programs.");
314 pszError = N_("One of the kernel modules was not successfully loaded. Make sure "
322 pszError = N_("VT-x/AMD-V is either not available on your host or disabled. "
329 pszError = N_("Because the host kernel is too old, VirtualBox cannot enable the VT-x "
334 pszError = N_("Because the host kernel is too old, VirtualBox cannot enable the VT-x "
342 pszError = N_("A virtual device is configured in the VM settings but the device "
351 pszError = N_("PCI passthrough requires VT-x/AMD-V");
355 pszError = N_("PCI passthrough requires nested paging");
360 pszError = RTErrGetFull(rc);
362 pszError = NULL; /* already set. */
365 if (pszError)
366 vmR3SetErrorU(pUVM, rc, RT_SRC_POS, pszError, rc);
375 const char *pszError;
380 pszError = N_("VirtualBox kernel driver not loaded. The vboxdrv kernel module "
385 pszError = N_("VirtualBox kernel driver not loaded");
389 pszError = N_("VirtualBox kernel driver cannot be opened");
394 pszError = N_("VirtualBox kernel driver not accessible, permission problem. "
401 pszError = N_("VirtualBox KEXT is not accessible, permission problem. "
405 pszError = N_("VirtualBox kernel driver is not accessible, permission problem. "
411 pszError = N_("VirtualBox kernel driver is not accessible, permission problem.");
413 pszError = N_("VirtualBox kernel module is not accessible, permission problem. "
422 pszError = N_("VirtualBox kernel driver not installed. The vboxdrv kernel module "
427 pszError = N_("VirtualBox kernel driver not installed");
431 pszError = N_("VirtualBox support library out of memory");
435 pszError = N_("The VirtualBox support driver which is running is from a different "
440 pszError = N_("Unknown error initializing kernel driver");
443 vmR3SetErrorU(pUVM, rc, RT_SRC_POS, pszError, rc);