Searched defs:Request (Results 1 - 25 of 55) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/
H A DHid.c61 EFI_USB_DEVICE_REQUEST Request; local
66 Request.RequestType = USB_HID_GET_DESCRIPTOR_REQ_TYPE;
67 Request.Request = USB_REQ_GET_DESCRIPTOR;
68 Request.Value = (UINT16) (USB_DESC_TYPE_HID << 8);
69 Request.Index = Interface;
70 Request.Length = (UINT16) sizeof (EFI_USB_HID_DESCRIPTOR);
74 &Request,
118 EFI_USB_DEVICE_REQUEST Request; local
126 Request
173 EFI_USB_DEVICE_REQUEST Request; local
228 EFI_USB_DEVICE_REQUEST Request; local
282 EFI_USB_DEVICE_REQUEST Request; local
336 EFI_USB_DEVICE_REQUEST Request; local
398 EFI_USB_DEVICE_REQUEST Request; local
463 EFI_USB_DEVICE_REQUEST Request; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DUsbIoPeim.c25 @param Request USB device request to send.
43 IN EFI_USB_DEVICE_REQUEST *Request,
63 Request,
78 Request,
204 @param InterfaceDescriptor Request interface descriptor.
230 @param EndpointDescriptor Request endpoint descriptor.
40 PeiUsbControlTransfer( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *This, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION Direction, IN UINT32 Timeout, IN OUT VOID *Data, OPTIONAL IN UINTN DataLength OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Dispatcher.c586 @param Request The code of this operation request.
598 IN UINT8 Request,
609 switch (Request) {
596 Tcp4Dispatcher( IN SOCKET *Sock, IN UINT8 Request, IN VOID *Data OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c729 @param[in] Request The code of this operation request.
742 IN UINT8 Request,
752 switch (Request) {
740 TcpDispatcher( IN SOCKET *Sock, IN UINT8 Request, IN VOID *Data OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBot.c473 EFI_USB_DEVICE_REQUEST Request; local
494 Request.RequestType = 0x21;
495 Request.Request = USB_BOT_RESET_REQUEST;
496 Request.Value = 0;
497 Request.Index = UsbBot->Interface.InterfaceNumber;
498 Request.Length = 0;
503 &Request,
550 EFI_USB_DEVICE_REQUEST Request; local
563 Request
[all...]
H A DUsbMassCbi.c181 EFI_USB_DEVICE_REQUEST Request; local
191 Request.RequestType = 0x21;
192 Request.Request = 0;
193 Request.Value = 0;
194 Request.Index = UsbCbi->Interface.InterfaceNumber;
195 Request.Length = CmdLen;
209 &Request,
H A DUsbMassBoot.c46 // Request the sense data from the device
1071 EFI_USB_DEVICE_REQUEST Request; local
1076 Request.RequestType = 0x02;
1077 Request.Request = USB_REQ_CLEAR_FEATURE;
1078 Request.Value = USB_FEATURE_ENDPOINT_HALT;
1079 Request.Index = EndpointAddr;
1080 Request.Length = 0;
1085 &Request,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Option.c401 @param Request Whether this is a request or OACK. The format of
414 IN BOOLEAN Request,
469 if (Request) {
484 } else if (Request) {
411 Mtftp4ParseOption( IN EFI_MTFTP4_OPTION *Options, IN UINT32 Count, IN BOOLEAN Request, OUT MTFTP4_OPTION *MtftpOption ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DArp.h333 and ResolvedEvent) that is issued by EFI_ARP_PROTOCOL.Request().
355 EFI_ARP_PROTOCOL.Request().
377 EFI_ARP_REQUEST Request; member in struct:_EFI_ARP_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManager.c748 @param Request A null-terminated Unicode string in <ConfigRequest> format.
749 @param Progress On return, points to a character in the Request string.
755 has all values filled in for the names in the Request string.
760 @retval EFI_INVALID_PARAMETER Request is illegal syntax, or unknown name.
768 IN CONST EFI_STRING Request,
776 *Progress = Request;
766 FakeExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c4 URB (Usb Request Block).
407 Qtd = EhcCreateQtd (Ehc, (UINT8 *)Urb->Request, (UINT8 *)Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket);
531 @param Request The standard USB request for control transfer.
551 IN EFI_USB_DEVICE_REQUEST *Request,
598 Urb->Request = Request;
614 if (Request != NULL) {
617 Status = PciIo->Map (PciIo, MapOp, Request, &Len, &PhyAddr, &Map);
542 EhcCreateUrb( IN USB2_HC_DEV *Ehc, IN UINT8 DevAddr, IN UINT8 EpAddr, IN UINT8 DevSpeed, IN UINT8 Toggle, IN UINTN MaxPacket, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Hub, IN UINTN Type, IN EFI_USB_DEVICE_REQUEST *Request, IN VOID *Data, IN UINTN DataLen, IN EFI_ASYNC_USB_TRANSFER_CALLBACK Callback, IN VOID *Context, IN UINTN Interval ) argument
H A DEhci.c656 @param Request USB device request to send.
679 IN EFI_USB_DEVICE_REQUEST *Request,
697 if ((Request == NULL) || (TransferResult == NULL)) {
760 Request,
674 EhcControlTransfer( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINTN MaximumPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.c970 @param Request USB device request to send.
993 IN EFI_USB_DEVICE_REQUEST *Request,
1010 if ((Request == NULL) || (TransferResult == NULL)) {
1073 Request,
987 EhcControlTransfer( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB2_HOST_CONTROLLER_PPI *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINTN MaximumPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult ) argument
H A DEhciUrb.c500 @param Request The standard USB request for control transfer.
520 IN EFI_USB_DEVICE_REQUEST *Request,
563 Urb->Request = Request;
577 if (Request != NULL) {
579 PhyAddr = (EFI_PHYSICAL_ADDRESS) (UINTN) Request ;
511 EhcCreateUrb( IN PEI_USB2_HC_DEV *Ehc, IN UINT8 DevAddr, IN UINT8 EpAddr, IN UINT8 DevSpeed, IN UINT8 Toggle, IN UINTN MaxPacket, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Hub, IN UINTN Type, IN EFI_USB_DEVICE_REQUEST *Request, IN VOID *Data, IN UINTN DataLen, IN EFI_ASYNC_USB_TRANSFER_CALLBACK Callback, IN VOID *Context, IN UINTN Interval ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c23 @param Request The user request buffer.
34 IN OUT VOID *Request,
47 Request,
319 @param Request A pointer to cpu memory address of Device request.
330 IN UINT8 *Request,
357 Td->Data = Request;
481 @param Request A pointer to cpu memory address of request structure buffer to transfer.
497 IN UINT8 *Request,
525 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow);
32 UhciMapUserRequest( IN USB_HC_DEV *Uhc, IN OUT VOID *Request, OUT UINT8 **MappedAddr, OUT VOID **Map ) argument
327 UhciCreateSetupTd( IN USB_HC_DEV *Uhc, IN UINT8 DevAddr, IN UINT8 *Request, IN UINT8 *RequestPhy, IN BOOLEAN IsLow ) argument
493 UhciCreateCtrlTds( IN USB_HC_DEV *Uhc, IN UINT8 DeviceAddr, IN UINT8 DataPktId, IN UINT8 *Request, IN UINT8 *RequestPhy, IN UINT8 *Data, IN UINT8 *DataPhy, IN UINTN DataLen, IN UINT8 MaxPacket, IN BOOLEAN IsLow ) argument
H A DUhci.c594 @param Request USB device request to send.
616 IN EFI_USB_DEVICE_REQUEST *Request,
650 if (Request == NULL || TransferResult == NULL) {
690 // Map the Request and data for bus master access,
693 Status = UhciMapUserRequest (Uhc, Request, &RequestPhy, &RequestMap);
710 (UINT8*)Request,
611 Uhci2ControlTransfer( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 DeviceAddress, IN UINT8 DeviceSpeed, IN UINTN MaximumPacketLength, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION TransferDirection, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.c50 @param Request The control transfer request
66 IN EFI_USB_DEVICE_REQUEST *Request,
94 Request,
133 if ((Request->Request == USB_REQ_CLEAR_FEATURE) &&
134 (Request->RequestType == USB_REQUEST_TYPE (EfiUsbNoData, USB_REQ_TYPE_STANDARD,
136 (Request->Value == USB_FEATURE_ENDPOINT_HALT)) {
138 EpDesc = UsbGetEndpointDesc (UsbIf, (UINT8) Request->Index);
152 if ((Request->Request
64 UsbIoControlTransfer( IN EFI_USB_IO_PROTOCOL *This, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION Direction, IN UINT32 Timeout, IN OUT VOID *Data, OPTIONAL IN UINTN DataLength, OPTIONAL OUT UINT32 *UsbStatus ) argument
[all...]
H A DUsbDesc.c407 @param Request Which request.
423 IN UINTN Request,
438 DevReq.Request = (UINT8) Request;
951 DevReq.Request = USB_REQ_CLEAR_FEATURE;
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
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4ConfigNv.c295 @param[in] Request A null-terminated Unicode string in
302 Request string. Points to the string's null
311 filled in for the names in the Request string.
340 IN CONST EFI_STRING Request,
363 *Progress = Request;
373 // Check Request data in <ConfigHdr>.
375 if ((Request == NULL) || HiiIsConfigHdrMatch (Request, &gEfiNicIp4ConfigVariableGuid, EFI_NIC_IP4_CONFIG_VARIABLE)) {
388 ConfigRequest = Request;
389 if ((Request
338 Ip4DeviceExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c47 @param[in] Request A null-terminated Unicode string in
49 @param[out] Progress On return, points to a character in the Request
58 in for the names in the Request string. String to
63 @retval EFI_INVALID_PARAMETER Request is illegal syntax, or unknown name.
72 IN CONST EFI_STRING Request,
90 *Progress = Request;
91 if ((Request != NULL) && !HiiIsConfigHdrMatch (Request, &gVlanConfigFormSetGuid, mVlanStorageName)) {
114 ConfigRequest = Request;
115 if ((Request
70 VlanExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c354 ICMP6_ECHO_REQUEST_REPLY *Request; local
356 Request = AllocateZeroPool (Private->BufferSize);
358 if (Request == NULL) {
364 Request->Type = ICMP_V6_ECHO_REQUEST;
365 Request->Code = 0;
366 Request->SequenceNum = SequenceNum;
367 Request->TimeStamp = TimeStamp;
368 Request->Identifier = 0;
373 Request->Checksum = 0;
378 FreePool (Request);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.c121 @param[in] Request A null-terminated Unicode string in
123 @param[out] Progress On return, points to a character in the Request
132 in for the names in the Request string. String to
137 @retval EFI_INVALID_PARAMETER Request is illegal syntax, or unknown name.
146 IN CONST EFI_STRING Request,
167 *Progress = Request;
168 if ((Request != NULL) && !HiiIsConfigHdrMatch (Request, &gTcgConfigFormSetGuid, mTcgStorageName)) {
215 ConfigRequest = Request;
216 if ((Request
144 TcgExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTcgSmm.h39 UINT32 Request; member in struct:__anon12691
47 UINT32 Request; member in struct:__anon12692
89 // The return code for Sumbit TPM Request to Pre-OS Environment
90 // and Sumbit TPM Request to Pre-OS Environment 2
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DWebServer.h155 size_t RequestLength; ///< Request length in bytes
157 UINT8 Request[ 65536 ]; ///< Page request member in struct:__anon9949
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootMaint.c149 @param Request A null-terminated Unicode string in <ConfigRequest> format.
150 @param Progress On return, points to a character in the Request string.
156 has all values filled in for the names in the Request string.
161 @retval EFI_INVALID_PARAMETER Request is NULL, illegal syntax, or unknown name.
169 IN CONST EFI_STRING Request,
186 *Progress = Request;
187 if ((Request != NULL) && !HiiIsConfigHdrMatch (Request, &gBootMaintFormSetGuid, mBootMaintStorageName)) {
201 ConfigRequest = Request;
202 if ((Request
167 BootMaintExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
[all...]

Completed in 87 milliseconds

123