Home
last modified time | relevance | path

Searched full:types (Results 1 – 25 of 2904) sorted by relevance

12345678910>>...117

/openbmc/entity-manager/schemas/
H A Dlegacy.json15 "$ref": "#/$defs/Types/Name"
18 "$ref": "#/$defs/Types/PowerFactorMax"
21 "$ref": "#/$defs/Types/PowerFactorMin"
30 "$ref": "#/$defs/Types/Thresholds"
68 "$ref": "#/$defs/Types/Tachs"
71 "$ref": "#/$defs/Types/Name"
85 "$ref": "#/$defs/Types/AllowedFailures"
88 "$ref": "#/$defs/Types/Name"
102 "$ref": "#/$defs/Types/RedundantCount"
105 "$ref": "#/$defs/Types/Name"
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/
H A Dibm,fuji_associations.json18 "types": object
30 "types": object
41 "types": object
52 "types": object
69 "types": object
81 "types": object
92 "types": object
103 "types": object
120 "types": object
132 "types": object
[all …]
H A Dibm,everest_associations.json18 "types": object
30 "types": object
41 "types": object
52 "types": object
69 "types": object
81 "types": object
92 "types": object
103 "types": object
120 "types": object
132 "types": object
[all …]
H A Dibm,blueridge-2u_associations.json18 "types": object
30 "types": object
41 "types": object
52 "types": object
69 "types": object
81 "types": object
92 "types": object
103 "types": object
120 "types": object
132 "types": object
[all …]
H A Dibm,rainier-2u_associations.json19 "types": object
31 "types": object
42 "types": object
53 "types": object
70 "types": object
82 "types": object
93 "types": object
104 "types": object
121 "types": object
133 "types": object
[all …]
H A Dibm,blueridge-4u_associations.json19 "types": object
30 "types": object
41 "types": object
52 "types": object
69 "types": object
80 "types": object
91 "types": object
102 "types": object
119 "types": object
130 "types": object
[all …]
H A Dibm,rainier-4u_associations.json19 "types": object
30 "types": object
41 "types": object
52 "types": object
69 "types": object
80 "types": object
91 "types": object
102 "types": object
119 "types": object
130 "types": object
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libgee/
H A Dlibgee_0.20.8.bb14 CFLAGS += "-Wno-incompatible-pointer-types"
26 …4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [-Wincompatible-pointer-types]
27 …4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [-Wincompatible-pointer-types]
28 …pointer_compare_and_exchange_pointer' from incompatible pointer type [-Wincompatible-pointer-types]
29 …4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [-Wincompatible-pointer-types]
30 …4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [-Wincompatible-pointer-types]
31 …4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [-Wincompatible-pointer-types]
32 …pointer_compare_and_exchange_pointer' from incompatible pointer type [-Wincompatible-pointer-types]
33 …4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [-Wincompatible-pointer-types]
34 …4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [-Wincompatible-pointer-types]
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dipz_parser.cpp55 static uint16_t readUInt16LE(types::BinaryVector::const_iterator iterator) in readUInt16LE()
66 const types::BinaryVector tempVector = m_vpdVector; in vhdrEccCheck()
77 types::ErrorType::EccCheckFailed, in vhdrEccCheck()
78 types::SeverityType::Informational, __FILE__, __FUNCTION__, 0, in vhdrEccCheck()
100 std::advance(vpdPtr, sizeof(types::RecordOffset)); in vtocEccCheck()
104 std::advance(vpdPtr, sizeof(types::RecordLength)); in vtocEccCheck()
108 std::advance(vpdPtr, sizeof(types::ECCOffset)); in vtocEccCheck()
112 const types::BinaryVector tempVector = m_vpdVector; in vtocEccCheck()
123 types::ErrorType::EccCheckFailed, in vtocEccCheck()
124 types::SeverityType::Informational, __FILE__, __FUNCTION__, 0, in vtocEccCheck()
[all …]
H A Dparser.cpp64 types::VPDMapVariant Parser::parse() in parse()
70 int Parser::updateVpdKeyword(const types::WriteVpdParams& i_paramsToWriteData, in updateVpdKeyword()
71 types::DbusVariantType& o_updatedValue) in updateVpdKeyword()
77 [](const types::WriteVpdParams& i_paramsToWriteData) -> std::string { in updateVpdKeyword()
79 if (const types::IpzData* l_ipzData = in updateVpdKeyword()
80 std::get_if<types::IpzData>(&i_paramsToWriteData)) in updateVpdKeyword()
85 else if (const types::KwData* l_kwData = in updateVpdKeyword()
86 std::get_if<types::KwData>(&i_paramsToWriteData)) in updateVpdKeyword()
99 types::ErrorType::DbusFailure, in updateVpdKeyword()
100 types::SeverityType::Informational, __FILE__, __FUNCTION__, 0, in updateVpdKeyword()
[all …]
H A Dmanager.cpp12 #include "types.hpp"
53 const types::BinaryVector i_value) -> int { in Manager()
61 [this](const types::Path i_vpdPath, in Manager()
62 const types::WriteVpdParams i_paramsToWriteData) -> int { in Manager()
68 [this](const types::Path i_fruPath, in Manager()
69 const types::WriteVpdParams i_paramsToWriteData) -> int { in Manager()
76 [this](const types::Path i_fruPath, in Manager()
77 const types::ReadVpdParams i_paramsToReadData) in Manager()
78 -> types::DbusVariantType { in Manager()
104 -> types::ListOfPaths { in Manager()
[all …]
H A Devent_logger.cpp18 const std::unordered_map<types::SeverityType, std::string>
20 {types::SeverityType::Notice,
22 {types::SeverityType::Informational,
24 {types::SeverityType::Debug,
26 {types::SeverityType::Warning,
28 {types::SeverityType::Critical,
30 {types::SeverityType::Emergency,
32 {types::SeverityType::Alert,
34 {types::SeverityType::Error,
37 const std::unordered_map<types::ErrorType, std::string>
[all …]
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json7 "types": object
19 "types": { object
28 "types": object
45 "types": object
57 "types": { object
66 "types": object
83 "types": object
95 "types": { object
104 "types": object
121 "types": object
[all …]
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json7 "types": object
19 "types": object
30 "types": { object
45 "types": object
57 "types": object
68 "types": { object
83 "types": object
95 "types": object
106 "types": { object
121 "types": object
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json7 "types": object
21 "types": object
32 "types": { object
47 "types": object
61 "types": object
72 "types": { object
87 "types": object
99 "types": object
110 "types": { object
125 "types": object
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-cross.patch124 Index: nginx-1.12.2/auto/types/sizeof
126 --- nginx-1.12.2.orig/auto/types/sizeof
127 +++ nginx-1.12.2/auto/types/sizeof
141 #include <sys/types.h>
172 # C types
174 -ngx_type="int"; . auto/types/sizeof
175 +ngx_type="int"; ngx_param="INT"; . auto/types/sizeof
177 -ngx_type="long"; . auto/types/sizeof
178 +ngx_type="long"; ngx_param="LONG"; . auto/types/sizeof
180 -ngx_type="long long"; . auto/types/sizeof
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dipz_parser.hpp5 #include "types.hpp"
36 IpzVpdParser(const types::BinaryVector& vpdVector, in IpzVpdParser()
67 virtual types::VPDMapVariant parse() override;
78 void checkHeader(types::BinaryVector::const_iterator itrToVPD);
90 types::DbusVariantType readKeywordFromHardware(
91 const types::ReadVpdParams i_paramsToReadData);
107 int writeKeywordOnHardware(const types::WriteVpdParams i_paramsToWriteData);
133 bool recordEccCheck(types::BinaryVector::const_iterator iterator);
146 auto readTOC(types::BinaryVector::const_iterator& itrToVPD);
158 std::pair<types::RecordOffsetList, types::InvalidRecordList> readPT(
[all …]
H A Disdimm_parser.hpp4 #include "types.hpp"
32 explicit JedecSpdParser(const types::BinaryVector& i_spdVector) : in JedecSpdParser()
43 types::VPDMapVariant parse();
52 types::JedecSpdMap readKeywords(
53 types::BinaryVector::const_iterator& i_iterator);
61 auto getDDR4DimmCapacity(types::BinaryVector::const_iterator& i_iterator);
70 types::BinaryVector::const_iterator& i_iterator);
79 types::BinaryVector::const_iterator& i_iterator);
93 types::BinaryVector::const_iterator& i_iterator);
108 types::BinaryVector getDDR4ManufacturerId();
[all …]
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json7 "types": object
18 "types": { object
27 "types": object
44 "types": object
55 "types": { object
64 "types": object
81 "types": object
92 "types": { object
101 "types": object
118 "types": object
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dclient.hpp16 /** An aggregation class of sdbusplus::async::proxy-based client types.
18 * The resulting class acts as a union of all Types from the template
25 template <typename, typename> typename... Types>
28 public Types<client<S, P, Preserved, Types...>,
32 using Self = client<S, P, Preserved, Types...>;
48 : context_ref(ctx), Types<Self, Proxy>(Proxy{})... in client()
54 : context_ref(ctx), Types<Self, Proxy>(p)..., proxy(p) in client()
61 return client<true, P, Preserved, Types...>(ctx, proxy.service(s)); in service()
68 return client<S, true, Preserved, Types...>(ctx, proxy.path(p)); in path()
75 return client<S, P, true, Types...>(ctx, proxy.preserve()); in preserve()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-Fix-instances-of-Wmissing-template-arg-list-after-te.patch9 specifying types.
17 include/cereal/types/tuple.hpp | 4 ++--
20 diff --git a/include/cereal/types/tuple.hpp b/include/cereal/types/tuple.hpp
22 --- a/include/cereal/types/tuple.hpp
23 +++ b/include/cereal/types/tuple.hpp
25 template <class Archive, class ... Types> inline
26 static void apply( Archive & ar, std::tuple<Types...> & tuple )
34 template <class Archive, class ... Types> inline
35 void CEREAL_SERIALIZE_FUNCTION_NAME( Archive & ar, std::tuple<Types...> & tuple )
37 - tuple_detail::serialize<std::tuple_size<std::tuple<Types...>>::value>::template apply( ar, tup…
[all …]
/openbmc/phosphor-inventory-manager/test/
H A Dassociations_test.cpp18 "types":
32 "types":
49 "types":
60 "types":
87 "types":
109 "types":
131 "types":
199 auto& types = std::get<0>(endpoints[0]); in TEST_F() local
200 EXPECT_EQ(std::get<0>(types), "sensors"); in TEST_F()
201 EXPECT_EQ(std::get<1>(types), "inventory"); in TEST_F()
[all …]
/openbmc/openpower-vpd-parser/test/
H A Dutest_ddimm_parser.cpp6 #include "types.hpp"
18 types::DdimmVpdMap l_ddimmMap{ in TEST()
20 std::pair<std::string, types::BinaryVector>{ in TEST()
22 std::pair<std::string, types::BinaryVector>{ in TEST()
24 std::pair<std::string, types::BinaryVector>{ in TEST()
28 std::pair<std::string, types::BinaryVector>{"CC", in TEST()
30 std::pair<std::string, types::BinaryVector>{"DI", {0x80, 0xCE}}}; in TEST()
37 l_ddimmMap == std::get<types::DdimmVpdMap>(l_vpdParser.parse())); in TEST()
42 types::DdimmVpdMap l_ddimmMap{ in TEST()
44 std::pair<std::string, types::BinaryVector>{ in TEST()
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlinux-dummy.bbclass19 types = d.getVar('KERNEL_IMAGETYPES') or ""
20 if type not in types.split():
21 types = (type + ' ' + types).strip()
22 if alttype not in types.split():
23 types = (alttype + ' ' + types).strip()
26 for type in types.split():
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtuple_to_array.hpp19 * @tparam Types - Sequence of types for remaining elements, which must
28 template <typename V, typename... Types, std::size_t... I>
29 constexpr auto tuple_to_array(std::tuple<V, Types...>&& tuple, in tuple_to_array()
41 * @tparam Types - Sequence of types of the tuple elements.
48 template <typename... Types,
49 typename I = std::make_index_sequence<sizeof...(Types)>>
50 constexpr auto tuple_to_array(std::tuple<Types...>&& tuple) in tuple_to_array()

12345678910>>...117