| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | rule_tests.cpp | 45 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 D | id_map_tests.cpp | 135 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 D | config_file_parser_tests.cpp | 4570 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 D | run_rule_action_tests.cpp | 77 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 D | action_environment_tests.cpp | 231 Rule& rule = env.getRule("set_voltage_rule"); in TEST() local
|
| /openbmc/bmcweb/http/ |
| H A D | routing.hpp | 42 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 D | app.hpp | 56 DynamicRule& routeDynamic(const std::string& rule) in routeDynamic() 62 auto& route(std::string&& rule) in route()
|
| /openbmc/bmcweb/include/ |
| H A D | dbus_privileges.hpp | 76 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 D | list.c | 36 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 D | system.cpp | 119 [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 D | json_parser.cpp | 527 auto rule = std::make_unique<PowerOffRule>( in getPowerOffRules() local
|
| /openbmc/openbmc-tools/dbus-pcap/ |
| H A D | dbus-pcap | 462 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 D | rule.md | 1 # rule chapter
|
| /openbmc/qemu/block/ |
| H A D | blkdebug.c | 188 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 D | softfloat-helpers.h | 84 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 D | sdram_gen5.c | 17 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 D | id_map.cpp | 48 void IDMap::addRule(Rule& rule) in addRule()
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | redfishoemrule.hpp | 30 std::string rule; member in redfish::OemBaseRule
|
| H A D | redfish_oem_routing.hpp | 62 constexpr std::string_view rule = URI; in newRule() local
|
| /openbmc/qemu/scripts/ |
| H A D | device-crash-test | 196 def errorRuleTestCaseMatch(rule, t): argument 232 def ruleListResultMatch(rule, r): argument
|
| /openbmc/bmcweb/http/routing/ |
| H A D | baserule.hpp | 100 std::string rule; member in crow::BaseRule
|
| /openbmc/qemu/tests/unit/ |
| H A D | check-block-qdict.c | 423 QDict *src, *dst, *rule, *vnc, *acl, *listen; in qdict_crumple_test_recursive() local
|
| /openbmc/qemu/target/riscv/tcg/ |
| H A D | tcg-cpu.c | 980 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 D | config_schema.json | 15 "rule": { object
|
| /openbmc/qemu/hw/acpi/ |
| H A D | aml-build.c | 1223 AmlUpdateRule rule) in aml_field()
|