Searched defs:pszLabel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1812 * @param pszLabel How to label the overrides we're loading.
1814 static int cpumR3LoadCpuIdOverrides(PVM pVM, PCFGMNODE pParentNode, const char *pszLabel) argument
1824 return VMSetError(pVM, rc, RT_SRC_POS, "Invalid %s entry (name is probably too long): %Rrc\n", pszLabel, rc);
1834 "Invalid %s entry: Invalid leaf number: '%s' \n", pszLabel, szName);
1838 pszLabel, szName, rc);
1844 pszLabel, szName, rc);
1850 pszLabel, szName, rc);
1870 pszLabel, szName, rc);
1874 pszLabel, szName, rc);
1878 pszLabel, szNam
[all...]

Completed in 1293 milliseconds