Home
last modified time | relevance | path

Searched refs:Config (Results 1 – 25 of 185) sorted by relevance

12345678

/openbmc/openpower-hw-diags/attn/
H A Dattn_config.cpp7 Config::Config() in Config() function in attn::Config
14 bool Config::getFlag(AttentionFlag i_flag) const in getFlag()
20 void Config::setFlag(AttentionFlag i_flag) in setFlag()
26 void Config::setFlagAll() in setFlagAll()
36 void Config::clearFlag(AttentionFlag i_flag) in clearFlag()
42 void Config::clearFlagAll() in clearFlagAll()
H A Dattn_config.hpp20 class Config class
24 Config();
27 ~Config() = default;
H A Dattention.hpp41 pdbg_target* i_target, Config* i_config);
50 Config* getConfig() const;
71 Config* iv_config; // configuration flags
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.hpp23 using ConfigIface = sdbusplus::xyz::openbmc_project::User::Ldap::server::Config;
45 class Config : public Ifaces class
48 Config() = delete;
49 ~Config() = default;
50 Config(const Config&) = delete;
51 Config& operator=(const Config&) = delete;
52 Config(Config&&) = delete;
53 Config& operator=(Config&&) = delete;
79 Config(sdbusplus::bus_t& bus, const char* path, const char* filePath,
95 Config(sdbusplus::bus_t& bus, const char* path, const char* filePath,
H A Dldap_config.cpp23 CEREAL_CLASS_VERSION(phosphor::ldap::Config, CLASS_VERSION);
53 Config::Config( in Config() function in phosphor::ldap::Config
66 std::bind(std::mem_fn(&Config::certificateInstalled), this, in Config()
71 std::bind(std::mem_fn(&Config::certificateInstalled), this, in Config()
77 std::bind(std::mem_fn(&Config::certificateChanged), this, in Config()
109 Config::Config(sdbusplus::bus_t& bus, const char* path, const char* filePath, in Config() function in phosphor::ldap::Config
117 std::bind(std::mem_fn(&Config::certificateInstalled), this, in Config()
121 std::bind(std::mem_fn(&Config::certificateInstalled), this, in Config()
126 std::bind(std::mem_fn(&Config::certificateChanged), this, in Config()
140 void Config::certificateInstalled(sdbusplus::message_t& /*msg*/) in certificateInstalled()
[all …]
H A Dldap_mapper_entry.hpp20 class Config;
49 const std::string& privilege, Config& parent);
59 const char* filePath, Config& parent);
91 Config& manager;
/openbmc/openbmc/meta-security/recipes-perl/perl/files/
H A Dlibwhisker2.patch30 die("Can not install without Config.pm") if($MODULES{Config}==0);
32 - my $where=$DESTDIR . $Config{'man3direxp'};
39 die("Can not uninstall without Config.pm") if($MODULES{Config}==0);
41 - my $where=$DESTDIR . $Config{'man3direxp'};
48 die("Can not install without Config.pm") if($MODULES{Config}==0);
50 - my $where=$DESTDIR . $Config{'installsitelib'};
57 die("Can not uninstall without Config.pm") if($MODULES{Config}==0);
59 - my $where=$DESTDIR . $Config{'installsitelib'};
66 die("Can not install without Config.pm") if($MODULES{Config}==0);
68 - my $where=$DESTDIR . $Config{'installsitelib'};
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/
H A Dlibextutils-config-perl_0.008.bb1 SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration"
2 DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash."
5 HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config"
10 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz"
13 S = "${WORKDIR}/ExtUtils-Config-${PV}"
/openbmc/u-boot/board/freescale/mpc8536ds/
H A DREADME90 | 0x68-0x6B | 0x6 | Number of Config Addr/Data |
92 | 0x80-0x83 | 0xFF720100 | Config Addr 1 |
93 | 0x84-0x87 | 0xF8F80000 | Config Data 1 |
95 | 0x88-0x8b | 0xFF720e44 | Config Addr 2 |
96 | 0x8c-0x8f | 0x0000000C | Config Data 2 |
98 | 0x90-0x93 | 0xFF720000 | Config Addr 3 |
99 | 0x94-0x97 | 0x80010000 | Config Data 3 |
101 | 0x98-0x9b | 0xFF72e40c | Config Addr 4 |
102 | 0x9c-0x9f | 0x00000040 | Config Data 4 |
104 | 0xa0-0xa3 | 0x40000001 | Config Addr 5 |
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libconfig-tiny/
H A Dlibconfig-tiny-perl_2.30.bb2 DESCRIPTION = "Config::Tiny is a Perl class to read and write .ini \
6 HOMEPAGE = "https://metacpan.org/dist/Config-Tiny"
14 S = "${WORKDIR}/Config-Tiny-${PV}"
16 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz"
/openbmc/openpower-hw-diags/test/
H A Dtest-attention.cpp59 config = new Config; in SetUp()
72 Config* config = nullptr;
95 Config* config_tmp = pAttn->getConfig(); in TEST_F()
128 config = new Config; in SetUp()
141 Config* config = nullptr;
163 Config* config_tmp = pAttn->getConfig(); in TEST_F()
173 Config* config = new Config(); in TEST()
H A Dtest-cli.cpp10 Config* config = new Config(); in TEST()
44 Config* config = new Config(); in TEST()
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Derrno_ver.diff27 -use Config;
28 -"\$Config{'archname'}-\$Config{'osvers'}" eq
30 … ($archname-$osvers) does not match executable architecture (\$Config{'archname'}-\$Config{'osvers…
/openbmc/dbus-sensors/src/cable-monitor/
H A DCableMonitor.cpp26 notifyWatch(ctx, Config::configFileDir,
51 if (strcmp(Config::configFileName, configFileName.c_str()) != 0) in configUpdateHandler()
58 std::string(Config::configFileDir) + "/" + configFileName; in configUpdateHandler()
64 expectedCables = co_await Config::processConfig(configFilePath); in configUpdateHandler()
87 std::string(Config::configFileDir) + "/" + Config::configFileName; in start()
90 co_await configUpdateHandler(Config::configFileName); in start()
H A DCableConfig.hpp11 class Config class
16 explicit Config() = default;
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/
H A Dmeson.build2 subdir('Config') subdir
10 '../../../../../yaml/xyz/openbmc_project/User/Ldap/Config.interface.yaml',
12 output: ['Config.md'],
24 'xyz/openbmc_project/User/Ldap/Config',
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0007-configure-fix-incorrect-variable.patch23 - @(cd perl ; $(MAKE) LD_RUN_PATH="$(libdir):`$(PERL) -e 'use Config; print qq($$Config{archlibexp}…
24 + @(cd perl ; $(MAKE) LD_RUN_PATH="$(libdir):`$(PERL) -e 'use Config; print qq($$Config{installpriv…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibconfig-general-perl_2.67.bb1 DESCRIPTION = "Config file parser module"
2 HOMEPAGE = "http://search.cpan.org/dist/Config-General/"
7 SRCNAME = "Config-General"
/openbmc/phosphor-modbus/rtu/firmware/
H A Ddevice_firmware.hpp18 struct Config;
38 const config_intf::Config& config,
51 const config_intf::Config config;
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Config/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/User/Ldap/Config'
8 '../../../../../../yaml/xyz/openbmc_project/User/Ldap/Config.interface.yaml',
28 'xyz/openbmc_project/User/Ldap/Config',
/openbmc/phosphor-modbus/rtu/inventory/
H A Dmodbus_inventory.hpp42 struct Config struct
58 -> sdbusplus::async::task<std::optional<Config>>;
70 const config::Config& config,
84 const config::Config config;
/openbmc/phosphor-modbus/tests/
H A Dtest_port.cpp34 const PortConfigIntf::Config& config, in MockPort()
56 auto TestHoldingRegisters(PortConfigIntf::Config& config, MockPort& port, in TestHoldingRegisters()
83 template <typename Config, typename Properties>
84 static inline void VerifyConfig(const Config& config, in VerifyConfig()
122 PortConfigIntf::Config config = {}; in TEST_F()
188 PortConfigIntf::Config config = {}; in TEST_F()
205 PortConfigIntf::Config config = {}; in TEST_F()
H A Dtest_inventory.cpp25 const PortConfigIntf::Config& config, in MockPort()
39 PortConfigIntf::Config portConfig;
52 InventoryConfigIntf::Config::port_address_map_t addressMap; in testInventorySourceCreation()
55 InventoryConfigIntf::Config deviceConfig = { in testInventorySourceCreation()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libconfig/
H A Dlibconfig-autoconf-perl_0.319.bb5 DESCRIPTION = "Config::AutoConf is intended to provide the same opportunities to Perl \
9 HOMEPAGE = "https://metacpan.org/release/Config-AutoConf"
17 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz"
36 S = "${WORKDIR}/Config-AutoConf-${PV}"
/openbmc/openbmc-test-automation/network/
H A Dtest_bmc_dhcp_conf.robot40 [Template] Apply Ethernet Config
91 ${active_channel_config}= Get Active Channel Config
100 Apply Ethernet Config
107 ${active_channel_config}= Get Active Channel Config
114 Verify Ethernet Config Property ${property} ${resp.dict["DHCPv4"]}
126 Verify Ethernet Config Property

12345678