/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 164 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 D | rail_tests.cpp | 68 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 D | system_tests.cpp | 89 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 D | config-bmc.json | 8 "actions":{ object 19 "actions": { object
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | config_file_parser.cpp | 173 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 D | act_api.c | 252 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() 1657 struct tc_action *actions[], int event, in tcf_get_notify() 1828 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_reoffload_del_notify() local 1954 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; in tca_action_gd() local [all …]
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 850 Clearing error condition 859 Reset 952 Reconfigure transport
|
/openbmc/linux/arch/arm/probes/ |
H A D | decode-thumb.c | 863 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 D | dlmunlock.c | 89 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 D | builtin-config.c | 26 enum actions { enum 28 } actions; variable
|
/openbmc/phosphor-power/phosphor-regulators/config_files/ |
H A D | BlueRidge.json | 10 "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 D | Rainier.json | 10 "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 D | i2c_compare_bit_action_tests.cpp | 112 I2CCompareBitAction actions[] = { in TEST() local 130 I2CCompareBitAction actions[] = { in TEST() local
|
/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 39 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 D | on_change_threshold.hpp | 37 const std::vector<std::unique_ptr<interfaces::TriggerAction>> actions; member in OnChangeThreshold
|
H A D | trigger_factory.cpp | 160 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 D | FactoryResetStore.js | 6 actions: { class in FactoryResetStore
|
H A D | KeyClearStore.js | 6 actions: { class in KeyClearStore
|
/openbmc/phosphor-ipmi-flash/bmc/ |
H A D | handler_config.hpp | 32 std::unique_ptr<T> actions; member
|
H A D | README.md | 49 ### actions subsection
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | action_utils.hpp | 44 inline bool execute(std::vector<std::unique_ptr<Action>>& actions, in execute()
|
/openbmc/phosphor-objmgr/fail-monitor/ |
H A D | main.cpp | 32 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 D | events.json | 22 "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 D | events.json | 22 "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 D | events.json | 22 "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 …]
|