Searched refs:Protocol (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h20 #include <Protocol/DevicePath.h>
21 #include <Protocol/SimpleTextIn.h>
22 #include <Protocol/SimpleTextInEx.h>
23 #include <Protocol/SimpleTextOut.h>
1158 @param[in] Protocol The numeric ID of the protocol interface.
1165 @retval EFI_INVALID_PARAMETER Protocol is NULL.
1167 @retval EFI_INVALID_PARAMETER Protocol is already installed on the handle specified by Handle.
1174 IN EFI_GUID *Protocol,
1189 @retval EFI_ALREADY_STARTED A Device Path Protocol instance was passed in that is already present in
1192 @retval EFI_INVALID_PARAMETER Protocol i
[all...]
H A DUefiPxe.h1591 /// Protocol type. This will be copied into the media header without
1592 /// doing byte swapping. Protocol type numbers can be obtained from
1595 PXE_UINT16 Protocol; member in struct:s_pxe_cpb_fill_header
1621 /// Protocol type. This will be copied into the media header without
1622 /// doing byte swapping. Protocol type numbers can be obtained from
1625 PXE_MEDIA_PROTOCOL Protocol; member in struct:s_pxe_cpb_fill_header_fragmented
1763 /// Protocol type from media header.
1765 PXE_MEDIA_PROTOCOL Protocol; member in struct:s_pxe_db_receive
/freebsd-current/lib/libefivar/
H A Duefi-dplib.h41 #include <Protocol/DevicePathUtilities.h>
42 #include <Protocol/DebugPort.h>
43 #include <Protocol/DevicePathToText.h>
44 #include <Protocol/DevicePathFromText.h>
H A Defivar-dp-format.c1334 @param Protocol The network protocol ID.
1340 IN UINT16 Protocol
1343 if (Protocol == RFC_1700_TCP_PROTOCOL) {
1345 } else if (Protocol == RFC_1700_UDP_PROTOCOL) {
1348 UefiDevicePathLibCatPrint (Str, "0x%x", Protocol);
1434 CatNetworkProtocol (Str, IPDevPath->Protocol);
1480 CatNetworkProtocol (Str, IPDevPath->Protocol);
2042 UefiDevicePathLibCatPrint (Str, "Media(%36s)", G(&MediaProt->Protocol));
/freebsd-current/stand/efi/include/
H A Defiapi.h455 // Protocol handler functions
466 IN EFI_GUID *Protocol,
475 IN EFI_GUID *Protocol,
484 IN EFI_GUID *Protocol,
492 IN EFI_GUID *Protocol,
499 IN EFI_GUID *Protocol,
514 IN EFI_GUID *Protocol OPTIONAL,
523 IN EFI_GUID *Protocol,
569 IN EFI_GUID *Protocol,
580 IN EFI_GUID *Protocol,
[all...]
H A Definet.h27 // Simple Network Protocol
305 IN UINT16 *Protocol OPTIONAL
320 OUT UINT16 *Protocol OPTIONAL
H A Defidevp.h232 UINT16 Protocol; member in struct:_IPv4_DEVICE_PATH
245 UINT16 Protocol; member in struct:_IPv6_DEVICE_PATH
367 EFI_GUID Protocol; member in struct:_MEDIA_PROTOCOL_DEVICE_PATH
H A Defiip.h120 UINT8 Protocol; member in struct:__anon641
147 UINT8 Protocol; member in struct:__anon644
370 UINT8 Protocol; member in struct:_EFI_IP6_OVERRIDE_DATA
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextInEx.h16 #include <Protocol/SimpleTextIn.h>
H A DDevicePath.h269 /// Output Protocol. The device path can contain multiple _ADR entries if multiple video output
589 UINT16 Protocol; member in struct:__anon9417
630 UINT16 Protocol; member in struct:__anon9418
659 /// Bit 2 - Console Protocol.
660 /// Bit 3 - Storage Protocol.
661 /// Bit 4 - Network Protocol.
910 /// Network Protocol (0 = TCP, 1+ = reserved).
1091 /// Media Protocol Device Path SubType.
1096 /// The Media Protocol Device Path is used to denote the protocol that is being
1105 EFI_GUID Protocol; member in struct:__anon9439
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h34 Protocol, member in class:clang::index::SymbolKind
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSerializerBase.h211 for (const auto &Protocol : API.getObjCProtocols())
212 getDerived()->visitObjCContainerRecord(*Protocol.second);
/freebsd-current/lib/libsecureboot/efi/include/Guid/
H A DImageAuthentication.h19 #include <Protocol/Hash.h>
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp492 Kind["displayName"] = "Protocol";
1086 for (const auto &Protocol : Record.Protocols)
1087 // Record that Record conforms to Protocol.
1088 serializeRelationship(RelationshipKind::ConformsTo, Record, Protocol);
1105 for (const auto &Protocol : Category->Protocols)
1106 serializeRelationship(RelationshipKind::ConformsTo, Record, Protocol);
1146 for (const auto &Protocol : Record.Protocols)
1147 serializeRelationship(RelationshipKind::ConformsTo, Record, Protocol);
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp119 Info.Kind = SymbolKind::Protocol;
202 Info.Kind = SymbolKind::Protocol;
518 case SymbolKind::Protocol: return "protocol";
/freebsd-current/share/mk/
H A Dtap.test.mk8 # Test Anything Protocol. It should not be used for new tests.
/freebsd-current/release/packages/
H A DMakefile.package123 ntp_COMMENT= Network Time Protocol server and client
124 ntp_DESC= Network Time Protocol server and client
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1385 const ObjCProtocolDecl *Protocol) {
1390 .append(Protocol->getName(),
1394 if (!Protocol->protocols().empty()) {
1396 for (ObjCProtocolDecl::protocol_iterator It = Protocol->protocol_begin();
1397 It != Protocol->protocol_end(); It++) {
1399 if (It != Protocol->protocol_begin())
1384 getFragmentsForObjCProtocol( const ObjCProtocolDecl *Protocol) argument
H A DExtractAPIConsumer.cpp238 else if (auto *Protocol = llvm::dyn_cast<ObjCProtocolDecl>(D))
239 ShouldBeIncluded = Protocol->isThisDeclarationADefinition();
/freebsd-current/stand/i386/libi386/
H A Dpxe.h188 uint8_t Protocol; member in struct:__anon808
331 uint8_t ProtType; /* Protocol type */
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1075 for (auto *Protocol : Protocols) {
1076 AddDecl(Protocol);
1093 for (auto *Protocol : Protocols) {
1094 AddDecl(Protocol);
/freebsd-current/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp896 for (const auto &Protocol : TLItems.Protocols) {
898 if (!KnownProtocols.insert(Protocol.Name).second) {
900 Protocol.Name + "'");
904 convertContext(CtxID, Protocol, ContextKind::ObjCProtocol, SwiftVersion);
/freebsd-current/stand/efi/libefi/
H A Defihttp.c40 #include <Protocol/Http.h>
41 #include <Protocol/Ip4Config2.h>
42 #include <Protocol/ServiceBinding.h>
H A Denv.c35 #include <Protocol/EdidActive.h>
36 #include <Protocol/EdidDiscovered.h>
80 * Protocol names for debug purposes.
/freebsd-current/stand/efi/loader/
H A Dframebuffer.c37 #include <Protocol/EdidActive.h>
38 #include <Protocol/EdidDiscovered.h>
830 "%s: Neither Graphics Output Protocol nor Universal Graphics Adapter present",
853 "%s: Graphics Output Protocol not present", argv[0]);
938 "%s: UGA Protocol not present", argv[0]);

Completed in 410 milliseconds

12