Home
last modified time | relevance | path

Searched refs:memcmp (Results 1951 - 1975 of 4942) sorted by relevance

1...<<71727374757677787980>>...198

/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dhibernate.c145 if (memcmp(&hdr->invariants, &invariants, sizeof(invariants))) { in arch_hibernation_header_restore()
H A Dvdso.c92 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 Dgen-hyprel.c212 return memcmp(str, prefix, strlen(prefix)) == 0; in starts_with()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Daddnote.c140 if (memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0) in main()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dso_txtime.c231 memcmp(&so_txtime_val, &so_txtime_val_read, vallen)) in setsockopt_txtime()
H A Dpsock_snd.c284 if (memcmp(rbuf, expected, ret)) in do_rx()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dhibernate.c120 if (memcmp(&hdr->invariants, &invariants, sizeof(invariants))) { in arch_hibernation_header_restore()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_vma.h177 * 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 Dhp_sdc_rtc.c124 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 Di915_selftest.c409 if (prev && !memcmp(prev, buf + pos, rowsize)) { in igt_hexdump()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c125 return !memcmp(&addr, &naddr, sizeof(naddr)); in mlxsw_sp_l3addr_is_zero()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Deprom.c270 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 Dfw.c63 if (memcmp(hdr->hdr_vers, "HFW", 3) != 0) in validate_fw()
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c233 if ((!memcmp(psta->hwaddr, hwaddr, ETH_ALEN))) { in r8712_get_stainfo()
/kernel/linux/linux-5.10/samples/bpf/
H A Dcookie_uid_helper_example.c250 res = memcmp(&(si_other.sin_addr), &(si_me.sin_addr), in udp_client()
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtc.h88 #define strprefixeq(a, n, b) (strlen(b) == (n) && (memcmp(a, b, n) == 0))
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c173 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 Dstackleak_plugin.c447 return !memcmp(TREE_STRING_POINTER(node), string, length); in string_equal()
/kernel/linux/linux-5.10/scripts/
H A Dsorttable.c358 if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 || in do_file()
/kernel/linux/linux-5.10/tools/lib/perf/
H A Dcpumap.c315 !memcmp(orig->map, other->map, orig->nr * sizeof(int))) in perf_cpu_map__merge()
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dhelp.c164 return len > extlen && !memcmp(filename + len - extlen, ext, extlen); in has_extension()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Ddso-data.c143 TEST_ASSERT_VAL("Wrong data", !memcmp(buf, data->data, 10)); in test__dso_data()
/kernel/linux/linux-5.10/tools/bootconfig/
H A Dmain.c179 if (memcmp(magic, BOOTCONFIG_MAGIC, BOOTCONFIG_MAGIC_LEN) != 0) in load_xbc_from_initrd()
/kernel/linux/linux-5.10/sound/usb/6fire/
H A Dfirmware.c334 if (!memcmp(version, known_fw_versions + i, 2)) in usb6fire_fw_check()
/kernel/linux/linux-5.10/tools/spi/
H A Dspidev_test.c404 if (memcmp(tx, rx, len)) { in transfer_buf()

Completed in 16 milliseconds

1...<<71727374757677787980>>...198