Home
last modified time | relevance | path

Searched full:using (Results 1 – 25 of 9612) sorted by relevance

12345678910>>...385

/openbmc/pldm/common/
H A Dtypes.hpp17 using Availability = bool;
18 using eid = uint8_t;
19 using UUID = std::string;
20 using Request = std::vector<uint8_t>;
21 using Response = std::vector<uint8_t>;
22 using MCTPMsgTypes = std::vector<uint8_t>;
23 using Command = uint8_t;
29 using MctpMedium = std::string;
33 using NetworkId = uint32_t;
37 using MctpInfoName = std::optional<std::string>;
[all …]
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dtypes.hpp16 using eid = uint8_t;
22 using DescriptorType = uint16_t;
23 using DescriptorData = std::vector<uint8_t>;
24 using VendorDefinedDescriptorTitle = std::string;
25 using VendorDefinedDescriptorData = std::vector<uint8_t>;
26 using VendorDefinedDescriptorInfo =
28 using Descriptors =
32 using DescriptorMap = std::unordered_map<eid, Descriptors>;
35 using CompClassification = uint16_t;
36 using CompIdentifier = uint16_t;
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dtypes.hpp18 using BiosProperty = std::tuple<
23 using BiosBaseTable =
25 using BiosBaseTableType = std::map<std::string, BiosBaseTable>;
26 using BiosAttributeCurrentValue =
28 using BiosAttributePendingValue = std::variant<int64_t, std::string>;
29 using BiosGetAttrRetType = std::tuple<std::string, BiosAttributeCurrentValue,
31 using PendingBIOSAttrItem =
33 using PendingBIOSAttrs = std::vector<PendingBIOSAttrItem>;
35 using BinaryVector = std::vector<uint8_t>;
39 using DbusVariantType = std::variant<
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__p2300.hpp38 using tag_invoke_result STDEXEC_STD_DEPRECATED =
42 using tag_invoke_result_t STDEXEC_STD_DEPRECATED =
54 using tag_t STDEXEC_STD_DEPRECATED = stdexec::tag_t<_Tag>;
70 using never_stop_token STDEXEC_STD_DEPRECATED = stdexec::never_stop_token;
71 using in_place_stop_token STDEXEC_STD_DEPRECATED = stdexec::in_place_stop_token;
72 using in_place_stop_source STDEXEC_STD_DEPRECATED =
76 using in_place_stop_callback STDEXEC_STD_DEPRECATED =
84 using get_scheduler_t STDEXEC_STD_DEPRECATED = stdexec::get_scheduler_t;
85 using get_delegatee_scheduler_t STDEXEC_STD_DEPRECATED =
87 using get_allocator_t STDEXEC_STD_DEPRECATED = stdexec::get_allocator_t;
[all …]
H A D__meta.hpp36 using __t = typename _Tp::__t;
41 using __t = _Ty;
48 using __mtypeof = decltype(_Value);
54 using __midentity = _Tp;
59 using type = __mconstant;
60 using value_type = __mtypeof<_Np>;
76 // for std::bool_constant, either. :-( template <bool _Bp> using __mbool =
83 using __mtrue = __mbool<true>;
84 using __mfalse = __mbool<false>;
94 using __msize_t = std::integral_constant<std::size_t, _Np>;
[all …]
H A D__let.hpp63 using sender_concept = sender_t;
105 using __on_not_callable = __callable_error<__in_which_let_msg<_Set>>;
110 using receiver_concept = receiver_t;
148 using __result_env_t =
162 using __t = __mexception<
169 using __bad_result_sender = __t<__bad_result_sender_<_Sender, _Set, _Env...>>;
172 using __bad_result_sender = __mexception<
184 using __ensure_sender = //
195 using __f = //
207 using __result_receiver_t =
[all …]
H A D__execution_fwd.hpp38 using __rcvrs::set_error_t;
39 using __rcvrs::set_stopped_t;
40 using __rcvrs::set_value_t;
63 using __env::env;
64 using __env::prop;
65 using empty_env = env<>;
73 using __get_env::get_env_t;
77 using env_of_t = __call_result_t<get_env_t, _EnvProvider>;
101 using __queries::__has_algorithm_customizations_t;
102 using __queries::execute_may_block_caller_t;
[all …]
H A D__sender_introspection.hpp44 using __tag = _Tag;
45 using __data = _Data;
46 using __children = __types<_Child...>;
49 using __f = __minvoke<_Fn, _Tag, _Data, _Child...>;
61 using __sexpr_uncurry =
65 using __desc_of = __sexpr_uncurry<_Sender, __q<__desc>>;
67 using __get_desc = __sexpr_uncurry_fn<__q<__desc>>;
70 using __detail::__sexpr_apply_t;
74 using __sexpr_apply_result_t =
78 using tag_of_t = typename __detail::__desc_of<_Sender>::__tag;
[all …]
H A D__env.hpp64 using __result_t = tag_invoke_result_t<forwarding_query_t, _Query>; in operator ()()
153 using __result_t =
161 using _Boolean = tag_invoke_result_t<__has_algorithm_customizations_t,
312 using _Result = in operator ()()
347 using __t = __root_env;
348 using __id = __root_env;
358 using __queries::__has_algorithm_customizations_t;
359 using __queries::execute_may_block_caller_t;
360 using __queries::forwarding_query_t;
361 using __queries::get_allocator_t;
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp15 using DbusObjectPath = std::string;
16 using DbusService = std::string;
17 using DbusInterface = std::string;
18 using DbusObjectInfo = std::pair<DbusObjectPath, DbusService>;
19 using DbusProperty = std::string;
21 using Association = std::tuple<std::string, std::string, std::string>;
22 using BootProgressCode = std::tuple<std::vector<uint8_t>, std::vector<uint8_t>>;
24 using Value = std::variant<bool, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
30 using PropertyMap = std::map<DbusProperty, Value>;
32 using ObjectTree =
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dtypes.hpp26 using bitcount_t = unsigned;
28 using bitcount_t = std::size_t;
33 using fixed_uint_t =
39 using fixed_int_t =
44 using uint1_t = fixed_uint_t<1>;
45 using uint2_t = fixed_uint_t<2>;
46 using uint3_t = fixed_uint_t<3>;
47 using uint4_t = fixed_uint_t<4>;
48 using uint5_t = fixed_uint_t<5>;
49 using uint6_t = fixed_uint_t<6>;
[all …]
/openbmc/phosphor-power/
H A Delog-errors.hpp246 using metadata_types = std::tuple<>;
254 using Shutdown =
266 using type =
277 using metadata_types = std::tuple<>;
285 using PowerOnFailure =
297 using type =
308 using metadata_types = std::tuple<>;
316 using ErrorCode0 =
328 using type =
339 using metadata_types = std::tuple<>;
[all …]
/openbmc/witherspoon-pfault-analysis/
H A Delog-errors.hpp99 using metadata_types = std::tuple<>;
107 using Shutdown =
119 using type =
130 using metadata_types = std::tuple<>;
138 using PowerOnFailure =
150 using type =
167 using type = std::tuple<std::decay_t<decltype("RAIL=%d")>, uint16_t>;
179 using type =
193 using type =
204 using RAIL = _PowerSequencerVoltageFault::RAIL;
[all …]
/openbmc/openpower-host-ipmi-oem/
H A Delog-errors.hpp65 using type = std::tuple<std::decay_t<decltype("ESEL=%s")>, const char*>;
74 using ESEL = _Event::ESEL;
75 using metadata_types = std::tuple<ESEL>;
83 using Event = phosphor::logging::org::open_power::occ::metrics::Event;
94 using type = phosphor::logging::org::open_power::occ::metrics::Event;
110 using type = std::tuple<std::decay_t<decltype("PROCEDURE=%u")>, uint32_t>;
120 using PROCEDURE = _Procedure::PROCEDURE;
121 using metadata_types = std::tuple<PROCEDURE>;
129 using Procedure =
141 using type = phosphor::logging::org::open_power::common::callout::Procedure;
[all …]
/openbmc/phosphor-hwmon/
H A Dinterface.hpp14 using ServerObject = typename sdbusplus::server::object_t<T...>;
16 using ValueInterface = sdbusplus::xyz::openbmc_project::Sensor::server::Value;
17 using ValueObject = ServerObject<ValueInterface>;
18 using WarningInterface =
20 using WarningObject = ServerObject<WarningInterface>;
21 using CriticalInterface =
23 using CriticalObject = ServerObject<CriticalInterface>;
24 using FanSpeedInterface =
26 using FanSpeedObject = ServerObject<FanSpeedInterface>;
27 using FanPwmInterface =
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dstdatomic.patch16 +using std::atomic_bool;
17 +using std::atomic_load_explicit;
18 +using std::memory_order_acquire;
33 +using std::atomic_compare_exchange_strong_explicit;
34 +using std::atomic_fetch_add_explicit;
35 +using std::atomic_fetch_or_explicit;
36 +using std::atomic_fetch_sub_explicit;
37 +using std::atomic_int_least32_t;
38 +using std::atomic_load_explicit;
39 +using std::atomic_store_explicit;
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dstdatomic.patch16 +using std::atomic_bool;
17 +using std::atomic_load_explicit;
18 +using std::memory_order_acquire;
33 +using std::atomic_compare_exchange_strong_explicit;
34 +using std::atomic_fetch_add_explicit;
35 +using std::atomic_fetch_or_explicit;
36 +using std::atomic_fetch_sub_explicit;
37 +using std::atomic_int_least32_t;
38 +using std::atomic_load_explicit;
39 +using std::atomic_store_explicit;
[all …]
/openbmc/phosphor-fan-presence/control/
H A Dtypes.hpp25 using ConditionProperty =
30 using Condition = std::tuple<std::string, std::vector<ConditionProperty>>;
32 using PropertyVariantType =
39 using FanDefinition =
45 using Group = std::vector<std::tuple<std::string, std::string, std::string>>;
46 using ZoneHandler = std::function<void(Zone&)>;
47 using SignalHandler =
49 using MethodHandler = std::function<void(Zone&, const Group&)>;
50 using Action = std::function<void(Zone&, const Group&)>;
51 using Trigger = std::function<void(Zone&, const std::string&, const Group&,
[all …]
/openbmc/linux/drivers/pinctrl/intel/
H A DKconfig22 allows configuring of SoC pins and using them as GPIOs.
30 using them as GPIOs.
45 of Intel Alder Lake PCH pins and using them as GPIOs.
52 configuring of SoC pins and using them as GPIOs.
59 of Intel Cannon Lake PCH pins and using them as GPIOs.
66 of Intel Cedar Fork PCH pins and using them as GPIOs.
73 of Intel Denverton SoC pins and using them as GPIOs.
80 of Intel Elkhart Lake SoC pins and using them as GPIOs.
87 of Intel Emmitsburg pins and using them as GPIOs.
94 of Intel Gemini Lake SoC pins and using them as GPIOs.
[all …]
/openbmc/linux/sound/soc/atmel/
H A DKconfig25 tristate "SoC PCM DAI support for AT91 SSC controller using PDC"
31 in PDC mode configured using audio-graph-card in device-tree.
34 tristate "SoC PCM DAI support for AT91 SSC controller using DMA"
40 in DMA mode configured using audio-graph-card in device-tree.
53 tristate "Atmel ASoC driver for boards using WM8904 codec"
59 Say Y if you want to add support for Atmel ASoC driver for boards using
70 at91sam9x5 based board that is using WM8731 codec.
73 tristate "Atmel ASoC driver for boards using CLASSD"
78 Say Y if you want to add support for Atmel ASoC driver for boards using
82 tristate "Atmel ASoC driver for boards using PDMIC"
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_grammar.hpp31 using boost::spirit::x3::char_;
32 using boost::spirit::x3::int64;
33 using boost::spirit::x3::lexeme;
34 using boost::spirit::x3::lit;
35 using boost::spirit::x3::real_parser;
36 using boost::spirit::x3::rule;
37 using boost::spirit::x3::strict_real_policies;
38 using boost::spirit::x3::symbols;
40 using filter_ast::BooleanOp;
41 using filter_ast::Comparison;
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp32 using namespace stdexec;
52 using __env_t =
75 using _Constrained = __cvref_t<_ConstrainedId>;
76 using _Receiver = stdexec::__t<_ReceiverId>;
80 using __id = __when_empty_op;
117 using _Constrained = stdexec::__t<_ConstrainedId>;
121 using __id = __when_empty_sender;
122 using sender_concept = stdexec::sender_t;
125 using __when_empty_op_t =
154 using __when_empty_sender_t =
[all …]
H A Dsequence_senders.hpp26 using sequence_tag [[deprecated("Renamed to exec::sequence_sender_t")]] =
31 using namespace stdexec;
37 using __f = __mand<__mapply<__mcontains<_Needles>, _Haystack>...>;
41 using __mall_contained_in =
80 using __sequence_sndr::set_next_t;
84 using next_sender_of_t = decltype(exec::set_next(
96 using receiver_concept = stdexec::receiver_t;
97 using __id = __stopped_means_break;
98 using _Receiver = stdexec::__t<_ReceiverId>;
99 using _Token = stop_token_of_t<env_of_t<_Receiver>>;
[all …]
/openbmc/linux/arch/x86/crypto/
H A DKconfig13 Architecture: x86_64 using:
29 Architecture: x86 (32-bit and 64-bit) using:
65 Architecture: x86_64 using:
76 Architecture: x86_64 using:
92 Architecture: x86_64 using:
110 Architecture: x86_64 using:
140 Architecture: x86_64 using:
156 Architecture: x86 (32-bit) using:
173 Architecture: x86_64 using:
186 Architecture: x86_64 using:
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_types.hpp14 using BiosAttributes = std::map<
22 using DBusValue = std::variant<
26 using DBusProperty = std::string;
27 using DBusInterface = std::string;
28 using DBusService = std::string;
29 using DBusPath = std::string;
30 using DBusInterfaceList = std::vector<DBusInterface>;
31 using DBusPathList = std::vector<DBusPath>;
32 using DBusPropertyMap = std::map<DBusProperty, DBusValue>;
33 using DBusInterfaceMap = std::map<DBusInterface, DBusPropertyMap>;
[all …]

12345678910>>...385