Searched defs:BufSize (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.c85 UINT32 BufSize; local
89 BufSize = GET_RCV_BUFFSIZE (Tcb->Sk);
93 ((UINT32) (TCP_OPTION_MAX_WIN << Scale) < BufSize)) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.c85 UINT32 BufSize; local
89 BufSize = GET_RCV_BUFFSIZE (Tcb->Sk);
92 while ((Scale < TCP_OPTION_MAX_WS) && ((UINT32) (TCP_OPTION_MAX_WIN << Scale) < BufSize)) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTisDxe.c364 UINT32 BufSize; local
373 BufSize = 0;
377 Status = TisPcSendV (*Fmt, &Ap, TpmCommandBuf, &BufSize);
386 Status = TisPcSend (TisReg, TpmCommandBuf, BufSize);
413 BufSize =0;
419 Status = TisPcReceiveV (*Fmt, &Ap, TpmCommandBuf, &BufSize, ResponseSize, &DataFinished);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DCommPs2.c481 @param BufSize The size of buffer
490 IN OUT UINTN *BufSize,
511 while (BytesRead < *BufSize) {
526 if (BytesRead == 0 || BytesRead != *BufSize) {
530 *BufSize = BytesRead;
487 PS2MouseRead( IN EFI_ISA_IO_PROTOCOL *IsaIo, OUT VOID *Buffer, IN OUT UINTN *BufSize, IN UINTN State ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DCommPs2.c481 @param BufSize The size of buffer
490 IN OUT UINTN *BufSize,
511 while (BytesRead < *BufSize) {
526 if (BytesRead == 0 || BytesRead != *BufSize) {
530 *BufSize = BytesRead;
487 PS2MouseRead( IN EFI_ISA_IO_PROTOCOL *IsaIo, OUT VOID *Buffer, IN OUT UINTN *BufSize, IN UINTN State ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIkeService.c218 UINTN BufSize; local
224 BufSize = 0;
247 Status = Ip4Cfg->GetData (Ip4Cfg, &BufSize, NULL);
253 Ip4CfgData = AllocateZeroPool (BufSize);
260 Status = Ip4Cfg->GetData (Ip4Cfg, &BufSize, Ip4CfgData);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c507 UINTN BufSize; local
514 BufSize = CONFIRM_BUFFER_SIZE;
515 ConfirmText = AllocateZeroPool (BufSize);
523 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2);
527 StrnCat (ConfirmText, TmpStr1, (BufSize / sizeof (CHAR16 *)) - StrLen (ConfirmText) - 1);
535 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2);
539 StrnCat (ConfirmText, TmpStr1, (BufSize / sizeof (CHAR16 *)) - StrLen (ConfirmText) - 1);
543 StrnCat (ConfirmText, TmpStr1, (BufSize / sizeof (CHAR16 *)) - StrLen (ConfirmText) - 1);
551 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2);
555 StrnCat (ConfirmText, TmpStr1, (BufSize / sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c219 ssize_t BufSize; local
224 BufSize = (ssize_t)da_ShellSeek(filp, *offset, SEEK_SET);
225 if(BufSize >= 0) {
226 filp->f_offset = BufSize;
230 BufSize = (ssize_t)BufferSize;
233 Status = ShellReadFile( FileHandle, (UINTN *)&BufSize, Buffer);
238 BufSize = -BufSize;
241 BufSize = -1;
245 filp->f_offset += BufSize; // Advanc
270 ssize_t BufSize; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c476 UINTN BufSize; local
479 BufSize = 0;
482 Status = GetFileData (TokenFile, (VOID *)&Buffer, &BufSize);
488 if (!GenerateCredential (Buffer, BufSize, Token)) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c1071 ssize_t BufSize; local
1073 BufSize = (ssize_t)nbyte;
1077 BufSize = filp->f_ops->fo_read(filp, &filp->f_offset, nbyte, buf);
1081 BufSize = -EBADF;
1083 return BufSize;
1112 ssize_t BufSize; local
1116 BufSize = (ssize_t)nbyte;
1121 BufSize = filp->f_ops->fo_write(filp, &filp->f_offset, nbyte, buf);
1125 BufSize = -EBADF;
1127 return BufSize;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c61 @param BufSize The buffer size.
69 IN UINTN BufSize,
165 UnicodeSPrint (BootString, BufSize, Fmt, Type, Index - 5);
167 UnicodeSPrint (BootString, BufSize, Fmt, Type);
66 BdsBuildLegacyDevNameString( IN BBS_TABLE *CurBBSEntry, IN UINTN Index, IN UINTN BufSize, OUT CHAR16 *BootString ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dlinda.h85 pseudo_bit_t BufSize[3]; member in struct:QIB_7220_RcvEgr_pb
H A Dqib7322.h111 pseudo_bit_t BufSize[3]; member in struct:QIB_7322_RcvEgr_pb
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.c1397 UINTN BufSize; local
1538 BufSize = AppendSignatureList (mStorageArea, Variable->CurrPtr->DataSize, Data, DataSize);
1539 if (BufSize == Variable->CurrPtr->DataSize) {
1555 BufSize = Variable->CurrPtr->DataSize + DataSize;
1559 if (BufSize > RevBufSize) {
1571 DataSize = BufSize;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h1436 UINT32 BufSize; // total length of DATA in the buffers member in struct:__anon11056

Completed in 60 milliseconds