Home
last modified time | relevance | path

Searched defs:actions (Results 26 – 50 of 189) sorted by relevance

12345678

/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c164 struct actions { struct
165 void (*setup)(int, int);
166 void *(*thread1)(void *);
167 void *(*thread2)(void *);
418 struct actions *actions = &yield_actions; in main() local
/openbmc/phosphor-power/phosphor-regulators/test/
H A Drail_tests.cpp68 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
99 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
247 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
303 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
388 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
446 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
H A Dsystem_tests.cpp89 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
133 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
297 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
325 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
471 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
509 std::vector<std::unique_ptr<Action>> actions{}; in TEST() local
/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/
H A Dconfig-bmc.json8 "actions":{ object
19 "actions": { object
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp173 std::vector<std::unique_ptr<Action>> actions; in parseActionArray() local
191 std::vector<std::unique_ptr<Action>> actions = parseActionArray(element); in parseAnd() local
332 std::vector<std::unique_ptr<Action>> actions{}; in parseConfiguration() local
773 std::vector<std::unique_ptr<Action>> actions = parseActionArray(element); in parseOr() local
800 std::vector<std::unique_ptr<Action>> actions{}; in parsePhaseFaultDetection() local
929 std::vector<std::unique_ptr<Action>> actions{}; in parsePresenceDetection() local
1043 std::vector<std::unique_ptr<Action>> actions = in parseRule() local
1069 std::vector<std::unique_ptr<Action>> actions{}; in parseRuleIDOrActionsProperty() local
1135 std::vector<std::unique_ptr<Action>> actions{}; in parseSensorMonitoring() local
/openbmc/linux/net/sched/
H A Dact_api.c252 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_action_offload_add_ex() local
1073 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec()
1135 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy()
1160 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many()
1227 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], in tcf_action_dump()
1297 void tcf_idr_insert_many(struct tc_action *actions[]) in tcf_idr_insert_many()
1448 struct nlattr *est, struct tc_action *actions[], in tcf_action_init()
1636 struct tc_action *actions[], int event, in tcf_get_notify()
1807 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_reoffload_del_notify() local
1933 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; in tca_action_gd() local
[all …]
/openbmc/linux/Documentation/driver-api/
H A Dlibata.rst850 Clearing error condition
859 Reset
952 Reconfigure transport
/openbmc/linux/arch/arm/probes/
H A Ddecode-thumb.c863 bool emulate, const union decode_action *actions, in thumb16_probes_decode_insn()
874 bool emulate, const union decode_action *actions, in thumb32_probes_decode_insn()
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmunlock.c89 int actions = 0; in dlmunlock_common() local
529 int *actions) in dlm_get_cancel_actions()
561 int *actions) in dlm_get_unlock_actions()
/openbmc/linux/tools/perf/
H A Dbuiltin-config.c26 enum actions { enum
28 } actions; variable
/openbmc/phosphor-power/phosphor-regulators/config_files/
H A DBlueRidge.json10 "actions": [ array
18 "actions": [ array
26 "actions": [ array
46 "actions": [ array
57 "actions": [ array
69 "actions": [ array
102 "actions": [ array
123 "actions": [ array
215 "actions": [ array
266 "actions": [ array
[all …]
H A DRainier.json10 "actions": [ array
18 "actions": [ array
26 "actions": [ array
46 "actions": [ array
57 "actions": [ array
69 "actions": [ array
102 "actions": [ array
123 "actions": [ array
215 "actions": [ array
266 "actions": [ array
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Di2c_compare_bit_action_tests.cpp112 I2CCompareBitAction actions[] = { in TEST() local
130 I2CCompareBitAction actions[] = { in TEST() local
/openbmc/linux/net/openvswitch/
H A Dactions.c39 const struct nlattr *actions; member
127 const struct nlattr *actions, in add_deferred_actions()
955 const struct nlattr *actions, int actions_len, in output_userspace()
1017 struct nlattr *actions = nla_data(attr); in dec_ttl_exception_handler() local
1035 struct nlattr *actions; in sample() local
1066 struct nlattr *actions; in clone() local
1222 const struct nlattr *actions, *cpl_arg; in execute_check_pkt_len() local
1526 const struct nlattr *actions, int len, in clone_execute()
1604 const struct nlattr *actions = da->actions; in process_deferred_actions() local
/openbmc/telemetry/src/
H A Don_change_threshold.hpp37 const std::vector<std::unique_ptr<interfaces::TriggerAction>> actions; member in OnChangeThreshold
H A Dtrigger_factory.cpp160 std::vector<std::unique_ptr<interfaces::TriggerAction>> actions; in makeDiscreteThreshold() local
185 std::vector<std::unique_ptr<interfaces::TriggerAction>> actions; in makeNumericThreshold() local
207 std::vector<std::unique_ptr<interfaces::TriggerAction>> actions; in makeOnChangeThreshold() local
/openbmc/webui-vue/src/store/modules/Operations/
H A DFactoryResetStore.js6 actions: { class in FactoryResetStore
H A DKeyClearStore.js6 actions: { class in KeyClearStore
/openbmc/phosphor-ipmi-flash/bmc/
H A Dhandler_config.hpp32 std::unique_ptr<T> actions; member
H A DREADME.md49 ### actions subsection
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Daction_utils.hpp44 inline bool execute(std::vector<std::unique_ptr<Action>>& actions, in execute()
/openbmc/phosphor-objmgr/fail-monitor/
H A Dmain.cpp32 static const std::map<std::string, Monitor::Action> actions = { variable
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/
H A Devents.json22 "actions": [ array
76 "actions": [ array
107 "actions": [ array
136 "actions": [ array
165 "actions": [ array
194 "actions": [ array
223 "actions": [ array
252 "actions": [ array
318 "actions": [ array
397 "actions": [ array
[all …]
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/
H A Devents.json22 "actions": [ array
66 "actions": [ array
97 "actions": [ array
126 "actions": [ array
155 "actions": [ array
184 "actions": [ array
245 "actions": [ array
319 "actions": [ array
487 "actions": [ array
520 "actions": [ array
[all …]
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/
H A Devents.json22 "actions": [ array
66 "actions": [ array
126 "actions": [ array
205 "actions": [ array
312 "actions": [ array
345 "actions": [ array
387 "actions": [ array
429 "actions": [ array
471 "actions": [ array
513 "actions": [ array
[all …]

12345678