/openbmc/linux/net/sunrpc/ |
H A D | cache.c | 45 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() argument 52 if (now <= detail->flush_time) in cache_init() 54 now = detail->flush_time + 1; in cache_init() 59 struct cache_detail *detail); 61 static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail, in sunrpc_cache_find_rcu() argument 65 struct hlist_head *head = &detail->hash_table[hash]; in sunrpc_cache_find_rcu() 70 if (!detail->match(tmp, key)) in sunrpc_cache_find_rcu() 73 cache_is_expired(detail, tmp)) in sunrpc_cache_find_rcu() 99 static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail, in sunrpc_cache_add_entry() argument 104 struct hlist_head *head = &detail in sunrpc_cache_add_entry() 146 sunrpc_cache_lookup_rcu(struct cache_detail * detail,struct cache_head * key,int hash) sunrpc_cache_lookup_rcu() argument 162 cache_fresh_locked(struct cache_head * head,time64_t expiry,struct cache_detail * detail) cache_fresh_locked() argument 175 cache_fresh_unlocked(struct cache_head * head,struct cache_detail * detail) cache_fresh_unlocked() argument 183 cache_make_negative(struct cache_detail * detail,struct cache_head * h) cache_make_negative() argument 190 cache_entry_update(struct cache_detail * detail,struct cache_head * h,struct cache_head * new) cache_entry_update() argument 202 sunrpc_cache_update(struct cache_detail * detail,struct cache_head * new,struct cache_head * old,int hash) sunrpc_cache_update() argument 267 try_to_negate_entry(struct cache_detail * detail,struct cache_head * h) try_to_negate_entry() argument 298 cache_check(struct cache_detail * detail,struct cache_head * h,struct cache_req * rqstp) cache_check() argument 531 cache_purge(struct cache_detail * detail) cache_purge() argument 814 cache_request(struct cache_detail * detail,struct cache_request * crq) cache_request() argument 1084 cache_dequeue(struct cache_detail * detail,struct cache_head * ch) cache_dequeue() argument 1173 warn_no_listener(struct cache_detail * detail) warn_no_listener() argument 1182 cache_listeners_exist(struct cache_detail * detail) cache_listeners_exist() argument 1205 cache_pipe_upcall(struct cache_detail * detail,struct cache_head * h) cache_pipe_upcall() argument 1246 sunrpc_cache_pipe_upcall(struct cache_detail * detail,struct cache_head * h) sunrpc_cache_pipe_upcall() argument 1254 sunrpc_cache_pipe_upcall_timeout(struct cache_detail * detail,struct cache_head * h) sunrpc_cache_pipe_upcall_timeout() argument [all...] |
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | typeaheads.py | 43 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/linux/drivers/net/usb/ |
H A D | zaurus.c | 141 struct usb_cdc_mdlm_detail_desc *detail = NULL; in blan_mdlm_bind() local 171 if (detail) { in blan_mdlm_bind() 172 dev_dbg(&intf->dev, "extra MDLM detail\n"); in blan_mdlm_bind() 175 detail = (void *) buf; in blan_mdlm_bind() 176 switch (detail->bGuidDescriptorType) { in blan_mdlm_bind() 178 if (detail->bLength != (sizeof *detail + 2)) in blan_mdlm_bind() 182 if (detail->bLength != (sizeof *detail + 3)) in blan_mdlm_bind() 202 if ((detail->bDetailData[1] & ~0x02) != 0x01) { in blan_mdlm_bind() 208 "bad MDLM detail, %d %d %d\n", in blan_mdlm_bind() 209 detail->bLength, in blan_mdlm_bind() [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | test_transform.cpp | 16 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 D | signal.cpp | 19 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 D | child.cpp | 19 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 D | io.cpp | 17 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 D | event.cpp | 28 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 D | time.cpp | 22 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 D | child.hpp | 14 namespace detail namespace 17 } // namespace detail 70 detail::ChildData& get_userdata() const; 99 namespace detail namespace 113 } // namespace detail
|
H A D | signal.hpp | 15 namespace detail namespace 18 } // namespace detail 73 detail::SignalData& get_userdata() const; 102 namespace detail namespace 116 } // namespace detail
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ |
H A D | ia_css_bnlm_types.h | 52 s32 nl_th[3]; /** Detail thresholds */ 54 /* Index for n-th maximum candidate weight for each detail group */ 83 /* Non linear transfer functions to calculate the blending coefficient depending on detail group */ 84 /* detail group 0 */ 90 /* detail group 1 */ 95 /* detail group 2 */ 100 /* detail group 3 */
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-asio-Dont-use-experimental-with-clang.patch | 11 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/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_util.h | 42 * struct dpu_hw_scaler3_de_cfg : QSEEDv3 detail enhancer configuration 43 * @enable: detail enhancer enable/disable 107 * @ de: detail enhancer configuration 146 * Detail enhancer settings 194 * struct dpu_drm_de_v1 - version 1 of detail enhancer structure 195 * @enable: Enables/disables detail enhancer 199 * @limit: Detail enhancer limit factor 204 * @prec_shift: Detail enhancer precision 228 * @dir_en: Detail enhancer enable 252 * @de: Detail enhancer settings [all …]
|
/openbmc/u-boot/cmd/ |
H A D | cpu.c | 21 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/openbmc/poky/meta/conf/distro/include/ |
H A D | cve-extra-exclusions.inc | 18 # 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/telemetry/src/utils/ |
H A D | contains.hpp | 7 namespace detail namespace 18 } // namespace detail 20 template <detail::HasMemberFind T> 27 template <detail::HasMemberContains T>
|
/openbmc/boost-dbus/include/dbus/detail/ |
H A D | queue.hpp | 12 #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 D | serialize.hpp | 20 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/linux/scripts/ |
H A D | dev-needs.sh | 206 alias detail=detail_device alias 220 alias detail=detail_compat alias 223 alias detail=detail_module alias 226 alias detail=detail_driver alias 229 alias detail=detail_fwnode alias 232 alias detail=detail_graphviz alias 235 alias detail=detail_tsort alias 255 detail $1 $2
|
/openbmc/phosphor-host-ipmid/ |
H A D | host-cmd-manager.hpp | 41 * @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 D | log_id.cpp | 36 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 D | connection_service.hpp | 12 #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/linux/drivers/mmc/host/ |
H A D | toshsd.c | 292 u32 int_reg, int_mask, int_status, detail; in toshsd_irq() local 329 detail = ioread32(host->ioaddr + SD_ERRORSTATUS0); in toshsd_irq() 330 dev_err(&host->pdev->dev, "detail error status { %s%s%s%s%s%s%s%s%s%s%s%s%s}\n", in toshsd_irq() 331 detail & SD_ERR0_RESP_CMD_ERR ? "RESP_CMD " : "", in toshsd_irq() 332 detail & SD_ERR0_RESP_NON_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq() 333 detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq() 334 detail & SD_ERR0_READ_DATA_END_BIT_ERR ? "READ_DATA_END_BIT " : "", in toshsd_irq() 335 detail & SD_ERR0_WRITE_CRC_STATUS_END_BIT_ERR ? "WRITE_CMD_END_BIT " : "", in toshsd_irq() 336 detail & SD_ERR0_RESP_NON_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq() 337 detail & SD_ERR0_RESP_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | cve_check.py | 79 status["detail"] = "ignored" 467 "detail" : issue["detail"] if "detail" in issue else "", 473 detail = "version-not-in-range" 476 self.assertEqual(found_cves["CVE-2011-1098"]["detail"], detail) 478 detail = "not-applicable-platform" 482 self.assertEqual(found_cves["CVE-2011-1548"]["detail"], detail) 486 self.assertEqual(found_cves["CVE-2011-1549"]["detail"], detail) 490 self.assertEqual(found_cves["CVE-2011-1550"]["detail"], detail)
|