| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | map_ptr_kern.c | 24 #define VERIFY(expr) ({ \ macro 41 VERIFY(map->map_type == g_map_type); in check_bpf_map_fields() 42 VERIFY(map->key_size == key_size); in check_bpf_map_fields() 43 VERIFY(map->value_size == value_size); in check_bpf_map_fields() 44 VERIFY(map->max_entries == max_entries); in check_bpf_map_fields() 45 VERIFY(map->id > 0); in check_bpf_map_fields() 53 VERIFY(indirect->map_type == direct->map_type); in check_bpf_map_ptr() 54 VERIFY(indirect->key_size == direct->key_size); in check_bpf_map_ptr() 55 VERIFY(indirect->value_size == direct->value_size); in check_bpf_map_ptr() 56 VERIFY(indirect->max_entries == direct->max_entries); in check_bpf_map_ptr() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | map_ptr_kern.c | 23 #define VERIFY(expr) ({ \ macro 45 VERIFY(map->map_type == g_map_type); in check_bpf_map_fields() 46 VERIFY(map->key_size == key_size); in check_bpf_map_fields() 47 VERIFY(map->value_size == value_size); in check_bpf_map_fields() 48 VERIFY(map->max_entries == max_entries); in check_bpf_map_fields() 49 VERIFY(map->id > 0); in check_bpf_map_fields() 50 VERIFY(map->memory.pages > 0); in check_bpf_map_fields() 58 VERIFY(indirect->map_type == direct->map_type); in check_bpf_map_ptr() 59 VERIFY(indirect->key_size == direct->key_size); in check_bpf_map_ptr() 60 VERIFY(indirect->value_size == direct->value_size); in check_bpf_map_ptr() [all …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | get_dvb_firmware | 60 verify("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $hash); 80 verify("$tmpdir/ZEnglish/sc_main.mc", $hash); 98 verify("$tmpdir/fwtmp", $hash); 116 verify("$tmpdir/fwtmp", $hash); 134 verify("$tmpdir/fwtmp", $hash); 149 verify($sourcefile, $hash); 166 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $hash); 183 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $hash); 200 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_S.bin", $hash); 216 verify("$tmpdir/fw1part1-1","5e0909858fdf0b5b09ad48b9fe622e70"); [all …]
|
| /kernel/linux/linux-6.6/scripts/ |
| D | get_dvb_firmware | 60 verify("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $hash); 80 verify("$tmpdir/ZEnglish/sc_main.mc", $hash); 98 verify("$tmpdir/fwtmp", $hash); 116 verify("$tmpdir/fwtmp", $hash); 134 verify("$tmpdir/fwtmp", $hash); 149 verify($sourcefile, $hash); 166 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $hash); 183 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $hash); 200 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_S.bin", $hash); 216 verify("$tmpdir/fw1part1-1","5e0909858fdf0b5b09ad48b9fe622e70"); [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| D | ethtool_mm.sh | 54 ethtool --set-mm $tx verify-enabled on tx-enabled on 59 ethtool --json --show-mm $tx | jq -r '.[]."verify-status"' | \ 69 ethtool --set-mm $tx verify-enabled off tx-enabled off 92 ethtool --set-mm $tx verify-enabled off tx-enabled on 94 ethtool --json --show-mm $tx | jq -r '.[]."verify-status"' | \ 104 ethtool --set-mm $tx verify-enabled off tx-enabled off 127 ethtool --set-mm $tx verify-enabled on tx-enabled on 132 ethtool --json --show-mm $tx | jq -r '.[]."verify-status"' | \ 142 ethtool --set-mm $tx verify-enabled off tx-enabled off 226 ethtool --set-mm $h1 pmac-enabled on tx-enabled off verify-enabled off [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/livepatch/ |
| D | test-livepatch.sh | 14 # verify correct behavior 49 # verify correct behavior 50 # - load another livepatch and verify that both livepatches are active 51 # - unload the second livepatch and verify that the first is still active 52 # - unload the first livepatch and verify none are active 109 # verify correct behavior 110 # - load an atomic replace livepatch and verify that only the second is active 111 # - remove the first livepatch and verify that the atomic replace livepatch 113 # - remove the atomic replace livepatch and verify that none are active
|
| /kernel/linux/linux-5.10/tools/testing/selftests/livepatch/ |
| D | test-livepatch.sh | 14 # verify correct behavior 49 # verify correct behavior 50 # - load another livepatch and verify that both livepatches are active 51 # - unload the second livepatch and verify that the first is still active 52 # - unload the first livepatch and verify none are active 109 # verify correct behavior 110 # - load an atomic replace livepatch and verify that only the second is active 111 # - remove the first livepatch and verify that the atomic replace livepatch 113 # - remove the atomic replace livepatch and verify that none are active
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
| D | dm-init.rst | 45 `cache` constrained, userspace should verify cache device 48 `era` constrained, userspace should verify metadata device 51 `log-writes` constrained, userspace should verify metadata device 52 `mirror` constrained, userspace should verify main/mirror device 53 `raid` constrained, userspace should verify metadata device 54 `snapshot` constrained, userspace should verify src/dst device 56 `snapshot-merge` constrained, userspace should verify src/dst device 58 `switch` constrained, userspace should verify dev path 62 `writecache` constrained, userspace should verify cache device
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/device-mapper/ |
| D | dm-init.rst | 45 `cache` constrained, userspace should verify cache device 48 `era` constrained, userspace should verify metadata device 51 `log-writes` constrained, userspace should verify metadata device 52 `mirror` constrained, userspace should verify main/mirror device 53 `raid` constrained, userspace should verify metadata device 54 `snapshot` constrained, userspace should verify src/dst device 56 `snapshot-merge` constrained, userspace should verify src/dst device 58 `switch` constrained, userspace should verify dev path 62 `writecache` constrained, userspace should verify cache device
|
| /kernel/linux/build/test/unittest/rtg/ |
| D | rtg_test.cpp | 346 * @tc.desc: Verify the enable rtg function. 364 * @tc.desc: Verify the create and destroy rtggrp function. 380 * @tc.desc: Verify Destroy function with error param. 392 * @tc.desc: Verify add rtg function. 411 * @tc.desc: Verify add rtg function with error param. 436 * @tc.desc: Verify rtg frame start function. 458 * @tc.desc: Verify rtg frame start function with NoAddThreadtoGrp. 475 * @tc.desc: Verify rtg frame end function. 497 * @tc.desc: Verify rtg frame end function with NoAddThreadtoGrp. 515 * @tc.desc: Verify scene end function. [all …]
|
| /kernel/linux/linux-6.6/fs/xfs/libxfs/ |
| D | xfs_types.c | 18 * Verify that an AG block number pointer neither points outside the AG 38 * Verify that an FS block number pointer neither points outside the 54 * Verify that a data device extent is fully contained inside the filesystem, 77 * Verify that an AG inode number pointer neither points outside the AG 94 * Verify that an FS inode number pointer neither points outside the 124 * Verify that a directory entry's inode number doesn't point at an internal 138 * Verify that an realtime block number pointer doesn't point off the 149 /* Verify that a realtime device extent is fully contained inside the volume. */
|
| /kernel/linux/linux-5.10/net/llc/ |
| D | llc_s_ac.c | 35 * UNITDATA INDICATION; verify our event is the kind we expect 50 * event. Verify the primitive is a UNITDATA REQUEST. 74 * primitive from the network layer. Verify event is a primitive type 75 * event. Verify the primitive is a XID REQUEST. 99 * command PDU. Verify event is a PDU type event 130 * primitive from the network layer. Verify event is a primitive type 131 * event; verify the primitive is a TEST REQUEST. 183 * Report data link status to layer management. Verify our event is the 211 * primitive. Verify our event is a PDU type event.
|
| /kernel/linux/linux-6.6/net/llc/ |
| D | llc_s_ac.c | 35 * UNITDATA INDICATION; verify our event is the kind we expect 70 * event. Verify the primitive is a UNITDATA REQUEST. 89 * primitive from the network layer. Verify event is a primitive type 90 * event. Verify the primitive is a XID REQUEST. 109 * command PDU. Verify event is a PDU type event 140 * primitive from the network layer. Verify event is a primitive type 141 * event; verify the primitive is a TEST REQUEST. 188 * Report data link status to layer management. Verify our event is the 216 * primitive. Verify our event is a PDU type event.
|
| /kernel/linux/linux-6.6/fs/verity/ |
| D | verify.c | 31 * Using PG_checked also guarantees that we re-verify hash pages that in is_hash_block_verified() 82 * Verify a single data block against the file's Merkle tree. 84 * In principle, we need to verify the entire path to the root node. However, 87 * verify the path to that block. 128 * to verify that any data blocks fully past EOF are all zeroes. in verify_data_block() 231 /* Finally, verify the data block. */ in verify_data_block() 283 * fsverity_verify_blocks() - verify data in a folio 284 * @folio: the folio containing the data to verify 285 * @len: the length of the data to verify in the folio 286 * @offset: the offset of the data to verify in the folio [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
| D | firmware.c | 166 #define VERIFY(s, a, b) do { \ in verify_firmware() macro 172 VERIFY("magic number", h->magic, VGT_MAGIC); in verify_firmware() 173 VERIFY("version", h->version, FIRMWARE_VERSION); in verify_firmware() 174 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start)); in verify_firmware() 175 VERIFY("cfg space size", h->cfg_space_size, info->cfg_space_size); in verify_firmware() 176 VERIFY("mmio size", h->mmio_size, info->mmio_size); in verify_firmware() 181 VERIFY("vender id", id, pdev->vendor); in verify_firmware() 184 VERIFY("device id", id, pdev->device); in verify_firmware() 187 VERIFY("revision id", id, pdev->revision); in verify_firmware() 189 #undef VERIFY in verify_firmware()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
| D | firmware.c | 159 #define VERIFY(s, a, b) do { \ in verify_firmware() macro 165 VERIFY("magic number", h->magic, VGT_MAGIC); in verify_firmware() 166 VERIFY("version", h->version, FIRMWARE_VERSION); in verify_firmware() 167 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start)); in verify_firmware() 168 VERIFY("cfg space size", h->cfg_space_size, info->cfg_space_size); in verify_firmware() 169 VERIFY("mmio size", h->mmio_size, info->mmio_size); in verify_firmware() 174 VERIFY("vendor id", id, pdev->vendor); in verify_firmware() 177 VERIFY("device id", id, pdev->device); in verify_firmware() 180 VERIFY("revision id", id, pdev->revision); in verify_firmware() 182 #undef VERIFY in verify_firmware()
|
| /kernel/linux/linux-5.10/fs/verity/ |
| D | verify.c | 3 * fs/verity/verify.c: data verification functions, i.e. hooks for ->readpages() 70 * Verify a single data page against the file's Merkle tree. 72 * In principle, we need to verify the entire path to the root node. However, 75 * the PageChecked bit being set; then verify the path to that page. 81 * Note that multiple processes may race to verify a hash page and mark it 175 /* Finally, verify the data page */ in verify_page() 188 * fsverity_verify_page() - verify a data page 191 * Verify a page that has just been read from a verity file. The page must be a 216 * fsverity_verify_bio() - verify a 'read' bio that has just completed 217 * @bio: the bio to verify [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/memfd/ |
| D | memfd_test.c | 247 /* verify PROT_READ *is* allowed */ in mfd_assert_read() 260 /* verify MAP_PRIVATE is *always* allowed (even writable) */ in mfd_assert_read() 279 /* verify PROT_READ and MAP_SHARED *is* allowed */ in mfd_assert_read_shared() 335 * verify everything else here. in mfd_assert_write() 338 /* verify write() succeeds */ in mfd_assert_write() 346 /* verify PROT_READ | PROT_WRITE is allowed */ in mfd_assert_write() 360 /* verify PROT_WRITE is allowed */ in mfd_assert_write() 374 /* verify PROT_READ with MAP_SHARED is allowed and a following in mfd_assert_write() 396 /* verify PUNCH_HOLE works */ in mfd_assert_write() 413 /* verify write() fails */ in mfd_fail_write() [all …]
|
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| D | xfs_types.c | 29 * Verify that an AG block number pointer neither points outside the AG 49 * Verify that an FS block number pointer neither points outside the 93 * Verify that an AG inode number pointer neither points outside the AG 110 * Verify that an AG inode number pointer neither points outside the AG 123 * Verify that an FS inode number pointer neither points outside the 153 * Verify that a directory entry's inode number doesn't point at an internal 167 * Verify that an realtime block number pointer doesn't point off the
|
| /kernel/linux/linux-6.6/lib/ |
| D | memcpy_kunit.c | 79 /* Verify static initializers. */ in memcpy_test() 84 /* Verify assignment. */ in memcpy_test() 88 /* Verify complete overwrite. */ in memcpy_test() 92 /* Verify middle overwrite. */ in memcpy_test() 97 /* Verify argument side-effects aren't repeated. */ in memcpy_test() 153 /* Verify static initializers. */ in memmove_test() 158 /* Verify assignment. */ in memmove_test() 162 /* Verify complete overwrite. */ in memmove_test() 166 /* Verify middle overwrite. */ in memmove_test() 171 /* Verify argument side-effects aren't repeated. */ in memmove_test() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/sysctl/ |
| D | sysctl.sh | 170 verify() function 229 if ! verify "${TEST_FILE}"; then 237 if verify "${TARGET}"; then 246 if ! verify "${TARGET}"; then 255 if verify "${TARGET}"; then 269 if ! verify "${TARGET}"; then 279 if ! verify "${TARGET}"; then 289 if verify "${TARGET}"; then 300 if verify "${TARGET}"; then 372 if ! verify "${TARGET}"; then [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
| D | cmd.c | 296 /* First, verify that the master reports correct status */ in mlx4_comm_cmd_poll() 1068 .verify = NULL, 1077 .verify = NULL, 1086 .verify = NULL, 1095 .verify = NULL, 1104 .verify = NULL, 1113 .verify = NULL, 1122 .verify = NULL, 1131 .verify = NULL, 1140 .verify = NULL, [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
| D | cmd.c | 296 /* First, verify that the master reports correct status */ in mlx4_comm_cmd_poll() 1068 .verify = NULL, 1077 .verify = NULL, 1086 .verify = NULL, 1095 .verify = NULL, 1104 .verify = NULL, 1113 .verify = NULL, 1122 .verify = NULL, 1131 .verify = NULL, 1140 .verify = NULL, [all …]
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | akcipher.h | 17 * For verify op this is signature + digest, in that case 19 * @dst: Destination data (Should be NULL for verify op) 21 * For verify op it's size of signature part of @src, this part 23 * @dst_len: Size of @dst buffer (for all ops except verify). 30 * For verify op this is size of digest part in @src. 59 * @verify: Function performs a complete verify operation as defined by 94 int (*verify)(struct akcipher_request *req); member 243 * @dst: ptr to output scatter list or NULL for verify op 246 * portion in @src for verify op 370 ret = alg->verify(req); in crypto_akcipher_verify()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | test_bpftool_synctypes.py | 474 def verify(first_set, second_set, message): function 490 Verify that bpftool's code, help messages, documentation and bash 521 verify(source_map_types, help_map_types, 523 verify(source_map_types, man_map_types, 525 verify(help_map_options, man_map_options, 547 verify(source_prog_attach_types, help_prog_attach_types, 549 verify(source_prog_attach_types, man_prog_attach_types, 551 verify(help_prog_options, man_prog_options, 553 verify(source_prog_attach_types, bashcomp_prog_attach_types, 570 verify(source_cgroup_attach_types, help_cgroup_attach_types, [all …]
|