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

/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp182 char *pszLanBootFile; member in struct:DEVPCBIOS
930 if (pThis->pszLanBootFile)
932 MMR3HeapFree(pThis->pszLanBootFile);
933 pThis->pszLanBootFile = NULL;
1433 rc = CFGMR3QueryStringAlloc(pCfg, "LanBootRom", &pThis->pszLanBootFile);
1436 pThis->pszLanBootFile = NULL;
1442 else if (!*pThis->pszLanBootFile)
1444 MMR3HeapFree(pThis->pszLanBootFile);
1445 pThis->pszLanBootFile = NULL;
1456 if (pThis->pszLanBootFile)
[all...]

Completed in 34 milliseconds