/openbmc/linux/fs/erofs/ |
H A D | namei.c | 18 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 D | group.c | 163 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 D | storage.c | 169 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 D | max1586.c | 155 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 D | max8660.c | 322 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 D | evb-rk3328.c | 39 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 D | rk3036-board.c | 73 bool matched = false; in board_usb_init() local 83 matched = true; in board_usb_init() 90 if (!matched) { in board_usb_init()
|
H A D | rv1108-board.c | 23 bool matched = false; in board_usb_init() local 33 matched = true; in board_usb_init() 41 if (!matched) { in board_usb_init()
|
H A D | rk3128-board.c | 82 bool matched = false; in board_usb_init() local 92 matched = true; in board_usb_init() 99 if (!matched) { in board_usb_init()
|
H A D | rk322x-board.c | 110 bool matched = false; in board_usb_init() local 120 matched = true; in board_usb_init() 127 if (!matched) { in board_usb_init()
|
H A D | rk3288-board.c | 211 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 D | pkcs7_trust.c | 60 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 D | moveconfig.py | 431 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 D | README.marubun-pcmcia | 38 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 D | common.qemu | 236 matched=0 245 if [ $? -eq 0 ] && [ $matched = 0 ]; then 248 matched=1 276 if [ $matched = 1 ];
|
/openbmc/linux/tools/memory-model/ |
H A D | linux-kernel.bell | 46 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 D | certificate.js | 27 var matched = 31 if (matched === undefined) { 34 return matched.name;
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | log-controller.js | 117 let matched = false; 121 if (matched) { 128 matched = true; 133 return matched;
|
/openbmc/linux/mm/damon/ |
H A D | paddr.c | 191 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 D | settings_manager.mako.hpp | 233 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 D | telemetry_utils.hpp | 74 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 D | 0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch | 43 - 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 D | sysfs-driver-zynqmp-fpga | 21 BIT(3) 0: DCI not matched 22 1: DCI matched
|
/openbmc/linux/Documentation/networking/ |
H A D | xfrm_proc.rst | 23 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 D | selftest-replaceme-inst-globfile | 1 A file matched by a glob in do_install
|