/openbmc/libpldm/tests/ |
H A D | instance-id.cpp | 154 } connections[] = { in TEST_F() local 159 ASSERT_EQ(pldm_instance_db_init(&connections[0].db, dbPath.c_str()), 0); in TEST_F() 161 pldm_instance_id_alloc(connections[0].db, tid, &connections[0].iid), 0); in TEST_F() 163 ASSERT_EQ(pldm_instance_db_init(&connections[1].db, dbPath.c_str()), 0); in TEST_F() 165 pldm_instance_id_alloc(connections[1].db, tid, &connections[1].iid), 0); in TEST_F() 167 EXPECT_NE(connections[0].iid, connections[1].iid); in TEST_F() 169 EXPECT_EQ(pldm_instance_id_free(connections[1].db, tid, connections[1].iid), in TEST_F() 171 ASSERT_EQ(pldm_instance_db_destroy(connections[1].db), 0); in TEST_F() 173 EXPECT_EQ(pldm_instance_id_free(connections[0].db, tid, connections[0].iid), in TEST_F() 175 ASSERT_EQ(pldm_instance_db_destroy(connections[0].db), 0); in TEST_F() [all …]
|
/openbmc/linux/sound/aoa/fabrics/ |
H A D | layout.c | 57 struct codec_connection *connections; member 277 .connections = onyx_connections_noheadphones, 281 .connections = topaz_input, 288 .connections = onyx_connections_reallineout, 295 .connections = topaz_input, 303 .connections = onyx_connections_noheadphones, 310 .connections = topaz_input, 318 .connections = onyx_connections_noheadphones, 322 .connections = topaz_input, 329 .connections = onyx_connections_noheadphones, [all …]
|
/openbmc/bmcweb/src/ |
H A D | dbus_utility.cpp | 77 sdbusplus::asio::getAllProperties(*crow::connections::systemBus, service, in getAllProperties() 94 crow::connections::systemBus->async_method_call( in checkDbusPathExists() 110 crow::connections::systemBus->async_method_call( in getSubTree() 126 crow::connections::systemBus->async_method_call( in getSubTreePaths() 145 crow::connections::systemBus->async_method_call( in getAssociatedSubTree() 162 crow::connections::systemBus->async_method_call( in getAssociatedSubTreePaths() 182 crow::connections::systemBus->async_method_call( in getAssociatedSubTreeById() 200 crow::connections::systemBus->async_method_call( in getAssociatedSubTreePathsById() 217 crow::connections::systemBus->async_method_call( in getDbusObject() 242 crow::connections::systemBus->async_method_call( in getManagedObjects()
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_network_security.robot | 134 [Teardown] Run Keywords FFDC On Test Case Fail AND Close all connections 149 [Documentation] Establish large number of TCP connections to Redfish port (443) 153 # Establish large number of TCP connections to Redfish interface. 161 # Check if TCP connections dropped. 163 ... msg=FAILURE: BMC is dropping some connections. 167 [Documentation] Establish large number of TCP connections to IPMI interface 171 # Establish large number of TCP connections to IPMI interface. 178 # Check if TCP/Network connections dropped. 180 ... msg=FAILURE: BMC is dropping connections 184 [Documentation] Establish large number of TCP connections to SSH interface [all …]
|
/openbmc/phosphor-mrw-tools/ |
H A D | gen_callouts.pl | 56 my $connections = $targets->findConnections($bmc, "I2C"); 60 for my $i2c (@{$connections->{CONN}}) 100 my $connections = $targets->findConnections($proc, "FSIM"); 101 if ("" ne $connections) 107 for my $fsi (@{$connections->{CONN}})
|
H A D | gen_presence_yaml.pl | 51 my $connections = $targets->findConnections($target, "TACH"); 52 next if ($connections eq ""); 54 for my $tach (sort @{$connections->{CONN}})
|
H A D | gen_fan_zone_yaml.pl | 57 my $connections = $targets->findConnections($target, "TACH"); 58 next if ($connections eq ""); 60 for my $tach (sort @{$connections->{CONN}})
|
H A D | hwmon.pl | 48 my $connections = $g_targetObj->findConnections($bmc, "I2C"); 50 return if ($connections eq ""); 52 for my $i2c (@{$connections->{CONN}}) {
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | Kconfig | 13 that will take care of intercepting incoming connections to a 53 reduce conflicts when there are hundreds of thousands of connections 63 connections per second multiplying average lasting time of 65 connections per second, the connection lasts for 200 seconds in 119 connections to different real servers in a round-robin manner. 128 connections to different real servers based on server weights 130 new connections first than those with less weights, and servers 131 with higher weights get more connections than those with less 132 weights and servers with equal weights get equal connections. 141 connections to the server with the least number of active [all …]
|
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/ |
H A D | data-structure-v9.rst | 12 devices (aka volumes) and connections to other nodes ("peer nodes"). Each DRBD 31 volume number. Likewise, peer_devices can be accessed from connections by 33 linked lists. There are back pointers from peer_devices to their connections a 34 devices, and from connections and devices to their resource. 41 devices and connections; their lifetime is determined by the lifetime of the
|
/openbmc/docs/ |
H A D | console.md | 6 The console infrastructure allows multiple shared connections to a single host 7 UART. UART data from the host is output to all connections, and input from any 10 ## Remote console connections 17 ## Local console connections
|
/openbmc/qemu/ |
H A D | blockdev-nbd.c | 34 uint32_t connections; member 69 assert(nbd_server->connections > 0); in nbd_blockdev_client_closed() 70 nbd_server->connections--; in nbd_blockdev_client_closed() 80 nbd_server->connections++; in nbd_accept() 96 if (!s->max_connections || s->connections < s->max_connections) { in nbd_update_server_watch() 125 AIO_WAIT_WHILE_UNLOCKED(NULL, server->connections > 0); in nbd_server_free()
|
/openbmc/u-boot/doc/ |
H A D | README.VSC3316-3308 | 14 On reset, VSC devices are in low-power state with all inputs, outputs and connections in an off sta… 16 …79.h to be written is 0x02 for two-wire interface. Also for crosspoint connections to be activated… 30 …This API configures the VSC3316 device for required connections. Connection through the VSC device… 37 num_con - number of connections to be configured 41 …For crosspoint connections to be activated, 01.h value need to be written in 75.h (core configurat…
|
/openbmc/linux/net/netfilter/ |
H A D | xt_connlimit.c | 39 unsigned int connections; in connlimit_mt() local 72 connections = nf_conncount_count(net, info->data, key, tuple_ptr, in connlimit_mt() 74 if (connections == 0) in connlimit_mt() 78 return (connections > info->limit) ^ !!(info->flags & XT_CONNLIMIT_INVERT); in connlimit_mt()
|
/openbmc/linux/Documentation/networking/ |
H A D | ipvs-sysctl.rst | 35 Controls how ipvs will deal with connections that are detected 42 bit 1: enable rescheduling of new connections when it is safe. 47 bit 2: it is bit 1 plus, for TCP connections, when connections 57 connections handled by IPVS. 59 This should be enabled if connections handled by IPVS are to be 105 memory for new connections. In the current code, the 160 detection) and add back the server later, and the connections 168 connections when its destination is not available. 178 subsequent otherwise persistent connections are sent to a 180 connections are allowed to quiescent destination servers. [all …]
|
H A D | ip_dynaddr.rst | 7 This stuff allows diald ONESHOT connections to get established by 9 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2). 21 going up. So, the *same* (local AND masqueraded) connections requests that
|
H A D | nf_conntrack-sysctl.rst | 121 connections. 223 Control offload timeout for tcp connections. 224 TCP connections may be offloaded from nf conntrack to nf flow table. 230 Control offload timeout for udp connections. 231 UDP connections may be offloaded from nf conntrack to nf flow table.
|
/openbmc/linux/arch/um/drivers/ |
H A D | port_kern.c | 27 struct list_head connections; member 63 list_add(&conn->list, &conn->port->connections); in pipe_interrupt() 197 .connections = LIST_HEAD_INIT(port->connections) }); in port_data() 238 conn = list_entry(port->connections.next, struct connection, in port_wait()
|
/openbmc/bmcweb/http/ |
H A D | http_client.hpp | 659 std::vector<std::shared_ptr<ConnectionInfo>> connections; member in crow::ConnectionPool 692 auto conn = connections[connId]; in sendNext() 751 for (unsigned int i = 0; i < connections.size(); i++) in sendData() 753 auto conn = connections[i]; in sendData() 779 if (connections.size() < connPolicy->maxConnections) in sendData() 828 unsigned int newId = static_cast<unsigned int>(connections.size()); in addConnection() 830 auto& ret = connections.emplace_back(std::make_shared<ConnectionInfo>( in addConnection() 834 connections.size() - 1, id); in addConnection() 857 if (connections.empty()) in areAllConnectionsTerminated() 862 for (const auto& conn : connections) in areAllConnectionsTerminated()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | visor.h | 105 } connections[2]; member 153 } connections[2]; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/ |
H A D | agent-proxy_1.97.bb | 1 SUMMARY = "Proxy for UDP/TCP debug connections" 2 DESCRIPTION = "The agent-proxy will forward tcp or udp connections as well as allow for script mult…
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | libice_1.1.2.bb | 5 transport connections. It provides basic mechanisms for setting up and \ 6 shutting down connections, for performing authentication, for \
|
/openbmc/qemu/qapi/ |
H A D | block-export.json | 28 # @max-connections: The maximum number of connections to allow at the 39 '*max-connections': 'uint32' } } 63 # @max-connections: The maximum number of connections to allow at the 77 '*max-connections': 'uint32' }, 266 # @safe: Remove export if there are no existing connections, fail 269 # @hard: Drop all connections immediately and remove export. 274 # connections as is. Remove export after all clients are 302 # - if mode is 'safe' and there are existing connections 422 # existing client connections)
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_robot_ssh.py | 59 def sprint_connections(connections=None, indent=0): argument 69 if connections is None: 70 connections = sshlib.get_connections() 73 for connection in connections:
|
/openbmc/linux/drivers/net/wireless/virtual/ |
H A D | Kconfig | 18 This option adds support for ethernet connections to appear as if they 19 are wifi connections through a special rtnetlink device.
|