/openbmc/phosphor-snmp/ |
H A D | snmp_client.hpp | 21 sdbusplus::xyz::openbmc_project::Network::server::Client, 31 class Client : public Ifaces class 34 Client() = delete; 35 Client(const Client&) = delete; 36 Client& operator=(const Client&) = delete; 37 Client(Client&&) = delete; 38 Client& operator=(Client&&) = delete; 39 virtual ~Client() = default; 48 Client(sdbusplus::bus_t& bus, const char* objPath, ConfManager& parent, 56 Client(sdbusplus::bus_t& bus, const char* objPath, ConfManager& parent) : in Client() function in phosphor::network::snmp::Client [all …]
|
H A D | snmp_client.cpp | 13 Client::Client(sdbusplus::bus_t& bus, const char* objPath, ConfManager& parent, in Client() function in phosphor::network::snmp::Client 21 Client::TransportProtocol::UDP); in Client() 27 std::string Client::address(std::string value) in address() 41 uint16_t Client::port(uint16_t value) in port() 55 void Client::delete_() in delete_()
|
H A D | snmp_serialize.cpp | 17 CEREAL_CLASS_VERSION(phosphor::network::snmp::Client, CLASS_VERSION); 34 void save(Archive& archive, const Client& manager, in save() 48 void load(Archive& archive, Client& manager, const std::uint32_t /*version*/) in load() 59 fs::path serialize(Id id, const Client& manager, const fs::path& dir) in serialize() 71 bool deserialize(const fs::path& path, Client& manager) in deserialize()
|
H A D | snmp_serialize.hpp | 25 fs::path serialize(Id id, const Client& manager, const fs::path& path); 33 bool deserialize(const fs::path& path, Client& manager);
|
H A D | snmp_conf_manager.hpp | 17 using ClientList = std::map<Id, std::unique_ptr<Client>>; 24 sdbusplus::xyz::openbmc_project::Network::Client::server::Create>;
|
/openbmc/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2_tests.py | 15 self.client = tpm2.Client() 246 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE) 248 space2 = tpm2.Client(tpm2.Client.FLAG_SPACE) 260 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE) 270 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE) 272 space2 = tpm2.Client(tpm2.Client.FLAG_SPACE) 289 space1 = tpm2.Client(tpm2.Client.FLAG_SPACE) 314 async_client = tpm2.Client(tpm2.Client.FLAG_NONBLOCK) 323 async_client = tpm2.Client(tpm2.Client.FLAG_SPACE | tpm2.Client.FLAG_NONBLOCK)
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_certificate.robot | 37 Verify Client Certificate Replace 43 Client Valid Certificate Valid Privatekey ok 44 Client Empty Certificate Valid Privatekey error 45 Client Valid Certificate Empty Privatekey error 46 Client Empty Certificate Empty Privatekey error 59 Verify Client Certificate Install 65 Client Valid Certificate Valid Privatekey ok 66 Client Empty Certificate Valid Privatekey error 67 Client Valid Certificate Empty Privatekey error 68 Client Empty Certificate Empty Privatekey error [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/ |
H A D | meson.build | 4 sdbusplus_current_path = 'xyz/openbmc_project/Network/Client' 9 '../../../../../yaml/xyz/openbmc_project/Network/Client.interface.yaml', 29 'xyz/openbmc_project/Network/Client', 43 'xyz/openbmc_project/Network/Client/Create__markdown'.underscorify(), 45 '../../../../../yaml/xyz/openbmc_project/Network/Client/Create.interface.yaml', 59 'xyz/openbmc_project/Network/Client/Create',
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | interface.client.hpp.mako | 18 template <typename Client, typename Proxy> 28 template <typename Client = void, typename Proxy = void> 30 public std::conditional_t<std::is_void_v<Client>, 32 details::${interface.classname}<Client, Proxy>> 36 std::conditional_t<std::is_void_v<Client>, 38 details::${interface.classname}<Client, Proxy>>( 46 template <typename Client, typename Proxy> 52 friend Client; 112 context<Client, ${interface.classname}>(this);
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | test_redfishtool_certificate.robot | 38 Verify Redfishtool Replace Client Certificate Valid CertKey 42 Verify Redfishtool Replace Certificate Client Valid Certificate Valid Privatekey ok 52 Verify Redfishtool Client Certificate Install Valid CertKey 56 Verify Redfishtool Install Certificate Client Valid Certificate Valid Privatekey ok 76 Verify Redfishtool Replace Client Certificate Errors 81 Client Empty Certificate Empty Privatekey error 82 Client Empty Certificate Valid Privatekey error 83 Client Valid Certificate Empty Privatekey error 94 Verify Redfishtool Client Certificate Install Errors 99 Client Empty Certificate Empty Privatekey error [all …]
|
/openbmc/phosphor-snmp/test/ |
H A D | test_snmp_client.cpp | 43 Client client(bus, objPath.c_str(), manager, "1.1.1.1", 202); in TEST_F() 45 sdbusplus::server::xyz::openbmc_project::network::Client:: in TEST_F() 59 Client client(bus, objPath.c_str(), manager, "1.1.1.1", 202); in TEST_F() 73 Client client(bus, objPath.c_str(), manager, "1.1.1.1", 23); in TEST_F() 76 Client restoreClient(bus, objPath2.c_str(), manager); in TEST_F()
|
H A D | test_snmp_serialize.cpp | 49 Client client(bus, objPath.c_str(), manager, "1.1.1.1", 23); in TEST_F() 52 Client restoreClient(bus, objPath2.c_str(), manager); in TEST_F() 65 Client client(bus, objPath.c_str(), manager); in TEST_F() 79 Client restoreClient(bus, objPath.c_str(), manager); in TEST_F()
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/Create/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Network/Client/Create' 6 'xyz/openbmc_project/Network/Client/Create__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Network/Client/Create.interface.yaml', 28 'xyz/openbmc_project/Network/Client/Create',
|
/openbmc/qemu/docs/system/ |
H A D | cpu-models-x86-abi.csv | 57 Skylake-Client-v1,✅,✅,✅, 58 Skylake-Client-v2,✅,✅,✅, 59 Skylake-Client-v3,✅,✅,✅, 60 Skylake-Client-v4,✅,✅,✅,
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | client-api.rst | 4 Client Driver API Documentation 32 Client Bus and Client Device API
|
/openbmc/u-boot/doc/ |
H A D | README.android-fastboot-protocol | 26 2. Client response with a single packet no greater than 64 bytes. 52 4. Client responds with a single packet no greater than 64 bytes. 71 Client: "OKAY0.4" return version "0.4" 75 Client: "OKAY" return value "" 79 Client: "DATA00001234" ready to accept data 83 Client: "OKAY" success 87 Client: "INFOerasing flash" indicate status / progress 93 Client: "FAILunknown command" indicate failure 144 Client Variables
|
/openbmc/phosphor-snmp/docs/ |
H A D | snmp-configuration.md | 30 for configuring the SNMP manager(Client). 41 …ager ip>", <port>] }' https://<hostname/ip>/xyz/openbmc_project/network/snmp/manager/action/Client` 45 …/openbmc_project/network/snmp/manager xyz.openbmc_project.Network.Client.Create Client sqs "<snmp …
|
/openbmc/linux/drivers/ntb/test/ |
H A D | Kconfig | 3 tristate "NTB Ping Pong Test Client" 12 tristate "NTB Debugging Tool Test Client" 31 tristate "NTB MSI Test Client"
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | endpoint_group.hpp | 21 Client, enumerator 38 {GroupType::Client, "Client"},
|
H A D | log_entry.hpp | 38 Client, 80 {OriginatorTypes::Client, "Client"}, 37 Client, global() enumerator
|
/openbmc/openbmc-test-automation/lib/ |
H A D | certificate_utils.robot | 64 [Arguments] ${cert_type}=Client 67 # cert_type Certificate type (e.g. "Client" or "CA"). 69 ${certificate} ${stderr} ${rc}= Run Keyword If '${cert_type}' == 'Client' 180 # cert_type Certificate type (e.g. "Client" or "CA"). 183 ... Run Keyword If '${cert_type}' == 'Client' 206 # cert_type Certificate type (e.g. "Server" or "Client"). 213 ${cert_id}= Run Keyword If '${cert_type}' == 'Client' 231 ... '${cert_type}' == 'Client' ${REDFISH_LDAP_CERTIFICATE_URI}/1 257 # cert_type Certificate type (e.g. "Client" or "CA"). 266 ... ELSE IF '${cert_type}' == 'Client' and '${delete_cert}' == '${True}' [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/ |
H A D | meson.build | 2 subdir('Client') subdir 18 '../../../../yaml/xyz/openbmc_project/Network/Client.interface.yaml', 20 output: ['Client.md'], 32 'xyz/openbmc_project/Network/Client',
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_multiple_interfaces.robot | 50 ${bmc_url_1} Client ${LDAP_FILE_PATH} 80 ... ELSE IF '${certificate_type}' == 'Client' and '${delete_cert}' == '${True}' 92 ... ELSE IF '${certificate_type}' == 'Client' 102 ... ELSE IF '${certificate_type}' == 'Client'
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | libice_1.1.2.bb | 1 SUMMARY = "ICE: Inter-Client Exchange library" 3 DESCRIPTION = "The Inter-Client Exchange (ICE) protocol provides a \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfc-common/ |
H A D | sblim-sfc-common_1.0.1.bb | 1 SUMMARY = "Common functions for SBLIM Small Footprint CIM Broker and CIM Client Library." 4 Small Footprint CIM Client (and sblim-sfcc)."
|