Searched refs:BufSize (Results 1 - 25 of 34) sorted by relevance

12

/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/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.h25 @param BufSize The buffer size.
35 IN UINTN BufSize,
/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/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/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/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)) {
H A DSocket.h246 #define GET_RCV_DATASIZE(Sock) (((Sock)->RcvBuffer.DataQueue)->BufSize)
275 #define GET_SND_DATASIZE(Sock) (((Sock)->SndBuffer.DataQueue)->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)) {
H A DSocket.h261 #define GET_RCV_DATASIZE(Sock) (((Sock)->RcvBuffer.DataQueue)->BufSize)
290 #define GET_SND_DATASIZE(Sock) (((Sock)->SndBuffer.DataQueue)->BufSize)
/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/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
H A DCommPs2.h283 @param BufSize The size of buffer
292 IN OUT UINTN *BufSize,
/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
H A DCommPs2.h283 @param BufSize The size of buffer
292 IN OUT UINTN *BufSize,
/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/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c1339 NbufQue->BufSize = 0;
1417 NbufQue->BufSize += Nbuf->TotalSize;
1449 NbufQue->BufSize -= First->TotalSize;
1490 if ((Len == 0) || (NbufQue->BufSize <= Offset)) {
1494 if (NbufQue->BufSize - Offset < Len) {
1495 Len = NbufQue->BufSize - Offset;
1590 if (Len > NbufQue->BufSize) {
1591 Len = NbufQue->BufSize;
1594 NbufQue->BufSize -= Len;
1640 NbufQue->BufSize
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dunistd.h60 @param[in] BufSize The number of bytes in buffer.
67 char *getcwd(char *Buf, size_t BufSize);
H A Dstdio.h480 buffer is set to BufSize char in length. Otherwise, an array of BufSize char is allocated
483 It is an error for BufSize to be zero unless BufMode is _IONBF, in which case BufSize is ignored.
488 @param[in] BufSize The size of the buffer to use, specified in char.
493 int setvbuf (FILE * __restrict fp, char * __restrict Buff, int BufMode, size_t BufSize);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.c348 @param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
358 OUT UINTN *BufSize
369 *BufSize = 0;
435 *BufSize = AddrCnt * sizeof (EFI_IP6_CONFIG_MANUAL_ADDRESS);
450 @param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
460 OUT UINTN *BufSize
471 *BufSize = 0;
529 *BufSize
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas150 BufSize = number of bytes in OutBuf }
152 const OutBuf: Pointer; BufSize: Integer);
367 const OutBuf: Pointer; BufSize: Integer);
377 strm.avail_out := BufSize;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiCHAP.c151 Len = Conn->RspQue.BufSize;
/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/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/NetworkPkg/IScsiDxe/
H A DIScsiCHAP.c176 Len = Conn->RspQue.BufSize;

Completed in 149 milliseconds

12