Home
last modified time | relevance | path

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

123456789

/openbmc/linux/fs/erofs/
H A Dnamei.c18 unsigned int *matched) in erofs_dirnamecmp() argument
20 unsigned int i = *matched; in erofs_dirnamecmp()
33 *matched = i; in erofs_dirnamecmp()
38 *matched = i; in erofs_dirnamecmp()
63 unsigned int matched = min(startprfx, endprfx); in find_target_dirent() local
73 int ret = erofs_dirnamecmp(name, &dname, &matched); in find_target_dirent()
79 startprfx = matched; in find_target_dirent()
82 endprfx = matched; in find_target_dirent()
108 unsigned int matched; in erofs_find_target_block() local
121 matched = min(startprfx, endprfx); in erofs_find_target_block()
[all …]
/openbmc/linux/security/tomoyo/
H A Dgroup.c163 bool matched = false; in tomoyo_number_matches_group() local
172 matched = true; in tomoyo_number_matches_group()
175 return matched; in tomoyo_number_matches_group()
193 bool matched = false; in tomoyo_address_matches_group() local
205 matched = true; in tomoyo_address_matches_group()
208 return matched; in tomoyo_address_matches_group()
/openbmc/linux/fs/romfs/
H A Dstorage.c169 bool matched, terminated = false; in romfs_blk_strcmp() local
178 matched = (memcmp(bh->b_data + offset, str, segment) == 0); in romfs_blk_strcmp()
183 if (matched && size == 0 && offset + segment < ROMBSIZE) { in romfs_blk_strcmp()
187 matched = false; in romfs_blk_strcmp()
190 if (!matched) in romfs_blk_strcmp()
201 matched = !bh->b_data[0]; in romfs_blk_strcmp()
203 if (!matched) in romfs_blk_strcmp()
/openbmc/linux/drivers/regulator/
H A Dmax1586.c155 int i, matched; in of_get_max1586_platform_data() local
172 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in of_get_max1586_platform_data()
181 if (matched <= 0) in of_get_max1586_platform_data()
182 return matched; in of_get_max1586_platform_data()
185 matched, in of_get_max1586_platform_data()
191 pdata->num_subdevs = matched; in of_get_max1586_platform_data()
194 for (i = 0; i < matched; i++) { in of_get_max1586_platform_data()
H A Dmax8660.c322 int matched, i; in max8660_pdata_from_dt() local
336 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in max8660_pdata_from_dt()
338 if (matched <= 0) in max8660_pdata_from_dt()
339 return matched; in max8660_pdata_from_dt()
342 matched, in max8660_pdata_from_dt()
348 pdata->num_subdevs = matched; in max8660_pdata_from_dt()
351 for (i = 0; i < matched; i++) { in max8660_pdata_from_dt()
/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/linux/crypto/asymmetric_keys/
H A Dpkcs7_trust.c60 goto matched; in pkcs7_validate_trust_one()
90 goto matched; in pkcs7_validate_trust_one()
106 goto matched; in pkcs7_validate_trust_one()
114 matched: in pkcs7_validate_trust_one()
/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/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/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/linux/tools/memory-model/
H A Dlinux-kernel.bell46 unmatched-locks = Rcu-lock \ domain(matched)
47 and unmatched-unlocks = Rcu-unlock \ range(matched)
52 and matched = matched | (unmatched-locks-to-unlocks \
54 in matched
/openbmc/phosphor-webui/app/common/directives/
H A Dcertificate.js27 var matched =
31 if (matched === undefined) {
34 return matched.name;
/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/linux/mm/damon/
H A Dpaddr.c191 bool matched = false; in __damos_pa_filter_out() local
196 matched = folio_test_anon(folio); in __damos_pa_filter_out()
202 matched = false; in __damos_pa_filter_out()
204 matched = filter->memcg_id == mem_cgroup_id(memcg); in __damos_pa_filter_out()
211 return matched == filter->matching; in __damos_pa_filter_out()
/openbmc/phosphor-settingsd/
H A Dsettings_manager.mako.hpp233 bool matched = false;
236 matched = std::regex_search(value, regexToCheck);
237 if (!matched)
251 matched = true;
263 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/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/linux/Documentation/ABI/testing/
H A Dsysfs-driver-zynqmp-fpga21 BIT(3) 0: DCI not matched
22 1: DCI matched
/openbmc/linux/Documentation/networking/
H A Dxfrm_proc.rst23 All errors which is not matched others
79 All errors which is not matched others
/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/
H A Dselftest-replaceme-inst-globfile1 A file matched by a glob in do_install

123456789