Searched refs:ByteBuffer (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/Omap35xxPkg/SmbusDxe/ |
D | Smbus.c | 234 UINT8 *ByteBuffer = Buffer; in SmbusExecute() local 250 Status = SmbusBlockRead(ByteBuffer, *Length); in SmbusExecute() 252 Status = SmbusBlockWrite(ByteBuffer, *Length); in SmbusExecute()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/ |
D | GenFfsFile.c | 392 CHAR8 ByteBuffer; in CheckSlash() local 393 ByteBuffer = 0; in CheckSlash() 399 while (ByteBuffer != '\n') { in CheckSlash() 400 fscanf (In, "%c", &ByteBuffer); in CheckSlash() 1126 UINT8 ByteBuffer; in ProcessScript() local 1379 fread (&ByteBuffer, sizeof (UINT8), 1, InFile); in ProcessScript() 1381 FileBuffer[Size++] = ByteBuffer; in ProcessScript() 1382 fread (&ByteBuffer, sizeof (UINT8), 1, InFile); in ProcessScript()
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/ |
D | WinNtSerialIo.c | 1410 UINT8 *ByteBuffer; in WinNtSerialIoWrite() local 1423 ByteBuffer = (UINT8 *) Buffer; in WinNtSerialIoWrite() 1428 if (IsaSerialFifoAdd (&Private->Fifo, ByteBuffer[Index]) == EFI_SUCCESS) { in WinNtSerialIoWrite() 1452 &ByteBuffer[TotalBytesWritten], in WinNtSerialIoWrite()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyBootSupport.c | 505 UINT8 ByteBuffer; in EnableIdeController() local 524 ByteBuffer = 0x1f; in EnableIdeController() 526 PciIo->Pci.Write (PciIo, EfiPciIoWidthUint8, 0x04, 1, &ByteBuffer); in EnableIdeController()
|