/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | hibernate.c | 145 if (memcmp(&hdr->invariants, &invariants, sizeof(invariants))) { in arch_hibernation_header_restore()
|
H A D | vdso.c | 92 if (memcmp(vdso_info[abi].vdso_code_start, "\177ELF", 4)) { in __vdso_init()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 212 return memcmp(str, prefix, strlen(prefix)) == 0; in starts_with()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | addnote.c | 140 if (memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0) in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | so_txtime.c | 231 memcmp(&so_txtime_val, &so_txtime_val_read, vallen)) in setsockopt_txtime()
|
H A D | psock_snd.c | 284 if (memcmp(rbuf, expected, ret)) in do_rx()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | hibernate.c | 120 if (memcmp(&hdr->invariants, &invariants, sizeof(invariants))) { in arch_hibernation_header_restore()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_vma.h | 177 * accessing of uninitialised padding bytes) memcmp without storing in i915_vma_compare() 180 * To ensure that the memcmp is valid for all branches of the union, in i915_vma_compare() 192 return memcmp(&vma->ggtt_view.partial, &view->partial, view->type); in i915_vma_compare()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | hp_sdc_rtc.c | 124 while (memcmp(&tm, &tm_last, sizeof(struct rtc_time))) { in hp_sdc_rtc_read_bbrtc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_selftest.c | 409 if (prev && !memcmp(prev, buf + pos, rowsize)) { in igt_hexdump()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ipip.c | 125 return !memcmp(&addr, &naddr, sizeof(naddr)); in mlxsw_sp_l3addr_is_zero()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | eprom.c | 270 if (memcmp(buffer, IMAGE_START_MAGIC, strlen(IMAGE_START_MAGIC))) { in read_partition_platform_config()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | fw.c | 63 if (memcmp(hdr->hdr_vers, "HFW", 3) != 0) in validate_fw()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_sta_mgt.c | 233 if ((!memcmp(psta->hwaddr, hwaddr, ETH_ALEN))) { in r8712_get_stainfo()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | cookie_uid_helper_example.c | 250 res = memcmp(&(si_other.sin_addr), &(si_me.sin_addr), in udp_client()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtc.h | 88 #define strprefixeq(a, n, b) (strlen(b) == (n) && (memcmp(a, b, n) == 0))
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_mech_switch.c | 173 if (0 == memcmp(obj->data, pos->gm_oid.data, obj->len)) { in gss_mech_get_by_OID()
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | stackleak_plugin.c | 447 return !memcmp(TREE_STRING_POINTER(node), string, length); in string_equal()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | sorttable.c | 358 if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 || in do_file()
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | cpumap.c | 315 !memcmp(orig->map, other->map, orig->nr * sizeof(int))) in perf_cpu_map__merge()
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | help.c | 164 return len > extlen && !memcmp(filename + len - extlen, ext, extlen); in has_extension()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | dso-data.c | 143 TEST_ASSERT_VAL("Wrong data", !memcmp(buf, data->data, 10)); in test__dso_data()
|
/kernel/linux/linux-5.10/tools/bootconfig/ |
H A D | main.c | 179 if (memcmp(magic, BOOTCONFIG_MAGIC, BOOTCONFIG_MAGIC_LEN) != 0) in load_xbc_from_initrd()
|
/kernel/linux/linux-5.10/sound/usb/6fire/ |
H A D | firmware.c | 334 if (!memcmp(version, known_fw_versions + i, 2)) in usb6fire_fw_check()
|
/kernel/linux/linux-5.10/tools/spi/ |
H A D | spidev_test.c | 404 if (memcmp(tx, rx, len)) { in transfer_buf()
|