/openbmc/pldm/common/ |
H A D | types.hpp | 18 using Availability = bool; 19 using eid = uint8_t; 20 using UUID = std::string; 21 using Request = std::vector<uint8_t>; 22 using Response = std::vector<uint8_t>; 23 using MCTPMsgTypes = std::vector<uint8_t>; 24 using Command = uint8_t; 30 using MctpMedium = std::string; 34 using NetworkId = uint32_t; 38 using MctpInfoName = std::optional<std::string>; [all …]
|
/openbmc/phosphor-bmc-code-mgmt/common/pldm/ |
H A D | types.hpp | 16 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 D | types.hpp | 18 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/phosphor-host-ipmid/include/ipmid/message/ |
H A D | types.hpp | 26 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/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __p2300.hpp | 38 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.hpp | 36 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_ [all...] |
H A D | __let.hpp | 63 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.hpp | 38 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.hpp | 44 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 …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | types.hpp | 15 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-hwmon/ |
H A D | interface.hpp | 14 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/phosphor-power/ |
H A D | elog-errors.hpp | 246 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 D | elog-errors.hpp | 99 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/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | stdatomic.patch | 16 +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 D | stdatomic.patch | 16 +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/openpower-host-ipmi-oem/ |
H A D | elog-errors.hpp | 65 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-fan-presence/control/ |
H A D | types.hpp | 25 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/sound/soc/atmel/ |
D | Kconfig |
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | dbus_types.hpp | 14 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 …]
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | filter_expr_parser_grammar.hpp | 31 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/linux/tools/testing/kunit/test_data/ |
D | test_is_test_passed-no_tests_run_no_header.log |
|
/openbmc/openpower-vpd-parser/vpd-tool/include/ |
H A D | tool_types.hpp | 15 using BinaryVector = std::vector<uint8_t>; 19 using DbusVariantType = std::variant< 46 using IpzType = std::tuple<std::string, std::string>; 49 using ReadVpdParams = std::variant<IpzType, std::string>; 52 using KwData = std::tuple<std::string, BinaryVector>; 55 using IpzData = std::tuple<std::string, std::string, BinaryVector>; 58 using WriteVpdParams = std::variant<IpzData, KwData>; 60 using MapperGetObject = std::map<std::string,std::vector<std::string>>; 63 using TableRowData = std::vector<std::string>; 66 using TableInputData = std::vector<TableRowData>; [all …]
|
/openbmc/pldm/libpldmresponder/ |
H A D | fru_parser.hpp | 20 using Service = std::string; 21 using RootPath = std::string; 22 using Interface = std::string; 23 using Interfaces = std::set<Interface>; 24 using Property = std::string; 25 using PropertyType = std::string; 26 using EntityType = uint16_t; 33 using RecordType = uint8_t; 34 using EncodingType = uint8_t; 35 using FieldType = uint8_t; [all …]
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_type_pcie.hpp | 76 using LinkId = uint16_t; 77 using LinkStatus = std::string; 78 using LinkType = uint8_t; 79 using LinkSpeed = uint8_t; 80 using LinkWidth = int64_t; 81 using PcieHostBridgeLoc = std::string; 82 using LocalPortTop = std::string; 83 using LocalPortBot = std::string; 84 using LocalPort = std::pair<LocalPortTop, LocalPortBot>; 85 using RemotePortTop = std::string; [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | async_scope.hpp | 32 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 …]
|