Home
last modified time | relevance | path

Searched full:detail (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py43 detail = "[ %s | %s ]" % (layer_version.layer.vcs_url,
53 'detail': detail,
82 detail = "[ %s ]" % (machine.layer_version.layer.name)
86 'detail': detail,
111 detail = "[ %s ]" % (distro.layer_version.layer.name)
115 'detail' : detail,
142 detail = "[ %s ]" % (recipe.layer_version.layer.name)
146 'detail': detail,
169 'detail': "",
199 'detail': '[ %s ]' % str(rev)})
/openbmc/telemetry/tests/src/
H A Dtest_transform.cpp16 EXPECT_TRUE(utils::detail::has_member_reserve<decltype(input)>); in TEST()
17 EXPECT_TRUE(utils::detail::has_member_reserve<decltype(output)>); in TEST()
26 EXPECT_FALSE(utils::detail::has_member_reserve<decltype(input)>); in TEST()
27 EXPECT_FALSE(utils::detail::has_member_reserve<decltype(output)>); in TEST()
36 EXPECT_FALSE(utils::detail::has_member_reserve<decltype(input)>); in TEST()
37 EXPECT_TRUE(utils::detail::has_member_reserve<decltype(output)>); in TEST()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dsignal.cpp19 std::make_unique<detail::SignalData>(*this, std::move(callback))); in Signal()
38 detail::SignalData& Signal::get_userdata() const in get_userdata()
40 return static_cast<detail::SignalData&>(Base::get_userdata()); in get_userdata()
60 return sourceCallback<Callback, detail::SignalData, &Signal::get_callback>( in signalCallback()
64 namespace detail namespace
72 } // namespace detail
H A Dchild.cpp19 std::make_unique<detail::ChildData>(*this, std::move(callback))); in Child()
40 detail::ChildData& Child::get_userdata() const in get_userdata()
42 return static_cast<detail::ChildData&>(Base::get_userdata()); in get_userdata()
64 return sourceCallback<Callback, detail::ChildData, &Child::get_callback>( in childCallback()
68 namespace detail namespace
76 } // namespace detail
H A Dio.cpp17 set_userdata(std::make_unique<detail::IOData>(*this, std::move(callback))); in IO()
67 detail::IOData& IO::get_userdata() const in get_userdata()
69 return static_cast<detail::IOData&>(Base::get_userdata()); in get_userdata()
89 return sourceCallback<Callback, detail::IOData, &IO::get_callback>( in ioCallback()
93 namespace detail namespace
101 } // namespace detail
H A Devent.cpp28 std::make_unique<detail::EventBaseData>(*this, std::move(callback))); in EventBase()
31 detail::EventBaseData& EventBase::get_userdata() const in get_userdata()
33 return static_cast<detail::EventBaseData&>(Base::get_userdata()); in get_userdata()
52 return sourceCallback<Callback, detail::EventBaseData, in eventCallback()
57 namespace detail namespace
66 } // namespace detail
H A Dtime.cpp22 std::make_unique<detail::TimeData<Id>>(*this, std::move(callback))); in Time()
74 detail::TimeData<Id>& Time<Id>::get_userdata() const in get_userdata()
76 return static_cast<detail::TimeData<Id>&>(Base::get_userdata()); in get_userdata()
103 return sourceCallback<Callback, detail::TimeData<Id>, &Time::get_callback>( in timeCallback()
113 namespace detail namespace
123 } // namespace detail
H A Dchild.hpp14 namespace detail namespace
17 } // namespace detail
70 detail::ChildData& get_userdata() const;
99 namespace detail namespace
113 } // namespace detail
H A Dsignal.hpp15 namespace detail namespace
18 } // namespace detail
73 detail::SignalData& get_userdata() const;
102 namespace detail namespace
116 } // namespace detail
H A Dio.hpp16 namespace detail namespace
19 } // namespace detail
102 detail::IOData& get_userdata() const;
132 namespace detail namespace
146 } // namespace detail
H A Dbase.cpp118 void Base::set_userdata(std::unique_ptr<detail::BaseData> data) const in set_userdata()
126 detail::BaseData& Base::get_userdata() const in get_userdata()
128 return *reinterpret_cast<detail::BaseData*>( in get_userdata()
164 namespace detail namespace
171 } // namespace detail
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-asio-Dont-use-experimental-with-clang.patch11 src/third_party/asio-master/asio/include/asio/detail/string_view.hpp | 4 ++--
14 …d_party/asio-master/asio/include/asio/detail/string_view.hpp b/src/third_party/asio-master/asio/in…
16 --- a/src/third_party/asio-master/asio/include/asio/detail/string_view.hpp
17 +++ b/src/third_party/asio-master/asio/include/asio/detail/string_view.hpp
/openbmc/telemetry/src/utils/
H A Dcontains.hpp7 namespace detail namespace
18 } // namespace detail
20 template <detail::HasMemberFind T>
27 template <detail::HasMemberContains T>
H A Dtransform.hpp8 namespace detail namespace
14 } // namespace detail
21 if constexpr (detail::has_member_reserve<decltype(result)>) in transform()
/openbmc/u-boot/cmd/
H A Dcpu.c21 static int print_cpu_list(bool detail) in print_cpu_list() argument
37 if (!detail) in print_cpu_list()
41 printf("\t(no detail available"); in print_cpu_list()
87 U_BOOT_CMD_MKENT(detail, 4, 0, do_cpu_detail, "", ""),
116 "cpu detail - show CPU detail"
/openbmc/boost-dbus/include/dbus/detail/
H A Dqueue.hpp12 #include <boost/asio/detail/mutex.hpp>
15 namespace detail { namespace
20 typedef ::boost::asio::detail::mutex mutex_type;
71 typedef ::boost::asio::detail::async_result_init< in BOOST_ASIO_INITFN_RESULT_TYPE()
100 } // namespace detail
/openbmc/phosphor-inventory-manager/
H A Dserialize.hpp20 namespace detail namespace
30 } // namespace detail
42 auto p = detail::getStoragePath(path, iface); in serialize()
57 auto p = detail::getStoragePath(path, iface); in serialize()
79 auto p = detail::getStoragePath(path, iface); in deserialize()
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dcve-extra-exclusions.inc18 # strace https://nvd.nist.gov/vuln/detail/CVE-2000-0006
22 # epiphany https://nvd.nist.gov/vuln/detail/CVE-2005-0238
30 # glibc https://nvd.nist.gov/vuln/detail/CVE-2010-4756
37 # go https://nvd.nist.gov/vuln/detail/CVE-2020-29509
38 # go https://nvd.nist.gov/vuln/detail/CVE-2020-29511
68 # qemu:qemu-native:qemu-system-native https://nvd.nist.gov/vuln/detail/CVE-2021-20255
74 # qemu:qemu-native:qemu-system-native https://nvd.nist.gov/vuln/detail/CVE-2019-12067
80 # nasm:nasm-native https://nvd.nist.gov/vuln/detail/CVE-2020-18974
/openbmc/phosphor-host-ipmid/
H A Dhost-cmd-manager.hpp41 * @detail Also calls into the registered handlers so that they can now
53 * @detail If the queue is empty, then it alerts the Host. If not,
67 * @detail When this happens, a failure message would be sent
75 * @detail Clears the command queue and calls all callbacks
82 * @detail The properties changed handler for the
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dlog_id.cpp36 namespace detail namespace
57 } // namespace detail
90 return detail::getTimeBasedLogID(); in generatePELID()
106 return detail::getTimeBasedLogID(); in generatePELID()
109 return detail::addLogIDPrefix(id); in generatePELID()
/openbmc/boost-dbus/include/dbus/
H A Dconnection_service.hpp12 #include <dbus/detail/async_send_op.hpp>
31 : public boost::asio::detail::service_base<connection_service> {
36 : boost::asio::detail::service_base<connection_service>(io) {} in connection_service()
84 boost::asio::detail::async_result_init< in BOOST_ASIO_INITFN_RESULT_TYPE()
87 detail::async_send_op<typename boost::asio::handler_type< in BOOST_ASIO_INITFN_RESULT_TYPE()
/openbmc/phosphor-host-ipmid/include/ipmid-host/
H A Dcmd-utils.hpp15 /** @detail After sending SMS_ATN to the Host, Host comes down and
36 /** @detail Implementation specific callback function to be invoked
42 /** @detail Tuple encapsulating above 2 to enable using Manager by
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dread_into_tuple.hpp
/openbmc/openbmc/poky/meta/recipes-devtools/fmt/fmt/
H A D0001-Workaround-an-ABI-issue-in-spdlog.patch20 - typename Allocator = detail::allocator<T>>
22 + // detail::allocator
24 class basic_memory_buffer : public detail::buffer<T> {
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcve_check.py199 "status": decoded_status["detail"],
296 Convert CVE_STATUS into status, vendor, product, detail and description.
304 status_out["detail"] = status_split[0]
310 # detail: cpe:vendor:product:description
322 # detail: description
329 detail = status_out["detail"]
330 status_mapping = d.getVarFlag("CVE_CHECK_STATUSMAP", detail)
333 'Invalid detail "%s" for CVE_STATUS[%s] = "%s", fallback to Unpatched'
334 % (detail, cve, status)
371 # Process CVE_STATUS_GROUPS to set multiple statuses and optional detail or description at once

12345678910>>...16