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

/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp165 uint8_t *pu8EfiRom; member in struct:DEVEFI
1826 if (pThis->pu8EfiRom)
1828 RTFileReadAllFree(pThis->pu8EfiRom, (size_t)pThis->cbEfiRom);
1829 pThis->pu8EfiRom = NULL;
1894 EFI_FIRMWARE_VOLUME_HEADER const *pFwVolHdr = (EFI_FIRMWARE_VOLUME_HEADER const *)pThis->pu8EfiRom;
1916 uint8_t const * const pbFwVolEnd = pThis->pu8EfiRom + pFwVolHdr->FvLength;
1946 pThis->pu8EfiRom = (uint8_t *)pvFile;
1966 pThis->pu8EfiRom,
1976 pThis->pu8EfiRom + cbQuart,
1985 pThis->pu8EfiRom
[all...]

Completed in 37 milliseconds