Home
last modified time | relevance | path

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

12345678910

/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/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.cpp53 Config::Config(sdbusplus::bus_t& bus, const char* path, const char* filePath, in Config() function in phosphor::ldap::Config
110 Config::Config(sdbusplus::bus_t& bus, const char* path, const char* filePath, in Config() function in phosphor::ldap::Config
192 void Config::writeConfig() in writeConfig()
416 std::string Config::ldapBindDN(std::string value) in ldapBindDN()
459 std::string Config::ldapBaseDN(std::string value) in ldapBaseDN()
540 bool Config::enabled(bool value) in enabled()
553 bool Config::enableService(bool value) in enableService()
686 void Config::serialize() in serialize()
708 bool Config::deserialize() in deserialize()
770 void Config::deletePrivilegeMapper(Id id) in deletePrivilegeMapper()
[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;
H A Dldap_config_mgr.hpp106 bool enableService(Config& config, bool value);
129 std::unique_ptr<Config> openLDAPConfigPtr = nullptr;
131 std::unique_ptr<Config> ADConfigPtr = nullptr;
H A Dldap_config_mgr.cpp142 openLDAPConfigPtr = std::make_unique<Config>( in createConfig()
154 ADConfigPtr = std::make_unique<Config>( in createConfig()
170 openLDAPConfigPtr = std::make_unique<Config>( in createDefaultObjects()
178 ADConfigPtr = std::make_unique<Config>( in createDefaultObjects()
186 bool ConfigMgr::enableService(Config& config, bool value) in enableService()
/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
H A Dattention.cpp9 pdbg_target* i_target, Config* i_config) : in Attention()
22 Config* Attention::getConfig() const in getConfig()
H A Dattn_monitor.hpp32 boost::asio::io_context& io, Config* i_attnConfig) : in AttnMonitor()
63 Config* iv_config;
/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 = "http://search.cpan.org/~leont/ExtUtils-Config/"
10 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz"
14 S = "${WORKDIR}/ExtUtils-Config-${PV}"
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Derrno_ver.diff27 -use Config;
28 -"\$Config{'archname'}-\$Config{'osvers'}" eq
29 -"$archname-$Config{'osvers'}" or
30 … "Errno architecture ($archname-$Config{'osvers'}) does not match executable architecture (\$Confi…
/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/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/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://search.cpan.org/dist/Config-Tiny"
14 S = "${WORKDIR}/Config-Tiny-${PV}"
16 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz"
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/
H A Dmeson.build2 subdir('Config') subdir
5 input: [ '../../../../../yaml/xyz/openbmc_project/User/Ldap/Config.interface.yaml', ],
6 output: [ 'Config.md' ],
13 'xyz/openbmc_project/User/Ldap/Config',
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-vntb-function.rst46 1) Config Region
53 Config Region:
61 It is appended after Config region.
70 | Common Config Register |
108 BAR0 Config Region
121 BAR0 Config Region + Scratchpad
/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.65.bb1 DESCRIPTION = "Config file parser module"
2 HOMEPAGE = "http://search.cpan.org/dist/Config-General/"
7 SRCNAME = "Config-General"
/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"
37 S = "${WORKDIR}/Config-AutoConf-${PV}"
/openbmc/openbmc-test-automation/network/
H A Dtest_bmc_dhcp_conf.robot40 [Template] Apply Ethernet Config
87 ${active_channel_config}= Get Active Channel Config
94 Apply Ethernet Config
101 ${active_channel_config}= Get Active Channel Config
108 Verify Ethernet Config Property ${property} ${resp.dict["DHCPv4"]}
116 Verify Ethernet Config Property
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp28 using Config = phosphor::ldap::Config; typedef
81 std::unique_ptr<Config>& getOpenLdapConfigPtr() in getOpenLdapConfigPtr()
91 std::unique_ptr<Config>& getADConfigPtr() in getADConfigPtr()
160 ldap_base::Config::SearchScope::sub); in TEST_F()
162 ldap_base::Config::Type::ActiveDirectory); in TEST_F()
198 ldap_base::Config::Type::OpenLdap); in TEST_F()
229 ldap_base::Config::Type::OpenLdap); in TEST_F()
272 ldap_base::Config::SearchScope::sub); in TEST_F()
461 ldap_base::Config::SearchScope::one); in TEST_F()
463 ldap_base::Config::SearchScope::one); in TEST_F()
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Config/
H A Dmeson.build4 input: [ '../../../../../../yaml/xyz/openbmc_project/User/Ldap/Config.interface.yaml', ],
12 'xyz/openbmc_project/User/Ldap/Config',

12345678910