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

/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/Device/
H A DDevice.h33 UINT32 InstanceSize; ///< Size of each instance in the InstanceList member in struct:_Device_Node
61 void *InstanceList, int NumInstance, UINT32 InstanceSize, UINT32 Modes);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/
H A DDevGenisis.c88 IN UINT32 InstanceSize,
113 Node->InstanceSize = InstanceSize;
125 GenPtr += InstanceSize;
82 __DevRegister( IN const CHAR16 *DevName, IN GUID *DevProto, IN FO_OPEN OpenFunc, IN void *InstanceList, IN int NumInstance, IN UINT32 InstanceSize, IN UINT32 Modes ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c524 UINTN InstanceSize; local
535 InstanceSize = GetDevicePathSize (DevicePathInstance);
537 NewDevicePath = AllocatePool (SrcSize + InstanceSize);
548 CopyMem (TempDevicePath, DevicePathInstance, InstanceSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c1489 UINTN InstanceSize; local
1515 Instance = GetNextDevicePathInstance (&Variable, &InstanceSize);
1536 if (CompareMem (Instance, TempDevicePath, InstanceSize) == 0) {
1558 Instance = GetNextDevicePathInstance (&Variable, &InstanceSize);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c950 UINTN InstanceSize; local
961 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
963 InstanceSize -= END_DEVICE_PATH_LENGTH;
967 Size = (SingleDpSize < InstanceSize) ? SingleDpSize : InstanceSize;
980 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
981 InstanceSize -= END_DEVICE_PATH_LENGTH;

Completed in 39 milliseconds