/openbmc/linux/arch/loongarch/include/asm/ |
H A D | tlb.h | 57 /* Invalid global=0 and matched asid lines in current tlb */ 59 /* Invalid addr with global=0 and matched asid in current tlb */ 61 /* Invalid addr with global=1 or matched asid in current tlb */ 63 /* Invalid matched gid in guest tlb */ 65 /* Invalid global=1, matched gid in guest tlb */ 67 /* Invalid global=0, matched gid in guest tlb */ 69 /* Invalid global=0, matched gid and asid in guest tlb */ 71 /* Invalid global=0 , matched gid, asid and addr in guest tlb */ 73 /* Invalid global=1 , matched gid, asid and addr in guest tlb */ 81 /* Invalid matched gid gva-->gpa guest tlb */ [all …]
|
/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 72 /* string comparison without already matched prefix */ in find_target_dirent() 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 [all …]
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower.sh | 53 check_fail $? "Matched on a wrong filter" 79 check_fail $? "Matched on a wrong filter" 105 check_fail $? "Matched on a wrong filter" 139 check_fail $? "Matched on a wrong filter" 175 check_fail $? "Matched on wrong frag filter (nofrag)" 178 check_fail $? "Matched on wrong firstfrag filter (nofrag)" 196 check_err $? "Matched on wrong nofirstfrag filter (1stfrag)" 210 check_err $? "Matched on wrong firstfrag filter (no1stfrag)" 216 check_err $? "Matched on nofrag filter (no1stfrag)" 241 check_err $? "Matched on specified PCP when should not" [all …]
|
H A D | tc_flower_cfm.sh | 74 check_err $? "Matched on the wrong opcode" 80 check_err $? "Matched on the wrong opcode" 114 check_err $? "Matched on the wrong level" 123 check_err $? "Matched on the wrong level" 129 check_err $? "Matched on the wrong level" 159 check_err $? "Matched on the wrong level and opcode" 165 check_err $? "Matched on the wrong level and opcode"
|
H A D | tc_tunnel_key.sh | 125 check_err $? "packet bigger than MTU matched nofrag (nofrag was set)" 127 check_err $? "packet bigger than MTU matched firstfrag (nofrag was set)" 129 check_err $? "packet bigger than MTU matched nofirstfrag (nofrag was set)" 135 check_err $? "packet bigger than MTU matched nofrag (nofrag was unset)"
|
/openbmc/linux/fs/romfs/ |
H A D | storage.c | 64 * - return 1 if matched, 0 if differ, -ve if error 161 * - return 1 if matched, 0 if differ, -ve if error 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() 263 * - return 1 if matched, 0 if differ, -ve if error
|
/openbmc/linux/include/media/ |
H A D | v4l2-async.h | 40 * @fwnode: pointer to &struct fwnode_handle to be matched. 42 * @i2c: embedded struct with I2C parameters to be matched. 44 * should be matched. 47 * I2C adapter ID to be matched. 50 * I2C address to be matched. 185 * @fwnode: fwnode handle of the sub-device to be matched, pointer to 191 * Allocate a fwnode-matched asc of size asc_struct_size, and add it to the 208 * @ep: local endpoint pointing to the remote connection to be matched, 234 * @adapter: I2C adapter ID to be matched 235 * @address: I2C address of connection to be matched [all …]
|
/openbmc/linux/security/tomoyo/ |
H A D | group.c | 125 * Returns matched member's pathname if @pathname matches pathnames in @group, 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/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() 175 * If matched is 0, ie. neither Output_V3 nor Output_V6 have been found, in of_get_max1586_platform_data() 179 * anyway. If matched < 0, return the error. 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()
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 63 The define in the config header matched the one in Kconfig. 431 matched = get_matched_defconfig(line) 432 if not matched: 433 print >> sys.stderr, "warning: %s:%d: no defconfig matched '%s'" % \ 436 defconfigs += matched 483 def extend_matched_lines(lines, matched, pre_patterns, post_patterns, extend_pre, argument 485 """Extend matched lines if desired patterns are found before/after already 486 matched lines. 490 matched: A list of line numbers that have been already matched. 492 pre_patterns: A list of regular expression that should be matched as [all …]
|
H A D | dumpimage.c | 174 * Extract the data files from within the matched in main() 175 * image type. Returns the error code if not matched in main() 180 * Print the image information for matched image type in main() 181 * Returns the error code if not matched in main()
|
/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/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/linux/tools/testing/selftests/netfilter/ |
H A D | rpath.sh | 135 ipt_zero_rule "$iptables" || die "iptables matched martian" 136 ipt_zero_rule "$ip6tables" || die "ip6tables matched martian" 137 ipt_zero_reverse_rule "$iptables" && die "iptables not matched martian" 138 ipt_zero_reverse_rule "$ip6tables" && die "ip6tables not matched martian" 139 nft_zero_rule ip || die "nft IPv4 matched martian" 140 nft_zero_rule ip6 || die "nft IPv6 matched martian"
|
/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/linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
H A D | macsec_struct.h | 36 /*! 0: Bypass the remaining modules if matched. 344 /*! 0: Bypass the remaining modules if matched. 470 /*! 0: This is a controlled-port packet if matched. 471 * 1: This is an uncontrolled-port packet if matched. 654 /*! Action if both first and second level matched. 694 /*! 0: Bypass the remaining modules if matched. 763 /*! The number of transmitted packets for where the matched row in 779 * packets encrypted or the matched row in the Ingress SC Lookup 784 * received, unencrypted, packets with the matched row in the 790 * conditions are true: either the matched row in the Ingress SC [all …]
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
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 | 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 | 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()
|
/openbmc/sdbusplus/include/sdbusplus/utility/ |
H A D | dedup_variant.hpp | 18 * @tparam Unused - An empty type set (non-empty sets are matched in 21 * This template is only matched when Unused is empty, which means all 37 * This template specialization is matched when there are remaining
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_connbytes.h | 21 __aligned_u64 from; /* count to be matched */ 22 __aligned_u64 to; /* count to be 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/qemu/tests/qemu-iotests/ |
H A D | common.qemu | 226 # into $QEMU_EVENTS. When matched, the QMP event will be echoed 227 # and the $matched variable set to 1. 236 matched=0 245 if [ $? -eq 0 ] && [ $matched = 0 ]; then 248 matched=1 265 # event to arrive on the QMP channel. When matched, the QMP 276 if [ $matched = 1 ];
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_flower.sh | 97 # filter is matched 143 # filter is matched 235 # matched 428 check_fail $? "Matched a wrong filter" 532 check_fail $? "Matched a wrong filter" 535 check_fail $? "Matched a wrong filter" 559 check_fail $? "Matched a wrong filter after rehash" 562 check_fail $? "Matched a wrong filter after rehash" 607 check_fail $? "Matched a wrong filter" 610 check_fail $? "Matched a wrong filter" [all …]
|
/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;
|