Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/u-boot/board/rockchip/evb_rk3328/
H A Devb-rk3328.c39 bool matched = false; in board_usb_init() local
49 matched = true; in board_usb_init()
56 if (!matched) { in board_usb_init()
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3036-board.c73 bool matched = false; in board_usb_init() local
83 matched = true; in board_usb_init()
90 if (!matched) { in board_usb_init()
H A Drv1108-board.c23 bool matched = false; in board_usb_init() local
33 matched = true; in board_usb_init()
41 if (!matched) { in board_usb_init()
H A Drk3128-board.c82 bool matched = false; in board_usb_init() local
92 matched = true; in board_usb_init()
99 if (!matched) { in board_usb_init()
H A Drk322x-board.c110 bool matched = false; in board_usb_init() local
120 matched = true; in board_usb_init()
127 if (!matched) { in board_usb_init()
H A Drk3288-board.c211 bool matched = false; in board_usb_init() local
222 matched = true; in board_usb_init()
229 if (!matched) { in board_usb_init()
/openbmc/u-boot/doc/
H A DREADME.marubun-pcmcia38 You should do the setting matched to your environment.
44 You should do the setting matched to your environment.
50 You should do the setting matched to your environment.
56 You should do the setting matched to your environment.
/openbmc/phosphor-webui/app/common/directives/
H A Dcertificate.js27 var matched =
31 if (matched === undefined) {
34 return matched.name;
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.qemu236 matched=0
245 if [ $? -eq 0 ] && [ $matched = 0 ]; then
248 matched=1
276 if [ $matched = 1 ];
/openbmc/u-boot/tools/
H A Dmoveconfig.py431 matched = get_matched_defconfig(line)
432 if not matched:
436 defconfigs += matched
483 def extend_matched_lines(lines, matched, pre_patterns, post_patterns, extend_pre, argument
501 j = matched[0]
503 for i in matched:
507 while j in matched:
531 matched += extended_matched
532 matched.sort()
582 matched = []
[all …]
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.js117 let matched = false;
121 if (matched) {
128 matched = true;
133 return matched;
/openbmc/bmcweb/redfish-core/include/utils/
H A Dtelemetry_utils.hpp74 boost::container::flat_set<std::pair<std::string, std::string>>& matched) in getChassisSensorNode() argument
96 matched.emplace(std::move(chassis), std::move(node)); in getChassisSensorNode()
109 matched.emplace(std::move(chassis), "Sensors"); in getChassisSensorNode()
/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/
H A Dselftest-replaceme-inst-globfile1 A file matched by a glob in do_install
H A Dselftest-replaceme-inst-todir-globfile1 A file matched by a glob in do_install to a directory
/openbmc/qemu/tests/decode/
H A Derr_pattern_group_nest2.decode4 # Make sure braces are matched
H A Derr_pattern_group_nest1.decode7 # Make sure braces are matched
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch43 - status(" Files matched: %"PRIu64, this->match.exact);
44 - status("Files partially matched: %"PRIu64, this->match.partial);
48 + status(" Files matched: %" PRIu64, this->match.exact);
49 + status("Files partially matched: %" PRIu64, this->match.partial);
/openbmc/webui-vue/src/router/
H A Dindex.js19 if (to.matched.some((record) => record.meta.requiresAuth)) {
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D15_match_clarify.patch11 +matched just by its IP.
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-klibc_2.0.4-add-kexec_file_load-syscall.patch6 for supported archs only (matched in kexec-tools)
/openbmc/phosphor-settingsd/
H A Dsettings_manager.hpp.mako245 bool matched = false;
248 matched = std::regex_search(value, regexToCheck);
249 if (!matched)
263 matched = true;
275 return matched;
/openbmc/google-ipmi-sys/
H A Dutil.cpp135 i2c_dev_string_number[2].matched in buildPcieMap()
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbuildstats.sh54 -s stats The stats to be matched. Options: TIME, IO, RUSAGE, CHILD_RUSAGE
H A Dbuildstats-plot.sh60 -s stats The stats to be matched. If more that one stat, units
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-valgrind-filter_xml_frames-do-not-filter-usr.patch29 # This may require tweaking; currently /lib and /usr/lib are matched

1234