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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp811 SVfrDataField *pDevicePathField = new SVfrDataField; local
828 pFormSetGuidField->mNext = pDevicePathField;
831 strcpy (pDevicePathField->mFieldName, "DevicePath");
832 GetDataType ((CHAR8 *)"EFI_STRING_ID", &pDevicePathField->mFieldType);
833 pDevicePathField->mOffset = 20;
834 pDevicePathField->mNext = NULL;
835 pDevicePathField->mArrayNum = 0;

Completed in 38 milliseconds