Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DHandle.c61 IN EFI_GUID *Protocol, in SmmFindProtocolEntry() argument
79 if (CompareGuid (&Item->ProtocolID, Protocol)) { in SmmFindProtocolEntry()
99 CopyGuid ((VOID *)&ProtEntry->ProtocolID, Protocol); in SmmFindProtocolEntry()
127 IN EFI_GUID *Protocol, in SmmFindProtocolInterface() argument
140 ProtEntry = SmmFindProtocolEntry (Protocol, FALSE); in SmmFindProtocolInterface()
150 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) { in SmmFindProtocolInterface()
177 IN EFI_GUID *Protocol, in SmmInstallProtocolInterface() argument
184 Protocol, in SmmInstallProtocolInterface()
211 IN EFI_GUID *Protocol, in SmmInstallProtocolInterfaceNotify() argument
227 if (UserHandle == NULL || Protocol == NULL) { in SmmInstallProtocolInterfaceNotify()
[all …]
DNotify.c32 ProtEntry = Prot->Protocol; in SmmNotifyProtocol()
52 IN EFI_GUID *Protocol, in SmmRemoveInterfaceFromProtocol() argument
61 Prot = SmmFindProtocolInterface (Handle, Protocol, Interface); in SmmRemoveInterfaceFromProtocol()
64 ProtEntry = Prot->Protocol; in SmmRemoveInterfaceFromProtocol()
104 IN CONST EFI_GUID *Protocol, in SmmRegisterProtocolNotify() argument
114 if (Protocol == NULL || Registration == NULL) { in SmmRegisterProtocolNotify()
122 ProtEntry = SmmFindProtocolEntry ((EFI_GUID *) Protocol, FALSE); in SmmRegisterProtocolNotify()
153 ProtEntry = SmmFindProtocolEntry ((EFI_GUID *) Protocol, TRUE); in SmmRegisterProtocolNotify()
163 if (CompareGuid (&ProtNotify->Protocol->ProtocolID, Protocol) && in SmmRegisterProtocolNotify()
181 ProtNotify->Protocol = ProtEntry; in SmmRegisterProtocolNotify()
DLocate.c27 EFI_GUID *Protocol; member
113 if (Link != &ProtNotify->Protocol->Protocols) { in SmmGetNextLocateByRegisterNotify()
198 IN EFI_GUID *Protocol, in SmmLocateProtocol() argument
212 if (Protocol == NULL) { in SmmLocateProtocol()
222 Position.Protocol = Protocol; in SmmLocateProtocol()
232 Position.ProtEntry = SmmFindProtocolEntry (Protocol, FALSE); in SmmLocateProtocol()
279 IN EFI_GUID *Protocol OPTIONAL, in SmmLocateHandle()
307 Position.Protocol = Protocol; in SmmLocateHandle()
335 if (Protocol == NULL) { in SmmLocateHandle()
342 Position.ProtEntry = SmmFindProtocolEntry (Protocol, FALSE); in SmmLocateHandle()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Dxe.uni2 // This module produces EFI IPv4 Protocol and EFI IPv4 Service Binding Protocol.
4 // This module produces EFI IPv4 Protocol upon EFI MNP Protocol and EFI ARP Protocol,
6 // subset of the Internet Control Message Protocol (ICMP) and may include support for
7 // the Internet Group Management Protocol (IGMP).
22 …TRACT #language en-US "Produces EFI IPv4 Protocol and EFI IPv4 Service Binding Protoco…
24Protocol upon EFI MNP Protocol and EFI ARP Protocol to provide basic network IPv4 packet I/O servi…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
DMnpDxe.uni2 // This module produces EFI MNP Protocol, EFI MNP Servie Binding Protocol and EFI VLAN Protocol.
4 // This module produces EFI Managed Network Protocol upon EFI Simple Network Protocol,
5 // to provide raw asynchronous network I/O services. It also produces EFI VLAN Protocol
21 … #language en-US "Produces EFI MNP Protocol, EFI MNP Servie Binding Protocol and EFI VLA…
23 …aged Network Protocol upon EFI Simple Network Protocol to provide raw asynchronous network I/O ser…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Dxe.uni2 // This module produces EFI TCPv4 Protocol and EFI TCPv4 Service Binding Protocol.
4 // This module produces EFI TCPv4(Transmission Control Protocol version 4) Protocol
5 // upon EFI IPv4 Protocol, to provide basic TCPv4 I/O services.
20 …RACT #language en-US "Produces EFI TCPv4 Protocol and EFI TCPv4 Service Binding Protoc…
22 …his module produces EFI TCPv4(Transmission Control Protocol version 4) Protocol upon EFI IPv4 Prot…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
DUdp4Dxe.uni2 // This module produces EFI UDP Protocol and EFI UDPv4 Service Binding Protocol.
4 // This module produces EFI UDP(User Datagram Protocol) Protocol upon EFI IPv4
5 // Protocol, to provide basic UDPv4 I/O services.
20 …STRACT #language en-US "Produces EFI UDP Protocol and EFI UDPv4 Service Binding Protoc…
22 …guage en-US "This module produces EFI UDP(User Datagram Protocol) Protocol upon EFI IPv4 Protocol
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DNotify.c57 IN EFI_GUID *Protocol, in CoreRemoveInterfaceFromProtocol() argument
68 Prot = CoreFindProtocolInterface (Handle, Protocol, Interface); in CoreRemoveInterfaceFromProtocol()
71 ProtEntry = Prot->Protocol; in CoreRemoveInterfaceFromProtocol()
110 IN EFI_GUID *Protocol, in CoreRegisterProtocolNotify() argument
119 if ((Protocol == NULL) || (Event == NULL) || (Registration == NULL)) { in CoreRegisterProtocolNotify()
131 ProtEntry = CoreFindProtocolEntry (Protocol, TRUE); in CoreRegisterProtocolNotify()
141 ProtNotify->Protocol = ProtEntry; in CoreRegisterProtocolNotify()
187 IN EFI_GUID *Protocol, in CoreReinstallProtocolInterface() argument
202 if (Protocol == NULL) { in CoreReinstallProtocolInterface()
216 Prot = CoreFindProtocolInterface (UserHandle, Protocol, OldInterface); in CoreReinstallProtocolInterface()
[all …]
DHandle.c100 IN EFI_GUID *Protocol, in CoreFindProtocolEntry() argument
120 if (CompareGuid (&Item->ProtocolID, Protocol)) { in CoreFindProtocolEntry()
143 CopyGuid ((VOID *)&ProtEntry->ProtocolID, Protocol); in CoreFindProtocolEntry()
174 IN EFI_GUID *Protocol, in CoreFindProtocolInterface() argument
189 ProtEntry = CoreFindProtocolEntry (Protocol, FALSE); in CoreFindProtocolInterface()
201 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) { in CoreFindProtocolInterface()
306 IN EFI_GUID *Protocol, in CoreInstallProtocolInterface() argument
313 Protocol, in CoreInstallProtocolInterface()
341 IN EFI_GUID *Protocol, in CoreInstallProtocolInterfaceNotify() argument
357 if (UserHandle == NULL || Protocol == NULL) { in CoreInstallProtocolInterfaceNotify()
[all …]
DLocate.c28 EFI_GUID *Protocol; member
116 IN EFI_GUID *Protocol OPTIONAL, in CoreLocateHandle()
144 Position.Protocol = Protocol; in CoreLocateHandle()
178 if (Protocol == NULL) { in CoreLocateHandle()
185 Position.ProtEntry = CoreFindProtocolEntry (Protocol, FALSE); in CoreLocateHandle()
338 if (Link != &ProtNotify->Protocol->Protocols) { in CoreGetNextLocateByRegisterNotify()
427 IN EFI_GUID *Protocol, in CoreLocateDevicePath() argument
444 if (Protocol == NULL) { in CoreLocateDevicePath()
472 Status = CoreLocateHandleBuffer (ByProtocol, Protocol, NULL, &HandleCount, &Handles); in CoreLocateDevicePath()
553 IN EFI_GUID *Protocol, in CoreLocateProtocol() argument
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsi4Dxe.uni2 // This module produces EFI iSCSI Initiator Name Protocol.
4 // This module produces EFI iSCSI Initiator Name Protocol upon EFI TCPv4 Protocol
5 // and EFI DHCPv4 Protocol, to provide the capability to do the transport for SCSI
6 // data over TCP/IP. It installs EFI HII Configuration Access Protocol to provide
22 #string STR_MODULE_ABSTRACT #language en-US "Produces EFI iSCSI Initiator Name Protocol"
24Protocol upon EFI TCPv4 Protocol and EFI DHCPv4 Protocol, to provide the capability to do the tran…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
DArpDxe.uni2 // This module produces EFI ARP Protocol and EFI ARP Service Binding Protocol.
4 // This module produces EFI ARP Protocol upon EFI MNP Protocol, to provide a generic
5 // implementation of the Address Resolution Protocol that is described in RFCs 826
21 #string STR_MODULE_ABSTRACT #language en-US "EFI Address Resolution Protocol"
23 …odule produces EFI ARP Protocol using the EFI MNP Protocol to provide a generic implementation of …
/device/linaro/bootloader/edk2/IntelFrameworkPkg/
DIntelFrameworkPkg.dec88 ## Include/Protocol/AcpiS3Save.h
91 ## Include/Protocol/AcpiSupport.h
94 ## Include/Protocol/BootScriptSave.h
97 ## Include/Protocol/LegacyBios.h
100 ## Include/Protocol/LegacyBiosPlatform.h
103 ## Include/Protocol/LegacyInterrupt.h
106 ## Include/Protocol/LegacyRegion.h
109 ## Include/Protocol/Legacy8259.h
112 ## Include/Protocol/CpuIo.h
115 ## Include/Protocol/DataHub.h
[all …]
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dprotocols24 iso-tp4 29 ISO-TP4 # ISO Transport Protocol class 4 [RFC905]
25 xtp 36 XTP # Xpress Transfer Protocol
26 ddp 37 DDP # Datagram Delivery Protocol
28 ipv6 41 IPv6 # Internet Protocol, version 6
31 idrp 45 IDRP # Inter-Domain Routing Protocol
32 rsvp 46 RSVP # Reservation Protocol
42 eigrp 88 EIGRP # Enhanced Interior Routing Protocol (Cisco)
45 ipip 94 IPIP # IP-within-IP Encapsulation Protocol
49 pim 103 PIM # Protocol Independent Multicast
50 ipcomp 108 IPCOMP # IP Payload Compression Protocol
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
DReportStatusCodeRouterRuntimeDxe.uni2 …Router Driver which produces Report Stataus Code Handler Protocol and Status Code Runtime Protocol.
4 …e Router Driver that produces Report Status Code Handler Protocol and Status Code Runtime Protocol.
18 … #language en-US "Produces Report Status Code Handler Protocol and Status Code Runtime Protocol"
20 … Router Driver that produces Report Status Code Handler Protocol and Status Code Runtime Protocol."
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/
DReportStatusCodeRouterSmm.uni2 …Router Driver which produces SMM Report Stataus Code Handler Protocol and SMM Status Code Protocol.
4 …e Router Driver that produces SMM Report Status Code Handler Protocol and SMM Status Code Protocol.
18 … #language en-US "Produces SMM Report Status Code Handler Protocol and SMM Status Code Protocol"
20 … Router Driver that produces SMM Report Status Code Handler Protocol and SMM Status Code Protocol."
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Dxe.uni2 // This module produces EFI MTFTPv4 Protocol and EFI MTFTPv4 Service Binding Protocol.
4 // This module produces EFI MTFTPv4 Protocol upon EFI UDPv4 Protocol, to provide
20 …T #language en-US "Produces EFI MTFTPv4 Protocol and EFI MTFTPv4 Service Binding Proto…
22 … #language en-US "This module produces EFI MTFTPv4 Protocol upon EFI UDPv4 Protocol, to p…
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
DUsbMouseAbsolutePointerDxe.uni2 // USB Mouse Driver that manages USB mouse and produces Absolute Pointer Protocol.
4 // USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces
5 // Absolute Pointer Protocol on USB mouse devices.
6 // It manages the USB mouse device via Asynchronous Interrupt Transfer of USB I/O Protocol,
25 …ULE_ABSTRACT #language en-US "Manages USB mouse and produces Absolute Pointer Protocol"
27Protocol and Device Path Protocol, and produces Absolute Pointer Protocol on USB mouse devices. It…
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
DUsbMouseDxe.uni2 // USB Mouse Driver that manages USB mouse and produces Simple Pointer Protocol.
4 // USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces
5 // Simple Pointer Protocol on USB mouse devices.
6 // It manages the USB mouse device via Asynchronous Interrupt Transfer of USB I/O Protocol,
25 …ODULE_ABSTRACT #language en-US "Manages USB mouse and produces Simple Pointer Protocol"
27Protocol and Device Path Protocol, and produces Simple Pointer Protocol on USB mouse devices. It m…
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DUsbKbDxe.uni2 // USB Keyboard Driver that manages USB keyboard and produces Simple Text Input(Ex) Protocol.
4 // USB Keyboard Driver consumes USB I/O Protocol and Device Path Protocol, and produces
5 // Simple Text Input Protocol and Simple Text Input Ex Protocol on USB keyboard devices.
8 // It manages the USB keyboard device via Asynchronous Interrupt Transfer of USB I/O Protocol,
28 …RACT #language en-US "Manages USB keyboard and produces Simple Text Input(Ex) Protocol"
30Protocol and Device Path Protocol, and produces Simple Text Input Protocol and Simple Text Input E…
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.dec321 ## Include/Protocol/AuthenticationInfo.h
324 ## Include/Protocol/AuthenticationInfo.h
336 ## Include/Protocol/Bis.h
339 ## Include/Protocol/PlatformToDriverConfiguration.h
345 ## Include/Protocol/Hash.h
348 ## Include/Protocol/Hash.h
351 ## Include/Protocol/Hash.h
354 ## Include/Protocol/Hash.h
357 ## Include/Protocol/Hash.h
360 ## Include/Protocol/Hash.h
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpDxe.uni4 // This module provides EFI TCPv4 Protocol and EFI TCPv6 Protocol to send and receive data stream.
5 // It might provide TCPv4 Protocol or TCPv6 Protocol or both of them that depends on
23 …provides EFI TCPv4 Protocol and EFI TCPv6 Protocol to send and receive data stream. It might provi…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Dxe.uni2 // This module produces EFI DHCPv4 Protocol and EFI DHCPv4 Service Binding Protocol.
4 // This module produces EFI DHCPv4 Protocol upon EFI UDPv4 Protocol, to provide the
5 // capability to collect configuration information for the EFI IPv4 Protocol drivers
23 …s EFI DHCPv4 Protocol using the EFI UDPv4 Protocol, providing the capability to collect configurat…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
DSnpDxe.uni2 // This module produces EFI SNP Protocol.
4 // This module produces Simple Network Protocol upon EFI Network Interface
5 // Identifier Protocol, to provide a packet level interface to a network adapter.
20 #string STR_MODULE_ABSTRACT #language en-US "Produces EFI SNP Protocol"
22 …guage en-US "This module produces Simple Network Protocol upon EFI Network Interface Identifier Pr…
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DDxeUdpIoLib.c628 (VOID **) &UdpIo->Protocol.Udp4, in UdpIoCreateIo()
642 Status = UdpIo->Protocol.Udp4->GetModeData ( in UdpIoCreateIo()
643 UdpIo->Protocol.Udp4, in UdpIoCreateIo()
670 (VOID **) &UdpIo->Protocol.Udp6, in UdpIoCreateIo()
684 Status = UdpIo->Protocol.Udp6->GetModeData ( in UdpIoCreateIo()
685 UdpIo->Protocol.Udp6, in UdpIoCreateIo()
761 UdpIo->Protocol.Udp4->Cancel (UdpIo->Protocol.Udp4, &TxToken->Token.Udp4); in UdpIoCancelDgrams()
763 UdpIo->Protocol.Udp6->Cancel (UdpIo->Protocol.Udp6, &TxToken->Token.Udp6); in UdpIoCancelDgrams()
803 UdpIo->Protocol.Udp4->Cancel (UdpIo->Protocol.Udp4, &RxToken->Token.Udp4); in UdpIoFreeIo()
826 UdpIo->Protocol.Udp6->Cancel (UdpIo->Protocol.Udp6, &RxToken->Token.Udp6); in UdpIoFreeIo()
[all …]

12345678910>>...18