Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:DevicePathBuffer

45   UINT8                    *DevicePathBuffer;

118 DevicePathBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
119 if (DevicePathBuffer == NULL) {
131 DevicePathBuffer [Index/2] = DigitUint8;
133 DevicePathBuffer [Index/2] = (UINT8) ((DevicePathBuffer [Index/2] << 4) + DigitUint8);
140 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) DevicePathBuffer;
146 FreePool (DevicePathBuffer);
155 *DevicePathData = DevicePathBuffer;