Searched defs:ByteCount (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAml.c250 UINT8 ByteCount; local
271 ByteCount = (UINT8)((LeadByte >> 6) & 0x03);
272 Offset = ByteCount + 1;
275 switch (ByteCount) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Drecvfrom.c57 socklen_t ByteCount; local
94 ByteCount = sizeof ( TimeVal );
99 &ByteCount );
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DEventLogInfo.h41 UINT8 ByteCount; // CMOS Checksum - Byte Count member in struct:__anon12833
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiAtapi.c374 UINT32 ByteCount; local
424 ByteCount = SectorCount * BlockSize;
437 ByteCount,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DHelper.c25 @param[in] ByteCount The valid byte count
41 IN UINTN ByteCount,
122 CopyMem (ValuePtr, &Value64, ByteCount);
37 GetNumber( IN CHAR16 *FlagStr, IN UINT64 Maximum, IN OUT VOID *ValuePtr, IN UINTN ByteCount, IN STR2INT *Map, IN LIST_ENTRY *ParamPackage, IN UINT32 FormatMask ) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmidles.h76 ULONG ByteCount; member in struct:_MIDL_ES_MESSAGE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmidles.h76 ULONG ByteCount; member in struct:_MIDL_ES_MESSAGE
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.h82 UINT16 ByteCount; member in struct:__anon10804
H A DIdeMode.c1107 @param[in] ByteCount The length of the data.
1128 IN UINT64 ByteCount,
1178 while (WordCount < RShiftU64(ByteCount, 1)) {
1191 if ((WordCount + Increment) > RShiftU64(ByteCount, 1)) {
1192 Increment = (UINTN)(RShiftU64(ByteCount, 1) - WordCount);
1469 UINTN ByteCount; local
1558 ByteCount = EFI_PAGES_TO_SIZE (PageCount);
1563 &ByteCount,
1567 if (EFI_ERROR (Status) || (ByteCount != EFI_PAGES_TO_SIZE (PageCount))) {
1577 ZeroMem ((VOID *) ((UINTN) PrdBaseAddr), ByteCount);
1124 AtaPioDataInOut( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_IDE_REGISTERS *IdeRegisters, IN OUT VOID *Buffer, IN UINT64 ByteCount, IN BOOLEAN Read, IN EFI_ATA_COMMAND_BLOCK *AtaCommandBlock, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock, IN UINT64 Timeout, IN ATA_NONBLOCK_TASK *Task ) argument
1839 AtaPacketReadWrite( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_IDE_REGISTERS *IdeRegisters, IN OUT VOID *Buffer, IN UINT64 ByteCount, IN BOOLEAN Read, IN UINT64 Timeout ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DHTTP.c872 @param [in] ByteCount The number of bytes to display
882 IN UINTN ByteCount,
912 pEnd = &pData[ ByteCount ];
879 HttpSendDump( IN int SocketFD, IN WSDT_PORT * pPort, IN UINTN ByteCount, IN CONST UINT8 * pData ) argument
H A DACPI.c392 @param [in] ByteCount The number of bytes to display
403 IN UINTN ByteCount,
443 pEnd = &pData[ ByteCount ];
487 @param [in] ByteCount The number of bytes to display
498 IN UINTN ByteCount,
543 ByteCount,
399 RowBytes( IN int SocketFD, IN WSDT_PORT * pPort, IN CHAR8 * pName, IN UINTN ByteCount, IN CONST UINT8 * pData ) argument
494 RowDump( IN int SocketFD, IN WSDT_PORT * pPort, IN CHAR8 * pName, IN UINTN ByteCount, IN CONST UINT8 * pData ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAtapi.c210 @param ByteCount data size in byte unit of the buffer.
223 IN UINT32 ByteCount,
244 if (ByteCount == 0) {
248 // for performance, we assert the ByteCount is an even number
250 ASSERT((ByteCount%2) == 0);
253 RequiredWordCount = ByteCount / 2;
337 @param ByteCount data size in byte unit of the buffer.
351 IN UINT32 ByteCount,
428 return PioReadWriteData (IdeDev, Buffer, ByteCount, 1, TimeOut);
439 @param ByteCount dat
220 PioReadWriteData( IN IDE_BLK_IO_DEV *IdeDev, IN UINT16 *Buffer, IN UINT32 ByteCount, IN BOOLEAN Read, IN UINTN TimeOut ) argument
347 AtapiPacketCommandIn( IN IDE_BLK_IO_DEV *IdeDev, IN ATAPI_PACKET_COMMAND *Packet, IN UINT16 *Buffer, IN UINT32 ByteCount, IN UINTN TimeOut ) argument
448 AtapiPacketCommandOut( IN IDE_BLK_IO_DEV *IdeDev, IN ATAPI_PACKET_COMMAND *Packet, IN UINT16 *Buffer, IN UINT32 ByteCount, IN UINTN TimeOut ) argument
1444 UINT32 ByteCount; local
1562 UINT32 ByteCount; local
[all...]
H A DAta.c461 @param ByteCount data size in byte unit of the buffer.
477 IN UINT32 ByteCount,
564 while (WordCount < ByteCount / 2) {
581 if ((WordCount + Increment) > ByteCount / 2) {
582 Increment = ByteCount / 2 - WordCount;
609 @param ByteCount data size in byte unit of the buffer.
626 IN UINT32 ByteCount,
708 while (WordCount < ByteCount / 2) {
727 if ((WordCount + Increment) > ByteCount / 2) {
728 Increment = ByteCount /
474 AtaPioDataIn( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *Buffer, IN UINT32 ByteCount, IN UINT8 AtaCommand, IN UINT8 Head, IN UINT8 SectorCount, IN UINT8 SectorNumber, IN UINT8 CylinderLsb, IN UINT8 CylinderMsb ) argument
623 AtaPioDataOut( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *Buffer, IN UINT32 ByteCount, IN UINT8 AtaCommand, IN UINT8 Head, IN UINT8 SectorCount, IN UINT8 SectorNumber, IN UINT8 CylinderLsb, IN UINT8 CylinderMsb ) argument
883 UINTN ByteCount; local
992 UINTN ByteCount; local
1146 AtaPioDataInExt( IN IDE_BLK_IO_DEV *IdeDev, IN OUT VOID *Buffer, IN UINT32 ByteCount, IN UINT8 AtaCommand, IN EFI_LBA StartLba, IN UINT16 SectorCount ) argument
1528 UINTN ByteCount; local
1973 UINT32 ByteCount; local
2161 AtaPioDataOutExt( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *Buffer, IN UINT32 ByteCount, IN UINT8 AtaCommand, IN EFI_LBA StartLba, IN UINT16 SectorCount ) argument
2364 UINT32 ByteCount; local
[all...]
H A DIdeData.h191 UINT16 ByteCount; member in struct:__anon10352
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dfile.c234 uint32_t ByteCount = LowIoContext->ParamsFor.ReadWrite.ByteCount; local
250 Log(("VBOXSF: vbsfReadInternal: ByteCount 0x%X, ByteOffset 0x%RX64, FileSize 0x%RX64\n",
251 ByteCount, ByteOffset, FileSize));
266 if (ByteCount > FileSize - ByteOffset)
267 ByteCount = (ULONG)(FileSize - ByteOffset);
272 || ByteCount == 0)
282 ctx.cbData = ByteCount;
291 ByteCount = ctx.cbData;
298 ByteCount
354 uint32_t ByteCount = LowIoContext->ParamsFor.ReadWrite.ByteCount; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c1049 UINT32 ByteCount; local
1054 ByteCount = sizeof (AtapiIdentifyData);
1137 while (WordCount < ByteCount / 2) {
1153 if ((WordCount + Increment) > ByteCount / 2) {
1154 Increment = ByteCount / 2 - WordCount;
1221 @param[in] ByteCount Requested transfer data length.
1234 IN UINT32 ByteCount,
1344 if (Buffer == NULL || ByteCount == 0) {
1352 RequiredWordCount = ByteCount / 2;
1992 UINT32 ByteCount; local
1229 AtapiPacketCommandIn( IN ATAPI_BLK_IO_DEV *AtapiBlkIoDev, IN UINTN DevicePosition, IN ATAPI_PACKET_COMMAND *Packet, IN UINT16 *Buffer, IN UINT32 ByteCount, IN UINTN TimeoutInMilliSeconds ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c2140 UINT32 *ByteCount,
2159 ByteCount: When input,indicates the buffer size; when output,
2214 *ByteCount = 0;
2273 *ByteCount = 0;
2292 ByteCount,
2302 UINT32 *ByteCount,
2317 ByteCount: When input,indicates the buffer size; when output,
2348 if (*ByteCount == 0 || Buffer == NULL) {
2349 *ByteCount = 0;
2356 RequiredWordCount = *ByteCount /
2135 AtapiPacketCommand( ATAPI_SCSI_PASS_THRU_DEV *AtapiScsiPrivate, UINT32 Target, UINT8 *PacketCommand, VOID *Buffer, UINT32 *ByteCount, DATA_DIRECTION Direction, UINT64 TimeoutInMicroSeconds ) argument
2299 AtapiPassThruPioReadWriteData( ATAPI_SCSI_PASS_THRU_DEV *AtapiScsiPrivate, UINT16 *Buffer, UINT32 *ByteCount, DATA_DIRECTION Direction, UINT64 TimeoutInMicroSeconds ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c1775 UINT32 ByteCount; local
1817 ByteCount = SectorCount * BlockSize;
1830 &ByteCount,
1842 &ByteCount,
1864 SectorCount = ByteCount / BlockSize;
1897 UINT32 ByteCount; local
1939 ByteCount = SectorCount * BlockSize;
1951 &ByteCount,
1963 &ByteCount,
1983 SectorCount = ByteCount / BlockSiz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIpSecConfig.h185 /// AH, this is the authentication algorithm. The ByteCount
188 UINT64 ByteCount; member in struct:_EFI_IPSEC_SA_LIFETIME
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.h402 UINT16 ByteCount; /* immediate data count = 0 always */ member in struct:s_TxCB
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h1014 ULONG ByteCount; member in struct:_MDL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h973 ULONG ByteCount; member in struct:_MDL

Completed in 2015 milliseconds