Home
last modified time | relevance | path

Searched refs:DevicePathBuffer (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigKeywordHandler.c45 UINT8 *DevicePathBuffer; in ExtractDevicePath() local
118 DevicePathBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2); in ExtractDevicePath()
119 if (DevicePathBuffer == NULL) { in ExtractDevicePath()
131 DevicePathBuffer [Index/2] = DigitUint8; in ExtractDevicePath()
133 DevicePathBuffer [Index/2] = (UINT8) ((DevicePathBuffer [Index/2] << 4) + DigitUint8); in ExtractDevicePath()
140 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) DevicePathBuffer; in ExtractDevicePath()
146 FreePool (DevicePathBuffer); in ExtractDevicePath()
155 *DevicePathData = DevicePathBuffer; in ExtractDevicePath()
DConfigRouting.c81 UINT8 *DevicePathBuffer; in GetDevicePath() local
126 DevicePathBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2); in GetDevicePath()
127 if (DevicePathBuffer == NULL) { in GetDevicePath()
139 DevicePathBuffer [Index/2] = DigitUint8; in GetDevicePath()
141 DevicePathBuffer [Index/2] = (UINT8) ((DevicePathBuffer [Index/2] << 4) + DigitUint8); in GetDevicePath()
148 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) DevicePathBuffer; in GetDevicePath()
154 FreePool (DevicePathBuffer); in GetDevicePath()
163 *DevicePathData = DevicePathBuffer; in GetDevicePath()