Home
last modified time | relevance | path

Searched full:forward (Results 1 – 25 of 1938) sorted by relevance

12345678910>>...78

/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp91 return warningAlarmHigh(std::forward<Args>(args)...); in alarmHigh()
97 return warningAlarmLow(std::forward<Args>(args)...); in alarmLow()
103 return warningHighAlarmAsserted(std::forward<Args>(args)...); in alarmHighSignalAsserted()
109 return warningHighAlarmDeasserted(std::forward<Args>(args)...); in alarmHighSignalDeasserted()
115 return warningLowAlarmAsserted(std::forward<Args>(args)...); in alarmLowSignalAsserted()
121 return warningLowAlarmDeasserted(std::forward<Args>(args)...); in alarmLowSignalDeasserted()
210 return criticalAlarmHigh(std::forward<Args>(args)...); in alarmHigh()
216 return criticalAlarmLow(std::forward<Args>(args)...); in alarmLow()
222 return criticalHighAlarmAsserted(std::forward<Args>(args)...); in alarmHighSignalAsserted()
228 return criticalHighAlarmDeasserted(std::forward<Args>(args)...); in alarmHighSignalDeasserted()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/serial-forward/
H A D0001-correct-the-typo-in-include-file-name-string.h.patch9 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/linux/include/uapi/linux/dvb/
H A Dfrontend.h268 * enum fe_code_rate - Type of Forward Error Correction (FEC)
270 * @FEC_NONE: No Forward Error Correction Code
271 * @FEC_1_2: Forward Error Correction Code 1/2
272 * @FEC_2_3: Forward Error Correction Code 2/3
273 * @FEC_3_4: Forward Error Correction Code 3/4
274 * @FEC_4_5: Forward Error Correction Code 4/5
275 * @FEC_5_6: Forward Error Correction Code 5/6
276 * @FEC_6_7: Forward Error Correction Code 6/7
277 * @FEC_7_8: Forward Error Correction Code 7/8
278 * @FEC_8_9: Forward Error Correction Code 8/9
[all …]
/openbmc/linux/fs/hpfs/
H A Dalloc.c115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument
134 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp()
139 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp()
158 if (n + forward >= 0x3f && le32_to_cpu(bmp[i]) != 0xffffffff) goto cont; in alloc_in_bmp()
167 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp()
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument
211 if (forward < 0) { in hpfs_alloc_sector()
212 forward = -forward; in hpfs_alloc_sector()
217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector()
222 if ((sec = alloc_in_bmp(s, b<<14, n, f_p ? forward : forward/2))) { in hpfs_alloc_sector()
[all …]
/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp31 return ZoneHandler(std::forward<T>(handler)); in make_zoneHandler()
44 return Trigger(std::forward<T>(trigger)); in make_trigger()
57 return T(std::forward<U>(handler)); in make_handler()
70 return Action(std::forward<T>(action)); in make_action()
92 _path(""), _intf(""), _prop(""), _handler(std::forward<U>(handler)) in Properties()
97 _handler(std::forward<U>(handler)) in Properties()
131 _handler(zone, _path, _intf, _prop, std::forward<T>(value)); in operator ()()
138 _handler(zone, _path, _intf, _prop, std::forward<T>(val)); in operator ()()
169 handler(zone, path, intf, prop, std::forward<T>(val)); in operator ()()
204 return Properties<T, U>(path, intf, prop, std::forward<U>(handler)); in propertiesChanged()
[all …]
/openbmc/phosphor-host-ipmid/test/message/
H A Dunpack.cpp24 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 Dpayload.cpp31 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/linux/net/ax25/
H A Dax25_dev.c66 ax25_dev->forward = NULL; in ax25_dev_device_up()
115 if (s->forward == dev) in ax25_dev_device_down()
116 s->forward = NULL; in ax25_dev_device_down()
145 if (ax25_dev->forward) { in ax25_fwd_ioctl()
150 ax25_dev->forward = fwd_dev->dev; in ax25_fwd_ioctl()
156 if (!ax25_dev->forward) { in ax25_fwd_ioctl()
160 ax25_dev->forward = NULL; in ax25_fwd_ioctl()
179 if (ax25_dev->forward == NULL) in ax25_fwd_dev()
182 return ax25_dev->forward; in ax25_fwd_dev()
/openbmc/phosphor-inventory-manager/
H A Dfunctor.hpp32 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/linux/net/ipv6/netfilter/
H A Dip6table_filter.c32 /* Default to forward because I got too much mail already. */
33 static bool forward = true; variable
34 module_param(forward, bool, 0000);
44 /* Entry 1 is the FORWARD hook */ in ip6table_filter_table_init()
46 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in ip6table_filter_table_init()
55 if (!forward) in ip6table_filter_net_init()
/openbmc/linux/net/ipv4/netfilter/
H A Diptable_filter.c33 /* Default to forward because I got too much mail already. */
34 static bool forward __read_mostly = true;
35 module_param(forward, bool, 0000);
45 /* Entry 1 is the FORWARD hook */ in iptable_filter_table_init()
47 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in iptable_filter_table_init()
56 if (!forward) in iptable_filter_net_init()
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_executor_test.cpp44 // Forward true conditions in TEST()
60 // Forward false conditions in TEST()
80 // Forward true conditions in TEST()
96 // Forward false conditions in TEST()
116 // Forward true conditions in TEST()
132 // Forward false conditions in TEST()
153 // Forward true conditions in TEST()
169 // Forward false conditions in TEST()
192 // Forward true conditions in TEST()
205 // Forward true conditions in TEST()
[all …]
/openbmc/sdbusplus/include/sdbusplus/
H A Dunpack_properties.hpp115 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 Dtest-forward-visitor.c12 #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-dbus-monitor/src/test/
H A Dpropertywatchtest.hpp271 /** @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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association/
H A DDefinitions.interface.yaml3 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/phosphor-pid-control/pid/ec/
H A Dpid.hpp34 double feedFwdOffset = 0.0; // offset coeff for feed-forward term
35 double feedFwdGain = 0.0; // gain for feed-forward term
58 double feedFwdOffset = 0.0; // offset coeff for feed-forward term
59 double feedFwdGain = 0.0; // gain for feed-forward term
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dbridge_brouter.sh89 echo "ERROR: ping did not work, but it should (broute+forward)" 1>&2
103 ip netns exec ns0 ebtables -t filter -A FORWARD -p ipv4 --ip-protocol icmp -j DROP
105 # ping netns1, expected to not work (DROP in bridge forward)
108 echo "ERROR: ping works, should have failed (icmp forward drop)" 1>&2
117 echo "ERROR: ping did not work, but it should (broute+forward 2)" 1>&2
121 echo "PASS: ns1/ns2 connectivity with active broute rule and bridge forward drop"
/openbmc/qemu/docs/system/i386/
H A Dnitro-enclave.rst49 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
56 --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/docs/process/
H A Dsubproject-maintainership.md1 # 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/sdbusplus/include/sdbusplus/message/
H A Dappend.hpp137 return address_of_helper(std::forward<T>(t), in address_of()
166 address_of(std::forward<T>(t))); in op()
324 _op(intf, m, std::forward<S>(s), in op()
416 std::forward<itemType>(std::get<0>(t))); in append_tuple()
482 std::tuple_cat(std::forward<Tuple>(t), in append_grouping()
483 std::forward_as_tuple(std::forward<Arg>(arg)))); in append_grouping()
496 append_tuple(intf, m, std::forward<Tuple>(t)); in append_grouping()
497 append_tuple(intf, m, std::forward_as_tuple(std::forward<Arg>(arg))); in append_grouping()
510 std::tuple_cat(std::forward<Tuple>(t), in append_grouping()
511 std::forward_as_tuple(std::forward<Arg>(arg))), in append_grouping()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.h49 /* forward action specific params */
52 u32 tc_class; /* forward to hw_tc */
56 u16 queue; /* forward to queue */
180 * For forward to VSI action, if destination is valid hw_tc (aka tc_class)
182 * For forward to queue, as long as dest_vsi is valid and it is of type
184 * NOTE: For forward to queue, correct dest_vsi is still set in tc_fltr based
/openbmc/linux/kernel/
H A Duser_namespace.c205 kfree(ns->gid_map.forward); in free_user_ns()
209 kfree(ns->uid_map.forward); in free_user_ns()
213 kfree(ns->projid_map.forward); in free_user_ns()
284 return bsearch(&key, map->forward, extents, in map_id_range_down_max()
675 return &map->forward[pos]; in m_start()
750 prev = &new_map->forward[idx]; in mappings_overlap()
780 struct uid_gid_extent *forward; in insert_extent() local
783 forward = kmalloc_array(UID_GID_MAP_MAX_EXTENTS, in insert_extent()
786 if (!forward) in insert_extent()
789 /* Copy over memory. Only set up memory for the forward pointer. in insert_extent()
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dbpf.h41 size_t sz; /* size of this struct for forward/backward compatibility */
65 size_t sz; /* size of this struct for forward/backward compatibility */
121 size_t sz; /* size of this struct for forward/backward compatibility */
156 size_t sz; /* size of this struct for forward/backward compatibility */
288 size_t sz; /* size of this struct for forward/backward compatibility */
302 size_t sz; /* size of this struct for forward/backward compatibility */
322 size_t sz; /* size of this struct for forward/backward compatibility */
336 size_t sz; /* size of this struct for forward/backward compatibility */
379 size_t sz; /* size of this struct for forward/backward compatibility */
430 size_t sz; /* size of this struct for forward/backward compatibility */
[all …]
/openbmc/linux/net/bridge/
H A Dbr_mrp.c1070 /* This will just forward the frame to the other mrp ring ports, depending on
1102 * interconnect role and ports to process or forward the frame in br_mrp_rcv()
1105 /* If the role is MRM then don't forward the frames */ in br_mrp_rcv()
1111 /* If the role is MRA then don't forward the frames if it in br_mrp_rcv()
1123 goto forward; in br_mrp_rcv()
1132 /* If the ring port is in block state it should not forward in br_mrp_rcv()
1142 * In this case the frame is no forward between the ring ports. in br_mrp_rcv()
1153 * role then it should forward all frames between the ring ports in br_mrp_rcv()
1158 goto forward; in br_mrp_rcv()
1162 /* MIM should not forward it's own InTest in br_mrp_rcv()
[all …]

12345678910>>...78