Searched defs:Buf (Results 1 - 25 of 44) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pem/
H A DCryptPem.c21 @param[out] Buf Pointer to the buffer to write the passphrase to.
22 @param[in] Size Maximum length of the passphrase (i.e. the size of Buf).
31 OUT CHAR8 *Buf,
39 ZeroMem ((VOID *)Buf, (UINTN)Size);
46 CopyMem (Buf, Key, (UINTN) KeyLength);
30 PasswordCallback( OUT CHAR8 *Buf, IN INTN Size, IN INTN Flag, IN VOID *Key ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciDebug.c208 @param Buf The buffer to dump.
214 IN UINT8 *Buf,
225 DEBUG ((EFI_D_INFO, "%02x ", Buf[Index]));
213 EhcDumpBuf( IN UINT8 *Buf, IN UINTN Len ) argument
H A DUsbHcMem.h31 UINT8 *Buf; member in struct:_USBHC_MEM_BLOCK
H A DEhciSched.c114 VOID *Buf; local
140 &Buf,
151 Buf,
158 PciIo->FreeBuffer (PciIo, Pages, Buf);
162 Ehc->PeriodFrame = Buf;
244 PciIo->FreeBuffer (PciIo, Pages, Buf);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Option.c112 @param[in, out] Buf The buffer to copy options to. NULL
116 @retval EFI_BUFFER_TOO_SMALL Buf is NULL or BufLen provided is too small.
124 IN OUT UINT8 *Buf, OPTIONAL
197 if ((Buf == NULL) || (*BufLen < Len)) {
203 // Copy the option to the Buf, zero the buffer first to pad
206 ZeroMem (Buf, Len);
207 CopyMem (Buf, OptBuf, Next);
120 Ip4CopyOption( IN UINT8 *Option, IN UINT32 OptionLen, IN BOOLEAN FirstFragment, IN OUT UINT8 *Buf, OPTIONAL IN OUT UINT32 *BufLen ) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPRegistry.cpp23 WCHAR Buf[512]; local
24 ULONG cbBuf = sizeof(Buf);
25 NTSTATUS Status = vboxWddmRegQueryDrvKeyName(pExt, cbBuf, Buf, &cbBuf);
29 Status = vboxWddmRegOpenKey(pReg, Buf, GENERIC_READ | GENERIC_WRITE);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.c20 @param Buf Pointer to input buffer.
27 IN UINT8 *Buf
31 CopyMem (&Value, Buf, sizeof (UINT16));
38 @param Buf Pointer to input buffer.
45 IN UINT8 *Buf
49 CopyMem (&Value, Buf, sizeof (UINT32));
56 @param Buf Pointer to the buffer.
62 OUT UINT8 *Buf,
67 CopyMem (Buf, &Data, sizeof (UINT32));
61 TcpPutUint32( OUT UINT8 *Buf, IN UINT32 Data ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.c21 @param[in] Buf Pointer to input buffer.
28 IN UINT8 *Buf
32 CopyMem (&Value, Buf, sizeof (UINT16));
39 @param[in] Buf Pointer to input buffer.
46 IN UINT8 *Buf
50 CopyMem (&Value, Buf, sizeof (UINT32));
57 @param[out] Buf Pointer to the buffer.
63 OUT UINT8 *Buf,
68 CopyMem (Buf, &Data, sizeof (UINT32));
62 TcpPutUint32( OUT UINT8 *Buf, IN UINT32 Data ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DUsbHcMem.h36 UINT8 *Buf; member in struct:_USBHC_MEM_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.h32 UINT8 *Buf; member in struct:_USBHC_MEM_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DInternalBootScriptLib.h55 UINT8 volatile *Buf; member in union:__anon11107
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/
H A DDevGenisis.c46 int EFIAPI fbadop_stat (struct __filedes *filp, struct stat *StatBuf, void *Buf) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.c732 UINT8 *Buf; local
775 Buf = AllocateZeroPool (StrDesc->Length);
777 if (Buf == NULL) {
782 CopyMem (Buf, StrDesc->String, StrDesc->Length - 2);
783 *String = (CHAR16 *) Buf;
H A DUsbDesc.c410 @param Buf The buffer to receive data into / transmit from.
426 IN OUT VOID *Buf,
451 Buf,
470 @param Buf The buffer to hold the descriptor read.
483 OUT VOID *Buf,
497 Buf,
612 UINT8 *Buf; local
623 Buf = AllocateZeroPool (Desc.Length);
625 if (Buf == NULL) {
634 Buf,
418 UsbCtrlRequest( IN USB_DEVICE *UsbDev, IN EFI_USB_DATA_DIRECTION Direction, IN UINTN Type, IN UINTN Target, IN UINTN Request, IN UINT16 Value, IN UINT16 Index, IN OUT VOID *Buf, IN UINTN Length ) argument
478 UsbCtrlGetDesc( IN USB_DEVICE *UsbDev, IN UINTN DescType, IN UINTN DescIndex, IN UINT16 LangId, OUT VOID *Buf, IN UINTN Length ) argument
719 VOID *Buf; local
[all...]
H A DUsbHub.c207 @param Buf The buffer to hold the descriptor.
216 OUT VOID *Buf
231 Buf,
242 @param Buf The buffer to hold the descriptor.
252 OUT VOID *Buf,
266 Buf,
250 UsbHubCtrlGetHubDesc( IN USB_DEVICE *HubDev, OUT VOID *Buf, IN UINTN Len ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c1181 UINT8 *Buf; local
1241 Buf = Packet->Dhcp4.Option;
1242 Buf = DhcpAppendOption (Buf, DHCP_TAG_TYPE, 1, &Type);
1257 Buf = DhcpAppendOption (Buf, DHCP_TAG_SERVER_ID, 4, (UINT8 *) &IpAddr);
1283 Buf = DhcpAppendOption (Buf, DHCP_TAG_REQUEST_IP, 4, (UINT8 *) &IpAddr);
1293 Buf = DhcpAppendOption (Buf, DHCP_TAG_MAXMS
[all...]
H A DDhcp4Option.c500 UINT8 *Buf; local
508 Buf = OptContext->Buf;
512 Options[Index].Data = Buf + OptCount[Tag].Offset;
515 CopyMem (Buf + OptCount[Tag].Offset, Data, Len);
623 Context.Buf = (UINT8 *) (Options + OptNum);
731 @param[out] Buf The buffer to append the option to
741 OUT UINT8 *Buf,
755 *(Buf++) = Tag;
756 *(Buf
740 DhcpAppendOption( OUT UINT8 *Buf, IN UINT8 Tag, IN UINT16 DataLen, IN UINT8 *Data ) argument
800 UINT8 *Buf; local
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxDrvTool.cpp76 UCHAR Buf[32]; /* should be enough */ member in struct:__anon16425
77 } Buf; local
84 &Buf.Info,
85 sizeof(Buf),
89 if (Buf.Info.Type == REG_DWORD)
91 Assert(Buf.Info.DataLength == 4);
92 *pDword = *((PULONG)Buf.Info.Data);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiBase.cpp156 } Buf; local
158 if (!cBuffers || cBuffers > RT_ELEMENTS(Buf.aBufInfos))
172 Buf.SubmitInfo.EscapeHdr.escapeCode = VBOXESC_UHGSMI_SUBMIT;
173 Buf.SubmitInfo.EscapeHdr.u32CmdSpecific = cBuffers;
176 VBOXWDDM_UHGSMI_BUFFER_UI_INFO_ESCAPE *pSubmInfo = &Buf.SubmitInfo.aBuffers[i];
192 int rc = vboxCrHgsmiPrivateEscape(pPrivate, &Buf.SubmitInfo, RT_OFFSETOF(VBOXDISPIFESCAPE_UHGSMI_SUBMIT, aBuffers[cBuffers]), FALSE);
218 VBOXCRHGSMI_CALLDATA Buf; local
222 if (cbBuffer <= sizeof (Buf))
223 pBuf = &Buf;
254 if (pBuf != &Buf)
[all...]
/vbox/src/VBox/Runtime/r3/win/
H A Dsymlink-win.cpp306 MY_REPARSE_DATA_BUFFER Buf; member in union:__anon16720
313 &u.Buf,
318 if (u.Buf.ReparseTag == MY_IO_REPARSE_TAG_SYMLINK)
320 PWCHAR pwszTarget = &u.Buf.SymbolicLinkReparseBuffer.PathBuffer[0];
321 pwszTarget += u.Buf.SymbolicLinkReparseBuffer.SubstituteNameOffset / 2;
322 pwszTarget[u.Buf.SymbolicLinkReparseBuffer.SubstituteNameLength / 2] = 0;
323 if ( !(u.Buf.SymbolicLinkReparseBuffer.Flags & MY_SYMLINK_FLAG_RELATIVE)
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.c347 @param[out] Buf The pointer of the address of EFI_IP6_CONFIG_MANUAL_ADDRESS.
348 @param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
357 OUT EFI_IP6_CONFIG_MANUAL_ADDRESS **Buf,
370 *Buf = NULL;
434 *Buf = AddrBuf;
449 @param[out] Buf The pointer of the address of EFI_IPv6_ADDRESS.
450 @param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
459 OUT EFI_IPv6_ADDRESS **Buf,
472 *Buf = NULL;
528 *Buf
355 IfConfig6ParseManualAddressList( IN OUT ARG_LIST **Arg, OUT EFI_IP6_CONFIG_MANUAL_ADDRESS **Buf, OUT UINTN *BufSize ) argument
457 IfConfig6ParseGwDnsAddressList( IN OUT ARG_LIST **Arg, OUT EFI_IPv6_ADDRESS **Buf, OUT UINTN *BufSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c608 Append the option to Buf, and move Buf to the end.
610 @param[in, out] Buf The pointer to the buffer.
615 @return Buf The position to append the next option.
620 IN OUT UINT8 *Buf,
640 WriteUnaligned16 ((UINT16 *) Buf, OptType);
641 Buf += 2;
642 WriteUnaligned16 ((UINT16 *) Buf, OptLen);
643 Buf += 2;
644 CopyMem (Buf, Dat
619 Dhcp6AppendOption( IN OUT UINT8 *Buf, IN UINT16 OptType, IN UINT16 OptLen, IN UINT8 *Data ) argument
663 Dhcp6AppendIaOption( IN OUT UINT8 *Buf, IN EFI_DHCP6_IA *Ia, IN UINT32 T1, IN UINT32 T2 ) argument
757 Dhcp6AppendETOption( IN OUT UINT8 *Buf, IN DHCP6_INSTANCE *Instance, OUT UINT16 **Elapsed ) argument
862 Dhcp6SeekOption( IN UINT8 *Buf, IN UINT32 SeekLen, IN UINT16 OptType ) argument
905 Dhcp6SeekIaOption( IN UINT8 *Buf, IN UINT32 SeekLen, IN EFI_DHCP6_IA_DESCRIPTOR *IaDesc ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Output.c514 UINT8 *Buf; local
852 Buf = NetbufAllocSpace (TmpPacket, FragmentHdrsLen, TRUE);
853 ASSERT (Buf != NULL);
854 CopyMem (Buf, ExtHdrs + UnFragmentHdrsLen, FragmentHdrsLen);
956 Buf = (UINT8 *) (PacketHead + 1);
957 CopyMem (Buf, ExtHdrs, ExtHdrsLen);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestProp.cpp651 RTCMemAutoPtr<char> Buf; local
658 if (!Buf.realloc(cchBuf))
664 Buf.get(), cchBuf, &cchBuf);
675 Handle->pchNext = Handle->pchBuf = Buf.release();
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c512 UINT8 *Buf; local
522 Buf = NULL;
540 Buf = (UINT8 *) AllocateZeroPool (Length);
541 if (Buf == NULL) {
552 Buf [Index/2] = DigitUint8;
554 Buf [Index/2] = (UINT8) ((DigitUint8 << 4) + Buf [Index/2]);
558 *Number = Buf;

Completed in 91 milliseconds

12