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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.h94 UINT16 VendId; member in struct:__anon9968
250 UINT16 VendId,
264 VendId - vendor ID as required in the option ROM header
H A DEfiRom.c153 Status = ProcessEfiFile (FptrOut, FList, mOptions.VendId, mOptions.DevId, &Size);
413 UINT16 VendId,
427 VendId - vendor ID as required in the option ROM header
603 PciDs23.VendorId = VendId;
618 PciDs30.VendorId = VendId;
930 Options->VendId = (UINT16) TempValue;
410 ProcessEfiFile( FILE *OutFptr, FILE_LIST *InFile, UINT16 VendId, UINT16 DevId, UINT32 *Size ) argument

Completed in 34 milliseconds