HomeSort by relevance Sort by last modified time
    Searched refs:NumberOfBytes (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/
DxeEmuStdErrSerialPortLib.c 48 Writes NumberOfBytes data bytes from Buffer to the serial device.
50 If the return value is less than NumberOfBytes, then the write operation failed.
52 If NumberOfBytes is zero, then return 0.
55 @param NumberOfBytes The number of bytes to written to the serial device.
57 @retval 0 NumberOfBytes is 0.
59 If this value is less than NumberOfBytes, then the read operation failed.
66 IN UINTN NumberOfBytes
70 return NumberOfBytes;
73 return gEmuThunk->WriteStdErr (Buffer, NumberOfBytes);
80 Reads NumberOfBytes data bytes from a serial device into the buffer
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemiHostingSerialPortLib/
SerialPortLib.c 46 @param NumberOfBytes Number of output bytes which are cached in Buffer.
60 IN UINTN NumberOfBytes
68 while (SourceIndex < NumberOfBytes)
101 return NumberOfBytes;
109 @param NumberOfBytes Number of output bytes which are cached in Buffer.
119 IN UINTN NumberOfBytes
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/
DebugCommunicationLibSerialPort.c 81 Reads NumberOfBytes data bytes from a debug device into the buffer
83 If the return value is less than NumberOfBytes, then the rest operation failed.
84 If NumberOfBytes is zero, then return 0.
88 @param NumberOfBytes Number of bytes which will be read.
100 IN UINTN NumberOfBytes,
104 if (NumberOfBytes != 1 || Buffer == NULL || Timeout != 0) {
114 Writes NumberOfBytes data bytes from Buffer to the debug device.
116 If the return value is less than NumberOfBytes, then the write operation failed.
117 If NumberOfBytes is zero, then return 0.
121 @param NumberOfBytes Number of bytes to written to the debug device.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SerialPortLib/
SerialPortLib.c 122 if NumberOfBytes is zero, then return 0.
125 @param NumberOfBytes Number of output bytes which are cached in Buffer.
135 IN UINTN NumberOfBytes
145 Result = NumberOfBytes;
147 while (NumberOfBytes--) {
164 @param NumberOfBytes Number of output bytes which are cached in Buffer.
171 IN UINTN NumberOfBytes
175 UARTDbgOut (Buffer, NumberOfBytes);
185 if NumberOfBytes is zero, then return 0.
188 @param NumberOfBytes Number of output bytes which are cached in Buffer.
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDmaLib/
ArmDmaLib.c 32 UINTN NumberOfBytes;
49 @param NumberOfBytes On input the number of bytes to map. On output the number of bytes
55 @retval EFI_SUCCESS The range was mapped for the returned NumberOfBytes.
67 IN OUT UINTN *NumberOfBytes,
77 if (HostAddress == NULL || NumberOfBytes == NULL || DeviceAddress == NULL || Mapping == NULL ) {
96 ((*NumberOfBytes % gCacheAlignment) != 0)) {
113 Status = DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (*NumberOfBytes), &Buffer);
119 CopyMem (Buffer, HostAddress, *NumberOfBytes);
130 gCpu->FlushDataCache (gCpu, *DeviceAddress, *NumberOfBytes, EfiCpuFlushTypeWriteBackInvalidate);
134 Status = gDS->SetMemorySpaceAttributes (*DeviceAddress & ~(BASE_4KB - 1), ALIGN_VALUE (*NumberOfBytes, BASE_4KB), EFI_MEMORY_WC);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiEmuSerialPortLib/
PeiEmuSerialPortLib.c 51 Writes NumberOfBytes data bytes from Buffer to the serial device.
53 If the return value is less than NumberOfBytes, then the write operation failed.
55 If NumberOfBytes is zero, then return 0.
58 @param NumberOfBytes The number of bytes to written to the serial device.
60 @retval 0 NumberOfBytes is 0.
62 If this value is less than NumberOfBytes, then the read operation failed.
69 IN UINTN NumberOfBytes
87 return Thunk->WriteStdErr (Buffer, NumberOfBytes);
97 Reads NumberOfBytes data bytes from a serial device into the buffer
99 If the return value is less than NumberOfBytes, then the rest operation failed.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/SerialPortLib/
SerialPortLib.c 47 @param NumberOfBytes Number of output bytes which are cached in Buffer.
57 IN UINTN NumberOfBytes
64 for (Count = 0; Count < NumberOfBytes; Count++, Buffer++) {
69 return NumberOfBytes;
77 @param NumberOfBytes Number of output bytes which are cached in Buffer.
87 IN UINTN NumberOfBytes
94 for (Count = 0; Count < NumberOfBytes; Count++, Buffer++) {
99 return NumberOfBytes;
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/SerialPortLib/
SerialPortLib.c 47 @param NumberOfBytes Number of output bytes which are cached in Buffer.
57 IN UINTN NumberOfBytes
64 for (Count = 0; Count < NumberOfBytes; Count++, Buffer++) {
69 return NumberOfBytes;
77 @param NumberOfBytes Number of output bytes which are cached in Buffer.
87 IN UINTN NumberOfBytes
94 for (Count = 0; Count < NumberOfBytes; Count++, Buffer++) {
99 return NumberOfBytes;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Library/
DebugCommunicationLib.h 83 Reads NumberOfBytes data bytes from a debug device into the buffer
85 If the return value is less than NumberOfBytes, then the rest operation failed.
86 If NumberOfBytes is zero, then return 0.
90 @param NumberOfBytes Number of bytes which will be read.
102 IN UINTN NumberOfBytes,
110 Writes NumberOfBytes data bytes from Buffer to the debug device.
112 If the return value is less than NumberOfBytes, then the write operation failed.
113 If NumberOfBytes is zero, then return 0.
117 @param NumberOfBytes Number of bytes to written to the debug device.
119 @retval 0 NumberOfBytes is 0.
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuSerialPortLib/
DxeEmuSerialPortLib.c 48 Writes NumberOfBytes data bytes from Buffer to the serial device.
50 If the return value is less than NumberOfBytes, then the write operation failed.
52 If NumberOfBytes is zero, then return 0.
55 @param NumberOfBytes The number of bytes to written to the serial device.
57 @retval 0 NumberOfBytes is 0.
59 If this value is less than NumberOfBytes, then the read operation failed.
66 IN UINTN NumberOfBytes
69 return gEmuThunk->WriteStdOut (Buffer, NumberOfBytes);
76 Reads NumberOfBytes data bytes from a serial device into the buffer
78 If the return value is less than NumberOfBytes, then the rest operation failed.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/XenConsoleSerialPortLib/
XenConsoleSerialPortLib.c 85 Writes NumberOfBytes data bytes from Buffer to the serial device.
87 If the return value is less than NumberOfBytes, then the write operation failed.
89 If NumberOfBytes is zero, then return 0.
92 @param NumberOfBytes Number of bytes to written to the serial device.
94 @retval 0 NumberOfBytes is 0.
96 If this value is less than NumberOfBytes, then the write operation failed.
103 IN UINTN NumberOfBytes
111 if (NumberOfBytes == 0) {
126 while (Sent < NumberOfBytes && ((Producer - Consumer) < sizeof (mXenConsoleInterface->out)))
135 } while (Sent < NumberOfBytes);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
SerialPortLib.h 42 Writes NumberOfBytes data bytes from Buffer to the serial device.
44 If the return value is less than NumberOfBytes, then the write operation failed.
46 If NumberOfBytes is zero, then return 0.
49 @param NumberOfBytes Number of bytes to written to the serial device.
51 @retval 0 NumberOfBytes is 0.
53 If this value is less than NumberOfBytes, then the write operation failed.
60 IN UINTN NumberOfBytes
67 Reads NumberOfBytes data bytes from a serial device into the buffer
69 If the return value is less than NumberOfBytes, then the rest operation failed.
71 If NumberOfBytes is zero, then return 0.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSerialPortLibNull/
BaseSerialPortLibNull.c 42 Writes NumberOfBytes data bytes from Buffer to the serial device.
44 If the return value is less than NumberOfBytes, then the write operation failed.
46 If NumberOfBytes is zero, then return 0.
49 @param NumberOfBytes The number of bytes to written to the serial device.
51 @retval 0 NumberOfBytes is 0.
53 If this value is less than NumberOfBytes, then the write operation failed.
60 IN UINTN NumberOfBytes
70 Reads NumberOfBytes data bytes from a serial device into the buffer
72 If the return value is less than NumberOfBytes, then the rest operation failed.
74 If NumberOfBytes is zero, then return 0.
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL011SerialPortLib/
PL011SerialPortLib.c 61 @param NumberOfBytes Number of output bytes which are cached in Buffer.
71 IN UINTN NumberOfBytes
74 return PL011UartWrite ((UINTN)PcdGet64 (PcdSerialRegisterBase), Buffer, NumberOfBytes);
81 @param NumberOfBytes Number of output bytes which are cached in Buffer.
91 IN UINTN NumberOfBytes
94 return PL011UartRead ((UINTN)PcdGet64 (PcdSerialRegisterBase), Buffer, NumberOfBytes);
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPL011SerialPortLib/
FdtPL011SerialPortLib.c 92 @param NumberOfBytes Number of output bytes which are cached in Buffer.
102 IN UINTN NumberOfBytes
106 return PL011UartWrite (mSerialBaseAddress, Buffer, NumberOfBytes);
115 @param NumberOfBytes Number of output bytes which are cached in Buffer.
125 IN UINTN NumberOfBytes
129 return PL011UartRead (mSerialBaseAddress, Buffer, NumberOfBytes);
EarlyFdtPL011SerialPortLib.c 129 @param NumberOfBytes Number of output bytes which are cached in Buffer.
139 IN UINTN NumberOfBytes
146 return PL011UartWrite ((UINTN)SerialRegisterBase, Buffer, NumberOfBytes);
155 @param NumberOfBytes Size of Buffer[].
165 IN UINTN NumberOfBytes
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
DmaLib.h 70 @param NumberOfBytes On input the number of bytes to map. On output the number of bytes
76 @retval EFI_SUCCESS The range was mapped for the returned NumberOfBytes.
88 IN OUT UINTN *NumberOfBytes,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
IsaIo.c 373 IsaMapInfo->NumberOfBytes
712 @param NumberOfBytes On input the number of bytes to map. On output the number
718 @retval EFI_SUCCESS The range was mapped for the returned NumberOfBytes.
731 IN OUT UINTN *NumberOfBytes,
749 (NULL == NumberOfBytes) ||
781 if ((PhysicalAddress + *NumberOfBytes) > ISA_MAX_MEMORY_ADDRESS) {
796 *NumberOfBytes = 0;
808 IsaMapInfo->NumberOfBytes = *NumberOfBytes;
809 IsaMapInfo->NumberOfPages = EFI_SIZE_TO_PAGES (*NumberOfBytes);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaIo.c 776 IsaMapInfo->NumberOfBytes
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
ArmPlatformLib.h 40 UINT64 NumberOfBytes;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/VirtualMemoryAccess/
VirtualMemoryAccess.h 35 IN UINTN NumberOfBytes,
  /external/llvm/lib/DebugInfo/PDB/Raw/
NameMap.cpp 26 uint32_t NumberOfBytes;
27 if (auto EC = Stream.readInteger(NumberOfBytes))
31 if (Stream.bytesRemaining() < NumberOfBytes)
37 Stream.setOffset(StringsOffset + NumberOfBytes);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
PL011Uart.h 185 @param NumberOfBytes Number of output bytes which are cached in Buffer.
196 IN UINTN NumberOfBytes
203 @param NumberOfBytes Number of output bytes which are cached in Buffer.
214 IN UINTN NumberOfBytes
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL011Uart/
PL011Uart.c 334 @param NumberOfBytes Number of output bytes which are cached in Buffer.
345 IN UINTN NumberOfBytes
348 UINT8* CONST Final = &Buffer[NumberOfBytes];
357 return NumberOfBytes;
364 @param NumberOfBytes Number of output bytes which are cached in Buffer.
375 IN UINTN NumberOfBytes
380 for (Count = 0; Count < NumberOfBytes; Count++, Buffer++) {
385 return NumberOfBytes;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
EmuThunk.c 47 IN UINTN NumberOfBytes
52 Return = write (STDERR_FILENO, (const void *)Buffer, (size_t)NumberOfBytes);
81 IN UINTN NumberOfBytes
86 Return = write (STDOUT_FILENO, (const void *)Buffer, (size_t)NumberOfBytes);
94 IN UINTN NumberOfBytes
99 Return = read (STDIN_FILENO, Buffer, (size_t)NumberOfBytes);

Completed in 2415 milliseconds

1 2 3 4 5