/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/ |
H A D | Hid.c | 61 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...] |
H A D | UsbDxeLib.c | 67 DevReq.Request = USB_REQ_GET_DESCRIPTOR; 127 DevReq.Request = USB_REQ_SET_DESCRIPTOR; 185 DevReq.Request = USB_REQ_GET_INTERFACE; 238 DevReq.Request = USB_REQ_SET_INTERFACE; 293 DevReq.Request = USB_REQ_GET_CONFIG; 343 DevReq.Request = USB_REQ_SET_CONFIG; 418 DevReq.Request = USB_REQ_SET_FEATURE; 496 DevReq.Request = USB_REQ_CLEAR_FEATURE; 575 DevReq.Request = USB_REQ_GET_STATUS;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
H A D | UsbMassBot.c | 473 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 D | UsbMassCbi.c | 181 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,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/ |
H A D | VlanConfigImpl.c | 47 @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/SecurityPkg/Tcg/TcgConfigDxe/ |
H A D | TcgConfigImpl.c | 121 @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 D | TcgSmm.h | 39 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
|
H A D | TcgSmm.c | 70 if (mTcgNvs->PhysicalPresence.Request == PHYSICAL_PRESENCE_SET_OPERATOR_AUTH) { 78 if (PpData.PPRequest != mTcgNvs->PhysicalPresence.Request) { 79 PpData.PPRequest = (UINT8) mTcgNvs->PhysicalPresence.Request; 99 switch (mTcgNvs->PhysicalPresence.Request) { 189 MorControl = (UINT8) mTcgNvs->MemoryClear.Request;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/ |
H A D | Ip4ConfigNv.c | 295 @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/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
H A D | Ifconfig.c | 863 ARP_REQUEST *Request; local 866 Request = (ARP_REQUEST *) Context; 867 ASSERT (Request != NULL); 869 Request->Duplicate = FALSE; 871 if (0 == CompareMem (&Request->LocalMac, &Request->DestMac, Request->MacLen)) { 879 (UINTN)Request->DestIp.v4.Addr[0], 880 (UINTN)Request->DestIp.v4.Addr[1], 881 (UINTN)Request 933 ARP_REQUEST Request; local [all...] |
H A D | Ping.c | 575 ICMPX_ECHO_REQUEST_REPLY *Request; local 579 Request = AllocateZeroPool (Private->BufferSize); 580 if (Request == NULL) { 585 FreePool (Request); 590 FreePool (Request); 598 Request->Type = (UINT8)(Private->IpChoice==PING_IP_CHOICE_IP6?ICMP_V6_ECHO_REQUEST:ICMP_V4_ECHO_REQUEST); 599 Request->Code = 0; 600 Request->SequenceNum = SequenceNum; 601 Request->Identifier = 0; 602 Request [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/ |
H A D | HubPeim.c | 2 Usb Hub Request Support In PEI Phase 50 DeviceRequest.Request = USB_HUB_GET_PORT_STATUS; 96 DeviceRequest.Request = USB_HUB_SET_PORT_FEATURE; 140 DeviceRequest.Request = USB_HUB_CLEAR_FEATURE_PORT; 182 DeviceRequest.Request = USB_HUB_GET_HUB_STATUS; 223 DeviceRequest.Request = USB_HUB_SET_HUB_FEATURE; 264 DeviceRequest.Request = USB_HUB_CLEAR_FEATURE; 307 DevReq.Request = USB_HUB_GET_DESCRIPTOR;
|
H A D | PeiUsbLib.c | 25 @param Value Request Value. 26 @param Index Request Index. 27 @param DescriptorLength Request descriptor Length. 28 @param Descriptor Request descriptor. 51 DevReq.Request = USB_DEV_GET_DESCRIPTOR; 91 DevReq.Request = USB_DEV_SET_ADDRESS; 112 @param Recipient The recipient of ClearFeature Request, should be one of Device/Interface/Endpoint. 113 @param Value Request Value. 114 @param Target Request Index. 148 DevReq.Request [all...] |
H A D | UsbIoPeim.c | 25 @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/Bus/Usb/UsbBotPei/ |
H A D | PeiUsbLib.c | 25 @param Value Request Value. 26 @param Index Request Index. 27 @param DescriptorLength Request descriptor Length. 28 @param Descriptor Request descriptor. 51 DevReq.Request = USB_DEV_GET_DESCRIPTOR; 91 DevReq.Request = USB_DEV_SET_ADDRESS; 112 @param Recipient The recipient of ClearFeature Request, should be one of Device/Interface/Endpoint. 113 @param Value Request Value. 114 @param Target Request Index. 148 DevReq.Request [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
H A D | Mtftp4Option.h | 72 @param Request Whether this is a request or OACK. The format of 85 IN BOOLEAN Request,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/ |
H A D | Xhci.c | 702 @param Request USB device request to send. 725 IN EFI_USB_DEVICE_REQUEST *Request, 754 if ((Request == NULL) || (TransferResult == NULL)) { 813 if ((Request->Request == USB_REQ_SET_ADDRESS) && 814 (Request->RequestType == USB_REQUEST_TYPE (EfiUsbNoData, USB_REQ_TYPE_STANDARD, USB_TARGET_DEVICE))) { 822 (Xhc->UsbDevContext[Index + 1].BusDevAddr == (UINT8)Request->Value)) { 832 Xhc->UsbDevContext[SlotId].BusDevAddr = (UINT8)Request->Value; 842 if ((Request->Request 720 XhcControlTransfer( 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 [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
H A D | UsbBus.c | 50 @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...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/ |
H A D | UsbIo.h | 45 @param[in] Request A pointer to the USB device request that will be 73 IN EFI_USB_DEVICE_REQUEST *Request,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | HiiConfigAccess.h | 61 @param Request A null-terminated Unicode string in 67 If a NULL is passed in for the Request field, 75 Request string. Points to the string's null 85 filled in for the names in the Request string. 119 IN CONST EFI_STRING Request,
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/ |
H A D | HiiConfigAccess.h | 57 @param Request A null-terminated Unicode string in 63 If a NULL is passed in for the Request field, 71 Request string. Points to the string's null 81 filled in for the names in the Request string. 115 IN CONST EFI_STRING Request,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/ |
H A D | EhciUrb.c | 4 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
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/ |
H A D | UhciQueue.c | 23 @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 D | UhciQueue.h | 133 @param Request The user request buffer. 144 IN OUT VOID *Request, 215 @param Request A pointer to cpu memory address of request structure buffer to transfer. 231 IN UINT8 *Request,
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/ |
H A D | Ping6.c | 354 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...] |