Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:DevicePathBuffer

81   UINT8                    *DevicePathBuffer;

126 DevicePathBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
127 if (DevicePathBuffer == NULL) {
139 DevicePathBuffer [Index/2] = DigitUint8;
141 DevicePathBuffer [Index/2] = (UINT8) ((DevicePathBuffer [Index/2] << 4) + DigitUint8);
148 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) DevicePathBuffer;
154 FreePool (DevicePathBuffer);
163 *DevicePathData = DevicePathBuffer;