/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/serial-forward/ |
H A D | 0001-correct-the-typo-in-include-file-name-string.h.patch | 9 tools/serial_forward/src/forward.c | 2 +- 12 diff --git a/tools/serial_forward/src/forward.c b/tools/serial_forward/src/forward.c 14 --- a/tools/serial_forward/src/forward.c 15 +++ b/tools/serial_forward/src/forward.c 24 #include "forward.h"
|
/openbmc/phosphor-fan-presence/control/ |
H A D | functor.hpp | 28 return ZoneHandler(std::forward<T>(handler)); in make_zoneHandler() 41 return Trigger(std::forward<T>(trigger)); in make_trigger() 54 return T(std::forward<U>(handler)); in make_handler() 67 return Action(std::forward<T>(action)); in make_action() 89 _path(""), _intf(""), _prop(""), _handler(std::forward<U>(handler)) in Properties() 94 _handler(std::forward<U>(handler)) in Properties() 128 _handler(zone, _path, _intf, _prop, std::forward<T>(value)); in operator ()() 135 _handler(zone, _path, _intf, _prop, std::forward<T>(val)); in operator ()() 166 handler(zone, path, intf, prop, std::forward<T>(val)); in operator ()() 201 return Properties<T, U>(path, intf, prop, std::forward<U>(handler)); in propertiesChanged() [all …]
|
/openbmc/phosphor-virtual-sensor/src/ |
H A D | thresholds.hpp | 141 return warningAlarmHigh(std::forward<Args>(args)...); in alarmHigh() 147 return warningAlarmLow(std::forward<Args>(args)...); in alarmLow() 162 return warningHighAlarmDeasserted(std::forward<Args>(args)...); in alarmHighSignalDeasserted() 177 return warningLowAlarmDeasserted(std::forward<Args>(args)...); in alarmLowSignalDeasserted() 275 return criticalAlarmHigh(std::forward<Args>(args)...); in alarmHigh() 281 return criticalAlarmLow(std::forward<Args>(args)...); in alarmLow() 296 return criticalHighAlarmDeasserted(std::forward<Args>(args)...); in alarmHighSignalDeasserted() 311 return criticalLowAlarmDeasserted(std::forward<Args>(args)...); in alarmLowSignalDeasserted() 405 return softShutdownAlarmHigh(std::forward<Args>(args)...); in alarmHigh() 411 return softShutdownAlarmLow(std::forward<Args>(args)...); in alarmLow() [all …]
|
/openbmc/phosphor-inventory-manager/ |
H A D | functor.hpp | 32 return Action(std::forward<T>(action)); in make_action() 47 return Filter(std::forward<T>(filter)); in make_filter() 62 return PathCondition(std::forward<T>(condition)); in make_path_condition() 78 return GetProperty<T>(std::forward<U>(method)); in make_get_property() 86 if (!f(std::forward<Args>(args)...)) in callArrayWithStatus() 145 // and value to a lambda. When it is called, forward the in setProperty() 148 value = std::forward<V>(value)](auto& b, auto& m) { in setProperty() 203 _condition(std::forward<U>(condition)) in PropertyChangedCondition() 230 return _condition(std::forward<T>(std::get<T>(it->second))); in operator ()() 274 /** @brief Forward comparison to type specific implementation. */ [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association/ |
H A D | Definitions.interface.yaml | 3 xyz.openbmc_project.Association interfaces on <this path>/forward and 9 An array of forward, reverse, endpoint tuples where: 10 forward - The type of the association.
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | filter_expr_executor_test.cpp | 46 // Forward true conditions in TEST() 62 // Forward false conditions in TEST() 82 // Forward true conditions in TEST() 98 // Forward false conditions in TEST() 118 // Forward true conditions in TEST() 134 // Forward false conditions in TEST() 155 // Forward true conditions in TEST() 171 // Forward false conditions in TEST() 194 // Forward true conditions in TEST() 207 // Forward true conditions in TEST() [all …]
|
/openbmc/phosphor-host-ipmid/test/message/ |
H A D | unpack.cpp | 24 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 38 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 52 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 65 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 79 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 93 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 106 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 120 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 134 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 147 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() [all …]
|
H A D | payload.cpp | 31 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 151 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 161 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 183 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 191 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 199 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 211 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 219 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 233 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() 254 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() [all …]
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | unpack_properties.hpp | 115 return readProperties(std::forward<OnErrorCallback>(onErrorCallback), 116 container, std::forward<Args>(args)...); 135 std::forward<OnErrorCallback>(onErrorCallback), input, 136 std::forward<Args>(args)...); 150 input, std::forward<Args>(args)...); in unpackProperties() 160 std::forward<OnErrorCallback>(onErrorCallback), input, in unpackPropertiesNoThrow() 161 std::forward<Args>(args)...); in unpackPropertiesNoThrow()
|
/openbmc/qemu/tests/unit/ |
H A D | test-forward-visitor.c | 12 #include "qapi/forward-visitor.h" 187 g_test_add_func("/visitor/forward/struct", test_forward_struct); in main() 188 g_test_add_func("/visitor/forward/alternate", test_forward_alternate); in main() 189 g_test_add_func("/visitor/forward/string", test_forward_string); in main() 190 g_test_add_func("/visitor/forward/size", test_forward_size); in main() 191 g_test_add_func("/visitor/forward/number", test_forward_number); in main() 192 g_test_add_func("/visitor/forward/any", test_forward_any); in main() 193 g_test_add_func("/visitor/forward/list", test_forward_list); in main()
|
/openbmc/phosphor-pid-control/pid/ec/ |
H A D | pid.hpp | 33 double feedFwdOffset = 0.0; // offset coeff for feed-forward term 34 double feedFwdGain = 0.0; // gain for feed-forward term 57 double feedFwdOffset = 0.0; // offset coeff for feed-forward term 58 double feedFwdGain = 0.0; // gain for feed-forward term
|
/openbmc/qemu/docs/system/i386/ |
H A D | nitro-enclave.rst | 49 The forward-cid option below with value 1 forwards all connections from the enclave 50 VM to the host machine and the forward-listen (port numbers separated by '+') is used 54 --vm guest-cid=4,forward-cid=1,forward-listen=9001+9002,socket=/tmp/vhost4.socket 77 VM's CID) and use the forward-listen (e.g., 9001+9002) option of vhost-device-vsock 78 to forward the ports they connect to.
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.hpp | 271 /** @brief GMock member template/free function forward. */ 279 std::forward<Args>(args)...); in callMethodAndRead() 282 /** @brief GMock free function forward. */ 304 return EXPECT_CALL(std::forward<MockObjType>(mockObj), in getProperties() 318 return EXPECT_CALL(std::forward<MockObjType>(mockObj), in getProperties() 332 return EXPECT_CALL(std::forward<MockObjType>(mockObj), in getProperties() 346 return EXPECT_CALL(std::forward<MockObjType>(mockObj), in getProperties() 360 return EXPECT_CALL(std::forward<MockObjType>(mockObj), in getProperties() 374 return EXPECT_CALL(std::forward<MockObjType>(mockObj), in getProperties() 388 return EXPECT_CALL(std::forward<MockObjType>(mockObj), in getProperties() [all …]
|
/openbmc/docs/process/ |
H A D | subproject-maintainership.md | 1 # Subproject Maintainership and Forward Progress 5 - [Subproject Maintainership and Forward Progress](#subproject-maintainership-and-forward-progress) 19 1. A complaint is raised to the TOF about lack of forward progress in a 100 introduce maintainers to subprojects to ensure the community can make forward 109 This discussion specifically considers defining a mechanism to allow forward 204 By the discussion above, a method for enabling forward progress should focus on 242 subprojects. Where possible, this is the preferred route to enabling forward 262 make forward progress or to consider unaddressed contributions in terms of 265 maintainers to enable forward progress.
|
/openbmc/phosphor-led-manager/manager/ |
H A D | led-main.cpp | 74 return lampTest.requestHandler(std::forward<decltype(arg1)>(arg1), in main() 75 std::forward<decltype(arg2)>(arg2)); in main() 81 return lampTest.processLEDUpdates(std::forward<decltype(arg1)>(arg1), in main() 82 std::forward<decltype(arg2)>(arg2)); in main()
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | property.aserver.set.hpp.mako | 13 ${p_tag}{}, std::forward<Arg>(new_value)); 27 ${p_tag}{}, m, std::forward<Arg>(new_value)); 45 ${p_name}_ = std::forward<Arg>(new_value);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/ |
H A D | pty-forward-native.bb | 1 SUMMARY = "Receive a forwarded serial from serial-forward and provide a PTY" 16 install -m 0755 ${B}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward
|
/openbmc/openbmc/poky/meta/recipes-core/readline/files/ |
H A D | inputrc | 41 # "\e[6~": history-search-forward 44 # "\e[5C": forward-word 46 # "\e\e[C": forward-word
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | log.hpp | 77 sd_journal_send(std::get<I>(std::forward<T>(e))..., NULL); in helper_log() 90 helper_log(std::forward<T>(e), std::make_index_sequence<e_size>{}); in log() 139 return std::make_tuple(std::forward<Arg>(arg), std::forward<Args>(args)...); in entry() 163 const auto msg_tuple = std::make_tuple(msg_str, std::forward<Msg>(msg)); in log() 170 std::forward<Entry>(e)...); in log()
|
/openbmc/bmcweb/include/ |
H A D | forward_unauthorized.hpp | 36 boost::urls::url forward = in sendUnauthorized() local 40 forward.buffer()); in sendUnauthorized() 47 "No authentication provided, and no login UI present to forward to."); in sendUnauthorized()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 128 reqMsg.append(std::forward<Args>(args)...); in callMethod() 151 std::forward<Args>(args)...); in callMethod() 162 bus, busName, path, interface, method, std::forward<Args>(args)...); in callMethodAndRead() 175 method, std::forward<Args>(args)...); in callMethodAndRead() 403 reqMsg.append(std::forward<Args>(args)...); in callMethodAndReturn() 481 std::variant<Property> varValue(std::forward<Property>(value)); in setProperty() 501 std::forward<Property>(value)); in setProperty() 513 std::variant<Property> varValue(std::forward<Property>(value)); in setProperty() 532 std::forward<Property>(value)); in setProperty() 542 interface, method, std::forward<Args>(args)...); in lookupAndCallMethod() [all …]
|
/openbmc/bmcweb/http/ |
H A D | logging.hpp | 143 std::format(std::move(format), std::forward<Args>(args)...); in vlog() 167 std::move(format), std::forward<Args>(args)..., loc); in BMCWEB_LOG_CRITICAL() 180 std::move(format), std::forward<Args>(args)..., loc); in BMCWEB_LOG_ERROR() 193 std::move(format), std::forward<Args>(args)..., loc); in BMCWEB_LOG_WARNING() 206 std::move(format), std::forward<Args>(args)..., loc); in BMCWEB_LOG_INFO() 219 std::move(format), std::forward<Args>(args)..., loc); in BMCWEB_LOG_DEBUG()
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | server.hpp | 92 i.set_property(Tag{}, std::forward<Arg>(a)); 99 i.set_property(Tag{}, m, std::forward<Arg>(a)); 110 i.method_call(Tag{}, std::forward<Args>(a)...); 117 i.method_call(Tag{}, m, std::forward<Args>(a)...);
|
/openbmc/telemetry/src/utils/ |
H A D | transform.hpp | 28 std::forward<Functor>(f)); in transform() 38 container, std::forward<Functor>(f)); in transform()
|
H A D | circular_vector.hpp | 21 vec.at(idx) = T(std::forward<Args>(args)...); in emplace() 25 vec.emplace_back(std::forward<Args>(args)...); in emplace()
|