Home
last modified time | relevance | path

Searched defs:rule (Results 1 – 25 of 25) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Drule_tests.cpp45 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local
67 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local
92 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local
111 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local
119 Rule rule("read_sensor_values", std::vector<std::unique_ptr<Action>>{}); in TEST() local
H A Did_map_tests.cpp135 Rule rule{id, std::vector<std::unique_ptr<Action>>{}}; in TEST() local
261 Rule rule{id, std::vector<std::unique_ptr<Action>>{}}; in TEST() local
H A Dconfig_file_parser_tests.cpp4570 std::unique_ptr<Rule> rule = parseRule(element); in TEST() local
4587 std::unique_ptr<Rule> rule = parseRule(element); in TEST() local
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Drun_rule_action_tests.cpp77 Rule rule("exception_rule", std::move(actions)); in TEST() local
101 Rule rule("infinite_rule", std::move(actions)); in TEST() local
139 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local
172 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local
H A Daction_environment_tests.cpp231 Rule& rule = env.getRule("set_voltage_rule"); in TEST() local
/openbmc/bmcweb/http/
H A Drouting.hpp42 DynamicRule& newRuleDynamic(const std::string& rule) in newRuleDynamic()
53 auto& newRuleTagged(const std::string& rule) in newRuleTagged()
130 void internalAddRuleObject(const std::string& rule, BaseRule* ruleObject) in internalAddRuleObject()
184 BaseRule* rule = nullptr; member
284 BaseRule& rule = *rules[ruleIndex]; in handleUpgrade() local
343 BaseRule& rule = *foundRoute.route.rule; in handle() local
H A Dapp.hpp56 DynamicRule& routeDynamic(const std::string& rule) in routeDynamic()
62 auto& route(std::string&& rule) in route()
/openbmc/bmcweb/include/
H A Ddbus_privileges.hpp76 BaseRule& rule) in isUserPrivileged() argument
114 BaseRule& rule, const dbus::utility::DBusPropertiesMap& userInfoMap) in afterGetUserInfoValidate() argument
161 validatePrivilege(const std::shared_ptr<Request> & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,BaseRule & rule,std::move_only_function<void ()> && callback) validatePrivilege() argument
/openbmc/qemu/authz/
H A Dlist.c36 QAuthZListRule *rule = rules->value; in qauthz_list_is_allowed() local
156 QAuthZListRule *rule; in qauthz_list_append_rule() local
191 QAuthZListRule *rule; in qauthz_list_insert_rule() local
223 QAuthZListRule *rule; in qauthz_list_delete_rule() local
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp119 [this](auto& rule) { in load()
341 [this](auto& rule) { in fanStatusChange()
407 [this](auto& rule) { in powerStateChanged()
411 [this](auto& rule) { in powerStateChanged()
421 [](auto& rule) { rule->cancel(); }); in powerStateChanged()
H A Djson_parser.cpp527 auto rule = std::make_unique<PowerOffRule>( in getPowerOffRules() local
/openbmc/openbmc-tools/dbus-pcap/
H A Ddbus-pcap462 def gen_match_type(rule): argument
467 def gen_match_sender(rule): argument
472 def gen_match_interface(rule): argument
477 def gen_match_member(rule): argument
482 def gen_match_path(rule): argument
487 def gen_match_destination(rule): argument
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Drule.md1 # rule chapter
/openbmc/qemu/block/
H A Dblkdebug.c188 struct BlkdebugRule *rule; in add_rule() local
265 static void remove_rule(BlkdebugRule *rule) in remove_rule()
594 BlkdebugRule *rule = NULL; in rule_check() local
777 BlkdebugRule *rule, *next; in blkdebug_close() local
791 static void suspend_request(BlockDriverState *bs, BlkdebugRule *rule) in suspend_request()
810 static void process_rule(BlockDriverState *bs, struct BlkdebugRule *rule, in process_rule()
844 struct BlkdebugRule *rule, *next; in blkdebug_co_debug_event() local
868 struct BlkdebugRule *rule; in blkdebug_debug_breakpoint() local
938 BlkdebugRule *rule, *next; in blkdebug_debug_remove_breakpoint() local
/openbmc/qemu/include/fpu/
H A Dsoftfloat-helpers.h84 static inline void set_float_2nan_prop_rule(Float2NaNPropRule rule, in set_float_2nan_prop_rule()
90 static inline void set_float_3nan_prop_rule(Float3NaNPropRule rule, in set_float_3nan_prop_rule()
96 static inline void set_float_infzeronan_rule(FloatInfZeroNaNRule rule, in set_float_infzeronan_rule()
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_gen5.c17 u32 rule; /* SDRAM protection rule number: 0-19 */ member
177 struct sdram_prot_rule rule; in sdram_set_protection_config() local
211 struct sdram_prot_rule rule; in sdram_dump_protection_config() local
/openbmc/phosphor-power/phosphor-regulators/src/
H A Did_map.cpp48 void IDMap::addRule(Rule& rule) in addRule()
/openbmc/bmcweb/redfish-core/include/
H A Dredfishoemrule.hpp30 std::string rule; member in redfish::OemBaseRule
H A Dredfish_oem_routing.hpp62 constexpr std::string_view rule = URI; in newRule() local
/openbmc/qemu/scripts/
H A Ddevice-crash-test196 def errorRuleTestCaseMatch(rule, t): argument
232 def ruleListResultMatch(rule, r): argument
/openbmc/bmcweb/http/routing/
H A Dbaserule.hpp100 std::string rule; member in crow::BaseRule
/openbmc/qemu/tests/unit/
H A Dcheck-block-qdict.c423 QDict *src, *dst, *rule, *vnc, *acl, *listen; in qdict_crumple_test_recursive() local
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c980 RISCVCPUImpliedExtsRule *rule; in riscv_cpu_init_implied_exts_rules() local
1012 RISCVCPUImpliedExtsRule *rule) in cpu_enable_implied_rule()
1101 RISCVCPUImpliedExtsRule *rule; in riscv_cpu_enable_implied_rules() local
/openbmc/phosphor-power/phosphor-regulators/schema/
H A Dconfig_schema.json15 "rule": { object
/openbmc/qemu/hw/acpi/
H A Daml-build.c1223 AmlUpdateRule rule) in aml_field()