Searched refs:DevicePathBuffer (Results 1 – 2 of 2) sorted by relevance
45 UINT8 *DevicePathBuffer; in ExtractDevicePath() local118 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()
81 UINT8 *DevicePathBuffer; in GetDevicePath() local126 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()