Home
last modified time | relevance | path

Searched full:protocol (Results 1 – 25 of 2153) sorted by relevance

12345678910>>...87

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dprotocol.hpp6 namespace protocol namespace
10 enum class Protocol{ enum
56 NLOHMANN_JSON_SERIALIZE_ENUM(Protocol, {
57 {Protocol::Invalid, "Invalid"},
58 {Protocol::PCIe, "PCIe"},
59 {Protocol::AHCI, "AHCI"},
60 {Protocol::UHCI, "UHCI"},
61 {Protocol::SAS, "SAS"},
62 {Protocol::SATA, "SATA"},
63 {Protocol::USB, "USB"},
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_protocol_settings.robot2 Documentation Test BMC manager protocol enable/disable functionality.
9 Suite Teardown Run Keywords Enable IPMI Protocol ${initial_ipmi_state} AND Redfish.Logout
27 Verify SSH Protocol State ${True}
30 Enable SSH Protocol And Verify
31 [Documentation] Enable SSH protocol and verify.
34 Enable SSH Protocol ${True}
37 Verify SSH Protocol State ${True}
43 Disable SSH Protocol And Verify
44 [Documentation] Disable SSH protocol and verify.
46 [Teardown] Enable SSH Protocol ${True}
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DProtocol.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Protocol.json",
6 "Protocol": { object
58 "FCP": "Fibre Channel Protocol for SCSI.",
61 "FTP": "File Transfer Protocol (FTP).",
64 "HTTP": "Hypertext Transport Protocol (HTTP).",
65 "HTTPS": "Hypertext Transfer Protocol Secure (HTTPS).",
77 "RoCE": "RDMA over Converged Ethernet Protocol.",
78 "RoCEv2": "RDMA over Converged Ethernet Protocol Version 2.",
81 "SFTP": "SSH File Transfer Protocol (SFTP).",
83 "TCP": "Transmission Control Protocol (TC
[all...]
H A DManagerNetworkProtocol.v1_12_0.json92 "description": "The settings for a network protocol associated with a manager.",
93 … "longDescription": "This type shall describe information about a protocol setting for a manager.",
117 "description": "The protocol port.",
118 … "longDescription": "This property shall contain the port assigned to the protocol.",
127 "description": "An indication of whether the protocol is enabled.",
128 … "longDescription": "This property shall indicate whether the protocol is enabled.",
176 "$ref": "#/definitions/Protocol",
177 "description": "The settings for this manager's DHCPv4 protocol support.",
178 … "longDescription": "This object shall contain the DHCPv4 protocol settings for the manager.",
182 "$ref": "#/definitions/Protocol",
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DProtocol.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Protocol.json",
6 "Protocol": { object
58 "FCP": "Fibre Channel Protocol for SCSI.",
61 "FTP": "File Transfer Protocol (FTP).",
64 "HTTP": "Hypertext Transport Protocol (HTTP).",
65 "HTTPS": "Hypertext Transfer Protocol Secure (HTTPS).",
77 "RoCE": "RDMA over Converged Ethernet Protocol.",
78 "RoCEv2": "RDMA over Converged Ethernet Protocol Version 2.",
81 "SFTP": "SSH File Transfer Protocol (SFTP).",
83 "TCP": "Transmission Control Protocol (TCP).",
[all …]
H A DManagerNetworkProtocol.v1_12_0.json92 "description": "The settings for a network protocol associated with a manager.",
93 … "longDescription": "This type shall describe information about a protocol setting for a manager.",
117 "description": "The protocol port.",
118 … "longDescription": "This property shall contain the port assigned to the protocol.",
127 "description": "An indication of whether the protocol is enabled.",
128 … "longDescription": "This property shall indicate whether the protocol is enabled.",
176 "$ref": "#/definitions/Protocol",
177 "description": "The settings for this manager's DHCPv4 protocol support.",
178 … "longDescription": "This object shall contain the DHCPv4 protocol settings for the manager.",
182 "$ref": "#/definitions/Protocol",
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c457 * efi_search_protocol() - find a protocol on a handle.
459 * @protocol_guid: GUID of the protocol
460 * @handler: reference to the protocol
477 struct efi_handler *protocol; in efi_search_protocol() local
479 protocol = list_entry(lhandle, struct efi_handler, link); in efi_search_protocol()
480 if (!guidcmp(protocol->guid, protocol_guid)) { in efi_search_protocol()
482 *handler = protocol; in efi_search_protocol()
490 * efi_remove_protocol() - delete protocol from a handle
491 * @handle: handle from which the protocol shall be deleted
492 * @protocol: GUID of the protocol to be deleted
[all …]
H A Defi_net.c33 * @net: simple network protocol interface
35 * @pxe: PXE base code protocol interface
36 * @pxe_mode: status of the PXE base code protocol
53 * @this: pointer to the protocol instance
83 * @this: pointer to the protocol instance
113 * @this: pointer to the protocol instance
159 * @this: pointer to the protocol instance
178 * @this: pointer to the protocol instance
207 * @this: pointer to the protocol instance
233 * @this: pointer to the protocol instance
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dsrc_uri.inc4 SRC_URI += "git://github.com/charmbracelet/bubbletea;name=bubbletea;protocol=https;nobranch=1;dests…
9 SRC_URI += "git://github.com/cheggaaa/pb;name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${…
14 SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuff…
19 SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}…
24 SRC_URI += "git://github.com/go-ole/go-ole;name=go-ole;protocol=https;nobranch=1;destsuffix=${WORKD…
29 SRC_URI += "git://github.com/goccy/go-json;name=go-json;protocol=https;nobranch=1;destsuffix=${WORK…
34 SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR…
39 SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/…
44 SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;des…
49 SRC_URI += "git://github.com/json-iterator/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDI…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/
H A Dopengl-es-cts-sources.inc15 …git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=git/external/sp…
16 …git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=git/external/glslan…
17 …git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=git/external/…
18 …git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=git/external/vu…
19 …git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=git…
20 …git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=git/external/amber/src;rev=…
21 …git://github.com/open-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=git/external…
22 …git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=git/external/nvi…
23 …git://github.com/KhronosGroup/Vulkan-Video-Samples.git;protocol=https;nobranch=1;destsuffix=git/ex…
24 …git://github.com/Igalia/video_generator.git;protocol=https;nobranch=1;destsuffix=git/external/vide…
H A Dvulkan-cts-sources.inc15 …git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=git/external/sp…
16 …git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=git/external/glslan…
17 …git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=git/external/…
18 …git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=git/external/vu…
19 …git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=git…
20 …git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=git/external/amber/src;rev=…
21 …git://github.com/open-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=git/external…
22 …git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=git/external/nvi…
23 …git://github.com/KhronosGroup/Vulkan-Video-Samples.git;protocol=https;nobranch=1;destsuffix=git/ex…
24 …git://github.com/Igalia/video_generator.git;protocol=https;nobranch=1;destsuffix=git/external/vide…
/openbmc/openbmc-test-automation/ffdc/docs/
H A Dyaml_syntax_rules.md20 <Sub block for a given protocol group>:
25 PROTOCOL:
32 COMMANDS, FILES, PROTOCOL is mandatory for all YAML block.
34 Note: The FILES directive is not needed for protocol using SCP (Refer YAML Block
48 PROTOCOL:
55 PROTOCOL:
64 PROTOCOL:
73 PROTOCOL:
95 PROTOCOL:
/openbmc/u-boot/doc/
H A DREADME.uefi119 => setenv efi_selftest simple network protocol
122 Selected test: 'simple network protocol'
123 Setting up 'simple network protocol'
124 Setting up 'simple network protocol' succeeded
125 Executing 'simple network protocol'
129 Executing 'simple network protocol' succeeded
130 Tearing down 'simple network protocol'
131 Tearing down 'simple network protocol' succeeded
180 Handles are deleted when the last protocol has been removed with the
187 Drivers offer the EFI_DRIVER_BINDING_PROTOCOL. This protocol is used to connect
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dprotocol_setting_utils.robot3 Documentation Protocol settings utilities keywords.
16 Enable SSH Protocol
17 [Documentation] Enable or disable SSH protocol.
47 Verify SSH Protocol State
48 [Documentation] verify SSH protocol state.
85 # "Name": "Manager Network Protocol",
98 ... msg=Protocol states are not matching.
101 Enable IPMI Protocol
102 [Documentation] Enable or disable IPMI protocol.
131 Verify IPMI Protocol State
[all …]
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Protocol_Validator.robot3 ... https://github.com/DMTF/Redfish-Protocol-Validator
17 ${rsv_github_url} https://github.com/DMTF/Redfish-Protocol-Validator
18 ${rsv_dir_path} Redfish-Protocol-Validator
31 Test BMC Redfish Protocol Validator
32 [Documentation] The Redfish Protocol Validator tests the HTTP protocol
45 IF ${fail_count[1]} != 0 Fail Redfish Protocol Validator Failed
/openbmc/openbmc-test-automation/ffdc/templates/
H A Dlog_collector_config_template.yaml3 # Except for COMMAND, FILES and PROTOCOL, rest depends on how you want to
12 PROTOCOL:
22 PROTOCOL:
31 PROTOCOL:
48 PROTOCOL:
54 PROTOCOL:
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp51 auto createIPObject(IP::Protocol addressType, const std::string& ipaddress, in createIPObject()
58 IP::Protocol protocol) in createStaticGatewayObject() argument
60 return interface.staticGateway(gateway, protocol); in createStaticGatewayObject()
106 EXPECT_THROW(createIPObject(IP::Protocol::IPv4, "127.0.0.1", 16), in TEST_F()
108 EXPECT_THROW(createIPObject(IP::Protocol::IPv4, "127.0.0.1", 32), in TEST_F()
110 EXPECT_THROW(createIPObject(IP::Protocol::IPv4, "192.168.1.1", 0), in TEST_F()
112 EXPECT_THROW(createIPObject(IP::Protocol::IPv6, "::1", 64), in TEST_F()
114 EXPECT_THROW(createIPObject(IP::Protocol::IPv6, "::", 128), in TEST_F()
116 EXPECT_THROW(createIPObject(IP::Protocol::IPv6, "fe80::1", 0), in TEST_F()
119 createIPObject(IP::Protocol::IPv4, "10.10.10.10", 16); in TEST_F()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DProtocol_v1.xml4 <!--# Redfish Schema: Protocol -->
23 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Protocol">
29 <EnumType Name="Protocol">
44 …scription" String="This value shall indicate conformance to the T10 SAS Protocol Layer Specificati…
71 <Annotation Term="OData.Description" String="Fibre Channel Protocol for SCSI."/>
72 …ndicate conformance to the INCITS 481: Information Technology - Fibre Channel Protocol for SCSI."/>
84 …de Sets-3 Mapping Protocol for the Fibre Channel (FC) protocol. Fibre Connection (FICON) is the I…
100 … conformance to the Server Message Block (SMB), or Common Internet File System (CIFS), protocol."/>
104 …This value shall indicate conformance to the RFC1813-defined Network File System (NFS) protocol."/>
110 <Annotation Term="OData.Description" String="Hypertext Transport Protocol (HTTP)."/>
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DProtocol_v1.xml4 <!--# Redfish Schema: Protocol -->
23 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Protocol">
29 <EnumType Name="Protocol">
44 …scription" String="This value shall indicate conformance to the T10 SAS Protocol Layer Specificati…
71 <Annotation Term="OData.Description" String="Fibre Channel Protocol for SCSI."/>
72 …ndicate conformance to the INCITS 481: Information Technology - Fibre Channel Protocol for SCSI."/>
84 …de Sets-3 Mapping Protocol for the Fibre Channel (FC) protocol. Fibre Connection (FICON) is the I…
100 … conformance to the Server Message Block (SMB), or Common Internet File System (CIFS), protocol."/>
104 …This value shall indicate conformance to the RFC1813-defined Network File System (NFS) protocol."/>
110 <Annotation Term="OData.Description" String="Hypertext Transport Protocol (HTTP)."/>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0003-Fix-off-by-one-overflow-in-the-IP-protocol-table.patch4 Subject: [PATCH] Fix off-by-one overflow in the IP protocol table.
26 +o [GH#2900, GH#2896, GH#2897] Nmap is now able to scan IP protocol 255.
36 @@ -480,7 +480,7 @@ void PortList::setPortState(u16 portno, u8 protocol, int state, int *oldstate) {
40 - assert(protocol!=IPPROTO_IP || portno<256);
41 + assert(protocol!=IPPROTO_IP || portno<=MAX_IPPROTONUM);
44 current = createPort(portno, protocol, &created);
54 @@ -615,7 +615,7 @@ void PortList::mapPort(u16 *portno, u8 *protocol) const {
55 mapped_protocol = INPROTO2PORTLISTPROTO(*protocol);
57 if (*protocol == IPPROTO_IP)
61 … fatal("%s(%i,%i): you're trying to access uninitialized protocol", __func__, *portno, *protocol);
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D266.out7 …", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node-name": "protocol-node"}}
12 …, "arguments": {"job-id": "job0", "options": {"driver": "vpc", "file": "protocol-node", "size": 67…
29 …", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node-name": "protocol-node"}}
34 …, "arguments": {"job-id": "job0", "options": {"driver": "vpc", "file": "protocol-node", "force-siz…
51 …", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node-name": "protocol-node"}}
56 …, "arguments": {"job-id": "job0", "options": {"driver": "vpc", "file": "protocol-node", "force-siz…
72 …", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node-name": "protocol-node"}}
77 …, "arguments": {"job-id": "job0", "options": {"driver": "vpc", "file": "protocol-node", "force-siz…
92 …", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vpc", "node-name": "protocol-node"}}
97 …, "arguments": {"job-id": "job0", "options": {"driver": "vpc", "file": "protocol-node", "size": 0}…
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A DKconfig19 USB is a master/slave protocol, organized with one master
35 your peripheral protocol.
148 Enable mass storage protocol support in U-Boot. It allows exporting
154 Rockusb protocol is widely used by Rockchip SoC based devices. It can
156 the rockusb gadget.for more detail about Rockusb protocol, please see
160 bool "Enable USB SDP (Serial Download Protocol)"
162 Enable Serial Download Protocol (SDP) device support in U-Boot. This
164 using the same protocol as implemented by the i.MX family's boot ROM.
169 Enable Tizen's THOR download protocol support in U-Boot. It
199 bool "CDC-ECM Protocol"
[all …]
/openbmc/u-boot/include/
H A Defi_driver.h18 * @protocol The GUID of the protocol which is consumed by the
22 * @child_protocol Protocol supported by the child handles generated by
28 const efi_guid_t *protocol; member
34 * This structure adds internal fields to the driver binding protocol.
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c7 * This unit test checks the following protocol services:
36 * @protocol protocol for which the child controllers were installed
41 efi_guid_t *protocol, in count_child_controllers() argument
49 ret = boottime->open_protocol_information(handle, protocol, in count_child_controllers()
69 * @this driver binding protocol
106 * @this driver binding protocol
175 efi_st_error("Cannot close protocol\n"); in disconnect_child()
181 efi_st_error("Cannot uninstall protocol interface\n"); in disconnect_child()
190 * @this driver binding protocol
246 efi_st_error("Cannot close protocol\n"); in stop()
[all …]
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/
H A Dtrusted-firmware-m-git-src.inc15 SRC_URI_TRUSTED_FIRMWARE_M ?= "git://git.trustedfirmware.org/TF-M/trusted-firmware-m.git;protocol=h…
16 SRC_URI_TRUSTED_FIRMWARE_M_EXTRAS ?= "git://git.trustedfirmware.org/TF-M/tf-m-extras.git;protocol=h…
17 SRC_URI_TRUSTED_FIRMWARE_M_TESTS ?= "git://git.trustedfirmware.org/TF-M/tf-m-tests.git;protocol=htt…
18 SRC_URI_TRUSTED_FIRMWARE_M_CMSIS ?= "git://github.com/ARM-software/CMSIS_6.git;protocol=https"
19 SRC_URI_TRUSTED_FIRMWARE_M_MBEDTLS ?= "gitsm://github.com/ARMmbed/mbedtls.git;protocol=https"
20 SRC_URI_TRUSTED_FIRMWARE_M_MCUBOOT ?= "git://github.com/mcu-tools/mcuboot.git;protocol=https"
21 SRC_URI_TRUSTED_FIRMWARE_M_QCBOR ?= "git://github.com/laurencelundblade/QCBOR.git;protocol=https"
22 SRC_URI_TRUSTED_FIRMWARE_M_PSA_ADAC ?= "git://git.trustedfirmware.org/shared/psa-adac.git;protocol=…
23 SRC_URI_TRUSTED_FIRMWARE_M_T_COSE ?= "git://github.com/laurencelundblade/t_cose.git;protocol=https"

12345678910>>...87