Searched refs:FileLanBoot (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp1455 RTFILE FileLanBoot = NIL_RTFILE; local
1458 rc = RTFileOpen(&FileLanBoot, pThis->pszLanBootFile,
1462 rc = RTFileGetSize(FileLanBoot, &cbFileLanBoot);
1475 RTFileClose(FileLanBoot);
1476 FileLanBoot = NIL_RTFILE;
1494 rc = RTFileRead(FileLanBoot, pThis->pu8LanBoot, cbFileLanBoot, NULL);
1510 if (FileLanBoot != NIL_RTFILE)
1511 RTFileClose(FileLanBoot);

Completed in 44 milliseconds