Home
last modified time | relevance | path

Searched refs:Server (Results 1 – 25 of 205) sorted by relevance

123456789

/openbmc/slpd-lite/
H A Dslp_server.hpp24 class Server class
27 Server() : Server(slp::PORT, nullptr) {}; in Server() function in slp::udp::Server
29 Server(uint16_t port, sd_event_io_handler_t cb) : port(port), callme(cb) {}; in Server() function in slp::udp::Server
31 Server(const Server&) = delete;
32 Server& operator=(const Server&) = delete;
33 Server(Server&&) = default;
34 Server& operator=(Server&&) = default;
/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.hpp27 class Server : public Iface class
30 Server() = delete;
31 Server(const Server&) = delete;
32 Server& operator=(const Server&) = delete;
33 Server(Server&&) = delete;
34 Server& operator=(Server&&) = delete;
35 virtual ~Server() = default;
42 Server(sdbusplus::bus_t& bus, const std::string& path, in Server() function in phosphor::rsyslog_config::Server
50 std::bind(std::mem_fn(&Server::hostnameChanged), this, in Server()
H A Dserver-conf.cpp124 std::string Server::address(std::string value) in address()
163 uint16_t Server::port(uint16_t value) in port()
192 NetworkClient::TransportProtocol Server::transportProtocol( in transportProtocol()
221 void Server::writeConfig( in writeConfig()
256 bool Server::addressValid(const std::string& address) in addressValid()
276 void Server::restore(const char* filePath) in restore()
289 void Server::restart() in restart()
/openbmc/qemu/docs/system/
H A Dcpu-models-x86-abi.csv7 Cascadelake-Server-v1,✅,✅,✅,✅
8 Cascadelake-Server-v2,✅,✅,✅,✅
9 Cascadelake-Server-v3,✅,✅,✅,✅
10 Cascadelake-Server-v4,✅,✅,✅,✅
11 Cascadelake-Server-v5,✅,✅,✅,✅
36 Icelake-Server-v1,✅,✅,✅,✅
37 Icelake-Server-v2,✅,✅,✅,✅
38 Icelake-Server-v3,✅,✅,✅,✅
39 Icelake-Server-v4,✅,✅,✅,✅
40 Icelake-Server-v5,✅,✅,✅,✅
[all …]
/openbmc/obmc-ikvm/
H A Dikvm_server.hpp14 * @class Server
17 class Server class
49 * @brief Constructs Server object
55 Server(const Args& args, Input& i, Video& v);
56 ~Server();
57 Server(const Server&) = default;
58 Server& operator=(const Server&) = delete;
59 Server(Serve
[all...]
H A Dikvm_server.cpp18 Server::Server(const Args& args, Input& i, Video& v) : in Server() function in ikvm::Server
63 Server::~Server() in ~Server()
68 void Server::resize() in resize()
80 void Server::run() in run()
95 void Server::sendFrame() in sendFrame()
192 void Server::clientFramebufferUpdateRequest( in clientFramebufferUpdateRequest()
206 void Server::clientGone(rfbClientPtr cl) in clientGone()
208 Server* server = (Server*)cl->screen->screenData; in clientGone()
221 enum rfbNewClientAction Server::newClient(rfbClientPtr cl) in newClient()
223 Server* server = (Server*)cl->screen->screenData; in newClient()
[all …]
H A Dikvm_input.cpp162 Server::ClientData* cd = (Server::ClientData*)cl->clientData; in keyEvent()
236 Server::ClientData* cd = (Server::ClientData*)cl->clientData; in pointerEvent()
238 Server* server = (Server*)cl->screen->screenData; in pointerEvent()
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_server_power_operations_sub_menu.robot3 Documentation Test OpenBMC GUI "Server power operations" sub-menu of "Operations".
10 Test Setup Navigate to Server Power Operation Page
16 ${xpath_server_power_heading} //h1[text()="Server power operations"]
32 Verify Navigation To Server Power Operations Page
39 Verify Existence Of All Sections In Server Power Operations Page
40 [Documentation] Verify existence of all sections in Server Power Operations page.
44 Wait Until Page Contains Server power operations timeout=5
61 [Documentation] Verify Save button On Server Power Operation page with readonly user.
64 ... AND Navigate to Server Power Operation Page
79 Power On Server
[all …]
H A Dtest_firmware_sub_menu.robot43 Power Off Server
50 Verify Existence Of All Sub Sections Under BMC And Server Section At Poweroff State
54 Power Off Server
66 Verify Existence Of All Sub Sections Under BMC And Server Section At Power On State
70 Power On Server
84 Power On Server
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot25 Verify Server Certificate Replace
31 Server Valid Certificate Valid Privatekey ok
32 Server Empty Certificate Valid Privatekey error
33 Server Valid Certificate Empty Privatekey error
34 Server Empty Certificate Empty Privatekey error
119 Verify Server Certificate View Via Openssl
138 Verify CSR Generation For Server Certificate
144 Server RSA ${keybit_length} ${EMPTY} ok
145 Server EC ${EMPTY} prime256v1 ok
146 Server EC ${EMPTY} secp521r1 ok
[all …]
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.aserver.hpp.mako19 template <typename Instance, typename Server>
23 template <typename Instance, typename Server = void>
26 std::is_void_v<Server>,
28 details::${interface.classname}<Instance, Server>>
33 std::is_void_v<Server>,
35 details::${interface.classname}<Instance, Server>>(std::forward<Args>(args)...)
44 template <typename Instance, typename Server>
108 context<Server, ${interface.classname}>(this);
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_factory_reset_sub_menu.robot50 [Setup] Power Off Server
59 Verify Reset Server Settings Only Option With Readonly User When Host Off State
63 [Setup] Run Keywords Power Off Server AND Logout GUI
79 Verify Reset Server Settings Only Option Followed By Cancel Operation With Readonly User
83 [Setup] Run Keywords Power Off Server AND Logout GUI
97 Verify Reset BMC And Server Settings Option With Readonly User When Host Off State
101 [Setup] Run Keywords Power Off Server AND Logout GUI
117 Verify Reset BMC And Server Settings Option Followed By Cancel Operation With Readonly User
121 [Setup] Run Keywords Power Off Server AND Logout GUI
141 [Setup] Power Off Server
[all …]
/openbmc/phosphor-networkd/src/
H A Drtnetlink_server.hpp19 class Server class
29 Server(sdeventplus::Event& event, Manager& manager);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch60 - "Server": "nginx"
82 + "Server": [
130 - "Server": "nginx"
152 + "Server": [
200 - "Server": "nginx"
222 + "Server": [
270 - "Server": "nginx"
292 + "Server": [
340 - "Server": "nginx"
362 + "Server": [
[all …]
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dendpoint_group.hpp22 Server, enumerator
39 {GroupType::Server, "Server"},
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_certificate.robot31 Verify Redfishtool Replace Server Certificate Valid CertKey
35 Verify Redfishtool Replace Certificate Server Valid Certificate Valid Privatekey ok
66 Verify Redfishtool Replace Server Certificate Errors
71 Server Empty Certificate Empty Privatekey error
72 Server Empty Certificate Valid Privatekey error
73 Server Valid Certificate Empty Privatekey error
132 Install Server Certificate Using Redfishtool And Verify Via OpenSSL
157 Verify CSR Generation For Server Certificate Via Redfishtool
163 Server RSA ${keybit_length} ${EMPTY} ok
164 Server EC ${EMPTY} prime256v1 ok
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/
H A Dslpd-lite_git.bb1 SUMMARY = "Lightweight SLP Server"
2 DESCRIPTION = "Lightweight Unicast-only SLP Server"
/openbmc/phosphor-logging/test/
H A Dremote_logging_tests.hpp25 class MockServer : public phosphor::rsyslog_config::Server
30 phosphor::rsyslog_config::Server(bus, path, filePath) in MockServer()
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst26 document, "Server" is either QEMU or the QEMU Guest Agent, and
56 All interactions transmitted by the Server are json-objects, always
61 Server Greeting
64 Right when connected the Server will issue a greeting message, which signals
65 that the connection has been successfully established and that the Server is
77 - The ``version`` member contains the Server's version information (the format
154 There are two possible responses which the Server will issue as the result
198 NOTE: Some errors can occur before the Server is able to read the ``id`` member;
205 As a result of state changes, the Server may send messages unilaterally
222 occurred in the Server. It is a fixed json-object with time in
[all …]
/openbmc/openbmc-test-automation/oem/nuvoton/
H A Dtest_jtag_master.robot40 Get File From SFTP Server
90 Get File From SFTP Server ${readid_svf}
92 Get File From SFTP Server ${readusercode_svf}
93 Get File From SFTP Server ${cpld_firmware1}
94 Get File From SFTP Server ${cpld_firmware2}
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/
H A Dtest_gui_header.robot26 Verify Server Health Button
35 Verify Server Power Button
41 Wait Until Page Contains Server power operations
/openbmc/bmcweb/http/
H A Dhttp_server.hpp40 class Server class
42 using self_t = Server<Handler, Adaptor>;
45 Server(Handler* handlerIn, std::vector<Acceptor>&& acceptorsIn) : in Server() function in crow::Server
/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot221 Navigate To Server Power Page
222 [Documentation] Navigate To Server Power Page.
228 Power Off Server
233 Log To Console Server is already powered Off.
235 Navigate To Server Power Page
244 Power On Server
252 Log To Console Server is already powered on.
254 Navigate To Server Power Page
256 Power Off Server
302 Reboot Server
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dremote_logging_utils.robot10 Configure Remote Log Server With Parameters
45 Configure Remote Log Server
90 Remote Logging Server Execute Command
112 Get Remote Log Server Configured
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_stress_buster.robot25 Stress BMC REST Server
36 Stress BMC SSH Server
47 Stress BMC IPMI Server

123456789