memcmp 28 arch/arc/include/asm/string.h extern int memcmp(const void *, const void *, __kernel_size_t); memcmp 50 arch/arc/kernel/arcksyms.c EXPORT_SYMBOL(memcmp); memcmp 34 arch/arm/boot/compressed/decompress.c extern int memcmp(const void *cs, const void *ct, size_t count); memcmp 193 arch/arm/kernel/vdso.c if (memcmp(vdso_start, "\177ELF", 4)) { memcmp 189 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c ret = memcmp(argsa->args, argsb->args, memcmp 163 arch/arm/mm/mmu.c if (memcmp(p, cache_policies[i].policy, len) == 0) { memcmp 216 arch/arm/mm/mmu.c if (memcmp(p, "on", 2) == 0) memcmp 218 arch/arm/mm/mmu.c else if (memcmp(p, "off", 3) == 0) memcmp 1436 arch/arm/probes/kprobes/test-core.c if (memcmp(&expected_regs, &result_regs, sizeof(expected_regs))) { memcmp 1444 arch/arm/probes/kprobes/test-core.c if (memcmp(expected_memory, mem, mem_size)) { memcmp 153 arch/arm/vdso/vdsomunge.c if (memcmp(&inhdr->e_ident, ELFMAG, SELFMAG) != 0) memcmp 28 arch/arm64/include/asm/string.h extern int memcmp(const void *, const void *, size_t); memcmp 111 arch/arm64/kernel/ftrace.c if (memcmp(dst, &trampoline, sizeof(trampoline))) { memcmp 156 arch/arm64/kernel/hibernate.c if (memcmp(&hdr->invariants, &invariants, sizeof(invariants))) { memcmp 31 arch/arm64/kernel/kexec_image.c if (memcmp(&h->magic, ARM64_IMAGE_MAGIC, sizeof(h->magic))) memcmp 106 arch/arm64/kernel/vdso.c if (memcmp(vdso_lookup[arch_index].vdso_code_start, "\177ELF", 4)) { memcmp 7 arch/csky/abiv2/inc/abi/string.h extern int memcmp(const void *, const void *, __kernel_size_t); memcmp 8 arch/csky/abiv2/strksyms.c EXPORT_SYMBOL(memcmp); memcmp 77 arch/csky/kernel/ftrace.c if (memcmp((void *)nops, (void *)olds, sizeof(nops))) { memcmp 491 arch/ia64/kernel/efi.c if (memcmp(cp, "mem=", 4) == 0) { memcmp 493 arch/ia64/kernel/efi.c } else if (memcmp(cp, "max_addr=", 9) == 0) { memcmp 495 arch/ia64/kernel/efi.c } else if (memcmp(cp, "min_addr=", 9) == 0) { memcmp 115 arch/ia64/kernel/ftrace.c if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) memcmp 143 arch/ia64/kernel/ftrace.c if (memcmp(replaced, ftrace_call_code, MCOUNT_INSN_SIZE) != 0) memcmp 153 arch/ia64/kernel/ftrace.c if (memcmp(replaced, ftrace_orig_code, MCOUNT_INSN_SIZE) != 0) memcmp 1147 arch/ia64/kernel/perfmon.c return memcmp(a, b, sizeof(pfm_uuid_t)); memcmp 200 arch/ia64/kernel/sal.c if (memcmp(cp, "nointroute", 10) == 0) { memcmp 80 arch/microblaze/kernel/setup.c if (memcmp(&addr[0], "-rom1fs-", 8) == 0) /* romfs */ memcmp 88 arch/mips/bcm47xx/prom.c if (!memcmp(prom_init, prom_init + mem, 32)) memcmp 165 arch/mips/bcm47xx/prom.c if (!memcmp(prom_init, (void *)(off + extmem), 16)) memcmp 766 arch/mips/bcm63xx/boards/board_bcm963xx.c if (!memcmp(cfe, "cfe-v", 5)) memcmp 210 arch/mips/boot/tools/relocs.c if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0) memcmp 136 arch/mips/kernel/setup.c if (!memcmp(dm, dm + size, sizeof(detect_magic))) memcmp 226 arch/mips/kernel/setup.c if (!memcmp((void *)initrd_start, "070701", 6)) memcmp 235 arch/mips/kernel/setup.c if (!memcmp(&buf, "070701", 6) || memcmp 593 arch/mips/kernel/vpe.c if (memcmp(hdr->e_ident, ELFMAG, SELFMAG) != 0 memcmp 830 arch/mips/kernel/vpe.c if (memcmp(hdr->e_ident, ELFMAG, SELFMAG) == 0) { memcmp 57 arch/mips/tools/elf-entry.c if (memcmp(hdr.ehdr32.e_ident, ELFMAG, SELFMAG)) memcmp 139 arch/mips/vdso/genvdso.c if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0) { memcmp 148 arch/nds32/kernel/ftrace.c if (memcmp(orig_insn, old_insn, MCOUNT_INSN_SIZE)) memcmp 69 arch/nds32/kernel/vdso.c if (memcmp(vdso_start, "\177ELF", 4)) { memcmp 393 arch/parisc/kernel/setup.c running_on_qemu = (memcmp(&PAGE0->pad0, "SeaBIOS", 8) == 0); memcmp 95 arch/parisc/mm/init.c if (memcmp(cp, "mem=", 4) == 0) { memcmp 140 arch/powerpc/boot/addnote.c if (memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0) memcmp 20 arch/powerpc/boot/string.h extern int memcmp(const void *s1, const void *s2, size_t n); memcmp 65 arch/powerpc/boot/wii.c if (memcmp(hdr->magic, "IPC", 3)) { memcmp 47 arch/powerpc/boot/xz_config.h #define memeq(a, b, size) (memcmp(a, b, size) == 0) memcmp 29 arch/powerpc/include/asm/string.h extern int memcmp(const void *,const void *,__kernel_size_t); memcmp 500 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test1, ftr_fixup_test1_orig, size) == 0); memcmp 504 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test1, ftr_fixup_test1_orig, size) == 0); memcmp 508 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test1, ftr_fixup_test1_expected, size) == 0); memcmp 512 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test1, ftr_fixup_test1_orig, size) == 0); memcmp 514 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test1, ftr_fixup_test1_expected, size) == 0); memcmp 533 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test2, ftr_fixup_test2_orig, size) == 0); memcmp 537 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test2, ftr_fixup_test2_orig, size) == 0); memcmp 541 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test2, ftr_fixup_test2_expected, size) == 0); memcmp 545 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test2, ftr_fixup_test2_orig, size) == 0); memcmp 547 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test2, ftr_fixup_test2_expected, size) == 0); memcmp 565 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test3, ftr_fixup_test3_orig, size) == 0); memcmp 569 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test3, ftr_fixup_test3_orig, size) == 0); memcmp 571 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test3, ftr_fixup_test3_orig, size) == 0); memcmp 573 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test3, ftr_fixup_test3_orig, size) == 0); memcmp 595 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test4, ftr_fixup_test4_orig, size) == 0); memcmp 599 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test4, ftr_fixup_test4_orig, size) == 0); memcmp 603 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test4, ftr_fixup_test4_expected, size) == 0); memcmp 607 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test4, ftr_fixup_test4_orig, size) == 0); memcmp 609 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test4, ftr_fixup_test4_expected, size) == 0); memcmp 619 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test5, ftr_fixup_test5_expected, size) == 0); memcmp 629 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test6, ftr_fixup_test6_expected, size) == 0); memcmp 639 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test7, ftr_fixup_test7_expected, size) == 0); memcmp 650 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test_FTR_macros, memcmp 663 arch/powerpc/lib/feature-fixups.c check(memcmp(ftr_fixup_test_FW_FTR_macros, memcmp 679 arch/powerpc/lib/feature-fixups.c check(memcmp(lwsync_fixup_test, memcmp 682 arch/powerpc/lib/feature-fixups.c check(memcmp(lwsync_fixup_test, memcmp 131 arch/powerpc/oprofile/cell/vma_map.c if (memcmp(ehdr.e_ident, expected, EI_PAD) != 0) { memcmp 200 arch/powerpc/oprofile/cell/vma_map.c if (memcmp(name, "_ovly_table", 12) == 0) memcmp 202 arch/powerpc/oprofile/cell/vma_map.c if (memcmp(name, "_ovly_buf_table", 16) == 0) memcmp 204 arch/powerpc/oprofile/cell/vma_map.c if (memcmp(name, "_ovly_table_end", 16) == 0) memcmp 206 arch/powerpc/oprofile/cell/vma_map.c if (memcmp(name, "_ovly_buf_table_end", 20) == 0) memcmp 542 arch/powerpc/perf/hv-24x7.c return memcmp(d1, d2, s1); memcmp 338 arch/powerpc/platforms/powermac/nvram.c if (memcmp(base, datas, NVRAM_SIZE)) { memcmp 429 arch/powerpc/platforms/powermac/nvram.c if (memcmp(base, datas, NVRAM_SIZE)) { memcmp 480 arch/powerpc/platforms/powermac/nvram.c if (!memcmp(nvram_image, (u8*)nvram_data + core99_bank*NVRAM_SIZE, memcmp 354 arch/powerpc/platforms/ps3/os-area.c if (memcmp(header->magic_num, OS_AREA_HEADER_MAGIC_NUM, memcmp 375 arch/powerpc/platforms/ps3/os-area.c if (memcmp(db->magic_num, OS_AREA_DB_MAGIC_NUM, memcmp 124 arch/powerpc/platforms/pseries/hotplug-memory.c if (memcmp(&assoc_arrays[index], &lmb_assoc[1], aa_array_sz)) memcmp 34 arch/riscv/kernel/ftrace.c if (memcmp(expected, replaced, sizeof(replaced))) { memcmp 342 arch/s390/crypto/prng.c if (memcmp(ws.V, V0, sizeof(V0)) != 0 memcmp 343 arch/s390/crypto/prng.c || memcmp(ws.C, C0, sizeof(C0)) != 0) { memcmp 357 arch/s390/crypto/prng.c if (memcmp(buf, random, sizeof(random)) != 0) { memcmp 493 arch/s390/crypto/prng.c if (!memcmp(prng_data->prev, buf, nbytes)) { memcmp 19 arch/s390/include/asm/schid.h return !memcmp(schid1, schid2, sizeof(struct subchannel_id)); memcmp 43 arch/s390/include/asm/string.h int memcmp(const void *s1, const void *s2, size_t n); memcmp 82 arch/s390/kernel/early.c if (!memcmp(vmms->vm[0].cpi, "\xd2\xe5\xd4", 3)) memcmp 84 arch/s390/kernel/early.c else if (!memcmp(vmms->vm[0].cpi, "\xa9\x61\xe5\xd4", 4)) memcmp 308 arch/s390/kernel/early.c if (!memcmp(EP_STRING, (void *)EP_OFFSET, strlen(EP_STRING))) memcmp 133 arch/s390/kernel/ftrace.c if (memcmp(&orig, &old, sizeof(old))) memcmp 161 arch/s390/kernel/ftrace.c if (memcmp(&orig, &old, sizeof(old))) memcmp 1598 arch/s390/kernel/ipl.c if (memcmp(sclp_ipl_info.loadparm, str, sizeof(str)) == 0 && ipl_block_valid) memcmp 66 arch/s390/kernel/jump_label.c if (memcmp(code, &orignop, sizeof(orignop))) memcmp 69 arch/s390/kernel/jump_label.c if (memcmp(code, &old, sizeof(old))) memcmp 124 arch/s390/kernel/kexec_elf.c if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0) memcmp 144 arch/s390/kernel/lgr.c if (memcmp(&lgr_info_last, &lgr_info_cur, sizeof(lgr_info_cur)) != 0) { memcmp 39 arch/s390/kernel/machine_kexec_file.c if (memcmp(kernel + kernel_len - marker_len, MODULE_SIG_STRING, memcmp 454 arch/s390/kernel/perf_cpum_cf_diag.c if (memcmp(ctrstop, ctrstart, sizeof(*ctrstop))) { memcmp 113 arch/s390/kernel/ptrace.c if (memcmp(&new, &old, sizeof(struct per_regs)) != 0) memcmp 359 arch/s390/kvm/guestdbg.c if (memcmp(temp, wp_info->old_data, wp_info->len)) { memcmp 348 arch/s390/lib/string.c EXPORT_SYMBOL(memcmp); memcmp 120 arch/s390/mm/extmem.c if (memcmp(tmp->dcss_name, dcss_name, 8) == 0) { memcmp 81 arch/s390/net/pnet.c memcmp(pnetids[port], zero, MAX_PNETID_LEN)) memcmp 29 arch/s390/purgatory/purgatory.c if (memcmp(digest, purgatory_sha256_digest, sizeof(digest))) memcmp 210 arch/sh/kernel/ftrace.c if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) memcmp 198 arch/sparc/boot/piggyback.c if (memcmp(buffer, aout_magic, 4) != 0) { memcmp 38 arch/sparc/include/asm/string.h int memcmp(const void *,const void *,__kernel_size_t); memcmp 252 arch/x86/boot/compressed/eboot.c if (!memcmp(fw_vendor, apple, sizeof(apple))) { memcmp 45 arch/x86/boot/string.c return memcmp(s1, s2, len); memcmp 182 arch/x86/boot/string.c if (!memcmp(s1, s2, l2)) memcmp 12 arch/x86/boot/string.h int memcmp(const void *s1, const void *s2, size_t len); memcmp 951 arch/x86/include/asm/processor.h if (!memcmp(sig, signature, 12) && memcmp 190 arch/x86/include/asm/string_32.h extern int memcmp(const void *, const void *, size_t); memcmp 61 arch/x86/include/asm/string_64.h int memcmp(const void *cs, const void *ct, size_t count); memcmp 885 arch/x86/kernel/alternative.c BUG_ON(memcmp(addr, opcode, len)); memcmp 225 arch/x86/kernel/apic/io_apic.c if (!memcmp(&mp_irqs[i], m, sizeof(*m))) memcmp 2027 arch/x86/kernel/cpu/common.c if (!memcmp(&info.x86_capability, &boot_cpu_data.x86_capability, sizeof(info.x86_capability))) memcmp 162 arch/x86/kernel/cpu/mshyperv.c !memcmp("Microsoft Hv", hyp_signature, 12)) memcmp 628 arch/x86/kernel/cpu/mtrr/cleanup.c if (nr_range_new != nr_range || memcmp(range, range_new, sizeof(range))) memcmp 240 arch/x86/kernel/cpu/vmware.c if (!memcmp(hyper_vendor_id, "VMwareVMware", 12)) { memcmp 138 arch/x86/kernel/ftrace.c if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) memcmp 350 arch/x86/kernel/ftrace.c if (memcmp(replaced, old, MCOUNT_INSN_SIZE) != 0) memcmp 431 arch/x86/kernel/ftrace.c if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) != 0) { memcmp 441 arch/x86/kernel/ftrace.c if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) == 0) memcmp 450 arch/x86/kernel/ftrace.c if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) != 0) memcmp 814 arch/x86/kernel/ftrace.c if (WARN_ON(memcmp(op_ptr.op, op_ref, 3) != 0)) memcmp 60 arch/x86/kernel/jump_label.c if (memcmp((void *)jump_entry_code(entry), expect, JUMP_LABEL_NOP_SIZE)) memcmp 193 arch/x86/kernel/jump_label.c if (memcmp(ideal_nop, default_nop, 5) != 0) memcmp 284 arch/x86/kernel/kexec-bzimage64.c if (memcmp((char *)&header->header, "HdrS", 4) != 0) { memcmp 154 arch/x86/kernel/mpparse.c if (memcmp(mpc->signature, MPC_SIGNATURE, 4)) { memcmp 67 arch/x86/kernel/tboot.c if (memcmp(&tboot_uuid, &tboot->uuid, sizeof(tboot->uuid))) { memcmp 363 arch/x86/kernel/tboot.c if (memcmp(&tboot_log_uuid, log_uuid, sizeof(log_uuid))) memcmp 6855 arch/x86/kvm/vmx/vmx.c if (memcmp(&vmcs_config, &vmcs_conf, sizeof(struct vmcs_config)) != 0) { memcmp 754 arch/x86/kvm/x86.c changed = memcmp(pdpte, vcpu->arch.walk_mmu->pdptrs, sizeof(pdpte)) != 0; memcmp 5556 arch/x86/kvm/x86.c memcmp(sig, "\xf\xbkvm", sizeof(sig)) == 0) { memcmp 135 arch/x86/platform/geode/alix.c if (memcmp(p, alix_sig, alix_sig_len) != 0) memcmp 111 arch/x86/platform/geode/net5501.c if (memcmp(bios, "comBIOS", 7)) memcmp 117 arch/x86/platform/geode/net5501.c if (!memcmp(model, boards[i].sig, boards[i].len)) { memcmp 120 arch/x86/power/hibernate.c if (!memcmp(result, buf, MD5_DIGEST_SIZE)) memcmp 127 arch/x86/power/hibernate.c return memcmp(result, buf, MD5_DIGEST_SIZE) ? true : false; memcmp 53 arch/x86/purgatory/purgatory.c if (memcmp(digest, purgatory_sha256_digest, sizeof(digest))) memcmp 344 arch/x86/tools/relocs.c if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0) { memcmp 513 arch/x86/xen/enlighten_pv.c return !memcmp(d1, d2, sizeof(*d1)); memcmp 94 block/partitions/acorn.c memcmp(rr->part[part].name, "All\0", 4)) { memcmp 317 block/partitions/acorn.c if (memcmp(data, "LinuxPart", 9) == 0) memcmp 532 block/partitions/acorn.c if (memcmp(p->magic, "Eesox", 6)) memcmp 29 block/partitions/atari.c return memcmp (s, "GEM", 3) == 0 || memcmp (s, "BGM", 3) == 0 || memcmp 30 block/partitions/atari.c memcmp (s, "LNX", 3) == 0 || memcmp (s, "SWP", 3) == 0 || memcmp 31 block/partitions/atari.c memcmp (s, "RAW", 3) == 0 ; memcmp 82 block/partitions/atari.c if (memcmp (pi->id, "XGM", 3) != 0) { memcmp 118 block/partitions/atari.c if (memcmp( xrs->part[1].id, "XGM", 3 ) != 0) { memcmp 305 block/partitions/msdos.c if (memcmp(flavour, "bsd\0", 4) == 0 && memcmp 65 block/partitions/sysv68.c if (memcmp(b->dk_vid.vid_mac, "MOTOROLA", sizeof(b->dk_vid.vid_mac))) { memcmp 125 crypto/ansi_cprng.c if (!memcmp(ctx->rand_data, ctx->last_rand_data, memcmp 406 crypto/ansi_cprng.c if (!memcmp(seed, key, DEFAULT_PRNG_KSZ)) memcmp 164 crypto/asymmetric_keys/asymmetric_type.c return memcmp(kid1->data, kid2->data, kid1->len) == 0; memcmp 180 crypto/asymmetric_keys/asymmetric_type.c return memcmp(kid1->data + (kid1->len - kid2->len), memcmp 88 crypto/asymmetric_keys/pkcs7_verify.c if (memcmp(sig->digest, sinfo->msgdigest, memcmp 371 crypto/asymmetric_keys/verify_pefile.c if (memcmp(digest, ctx->digest, ctx->digest_len) != 0) { memcmp 355 crypto/asymmetric_keys/x509_cert_parser.c memcmp(data + ctx->cn_offset, data + ctx->o_offset, memcmp 360 crypto/asymmetric_keys/x509_cert_parser.c memcmp(data + ctx->cn_offset, data + ctx->o_offset, 7) == 0) memcmp 108 crypto/asymmetric_keys/x509_public_key.c memcmp(cert->raw_subject, cert->raw_issuer, memcmp 388 crypto/async_tx/async_pq.c *pqres |= !!memcmp(p, s, len) << SUM_CHECK_P; memcmp 399 crypto/async_tx/async_pq.c *pqres |= !!memcmp(q, s, len) << SUM_CHECK_Q; memcmp 131 crypto/async_tx/raid6test.c erra = memcmp(page_address(data[i]), page_address(recovi), PAGE_SIZE); memcmp 132 crypto/async_tx/raid6test.c errb = memcmp(page_address(data[j]), page_address(recovj), PAGE_SIZE); memcmp 264 crypto/drbg.c ret = memcmp(drbg->prev, entropy, entropylen); memcmp 1888 crypto/drbg.c if (!memcmp(cra_driver_name, "drbg_nopr_", 10)) { memcmp 1891 crypto/drbg.c } else if (!memcmp(cra_driver_name, "drbg_pr_", 8)) { memcmp 1900 crypto/drbg.c if (!memcmp(cra_driver_name + start, drbg_cores[i].cra_name, memcmp 499 crypto/rsa-pkcs1pad.c if (memcmp(req_ctx->out_buf + ctx->key_size, out_buf + pos, memcmp 647 crypto/testmgr.c if (memcmp(expected_output, actual_output, len) != 0) memcmp 1058 crypto/testmgr.c if (memcmp(result, vec->digest, digestsize) != 0) { memcmp 2420 crypto/testmgr.c if (memcmp(q, result, template[i].len)) { memcmp 2590 crypto/testmgr.c if (vec->iv_out && memcmp(iv, vec->iv_out, ivsize) != 0) { memcmp 2965 crypto/testmgr.c if (memcmp(decomp_output, ctemplate[i].input, memcmp 2999 crypto/testmgr.c if (memcmp(decomp_output, dtemplate[i].output, dlen)) { memcmp 3102 crypto/testmgr.c if (memcmp(input_vec, decomp_out, req->dlen)) { memcmp 3163 crypto/testmgr.c if (memcmp(output, dtemplate[i].output, req->dlen)) { memcmp 3231 crypto/testmgr.c err = memcmp(result, template[i].result, memcmp 3439 crypto/testmgr.c ret = memcmp(test->expected, buf, test->expectedlen); memcmp 3457 crypto/testmgr.c if (0 == memcmp(driver, "drbg_pr_", 8)) memcmp 3528 crypto/testmgr.c if (memcmp(vec->expected_a_public, sg_virt(req->dst), memcmp 3597 crypto/testmgr.c if (memcmp(shared_secret, sg_virt(req->dst), memcmp 3764 crypto/testmgr.c if (memcmp(c, outbuf_enc, c_size) != 0) { memcmp 3815 crypto/testmgr.c memcmp(m, outbuf_dec + out_len - m_size, m_size)) { memcmp 72 drivers/accessibility/braille/braille_console.c if (!memcmp(lastwrite, buf, WIDTH * sizeof(*buf))) memcmp 45 drivers/acpi/acpi_configfs.c if (memcmp(header->signature, ACPI_SIG_SSDT, 4)) { memcmp 320 drivers/acpi/acpi_pnp.c if (memcmp(idstr, list_id, 3)) memcmp 613 drivers/acpi/acpica/dbcmds.c else if (memcmp(aml1, aml2, aml1_length)) { memcmp 380 drivers/acpi/acpica/dbconvert.c if (memcmp(new_buffer, buffer_desc->buffer.pointer, memcmp 561 drivers/acpi/acpica/dbtest.c if (memcmp(temp2->buffer.pointer, buffer, byte_length)) { memcmp 582 drivers/acpi/acpica/dbtest.c if (memcmp(temp1->buffer.pointer, temp3->buffer.pointer, byte_length)) { memcmp 379 drivers/acpi/acpica/exmisc.c compare = memcmp(operand0->buffer.pointer, memcmp 466 drivers/acpi/acpica/rsxface.c (memcmp(vendor->uuid, info->uuid->data, ACPI_UUID_LENGTH))) { memcmp 61 drivers/acpi/acpica/tbdata.c memcmp(table_desc->pointer, table, table_length)) ? memcmp 67 drivers/acpi/acpica/tbfind.c if (memcmp(&(acpi_gbl_root_table_list.tables[i].signature), memcmp 95 drivers/acpi/acpica/tbfind.c if (!memcmp memcmp 99 drivers/acpi/acpica/tbfind.c !memcmp memcmp 106 drivers/acpi/acpica/tbfind.c || !memcmp(acpi_gbl_root_table_list.tables[i].pointer-> memcmp 776 drivers/acpi/apei/erst.c if (memcmp(record->signature, CPER_SIG_RECORD, CPER_SIG_SIZE)) memcmp 600 drivers/acpi/apei/ghes.c if (memcmp(estatus, cache_estatus, len)) memcmp 689 drivers/acpi/nfit/core.c if (memcmp(nfit_spa->spa, spa, sizeof(*spa)) == 0) { memcmp 719 drivers/acpi/nfit/core.c if (memcmp(nfit_memdev->memdev, memdev, sizeof(*memdev)) == 0) { memcmp 790 drivers/acpi/nfit/core.c if (memcmp(nfit_dcr->dcr, dcr, sizeof_dcr(dcr)) == 0) { memcmp 817 drivers/acpi/nfit/core.c if (memcmp(nfit_bdw->bdw, bdw, sizeof(*bdw)) == 0) { memcmp 855 drivers/acpi/nfit/core.c if (memcmp(nfit_idt->idt, idt, sizeof_idt(idt)) == 0) { memcmp 894 drivers/acpi/nfit/core.c if (memcmp(nfit_flush->flush, flush, memcmp 2246 drivers/acpi/nfit/core.c return memcmp(&map0->region_offset, &map1->region_offset, memcmp 526 drivers/acpi/osl.c if (!memcmp(init_val->name, "_OS_", 4) && strlen(acpi_os_name)) { memcmp 532 drivers/acpi/osl.c if (!memcmp(init_val->name, "_REV", 4) && acpi_rev_override) { memcmp 154 drivers/acpi/pci_mcfg.c if (!memcmp(f->oem_id, mcfg_oem_id, ACPI_OEM_ID_SIZE) && memcmp 155 drivers/acpi/pci_mcfg.c !memcmp(f->oem_table_id, mcfg_oem_table_id, memcmp 32 drivers/acpi/spcr.c if (memcmp(h->oem_id, "QCOM ", ACPI_OEM_ID_SIZE)) memcmp 35 drivers/acpi/spcr.c if (!memcmp(h->oem_table_id, "QDF2432 ", ACPI_OEM_TABLE_ID_SIZE)) memcmp 38 drivers/acpi/spcr.c if (!memcmp(h->oem_table_id, "QDF2400 ", ACPI_OEM_TABLE_ID_SIZE) && memcmp 57 drivers/acpi/spcr.c if (memcmp(tb->header.oem_id, "APMC0D", ACPI_OEM_ID_SIZE) && memcmp 58 drivers/acpi/spcr.c memcmp(tb->header.oem_id, "HPE ", ACPI_OEM_ID_SIZE)) memcmp 61 drivers/acpi/spcr.c if (!memcmp(tb->header.oem_table_id, "XGENESPC", memcmp 65 drivers/acpi/spcr.c if (!memcmp(tb->header.oem_table_id, "ProLiant", memcmp 552 drivers/acpi/tables.c if (!memcmp(table->signature, table_sigs[sig], 4)) memcmp 663 drivers/acpi/tables.c if (memcmp(existing_table->signature, table->signature, 4) || memcmp 664 drivers/acpi/tables.c memcmp(table->oem_id, existing_table->oem_id, memcmp 666 drivers/acpi/tables.c memcmp(table->oem_table_id, existing_table->oem_table_id, memcmp 384 drivers/acpi/thermal.c if (memcmp(&tz->trips.passive.devices, &devices, memcmp 447 drivers/acpi/thermal.c if (memcmp(&tz->trips.active[i].devices, &devices, memcmp 467 drivers/acpi/thermal.c && memcmp(&tz->devices, &devices, sizeof(devices))) { memcmp 51 drivers/ata/pata_pcmcia.c if (memcmp(master->id + ATA_ID_FW_REV, slave->id + ATA_ID_FW_REV, memcmp 55 drivers/ata/pata_pcmcia.c if (memcmp(master->id + ATA_ID_SERNO, slave->id + ATA_ID_SERNO, memcmp 1825 drivers/atm/ambassador.c if (!res && memcmp(tb->data, rec->data, be16_to_cpu(rec->len))) memcmp 1172 drivers/atm/zatm.c return memcmp(dev->esi,"\0\0\0\0\0",ESI_LEN); /* assumes ESI_LEN == 6 */ memcmp 262 drivers/auxdisplay/cfag12864b.c if (memcmp(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE)) { memcmp 1017 drivers/block/aoe/aoecmd.c if (memcmp((*t)->addr, addr, sizeof((*t)->addr)) == 0) memcmp 1761 drivers/block/drbd/drbd_main.c if (memcmp(p + 1, digest, digest_size)) { memcmp 2535 drivers/block/drbd/drbd_main.c !memcmp(&connection->my_addr, my_addr, my_addr_len) && memcmp 2536 drivers/block/drbd/drbd_main.c !memcmp(&connection->peer_addr, peer_addr, peer_addr_len)) { memcmp 2601 drivers/block/drbd/drbd_nl.c !memcmp(nla_data(adm_ctx.my_addr), &connection->my_addr, memcmp 2608 drivers/block/drbd/drbd_nl.c !memcmp(nla_data(adm_ctx.peer_addr), &connection->peer_addr, memcmp 1969 drivers/block/drbd/drbd_receiver.c if (memcmp(dig_in, dig_vv, digest_size)) { memcmp 2046 drivers/block/drbd/drbd_receiver.c if (memcmp(dig_in, dig_vv, digest_size)) { memcmp 5499 drivers/block/drbd/drbd_receiver.c if (!memcmp(my_challenge, peers_ch, CHALLENGE_LEN)) { memcmp 5569 drivers/block/drbd/drbd_receiver.c rv = !memcmp(response, right_response, resp_size); memcmp 1201 drivers/block/drbd/drbd_worker.c eq = !memcmp(digest, di->digest, digest_size); memcmp 1323 drivers/block/drbd/drbd_worker.c eq = !memcmp(digest, di->digest, digest_size); memcmp 407 drivers/block/paride/pg.c err = memcmp(expect, got, sizeof(got)) ? -1 : 0; memcmp 1044 drivers/block/rbd.c if (memcmp(&ondisk->text, RBD_HEADER_TEXT, sizeof (RBD_HEADER_TEXT))) memcmp 4052 drivers/block/rbd.c if (!memcmp(&watchers[i].addr, &locker->info.addr, memcmp 265 drivers/bluetooth/btrtl.c if (memcmp(fwptr, extension_sig, sizeof(extension_sig)) != 0) { memcmp 324 drivers/bluetooth/btrtl.c if (memcmp(epatch_info->signature, RTL_EPATCH_SIGNATURE, 8) != 0) { memcmp 481 drivers/bluetooth/btrtl.c if (!memcmp(btrtl_dev->fw_data, RTL_EPATCH_SIGNATURE, 8)) { memcmp 1806 drivers/bluetooth/btusb.c if (memcmp(skb->data, evt_param, evt->plen)) { memcmp 406 drivers/bluetooth/hci_bcsp.c !memcmp(&bcsp->rx_skb->data[4], conf_pkt, 4)) { memcmp 420 drivers/bluetooth/hci_bcsp.c !memcmp(&bcsp->rx_skb->data[4], sync_pkt, 4)) { memcmp 331 drivers/bluetooth/hci_h5.c if (memcmp(data, sync_req, 2) == 0) { memcmp 335 drivers/bluetooth/hci_h5.c } else if (memcmp(data, sync_rsp, 2) == 0) { memcmp 340 drivers/bluetooth/hci_h5.c } else if (memcmp(data, conf_req, 2) == 0) { memcmp 343 drivers/bluetooth/hci_h5.c } else if (memcmp(data, conf_rsp, 2) == 0) { memcmp 350 drivers/bluetooth/hci_h5.c } else if (memcmp(data, sleep_req, 2) == 0) { memcmp 354 drivers/bluetooth/hci_h5.c } else if (memcmp(data, woken_req, 2) == 0) { memcmp 357 drivers/bluetooth/hci_h5.c } else if (memcmp(data, wakeup_req, 2) == 0) { memcmp 170 drivers/bus/imx-weim.c if (cst->is_applied && memcmp(value, cst->regs, memcmp 2565 drivers/char/ipmi/ipmi_msghandler.c } else if (memcmp(&bmc->fetch_id, &bmc->id, sizeof(bmc->id))) memcmp 430 drivers/char/ipmi/ipmi_poweroff.c if (!memcmp(mfr, &mfg_id, sizeof(mfr)) && memcmp 440 drivers/char/pcmcia/cm4000_cs.c if (!memcmp(dev->atr, card_fixups[i].atr, memcmp 1565 drivers/char/random.c if (!memcmp(tmp, r->last_data, EXTRACT_SIZE)) memcmp 504 drivers/char/tpm/tpm_i2c_nuvoton.c if (memcmp(&temp, vid_did_rid_value, sizeof(vid_did_rid_value))) { memcmp 516 drivers/char/tpm/tpm_i2c_nuvoton.c if (memcmp(&temp, vid_did_rid_value, memcmp 510 drivers/clocksource/arm_arch_timer.c while (memcmp(info, &empty_oem_info, sizeof(*info))) { memcmp 511 drivers/clocksource/arm_arch_timer.c if (!memcmp(info->oem_id, table->oem_id, ACPI_OEM_ID_SIZE) && memcmp 512 drivers/clocksource/arm_arch_timer.c !memcmp(info->oem_table_id, table->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) && memcmp 94 drivers/cpufreq/cppc_cpufreq.c if (!memcmp(wa_info[i].oem_id, tbl->oem_id, ACPI_OEM_ID_SIZE) && memcmp 95 drivers/cpufreq/cppc_cpufreq.c !memcmp(wa_info[i].oem_table_id, tbl->oem_table_id, ACPI_OEM_TABLE_ID_SIZE) && memcmp 462 drivers/cpufreq/powernow-k7.c if (memcmp(p, "AMDK7PNOW!", 10) == 0) { memcmp 636 drivers/cpufreq/powernow-k8.c if (memcmp(psb, PSB_ID_STRING, PSB_ID_STRING_LEN) != 0) memcmp 232 drivers/crypto/ccree/cc_aead.c if (memcmp(areq_ctx->mac_buf, areq_ctx->icv_virt_addr, memcmp 347 drivers/crypto/inside-secure/safexcel_cipher.c memcmp(ctx->key, keys.enckey, keys.enckeylen)) memcmp 386 drivers/crypto/inside-secure/safexcel_cipher.c (memcmp(ctx->ipad, istate.state, ctx->state_sz) || memcmp 387 drivers/crypto/inside-secure/safexcel_cipher.c memcmp(ctx->opad, ostate.state, ctx->state_sz))) memcmp 1363 drivers/crypto/inside-secure/safexcel_cipher.c if (memcmp(ctx->key, key, len)) memcmp 1455 drivers/crypto/inside-secure/safexcel_cipher.c if (memcmp(ctx->key, key, len)) memcmp 598 drivers/crypto/inside-secure/safexcel_hash.c memcmp(ctx->base.ctxr->data, req->state, req->state_sz) || memcmp 603 drivers/crypto/inside-secure/safexcel_hash.c memcmp(ctx->base.ctxr->data + (req->state_sz>>2), memcmp 1070 drivers/crypto/inside-secure/safexcel_hash.c (memcmp(ctx->ipad, istate.state, state_sz) || memcmp 1071 drivers/crypto/inside-secure/safexcel_hash.c memcmp(ctx->opad, ostate.state, state_sz))) memcmp 381 drivers/dma/ioat/init.c if (memcmp(src, dest, IOAT_TEST_SIZE)) { memcmp 889 drivers/dma/iop-adma.c if (memcmp(src, dest, IOP_ADMA_TEST_SIZE)) { memcmp 1158 drivers/dma/iop-adma.c if (memcmp(pq_sw[IOP_ADMA_NUM_SRC_TEST], memcmp 1164 drivers/dma/iop-adma.c if (memcmp(pq_sw[IOP_ADMA_NUM_SRC_TEST+1], memcmp 854 drivers/dma/mv_xor.c if (memcmp(src, dest, PAGE_SIZE)) { memcmp 3758 drivers/dma/ppc4xx/adma.c if ((*(u32 *)a) == 0 && memcmp(a, a+4, PAGE_SIZE-4) == 0) { memcmp 890 drivers/firewire/core-device.c if (memcmp(old->config_rom, new->config_rom, 6 * 4) == 0 && memcmp 527 drivers/firewire/net.c if (memcmp(eth->h_dest, net->broadcast, memcmp 535 drivers/firewire/net.c if (memcmp(eth->h_dest, net->dev_addr, net->addr_len)) memcmp 533 drivers/firmware/dmi_scan.c if (memcmp(buf, "_SM_", 4) == 0 && memcmp 558 drivers/firmware/dmi_scan.c if (memcmp(buf, "_DMI_", 5) == 0 && dmi_checksum(buf, 15)) { memcmp 594 drivers/firmware/dmi_scan.c if (memcmp(buf, "_SM3_", 5) == 0 && memcmp 165 drivers/firmware/efi/efivars.c if (memcmp(name, var->VariableName, sizeof(var->VariableName)) || memcmp 28 drivers/firmware/efi/libstub/string.c if (!memcmp(s1, s2, l2)) memcmp 348 drivers/firmware/efi/vars.c !memcmp(variable_name, &(entry->var.VariableName), memcmp 825 drivers/firmware/efi/vars.c !memcmp(name, &(entry->var.VariableName), strsize1) && memcmp 195 drivers/firmware/iscsi_ibft.c return (memcmp(ip, nulls, 16) && memcmp(ip, mapped_nulls, 16)); memcmp 65 drivers/firmware/iscsi_ibft_find.c if (memcmp(virt, ibft_signs[i].sign, IBFT_SIGN_LEN) == memcmp 291 drivers/firmware/qemu_fw_cfg.c memcmp(sig, "QEMU", FW_CFG_SIG_SIZE) != 0) { memcmp 75 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c if (!memcmp(bios + tmp, "ATOM", 4) || memcmp 76 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c !memcmp(bios + tmp, "MOTA", 4)) { memcmp 167 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c 0 != memcmp((char *)&header[AMD_VBIOS_SIGNATURE_OFFSET], memcmp 1882 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c return !!memcmp(adev->gart.ptr, adev->reset_magic, memcmp 157 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c if (!memcmp("ue", err, 2)) memcmp 159 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c else if (!memcmp("ce", err, 2)) memcmp 4220 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c return memcmp(old_blob->data, new_blob->data, memcmp 5552 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c (memcmp(&new_crtc_state->vrr_params.adjust, memcmp 5557 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c (memcmp(&new_crtc_state->vrr_infopacket, memcmp 5614 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c (memcmp(&new_crtc_state->vrr_params.adjust, memcmp 391 drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c if (memcmp(&dc->current_state->pp_display_cfg, pp_display_cfg, sizeof(*pp_display_cfg)) != 0) memcmp 244 drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c if (memcmp(&dc->current_state->pp_display_cfg, pp_display_cfg, sizeof(*pp_display_cfg)) != 0) memcmp 1444 drivers/gpu/drm/amd/display/dc/core/dc.c if (memcmp(&u->plane_info->tiling_info, &u->surface->tiling_info, memcmp 1658 drivers/gpu/drm/amd/display/dc/core/dc.c if (type == UPDATE_TYPE_FAST && memcmp(&dc->current_state->bw_ctx.bw.dcn.clk, &dc->clk_mgr->clks, offsetof(struct dc_clocks, prev_p_state_change_support)) != 0) memcmp 680 drivers/gpu/drm/amd/display/dc/core/dc_link.c return (memcmp(old_edid->raw_edid, new_edid->raw_edid, new_edid->length) == 0); memcmp 842 drivers/gpu/drm/amd/display/dc/core/dc_link.c if (memcmp(&link->dpcd_caps, &prev_dpcd_caps, sizeof(struct dpcd_caps))) memcmp 298 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c !memcmp(link->dpcd_caps.branch_dev_name, memcmp 2887 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c !memcmp(link->dpcd_caps.sink_dev_id_str, str_mbp_2017, memcmp 1463 drivers/gpu/drm/amd/display/dc/core/dc_resource.c if (memcmp(&cur_stream->hdr_static_metadata, memcmp 1477 drivers/gpu/drm/amd/display/dc/core/dc_resource.c if (memcmp(&cur_stream->vsc_infopacket, memcmp 1501 drivers/gpu/drm/amd/display/dc/core/dc_resource.c return memcmp( memcmp 1564 drivers/gpu/drm/amd/display/dc/core/dc_resource.c if (memcmp(&old_stream->src, memcmp 1569 drivers/gpu/drm/amd/display/dc/core/dc_resource.c if (memcmp(&old_stream->dst, memcmp 604 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c if (memcmp(&dc->current_state->pp_display_cfg, pp_display_cfg, sizeof(*pp_display_cfg)) != 0) memcmp 664 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c if (memcmp(&dc->current_state->pp_display_cfg, pp_display_cfg, sizeof(*pp_display_cfg)) != 0) memcmp 917 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c if (memcmp(&dc->current_state->bw_ctx.bw.dce, memcmp 837 drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c if (memcmp(&dc->current_state->bw_ctx.bw.dce, memcmp 236 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c if (memcmp(&dpp->pwl_data, params, sizeof(*params)) == 0) memcmp 676 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c if (memcmp(&dpp->scl_data, scl_data, sizeof(*scl_data)) == 0) memcmp 57 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c bool need_recalculate = memcmp(&mode_lib->soc, &mode_lib->vba.soc, sizeof(mode_lib->vba.soc)) != 0 memcmp 58 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c || memcmp(&mode_lib->ip, &mode_lib->vba.ip, sizeof(mode_lib->vba.ip)) != 0 memcmp 60 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c || memcmp(pipes, mode_lib->vba.cache_pipes, memcmp 686 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c if (memcmp(&mode_lib->soc, &mode_lib->vba.soc, sizeof(mode_lib->vba.soc)) != 0 memcmp 687 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c || memcmp(&mode_lib->ip, &mode_lib->vba.ip, sizeof(mode_lib->vba.ip)) != 0 memcmp 689 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c || memcmp( memcmp 198 drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c memcmp(&state->inputs[idx], input, sizeof(*input))) { memcmp 693 drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c if (memcmp(&(to_compiz_st(old_st)->cins[idx]), cin, sizeof(*cin))) memcmp 71 drivers/gpu/drm/drm_atomic_uapi.c if (mode && memcmp(&state->mode, mode, sizeof(*mode)) == 0) memcmp 2287 drivers/gpu/drm/drm_connector.c if (!memcmp(tg->group_data, topology, 8)) { memcmp 143 drivers/gpu/drm/drm_dp_dual_mode_helper.c return memcmp(hdmi_id, dp_dual_mode_hdmi_id, memcmp 1289 drivers/gpu/drm/drm_dp_helper.c if (memcmp(quirk->oui, ident->oui, sizeof(ident->oui)) != 0) memcmp 1292 drivers/gpu/drm/drm_dp_helper.c if (memcmp(quirk->device_id, any_device, sizeof(any_device)) != 0 && memcmp 1293 drivers/gpu/drm/drm_dp_helper.c memcmp(quirk->device_id, ident->device_id, sizeof(ident->device_id)) != 0) memcmp 1808 drivers/gpu/drm/drm_dp_mst_topology.c if (memcmp(mstb->guid, guid, 16) == 0) memcmp 2777 drivers/gpu/drm/drm_edid.c if (!memcmp(cvt->code, empty, 3)) memcmp 532 drivers/gpu/drm/gma500/intel_bios.c if (memcmp(vbt->signature, "$VBT", 4) == 0) { memcmp 547 drivers/gpu/drm/gma500/intel_bios.c if (!memcmp(bios + i, "$VBT", 4)) { memcmp 297 drivers/gpu/drm/gma500/mid_bios.c if (memcmp(&vbt_header.signature, "$GCT", 4)) memcmp 326 drivers/gpu/drm/gma500/opregion.c if (memcmp(base, OPREGION_SIGNATURE, 16)) { memcmp 113 drivers/gpu/drm/i915/display/intel_atomic.c !memcmp(a->data, b->data, a->length); memcmp 1784 drivers/gpu/drm/i915/display/intel_bios.c if (memcmp(vbt->signature, "$VBT", 4)) { memcmp 12475 drivers/gpu/drm/i915/display/intel_display.c return memcmp(a, b, sizeof(*a)) == 0; memcmp 13216 drivers/gpu/drm/i915/display/intel_display.c I915_STATE_WARN(pll->on && memcmp(&pll->state.hw_state, memcmp 4160 drivers/gpu/drm/i915/display/intel_dp.c if (!memcmp(intel_dp->dpcd, dpcd_ext, sizeof(dpcd_ext))) memcmp 270 drivers/gpu/drm/i915/display/intel_dpll_mgr.c if (memcmp(pll_state, memcmp 927 drivers/gpu/drm/i915/display/intel_opregion.c if (memcmp(buf, OPREGION_SIGNATURE, 16)) { memcmp 2442 drivers/gpu/drm/i915/display/intel_sdvo.c (memcmp(&old_state->tv, &new_state->tv, sizeof(old_state->tv)) || memcmp 2443 drivers/gpu/drm/i915/display/intel_sdvo.c memcmp(&old_conn_state->tv, &new_conn_state->tv, sizeof(old_conn_state->tv)))) { memcmp 1175 drivers/gpu/drm/i915/gem/i915_gem_context.c if (!memcmp(&ce->sseu, &sseu, sizeof(sseu))) memcmp 1177 drivers/gpu/drm/i915/gt/intel_engine_cs.c if (prev && !memcmp(prev, buf + pos, rowsize)) { memcmp 2610 drivers/gpu/drm/i915/gvt/gtt.c if (!memcmp(pdps, mm->ppgtt_mm.guest_pdps, memcmp 594 drivers/gpu/drm/i915/gvt/kvmgt.c if (memcmp(base, OPREGION_SIGNATURE, 16)) { memcmp 871 drivers/gpu/drm/i915/i915_drv.c return !memcmp(ch0, ch1, sizeof(*ch0)) && memcmp 873 drivers/gpu/drm/i915/i915_drv.c !memcmp(&ch0->dimm_l, &ch0->dimm_s, sizeof(ch0->dimm_l))); memcmp 293 drivers/gpu/drm/i915/i915_vma.h return memcmp(&vma->ggtt_view.partial, &view->partial, view->type); memcmp 1491 drivers/gpu/drm/i915/intel_pm.c if (memcmp(intermediate, optimal, sizeof(*intermediate)) != 0) memcmp 1548 drivers/gpu/drm/i915/intel_pm.c if (memcmp(old_wm, &new_wm, sizeof(new_wm)) == 0) memcmp 1904 drivers/gpu/drm/i915/intel_pm.c memcmp(old_fifo_state, fifo_state, memcmp 2099 drivers/gpu/drm/i915/intel_pm.c if (memcmp(intermediate, optimal, sizeof(*intermediate)) != 0) memcmp 2155 drivers/gpu/drm/i915/intel_pm.c if (memcmp(old_wm, &new_wm, sizeof(new_wm)) == 0) memcmp 3246 drivers/gpu/drm/i915/intel_pm.c if (memcmp(a, &newstate->wm.ilk.optimal, sizeof(*a)) != 0) memcmp 668 drivers/gpu/drm/i915/selftests/i915_vma.c if (memcmp(&vma->ggtt_view, view, sizeof(*view))) { memcmp 913 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c if (!ret && !memcmp(plane_addr, layout->plane_addr, sizeof(plane_addr))) memcmp 332 drivers/gpu/drm/nouveau/dispnv50/head.c memcmp(&armh->wndw, &asyh->wndw, sizeof(asyh->wndw))) { memcmp 367 drivers/gpu/drm/nouveau/dispnv50/head.c if (memcmp(&armh->core, &asyh->core, sizeof(asyh->core))) memcmp 375 drivers/gpu/drm/nouveau/dispnv50/head.c if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs))) memcmp 383 drivers/gpu/drm/nouveau/dispnv50/head.c if (memcmp(&armh->olut, &asyh->olut, sizeof(asyh->olut))) memcmp 285 drivers/gpu/drm/nouveau/dispnv50/wndw.c if (memcmp(&armw->scale, &asyw->scale, sizeof(asyw->scale))) memcmp 307 drivers/gpu/drm/nouveau/dispnv50/wndw.c if (memcmp(&armw->blend, &asyw->blend, sizeof(asyw->blend))) memcmp 314 drivers/gpu/drm/nouveau/dispnv50/wndw.c if (memcmp(&armw->point, &asyw->point, sizeof(asyw->point))) memcmp 1273 drivers/gpu/drm/nouveau/nouveau_bios.c if (!memcmp(&dcb[-7], "DEV_REC", 7)) memcmp 74 drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c if (memcmp(gr->zbc_color[i].ds, ds, sizeof( memcmp 77 drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c if (memcmp(gr->zbc_color[i].l2, l2, sizeof( memcmp 1144 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c if (memcmp(xits, &ram->base.former, sizeof(xits->bios))) memcmp 698 drivers/gpu/drm/radeon/radeon_bios.c if (!memcmp(rdev->bios + tmp, "ATOM", 4) || memcmp 699 drivers/gpu/drm/radeon/radeon_bios.c !memcmp(rdev->bios + tmp, "MOTA", 4)) { memcmp 455 drivers/gpu/drm/sti/sti_hqvdp.c if (!memcmp(coef, coef_lut_a_legacy, 16)) memcmp 457 drivers/gpu/drm/sti/sti_hqvdp.c if (!memcmp(coef, coef_lut_b, 16)) memcmp 459 drivers/gpu/drm/sti/sti_hqvdp.c if (!memcmp(coef, coef_lut_c_y_legacy, 16)) memcmp 461 drivers/gpu/drm/sti/sti_hqvdp.c if (!memcmp(coef, coef_lut_c_c_legacy, 16)) memcmp 463 drivers/gpu/drm/sti/sti_hqvdp.c if (!memcmp(coef, coef_lut_d_y_legacy, 16)) memcmp 465 drivers/gpu/drm/sti/sti_hqvdp.c if (!memcmp(coef, coef_lut_d_c_legacy, 16)) memcmp 467 drivers/gpu/drm/sti/sti_hqvdp.c if (!memcmp(coef, coef_lut_e_y_legacy, 16)) memcmp 469 drivers/gpu/drm/sti/sti_hqvdp.c if (!memcmp(coef, coef_lut_e_c_legacy, 16)) memcmp 471 drivers/gpu/drm/sti/sti_hqvdp.c if (!memcmp(coef, coef_lut_f_y_legacy, 16)) memcmp 473 drivers/gpu/drm/sti/sti_hqvdp.c if (!memcmp(coef, coef_lut_f_c_legacy, 16)) memcmp 194 drivers/hid/hid-appleir.c if (!memcmp(data, keydown, sizeof(keydown))) { memcmp 231 drivers/hid/hid-appleir.c if (!memcmp(data, keyrepeat, sizeof(keyrepeat))) { memcmp 241 drivers/hid/hid-appleir.c if (!memcmp(data, flatbattery, sizeof(flatbattery))) { memcmp 62 drivers/hid/hid-cmedia.c if (memcmp(data+CM6533_JD_SFX_OFFSET, ji_sfx, sizeof(ji_sfx))) memcmp 65 drivers/hid/hid-cmedia.c if (!memcmp(data, ji_out, sizeof(ji_out))) { memcmp 69 drivers/hid/hid-cmedia.c if (!memcmp(data, ji_in, sizeof(ji_in))) { memcmp 69 drivers/hid/hid-gembird.c if (*rsize >= 31 && !memcmp(&rdesc[GEMBIRD_START_FAULTY_RDESC], memcmp 74 drivers/hid/hid-lenovo.c memcmp(&rdesc[140], lenovo_pro_dock_need_fixup_collection, memcmp 1261 drivers/hid/hid-logitech-dj.c if (count == 7 && !memcmp(buf, unifying_pairing_query, memcmp 1486 drivers/hid/hid-logitech-dj.c !memcmp(data, unifying_pairing_answer, memcmp 144 drivers/hid/hid-maltron.c !memcmp(maltron_rdesc_o, rdesc, sizeof(maltron_rdesc_o))) { memcmp 141 drivers/hid/hid-picolcd_debugfs.c if (memcmp(raw_data, resp->raw_data, 3+raw_data[2]) == 0) { memcmp 196 drivers/hid/hid-picolcd_debugfs.c if (memcmp(raw_data, resp->raw_data, len_off+1) != 0) memcmp 251 drivers/hid/hid-picolcd_debugfs.c if (memcmp(raw_data, resp->raw_data, len_off) != 0) memcmp 283 drivers/hid/hid-picolcd_debugfs.c if (memcmp(raw_data, resp->raw_data, len_off+1+raw_data[len_off]) != 0) memcmp 303 drivers/hid/hid-roccat-kone.c difference = memcmp(buf, &kone->settings, sizeof(struct kone_settings)); memcmp 363 drivers/hid/hid-roccat-kone.c difference = memcmp(buf, profile, sizeof(struct kone_profile)); memcmp 847 drivers/hid/hid-roccat-kone.c if (memcmp(&kone->last_mouse_event.tilt, &event->tilt, 5)) memcmp 2403 drivers/hid/hid-sony.c ret = memcmp(sc->mac_address, entry->mac_address, memcmp 851 drivers/hid/hid-uclogic-rdesc.c if (memcmp(p, head, sizeof(head)) == 0 && memcmp 1314 drivers/hid/hid-wiimote-core.c if (len < 6 || !memcmp(payload, invalid, len)) memcmp 1524 drivers/hid/usbhid/hid-core.c status = memcmp(rdesc, hid->dev_rdesc, hid->dev_rsize); memcmp 957 drivers/hv/channel_mgmt.c if (memcmp(offer, &oldchannel->offermsg, offer_sz) == 0) { memcmp 393 drivers/hwmon/ibmaem.c memcmp(&rs_resp->id, &system_x_id, sizeof(system_x_id))) { memcmp 516 drivers/hwmon/ibmaem.c memcmp(&ff_resp.id, &system_x_id, sizeof(system_x_id))) memcmp 654 drivers/hwmon/ibmaem.c memcmp(&fi_resp->id, &system_x_id, sizeof(system_x_id)) || memcmp 297 drivers/hwmon/ibmpex.c if (!memcmp(sensor_id, power_sensor_sig, PEX_SENSOR_TYPE_LEN)) memcmp 307 drivers/hwmon/ibmpex.c if (!memcmp(sensor_id, temp_sensor_sig, PEX_SENSOR_TYPE_LEN)) memcmp 321 drivers/hwmon/ibmpex.c if (!memcmp(&sensor_id[i], watt_sensor_sig, PEX_MULT_LEN)) memcmp 350 drivers/ide/ide-floppy.c if (memcmp(page, &floppy->flexible_disk_page, 32)) memcmp 433 drivers/ide/ide-floppy.c if (memcmp(cap_desc, &floppy->cap_desc, 8)) memcmp 610 drivers/ide/siimage.c if ((len > 4) && (!memcmp(s, "ST", 2))) memcmp 611 drivers/ide/siimage.c if ((!memcmp(s + len - 2, "AS", 2)) || memcmp 612 drivers/ide/siimage.c (!memcmp(s + len - 3, "ASL", 3))) { memcmp 155 drivers/infiniband/core/cache.c return !memcmp(gid, &zgid, sizeof(*gid)); memcmp 516 drivers/infiniband/core/cache.c memcmp(gid, &data->attr.gid, sizeof(*gid))) memcmp 755 drivers/infiniband/core/cache.c if (memcmp(gid, &entry->attr.gid, sizeof(*gid))) memcmp 823 drivers/infiniband/core/cm.c cmp = memcmp(port_gid, &cur_cm_id_priv->av.dgid, memcmp 839 drivers/infiniband/core/cma.c if (!memcmp(&gid, dgid, sizeof(gid))) { memcmp 1565 drivers/infiniband/core/cma.c memcmp(&hdr->dst_addr.ip6, &ip6_addr, sizeof(ip6_addr))) memcmp 4481 drivers/infiniband/core/cma.c if (!memcmp(&mc->addr, addr, rdma_addr_size(addr))) { memcmp 4514 drivers/infiniband/core/cma.c memcmp(dev_addr->src_dev_addr, ndev->dev_addr, ndev->addr_len)) { memcmp 2436 drivers/infiniband/core/device.c if (!memcmp(&tmp_gid, gid, sizeof *gid)) { memcmp 131 drivers/infiniband/core/fmr_pool.c !memcmp(page_list, fmr->page_list, memcmp 461 drivers/infiniband/core/iwpm_util.c if (!memcmp(&a4_sockaddr->sin_addr, memcmp 471 drivers/infiniband/core/iwpm_util.c if (!memcmp(&a6_sockaddr->sin6_addr, memcmp 198 drivers/infiniband/core/mad.c if (!memcmp(vendor_class->oui[i], mad_reg_req->oui, 3)) { memcmp 1483 drivers/infiniband/core/mad.c if (!memcmp(vendor_class->oui[i], oui, 3)) memcmp 1607 drivers/infiniband/core/mad.c if (!memcmp((*vendor_table)->vendor_class[vclass]->oui[i], memcmp 1951 drivers/infiniband/core/mad.c return !memcmp(sgid.raw, rwc->recv_buf.grh->dgid.raw, memcmp 1959 drivers/infiniband/core/mad.c return !memcmp(rdma_ah_read_grh(&attr)->dgid.raw, memcmp 138 drivers/infiniband/core/multicast.c ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid); memcmp 163 drivers/infiniband/core/multicast.c ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw, memcmp 289 drivers/infiniband/core/multicast.c memcmp(&src->port_gid, &dst->port_gid, sizeof src->port_gid)) memcmp 531 drivers/infiniband/core/multicast.c mgids_changed = memcmp(&rec->mgid, &group->rec.mgid, memcmp 536 drivers/infiniband/core/multicast.c is_mgid0 = !memcmp(&mgid0, &group->rec.mgid, memcmp 564 drivers/infiniband/core/multicast.c is_mgid0 = !memcmp(&mgid0, mgid, sizeof mgid0); memcmp 445 drivers/infiniband/core/user_mad.c return !memcmp(hdr1->gid, hdr2->gid, 16); memcmp 2503 drivers/infiniband/core/uverbs_cmd.c !memcmp(cmd.gid, mcast->gid.raw, sizeof mcast->gid.raw)) { memcmp 2552 drivers/infiniband/core/uverbs_cmd.c !memcmp(cmd.gid, mcast->gid.raw, sizeof mcast->gid.raw)) { memcmp 1154 drivers/infiniband/hw/bnxt_re/main.c if (!memcmp(&sgid_tbl->tbl[index], &bnxt_qplib_gid_zero, memcmp 527 drivers/infiniband/hw/bnxt_re/qplib_res.c if (memcmp(&sgid_tbl->tbl[i], &bnxt_qplib_gid_zero, memcmp 239 drivers/infiniband/hw/bnxt_re/qplib_sp.c if (!memcmp(&sgid_tbl->tbl[index].gid, gid, sizeof(*gid)) && memcmp 301 drivers/infiniband/hw/bnxt_re/qplib_sp.c if (!memcmp(&sgid_tbl->tbl[i], gid, sizeof(*gid)) && memcmp 307 drivers/infiniband/hw/bnxt_re/qplib_sp.c } else if (!memcmp(&sgid_tbl->tbl[i], &bnxt_qplib_gid_zero, memcmp 444 drivers/infiniband/hw/bnxt_re/qplib_sp.c if (!memcmp(&pkey_tbl->tbl[i], pkey, sizeof(*pkey))) memcmp 477 drivers/infiniband/hw/bnxt_re/qplib_sp.c if (!memcmp(&pkey_tbl->tbl[i], pkey, sizeof(*pkey))) memcmp 857 drivers/infiniband/hw/cxgb3/iwch_cm.c if (memcmp(mpa->key, MPA_KEY_REP, sizeof(mpa->key))) { memcmp 989 drivers/infiniband/hw/cxgb3/iwch_cm.c if (memcmp(mpa->key, MPA_KEY_REQ, sizeof(mpa->key))) { memcmp 1503 drivers/infiniband/hw/cxgb4/cm.c if (memcmp(mpa->key, MPA_KEY_REP, sizeof(mpa->key))) { memcmp 1748 drivers/infiniband/hw/cxgb4/cm.c if (memcmp(mpa->key, MPA_KEY_REQ, sizeof(mpa->key))) memcmp 11071 drivers/infiniband/hw/hfi1/chip.c return !memcmp(cache->table, vl, VL_ARB_TABLE_SIZE * sizeof(*vl)); memcmp 270 drivers/infiniband/hw/hfi1/eprom.c if (memcmp(buffer, IMAGE_START_MAGIC, strlen(IMAGE_START_MAGIC))) { memcmp 869 drivers/infiniband/hw/hfi1/file_ops.c if (memcmp(uctxt->uuid, uinfo->uuid, sizeof(uctxt->uuid)) || memcmp 160 drivers/infiniband/hw/hfi1/sysfs.c if (!memcmp(buf, "on", 2)) memcmp 162 drivers/infiniband/hw/hfi1/sysfs.c else if (!memcmp(buf, "off", 3)) memcmp 586 drivers/infiniband/hw/hfi1/sysfs.c if (count < 5 || memcmp(buf, "reset", 5) || !dd->diag_client) { memcmp 66 drivers/infiniband/hw/hns/hns_roce_main.c if (!memcmp(hr_dev->dev_addr[port], addr, ETH_ALEN)) memcmp 947 drivers/infiniband/hw/i40iw/i40iw_cm.c if (memcmp(mpa_frame->key, IEFT_MPA_KEY_REQ, IETF_MPA_KEY_SIZE)) { memcmp 952 drivers/infiniband/hw/i40iw/i40iw_cm.c if (memcmp(mpa_frame->key, IEFT_MPA_KEY_REP, IETF_MPA_KEY_SIZE)) { memcmp 1445 drivers/infiniband/hw/i40iw/i40iw_cm.c if (!memcmp(cm_node->loc_addr, loc_addr, sizeof(cm_node->loc_addr)) && memcmp 1447 drivers/infiniband/hw/i40iw/i40iw_cm.c !memcmp(cm_node->rem_addr, rem_addr, sizeof(cm_node->rem_addr)) && memcmp 1488 drivers/infiniband/hw/i40iw/i40iw_cm.c if ((!memcmp(listen_addr, dst_addr, sizeof(listen_addr)) || memcmp 1489 drivers/infiniband/hw/i40iw/i40iw_cm.c !memcmp(listen_addr, ip_zero, sizeof(listen_addr))) && memcmp 2146 drivers/infiniband/hw/i40iw/i40iw_cm.c return !memcmp(loc_addr, rem_addr, 16) || ipv6_addr_loopback(&raddr6); memcmp 2942 drivers/infiniband/hw/i40iw/i40iw_cm.c if (!memcmp(cm_info->loc_addr, cm_info->rem_addr, sizeof(cm_info->loc_addr))) { memcmp 3890 drivers/infiniband/hw/i40iw/i40iw_cm.c (!cm_info.ipv4 && memcmp(laddr6->sin6_addr.in6_u.u6_addr32, memcmp 4267 drivers/infiniband/hw/i40iw/i40iw_cm.c if (!memcmp(child_listen_node->loc_addr, ipaddr, ipv4 ? 4 : 16)) memcmp 4328 drivers/infiniband/hw/i40iw/i40iw_cm.c (!memcmp(cm_node->loc_addr, ipaddr, nfo->ipv4 ? 4 : 16) || memcmp 4329 drivers/infiniband/hw/i40iw/i40iw_cm.c !memcmp(cm_node->rem_addr, ipaddr, nfo->ipv4 ? 4 : 16)))) { memcmp 4339 drivers/infiniband/hw/i40iw/i40iw_cm.c (!memcmp(cm_node->loc_addr, ipaddr, nfo->ipv4 ? 4 : 16) || memcmp 4340 drivers/infiniband/hw/i40iw/i40iw_cm.c !memcmp(cm_node->rem_addr, ipaddr, nfo->ipv4 ? 4 : 16)))) { memcmp 4385 drivers/infiniband/hw/i40iw/i40iw_cm.c (!memcmp(listen_node->loc_addr, ipaddr, ipv4 ? 4 : 16) || memcmp 4386 drivers/infiniband/hw/i40iw/i40iw_cm.c !memcmp(listen_node->loc_addr, ip_zero, ipv4 ? 4 : 16))) { memcmp 4396 drivers/infiniband/hw/i40iw/i40iw_cm.c } else if (memcmp(listen_node->loc_addr, ip_zero, memcmp 79 drivers/infiniband/hw/i40iw/i40iw_utils.c if (memcmp(iwdev->arp_table[arp_index].ip_addr, ip, sizeof(ip)) == 0) memcmp 279 drivers/infiniband/hw/mlx4/main.c if (!memcmp(&port_gid_table->gids[i].gid, memcmp 418 drivers/infiniband/hw/mlx4/main.c if (!memcmp(&port_gid_table->gids[i].gid, memcmp 1925 drivers/infiniband/hw/mlx4/main.c if (!memcmp(raw, ge->gid.raw, 16)) { memcmp 1951 drivers/infiniband/hw/mlx4/main.c if (!memcmp(ib_steering->gid.raw, gid->raw, 16)) { memcmp 171 drivers/infiniband/hw/mlx4/mcg.c ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid); memcmp 195 drivers/infiniband/hw/mlx4/mcg.c ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw, memcmp 455 drivers/infiniband/hw/mlx4/mcg.c nzgroup = memcmp(&group->rec.mgid, &mgid0, sizeof mgid0); memcmp 556 drivers/infiniband/hw/mlx4/mcg.c if (memcmp(&group->rec.mgid, &mgid0, sizeof mgid0)) { memcmp 757 drivers/infiniband/hw/mlx4/mcg.c if (memcmp(new_mgid, &mgid0, sizeof mgid0)) { memcmp 817 drivers/infiniband/hw/mlx4/mcg.c is_mgid0 = !memcmp(&mgid0, mgid, sizeof mgid0); memcmp 3198 drivers/infiniband/hw/mlx4/qp.c if (!memcmp(sqp->ud_header.eth.smac_h, sqp->ud_header.eth.dmac_h, 6)) memcmp 98 drivers/infiniband/hw/mthca/mthca_mcg.c if (!memcmp(mgm->gid, zero_gid, 16)) { memcmp 106 drivers/infiniband/hw/mthca/mthca_mcg.c if (!memcmp(mgm->gid, gid, 16)) memcmp 143 drivers/infiniband/hw/mthca/mthca_mcg.c if (!memcmp(mgm->gid, zero_gid, 16)) memcmp 522 drivers/infiniband/hw/qedr/qedr.h if (!memcmp(&grh->dgid, &zero_sgid, sizeof(union ib_gid))) { memcmp 7628 drivers/infiniband/hw/qib/qib_iba7322.c if (!memcmp(v->oui, qd->oui, QSFP_VOUI_LEN) && memcmp 7630 drivers/infiniband/hw/qib/qib_iba7322.c !memcmp(v->partnum, qd->partnum, QSFP_PN_LEN))) { memcmp 672 drivers/infiniband/hw/qib/qib_sysfs.c if (count < 5 || memcmp(buf, "reset", 5) || !dd->diag_client) { memcmp 183 drivers/infiniband/hw/usnic/usnic_ib_main.c if (!memcmp(us_ibdev->ufdev->mac, netdev->dev_addr, memcmp 163 drivers/infiniband/sw/rdmavt/mcast.c ret = memcmp(mgid->raw, mcast->mcast_addr.mgid.raw, memcmp 209 drivers/infiniband/sw/rdmavt/mcast.c ret = memcmp(mcast->mcast_addr.mgid.raw, memcmp 368 drivers/infiniband/sw/rdmavt/mcast.c ret = memcmp(gid->raw, mcast->mcast_addr.mgid.raw, memcmp 321 drivers/infiniband/sw/rxe/rxe_pool.c cmp = memcmp((u8 *)elem + pool->key_offset, memcmp 525 drivers/infiniband/sw/rxe/rxe_pool.c cmp = memcmp((u8 *)elem + pool->key_offset, memcmp 194 drivers/infiniband/sw/rxe/rxe_recv.c if (memcmp(&ipv6_hdr(skb)->daddr, saddr, sizeof(*saddr))) { memcmp 200 drivers/infiniband/sw/rxe/rxe_recv.c if (memcmp(&ipv6_hdr(skb)->saddr, daddr, sizeof(*daddr))) { memcmp 609 drivers/infiniband/sw/siw/siw_cm.c if (memcmp(req->key, MPA_KEY_REQ, 16)) memcmp 740 drivers/infiniband/sw/siw/siw_cm.c if (memcmp(rep->key, MPA_KEY_REP, 16)) { memcmp 228 drivers/infiniband/ulp/ipoib/ipoib_ib.c else if (memcmp(dgid, dev->broadcast + 4, sizeof(union ib_gid)) == 0) memcmp 409 drivers/infiniband/ulp/ipoib/ipoib_main.c (!gid || !memcmp(gid, &priv->local_gid, sizeof(*gid)))) { memcmp 565 drivers/infiniband/ulp/ipoib/ipoib_main.c ret = memcmp(gid, path->pathrec.dgid.raw, memcmp 591 drivers/infiniband/ulp/ipoib/ipoib_main.c ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, memcmp 662 drivers/infiniband/ulp/ipoib/ipoib_main.c if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw, memcmp 783 drivers/infiniband/ulp/ipoib/ipoib_main.c if (memcmp(pathrec->dgid.raw, path->pathrec.dgid.raw, memcmp 1282 drivers/infiniband/ulp/ipoib/ipoib_main.c if (memcmp(daddr, neigh->daddr, INFINIBAND_ALEN) == 0) { memcmp 1409 drivers/infiniband/ulp/ipoib/ipoib_main.c if (memcmp(daddr, neigh->daddr, INFINIBAND_ALEN) == 0) { memcmp 1579 drivers/infiniband/ulp/ipoib/ipoib_main.c if (!memcmp(gid, neigh->daddr + 4, sizeof (union ib_gid))) { memcmp 2326 drivers/infiniband/ulp/ipoib/ipoib_main.c if (memcmp(dev->dev_addr, ss->__data, memcmp 170 drivers/infiniband/ulp/ipoib/ipoib_multicast.c ret = memcmp(mgid, mcast->mcmember.mgid.raw, memcmp 195 drivers/infiniband/ulp/ipoib/ipoib_multicast.c ret = memcmp(mcast->mcmember.mgid.raw, tmcast->mcmember.mgid.raw, memcmp 227 drivers/infiniband/ulp/ipoib/ipoib_multicast.c if (!memcmp(mcast->mcmember.mgid.raw, priv->dev->broadcast + 4, memcmp 874 drivers/infiniband/ulp/ipoib/ipoib_multicast.c if (memcmp(addr, broadcast, 6)) memcmp 877 drivers/infiniband/ulp/ipoib/ipoib_multicast.c if (memcmp(addr + 7, broadcast + 7, 3)) memcmp 1030 drivers/infiniband/ulp/ipoib/ipoib_multicast.c if (memcmp(iter->mgid.raw, mcast->mcmember.mgid.raw, memcmp 238 drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.c if (!memcmp(mac_addr, empty_mac, ARRAY_SIZE(empty_mac))) memcmp 319 drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.c if (!memcmp(node->entry.mac_addr, mac_hdr->h_dest, memcmp 145 drivers/infiniband/ulp/opa_vnic/opa_vnic_netdev.c if (memcmp(info->vport.base_mac_addr, adapter->vema_mac_addr, memcmp 209 drivers/infiniband/ulp/opa_vnic/opa_vnic_netdev.c if (!memcmp(netdev->dev_addr, sa->sa_data, ETH_ALEN)) memcmp 359 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c if (!memcmp(adapter->info.vport.base_mac_addr, ha->addr, memcmp 227 drivers/infiniband/ulp/srp/ib_srp.c (!memcmp(&target->ioc_guid, topspin_oui, sizeof topspin_oui) || memcmp 228 drivers/infiniband/ulp/srp/ib_srp.c !memcmp(&target->ioc_guid, cisco_oui, sizeof cisco_oui)); memcmp 2030 drivers/infiniband/ulp/srpt/ib_srpt.c if (memcmp(n->i_port_id, i_port_id, 16) == 0 && memcmp 2031 drivers/infiniband/ulp/srpt/ib_srpt.c memcmp(n->t_port_id, t_port_id, 16) == 0) { memcmp 616 drivers/input/keyboard/applespi.c if (memcmp(applespi->tx_status, status_ok, APPLESPI_STATUS_SIZE)) { memcmp 142 drivers/input/misc/hp_sdc_rtc.c while (memcmp(&tm, &tm_last, sizeof(struct rtc_time))) { memcmp 809 drivers/input/misc/ims-pcu.c if (memcmp(fragment->data, data, len)) { memcmp 254 drivers/input/misc/soc_button_array.c if (memcmp(uuid->buffer.pointer, btns_desc_uuid, 16) == 0) { memcmp 2858 drivers/input/mouse/alps.c if (!memcmp(e7, model->signature, sizeof(model->signature))) memcmp 1104 drivers/input/mouse/cyapa_gen3.c if (memcmp(cyapa->product_id, product_id, memcmp 2586 drivers/input/mouse/cyapa_gen5.c if (memcmp(cyapa->product_id, product_id, memcmp 709 drivers/input/mouse/cyapa_gen6.c if (memcmp(cyapa->product_id, product_id, memcmp 620 drivers/input/mouse/elan_i2c_core.c if (memcmp(fw_signature, signature, sizeof(signature)) != 0) { memcmp 69 drivers/input/mouse/elan_i2c_smbus.c if (memcmp(values, check, ETP_SMBUS_HELLOPACKET_LEN)) { memcmp 746 drivers/input/mouse/elantech.c return !memcmp(packet, debounce_packet, sizeof(debounce_packet)); memcmp 793 drivers/input/mouse/elantech.c if (!memcmp(packet, debounce_packet, sizeof(debounce_packet))) memcmp 120 drivers/input/serio/hil_mlc.c if (!memcmp(mlc->di + idx, &mlc->di_scratch, memcmp 1613 drivers/input/touchscreen/cyttsp4_core.c } else if (!memcmp(buf, ldr_err_app, sizeof(ldr_err_app))) { memcmp 261 drivers/input/touchscreen/elants_i2c.c if (memcmp(rek_resp, ts->cmd_resp, sizeof(rek_resp))) { memcmp 539 drivers/input/touchscreen/elants_i2c.c } else if (!memcmp(buf, hello_packet, sizeof(hello_packet))) { memcmp 542 drivers/input/touchscreen/elants_i2c.c } else if (!memcmp(buf, recov_packet, sizeof(recov_packet))) { memcmp 604 drivers/input/touchscreen/elants_i2c.c if (!memcmp(buf, ack_ok, sizeof(ack_ok))) memcmp 662 drivers/input/touchscreen/elants_i2c.c if (memcmp(buf, iap_ack, sizeof(iap_ack))) { memcmp 897 drivers/input/touchscreen/elants_i2c.c if (memcmp(ts->buf, wait_packet, sizeof(wait_packet))) { memcmp 481 drivers/input/touchscreen/hideep.c if (memcmp(ucode, current_ucode, xfer_len)) { memcmp 526 drivers/input/touchscreen/hideep.c if (memcmp(ucode, current_ucode, xfer_len)) { memcmp 416 drivers/input/touchscreen/iqs5xx.c if (memcmp(bl_data, pmap_data + i, sizeof(bl_data))) { memcmp 1052 drivers/input/touchscreen/melfas_mip4.c if (memcmp(&data[buf_offset], read_buf, MIP4_BL_PACKET_SIZE)) { memcmp 1186 drivers/input/touchscreen/melfas_mip4.c if (memcmp(fw_info->tail_mark, MIP4_BIN_TAIL_MARK, memcmp 391 drivers/input/touchscreen/raydium_i2c_ts.c if (!error && !memcmp(rbuf, ack_ok, sizeof(ack_ok))) memcmp 177 drivers/input/touchscreen/surface3_spi.c if (memcmp(header, data, sizeof(header))) memcmp 4345 drivers/iommu/intel-iommu.c if (memcmp(atsr, tmp, atsr->header.length) == 0) memcmp 488 drivers/irqchip/irq-gic-v2m.c rc = !memcmp(madt->header.oem_id, ACPI_AMZN_OEM_ID, ACPI_OEM_ID_SIZE); memcmp 68 drivers/md/bcache/debug.c memcmp(inmemory->start, memcmp 136 drivers/md/bcache/debug.c cache_set_err_on(memcmp(p1 + bv.bv_offset, memcmp 99 drivers/md/bcache/super.c if (memcmp(sb->magic, bcache_magic, 16)) memcmp 462 drivers/md/bcache/super.c if (!memcmp(u->uuid, uuid, 16)) memcmp 1108 drivers/md/bcache/super.c if ((set_uuid && memcmp(set_uuid, c->sb.set_uuid, 16)) || memcmp 1109 drivers/md/bcache/super.c (!set_uuid && memcmp(dc->sb.set_uuid, c->sb.set_uuid, 16))) memcmp 1133 drivers/md/bcache/super.c if (!memcmp(dc->sb.uuid, exist_dc->sb.uuid, 16)) { memcmp 2057 drivers/md/bcache/super.c if (!memcmp(c->sb.set_uuid, ca->sb.set_uuid, 16)) { memcmp 2516 drivers/md/bcache/super.c if (!memcmp(pdev_set_uuid, set_uuid, 16)) { memcmp 391 drivers/md/dm-era-target.c return !memcmp(value1, value2, sizeof(struct writeset_metadata)); memcmp 768 drivers/md/dm-integrity.c if (memcmp(&js->mac, result + (j * JOURNAL_MAC_PER_SECTOR), JOURNAL_MAC_PER_SECTOR)) memcmp 1320 drivers/md/dm-integrity.c if (unlikely(memcmp(dp, tag, to_copy))) { memcmp 1749 drivers/md/dm-integrity.c if (unlikely(memcmp(checksums_onstack, journal_entry_tag(ic, je), ic->tag_size))) { memcmp 2261 drivers/md/dm-integrity.c if (unlikely(memcmp(test_tag, journal_entry_tag(ic, je2), ic->tag_size))) memcmp 3852 drivers/md/dm-integrity.c if (memcmp(ic->sb->magic, SB_MAGIC, 8)) { memcmp 192 drivers/md/dm-verity-fec.c return memcmp(verity_io_real_digest(v, io), want_digest, memcmp 394 drivers/md/dm-verity-fec.c if (memcmp(verity_io_real_digest(v, io), verity_io_want_digest(v, io), memcmp 302 drivers/md/dm-verity-target.c if (likely(memcmp(verity_io_real_digest(v, io), want_digest, memcmp 357 drivers/md/dm-verity-target.c *is_zero = !memcmp(v->zero_digest, digest, v->digest_size); memcmp 519 drivers/md/dm-verity-target.c if (likely(memcmp(verity_io_real_digest(v, io), memcmp 682 drivers/md/md-bitmap.c if (memcmp(sb->uuid, bitmap->mddev->uuid, 16)) { memcmp 993 drivers/md/md.c ret = (memcmp(tmp1, tmp2, MD_SB_GENERIC_CONSTANT_WORDS * 4) == 0); memcmp 1602 drivers/md/md.c memcmp(sb->pad3, sb->pad3+1, sizeof(sb->pad3) - sizeof(sb->pad3[1]))) memcmp 1699 drivers/md/md.c if (memcmp(sb->set_uuid, refsb->set_uuid, 16) != 0 || memcmp 626 drivers/md/persistent-data/dm-array.c return !memcmp(value1, value2, sizeof(__le64)); memcmp 2170 drivers/md/raid1.c if (memcmp(page_address(ppages[j]), memcmp 2059 drivers/md/raid10.c if (memcmp(page_address(fpages[j]), memcmp 922 drivers/media/dvb-core/dvb_net.c if (pkt_len < 24 || memcmp(&pkt[12], "\xaa\xaa\x03\0\0\0", 6)) { memcmp 57 drivers/media/dvb-frontends/cxd2820r_core.c if (!memcmp(gpio, priv->gpio, sizeof(priv->gpio))) memcmp 11873 drivers/media/dvb-frontends/drx39xyj/drxj.c result = memcmp(curr_ptr, mc_data_buffer, memcmp 1654 drivers/media/i2c/adv7511-v4l2.c return !memcmp(data, hdmi_header, sizeof(hdmi_header)); memcmp 565 drivers/media/i2c/ir-kbd-i2c.c if (!memcmp(&codes[c - rep * 3], &codes[c - rep * 2], rep) && memcmp 364 drivers/media/i2c/s5k5baf.c ret = memcmp(data, S5K5BAF_FW_TAG, S5K5BAG_FW_TAG_LEN * sizeof(u16)); memcmp 1458 drivers/media/i2c/s5k5baf.c return !memcmp(r1, r2, sizeof(*r1)); memcmp 1221 drivers/media/i2c/saa7115.c if (!memcmp(p, vbi_no_data_pattern, sizeof(vbi_no_data_pattern))) memcmp 1726 drivers/media/i2c/saa7115.c if (!memcmp(name + 1, "f711", 4)) { memcmp 1757 drivers/media/i2c/saa7115.c if (!memcmp(name, "0000", 4)) { memcmp 1787 drivers/media/i2c/saa7115.c if (!memcmp(name, "1111111111111111", CHIP_VER_SIZE)) { memcmp 561 drivers/media/i2c/tvp7002.c if (!memcmp(bt, t, &bt->standards - &bt->width)) { memcmp 1126 drivers/media/pci/bt8xx/bttv-driver.c if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap, memcmp 971 drivers/media/pci/bt8xx/dst.c if (memcmp(&check_stv0299, &state->rxbuffer, 8)) { memcmp 991 drivers/media/pci/bt8xx/dst.c if (memcmp(&check_mb86a15, &state->rxbuffer, 8) < 0) { memcmp 319 drivers/media/pci/cobalt/cobalt-cpld.c if (!memcmp(read_regs, regs, sizeof(read_regs))) memcmp 937 drivers/media/pci/cx23885/cx23885-417.c if (0 != memcmp(firmware->data, magic, 8)) { memcmp 479 drivers/media/pci/cx88/cx88-blackbird.c if (memcmp(firmware->data, magic, 8) != 0) { memcmp 237 drivers/media/pci/ivtv/ivtv-mailbox.c !memcmp(data, itv->api_cache[cmd].data, sizeof(itv->api_cache[cmd].data))) { memcmp 106 drivers/media/pci/ivtv/ivtv-vbi.c if (memcmp(&vps, &vi->vps_payload, sizeof(vps))) { memcmp 240 drivers/media/pci/ivtv/ivtv-vbi.c if (!memcmp(p, "itv0", 4)) { memcmp 243 drivers/media/pci/ivtv/ivtv-vbi.c } else if (!memcmp(p, "ITV0", 4)) { memcmp 1046 drivers/media/pci/ivtv/ivtv-yuv.c if (memcmp(&yi->old_frame_info_args, nf, sizeof(*nf))) { memcmp 142 drivers/media/pci/ngene/ngene-dvb.c if (!memcmp(buf + i, fill_ts, sizeof(fill_ts))) memcmp 152 drivers/media/pci/ngene/ngene-dvb.c if (memcmp(buf, fill_ts, sizeof(fill_ts)) != 0) { memcmp 117 drivers/media/pci/saa7164/saa7164-api.c if (memcmp(&fmt, &rsp, sizeof(rsp)) == 0) { memcmp 133 drivers/media/pci/saa7164/saa7164-api.c if (memcmp(&fmt, &rsp, sizeof(rsp)) != 0) { memcmp 73 drivers/media/platform/coda/coda-mpeg2.c memcmp(buf, sequence_header_start, 4) != 0) memcmp 77 drivers/media/platform/coda/coda-mpeg2.c (size >= 25 && memcmp(buf + 22, u.start_code_prefix, 3) == 0)) && memcmp 78 drivers/media/platform/coda/coda-mpeg2.c memcmp(buf + 12, u.extension_start, 4) == 0) memcmp 82 drivers/media/platform/coda/coda-mpeg2.c (size > 89 && memcmp(buf + 86, u.start_code_prefix, 3) == 0)) && memcmp 83 drivers/media/platform/coda/coda-mpeg2.c memcmp(buf + 76, u.extension_start, 4) == 0) memcmp 70 drivers/media/platform/coda/coda-mpeg4.c memcmp(buf, vos_start, 4) != 0 || memcmp 71 drivers/media/platform/coda/coda-mpeg4.c memcmp(buf + 5, u.vo_start, 4) != 0) memcmp 75 drivers/media/platform/coda/coda-mpeg4.c (size >= 33 && memcmp(buf + 30, u.start_code_prefix, 3) == 0)) memcmp 79 drivers/media/platform/coda/coda-mpeg4.c (size >= 34 && memcmp(buf + 31, u.start_code_prefix, 3) == 0)) memcmp 83 drivers/media/platform/coda/coda-mpeg4.c (size >= 35 && memcmp(buf + 32, u.start_code_prefix, 3) == 0)) memcmp 312 drivers/media/platform/davinci/vpbe.c !memcmp(&output->modes[i].dv_timings, memcmp 509 drivers/media/platform/davinci/vpif_capture.c if (!memcmp(&config->dv_timings, &vid_ch->dv_timings, memcmp 992 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG)) { memcmp 733 drivers/media/platform/vicodec/codec-fwht.c !memcmp(*rlco + 1, *rlco - size + 1, 2 * size - 2)) { memcmp 380 drivers/media/platform/vicodec/vicodec-core.c if (!memcmp(header, magic, ctx->comp_magic_cnt)) { memcmp 655 drivers/media/platform/vicodec/vicodec-core.c if (!memcmp(p, magic, sizeof(magic))) memcmp 1010 drivers/media/usb/cx231xx/cx231xx-417.c if (0 != memcmp(firmware->data, magic, 8)) { memcmp 1172 drivers/media/usb/dvb-usb-v2/af9015.c !memcmp(&buf[12], state->rc_last, 4)) { memcmp 337 drivers/media/usb/dvb-usb/cxusb-analog.c if (memcmp(buf + idx, CXUSB_BT656_PREAMBLE, 3) == 0) { memcmp 91 drivers/media/usb/go7007/go7007-driver.c if (fw_entry->size < 16 || memcmp(fw_entry->data, "WISGO7007FW", 11)) { memcmp 616 drivers/media/usb/gspca/gl860/gl860.c if (memcmp(tbl[n].data, "\xff\xff\xff", 3) != 0) memcmp 343 drivers/media/usb/gspca/jl2005bcd.c if (memcmp(header_sig, buffer, 2) != 0) { memcmp 397 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c if (memcmp(prod_id, expected_prod_id, sizeof(prod_id))) memcmp 2242 drivers/media/usb/gspca/sn9c20x.c if (len >= 64 && memcmp(data, frame_header, 6) == 0) { memcmp 369 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c if (memcmp(names[idx],ptr,slen)) continue; memcmp 404 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c if (memcmp(names[idx],ptr,slen)) continue; memcmp 112 drivers/media/usb/pvrusb2/pvrusb2-debugifc.c return !memcmp(buf,keyword,kl); memcmp 107 drivers/media/usb/pvrusb2/pvrusb2-ioread.c (!memcmp(sync_key_ptr,cp->sync_key_ptr,sync_key_len)))) return; memcmp 114 drivers/media/usb/pvrusb2/pvrusb2-std.c if (!memcmp(bufPtr,p->name,bufSize)) return p; memcmp 135 drivers/media/usb/rainshadow-cec/rainshadow-cec.c if (!memcmp(rain->cmd, "REC", 3) || memcmp 136 drivers/media/usb/rainshadow-cec/rainshadow-cec.c !memcmp(rain->cmd, "STA", 3)) { memcmp 1024 drivers/media/usb/tm6000/tm6000-cards.c if (!memcmp(&dev->eedata[tm6000_boards[i].eename_pos], memcmp 440 drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c if (memcmp(get_version + 4, "V 0.0", 5) && memcmp 441 drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c memcmp(get_version + 4, "V 1.1", 5) && memcmp 442 drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c memcmp(get_version + 4, "V 2.1", 5) && memcmp 443 drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c memcmp(get_version + 4, "V 2.2", 5)) { memcmp 835 drivers/media/usb/uvc/uvc_ctrl.c return memcmp(uvc_camera_guid, guid, 16) == 0; memcmp 838 drivers/media/usb/uvc/uvc_ctrl.c return memcmp(uvc_media_transport_input_guid, guid, 16) == 0; memcmp 841 drivers/media/usb/uvc/uvc_ctrl.c return memcmp(uvc_processing_guid, guid, 16) == 0; memcmp 844 drivers/media/usb/uvc/uvc_ctrl.c return memcmp(entity->extension.guidExtensionCode, memcmp 244 drivers/media/usb/uvc/uvc_driver.c if (memcmp(guid, uvc_fmts[i].guid, 16) == 0) memcmp 50 drivers/media/usb/uvc/uvc_isight.c if ((len >= 14 && memcmp(&data[2], hdr, 12) == 0) || memcmp 51 drivers/media/usb/uvc/uvc_isight.c (len >= 15 && memcmp(&data[3], hdr, 12) == 0)) { memcmp 1265 drivers/media/usb/uvc/uvc_video.c !memcmp(scr, stream->clock.last_scr, 6))) memcmp 1523 drivers/media/v4l2-core/v4l2-ctrls.c return !memcmp(ptr1.p + idx, ptr2.p + idx, ctrl->elem_size); memcmp 1469 drivers/memory/emif.c emif->duplicate = emif1 && (memcmp(dev_info, memcmp 110 drivers/memstick/core/ms_block.c retval = memcmp(miter.addr + offset, buffer, cmplen) ? -1 : 0; memcmp 2263 drivers/memstick/core/ms_block.c if (memcmp(msb->boot_page, new_msb->boot_page, memcmp 2268 drivers/memstick/core/ms_block.c memcmp(msb->lba_to_pba_table, new_msb->lba_to_pba_table, memcmp 2273 drivers/memstick/core/ms_block.c memcmp(msb->used_blocks_bitmap, new_msb->used_blocks_bitmap, memcmp 1395 drivers/memstick/core/mspro_block.c if (memcmp(s_attr->data, r_attr->data, s_attr->size)) memcmp 1510 drivers/message/fusion/mptlan.c if (!memcmp(fch->daddr, dev->broadcast, FC_ALEN)) { memcmp 1516 drivers/message/fusion/mptlan.c if (memcmp(fch->daddr, dev->dev_addr, FC_ALEN)) { memcmp 1106 drivers/message/fusion/mptscsih.c memcmp(lun.scsi_lun, mf->LUN, 8)) memcmp 463 drivers/mfd/rave-sp.c if (memcmp(crc_calculated, crc_reported, checksum_length)) { memcmp 171 drivers/misc/eeprom/eeprom.c if (!memcmp(name, "PCG-", 4) || !memcmp(name, "VGN-", 4)) { memcmp 841 drivers/misc/kgdbts.c if (memcmp(before, after, BREAK_INSTR_SIZE)) { memcmp 942 drivers/misc/mic/vop/vop_vringh.c if (memcmp(&dd, dd_config, sizeof(dd))) { memcmp 1112 drivers/misc/sgi-gru/grukservices.c if (memcmp(buf1, buf2, BUFSIZE)) { memcmp 1593 drivers/mmc/core/mmc.c if (memcmp(cid, oldcard->raw_cid, sizeof(cid)) != 0) { memcmp 671 drivers/mmc/core/mmc_ops.c if (memcmp(data_buf, tuning_block_pattern, size)) memcmp 959 drivers/mmc/core/sd.c if (memcmp(cid, oldcard->raw_cid, sizeof(cid)) != 0) { memcmp 610 drivers/mmc/core/sdio.c memcmp(card->raw_cid, oldcard->raw_cid, sizeof(card->raw_cid)) != 0)) { memcmp 155 drivers/mtd/devices/block2mtd.c if (memcmp(page_address(page)+offset, buf, cpylen)) { memcmp 43 drivers/mtd/inftlcore.c if (memcmp(mtd->name, "DiskOnChip", 10)) memcmp 82 drivers/mtd/inftlmount.c if (retlen < 6 || memcmp(buf, "BNAND", 6)) { memcmp 115 drivers/mtd/inftlmount.c if (memcmp(mh, buf, sizeof(struct INFTLMediaHeader))) { memcmp 1658 drivers/mtd/nand/onenand/onenand_base.c if (memcmp(buf, this->verify_buf + column, thislen)) memcmp 1000 drivers/mtd/nand/raw/diskonchip.c if (memcmp(buf, id, 6)) memcmp 1980 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c if (!memcmp(buffer, fingerprint, strlen(fingerprint))) { memcmp 93 drivers/mtd/nand/raw/ingenic/jz4740_ecc.c if (memcmp(ecc_code, empty_block_ecc, ARRAY_SIZE(empty_block_ecc)) == 0) memcmp 92 drivers/mtd/nand/raw/nand_bbt.c if (memcmp(buf, td->pattern, td->len)) memcmp 113 drivers/mtd/nand/raw/nand_bbt.c if (memcmp(buf + paglen + td->offs, td->pattern, td->len)) memcmp 131 drivers/mtd/nand/raw/nand_bbt.c if (memcmp(buf + td->offs, td->pattern, td->len)) memcmp 894 drivers/mtd/nand/raw/omap2.c if (memcmp(read_ecc, calc_ecc, 3) != 0) { memcmp 1408 drivers/mtd/nand/raw/omap2.c if (memcmp(calc_ecc, erased_ecc_vec, memcmp 55 drivers/mtd/nand/raw/sm_common.h if (!memcmp(oob, erased_pattern, sizeof(*oob))) memcmp 43 drivers/mtd/nftlcore.c if (memcmp(mtd->name, "DiskOnChip", 10)) memcmp 69 drivers/mtd/nftlmount.c if (retlen < 6 || memcmp(buf, "ANAND", 6)) { memcmp 109 drivers/mtd/nftlmount.c if (memcmp(buf, "ANAND", 6)) { memcmp 121 drivers/mtd/nftlmount.c if (memcmp(mh, buf, sizeof(struct NFTLMediaHeader))) { memcmp 127 drivers/mtd/parsers/redboot.c if (!memcmp(buf[i].name, "FIS directory", 14)) { memcmp 269 drivers/mtd/parsers/redboot.c if (!memcmp(names, "RedBoot", 8) || memcmp 270 drivers/mtd/parsers/redboot.c !memcmp(names, "RedBoot config", 15) || memcmp 271 drivers/mtd/parsers/redboot.c !memcmp(names, "FIS directory", 14)) { memcmp 157 drivers/mtd/sm_ftl.c if (!memcmp(oob, erased_pattern, SM_OOB_SIZE)) memcmp 663 drivers/mtd/sm_ftl.c if (!memcmp(ftl->cis_buffer + ftl->cis_page_offset, memcmp 2535 drivers/mtd/spi-nor/spi-nor.c if (!memcmp(info->id, id, info->id_len)) memcmp 130 drivers/mtd/ssfdc.c } else if (!memcmp(sect_buf, cis_numbers, memcmp 129 drivers/mtd/tests/mtd_nandecctest.c if (ret == 0 && !memcmp(correct_data, error_data, size)) memcmp 159 drivers/mtd/tests/mtd_nandecctest.c if (ret == 1 && !memcmp(correct_data, error_data, size)) memcmp 78 drivers/mtd/tests/pagetest.c if (memcmp(twopages, writebuf + (j * pgsize), bufsize)) { memcmp 101 drivers/mtd/tests/pagetest.c if (memcmp(twopages, boundary, bufsize)) { memcmp 179 drivers/mtd/tests/pagetest.c if (memcmp(pp2, pp4, pgsize)) { memcmp 226 drivers/mtd/tests/pagetest.c if (memcmp(writebuf, readbuf, pgsize)) { memcmp 256 drivers/mtd/tests/pagetest.c if (memcmp(writebuf, readbuf, pgsize)) { memcmp 137 drivers/mtd/tests/subpagetest.c if (unlikely(memcmp(readbuf, writebuf, subpgsize))) { memcmp 164 drivers/mtd/tests/subpagetest.c if (unlikely(memcmp(readbuf, writebuf, subpgsize))) { memcmp 201 drivers/mtd/tests/subpagetest.c if (unlikely(memcmp(readbuf, writebuf, subpgsize * k))) { memcmp 234 drivers/mtd/tests/subpagetest.c if (unlikely(memcmp(readbuf, writebuf, subpgsize))) { memcmp 119 drivers/mtd/tests/torturetest.c if (memcmp(buf, check_buf, len)) { memcmp 747 drivers/mtd/ubi/cdev.c !memcmp(re->desc->vol->name, name, name_len)) { memcmp 776 drivers/mtd/ubi/cdev.c !memcmp(re->new_name, re1->desc->vol->name, memcmp 185 drivers/mtd/ubi/vtbl.c if (memcmp(&vtbl[i], &empty_vtbl_record, memcmp 434 drivers/mtd/ubi/vtbl.c leb_corrupted[1] = memcmp(leb[0], leb[1], memcmp 1338 drivers/net/can/janz-ican3.c return memcmp(cf->data, echo_cf->data, cf->can_dlc) == 0; memcmp 199 drivers/net/can/softing/softing_fw.c if (memcmp(buf, dat, len)) { memcmp 497 drivers/net/can/softing/softing_main.c if (!memcmp(back, stream, sizeof(stream))) memcmp 147 drivers/net/dsa/bcm_sf2_cfp.c if (memcmp(slice_layout->slices, zero_slice, memcmp 588 drivers/net/dsa/bcm_sf2_cfp.c ret = memcmp(&rule->fs.h_u, &fs->h_u, fs_size); memcmp 589 drivers/net/dsa/bcm_sf2_cfp.c ret |= memcmp(&rule->fs.m_u, &fs->m_u, fs_size); memcmp 297 drivers/net/dsa/microchip/ksz_common.c if (!memcmp(alu.mac, mdb->addr, ETH_ALEN) && memcmp 339 drivers/net/dsa/microchip/ksz_common.c if (!memcmp(alu.mac, mdb->addr, ETH_ALEN) && memcmp 1298 drivers/net/ethernet/3com/typhoon.c if (memcmp(fHdr->tag, "TYPHOON", 8)) memcmp 134 drivers/net/ethernet/amazon/ena/ena_eth_com.h return !!memcmp(&io_sq->cached_tx_meta, memcmp 910 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c if (memcmp(&sfp_eeprom->base[XGBE_SFP_BASE_VENDOR_NAME], memcmp 917 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c if (memcmp(&sfp_eeprom->base[XGBE_SFP_BASE_VENDOR_PN], memcmp 1274 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c if (memcmp(&phy_data->sfp_eeprom, &sfp_eeprom, sizeof(sfp_eeprom))) { memcmp 57 drivers/net/ethernet/aquantia/atlantic/aq_filters.c memcmp(&fsp1->h_u, &fsp2->h_u, sizeof(fsp2->h_u)) || memcmp 58 drivers/net/ethernet/aquantia/atlantic/aq_filters.c memcmp(&fsp1->h_ext, &fsp2->h_ext, sizeof(fsp2->h_ext)) || memcmp 59 drivers/net/ethernet/aquantia/atlantic/aq_filters.c memcmp(&fsp1->m_u, &fsp2->m_u, sizeof(fsp2->m_u)) || memcmp 60 drivers/net/ethernet/aquantia/atlantic/aq_filters.c memcmp(&fsp1->m_ext, &fsp2->m_ext, sizeof(fsp2->m_ext))) memcmp 8082 drivers/net/ethernet/broadcom/bnx2.c memcmp(&data[j], "1028", 4)) memcmp 1279 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c if (!memcmp(&cur_data, &bp->last_reported_link, sizeof(cur_data)) || memcmp 685 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c (!memcmp(data->vlan_mac.mac, pos->u.vlan_mac.mac, memcmp 740 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c (!memcmp(data->vlan_mac.mac, pos->u.vlan_mac.mac, memcmp 1279 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c if (!memcmp(&pos->cmd_data.vlan_mac.u.mac, data, memcmp 1296 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c if (!memcmp(&pos->cmd_data.vlan_mac.u.vlan, data, memcmp 1314 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c if (!memcmp(&pos->cmd_data.vlan_mac.u.vlan_mac, data, memcmp 11018 drivers/net/ethernet/broadcom/bnxt/bnxt.c if (memcmp(&keys1->addrs.v6addrs.src, &keys2->addrs.v6addrs.src, memcmp 11020 drivers/net/ethernet/broadcom/bnxt/bnxt.c memcmp(&keys1->addrs.v6addrs.dst, &keys2->addrs.v6addrs.dst, memcmp 15661 drivers/net/ethernet/broadcom/tg3.c memcmp(&vpd_data[j], "1028", 4)) memcmp 3466 drivers/net/ethernet/cavium/liquidio/lio_main.c if (memcmp(LIQUIDIO_BASE_VERSION, memcmp 849 drivers/net/ethernet/cavium/liquidio/octeon_console.c if (memcmp(LIQUIDIO_BASE_VERSION, h->version + strlen(LIQUIDIO_PACKAGE), memcmp 292 drivers/net/ethernet/chelsio/cxgb3/l2t.c if (memcmp(e->dmac, neigh->ha, sizeof(e->dmac)) || memcmp 946 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c if (memcmp(data - n, (u8 *) buf + offset, n)) memcmp 91 drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c ret = memcmp(lip, cte->addr6.sin6_addr.s6_addr, memcmp 94 drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c ret = memcmp(lip, (char *)(&cte->addr.sin_addr), memcmp 164 drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c ret = memcmp(lip, cte->addr6.sin6_addr.s6_addr, memcmp 167 drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c ret = memcmp(lip, (char *)(&cte->addr.sin_addr), memcmp 409 drivers/net/ethernet/chelsio/cxgb4/l2t.c if (memcmp(e->dmac, neigh->ha, sizeof(e->dmac)) || memcmp 572 drivers/net/ethernet/chelsio/cxgb4/l2t.c if (memcmp(e->dmac, neigh->ha, sizeof(e->dmac))) memcmp 389 drivers/net/ethernet/chelsio/cxgb4/sched.c (!memcmp(&info.u.params, &tp.u.params, memcmp 79 drivers/net/ethernet/chelsio/cxgb4/smt.c if (memcmp(e->src_mac, smac, ETH_ALEN) == 0) memcmp 3115 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c if (memcmp(data - n, (u8 *)buf + offset, n)) { memcmp 162 drivers/net/ethernet/cisco/enic/enic_pp.c return strcmp(pp1->name, pp2->name) | !!memcmp(pp1->instance_uuid, memcmp 164 drivers/net/ethernet/cisco/enic/enic_pp.c !!memcmp(pp1->host_uuid, pp2->host_uuid, PORT_UUID_MAX) | memcmp 4118 drivers/net/ethernet/dec/tulip/de4x5.c if (!memcmp(&lp->srom, &enet_det[i], 3) && memcmp 4119 drivers/net/ethernet/dec/tulip/de4x5.c !memcmp((char *)&lp->srom+0x10, &enet_det[i], 3)) { memcmp 2654 drivers/net/ethernet/emulex/benet/be_cmds.c if (!memcmp(flash_cookie, fsec->cookie, sizeof(flash_cookie))) memcmp 2677 drivers/net/ethernet/emulex/benet/be_cmds.c if (!memcmp(crc, p + crc_offset, 4)) memcmp 3375 drivers/net/ethernet/emulex/benet/be_cmds.c if ((memcmp(resp->rcv_buff, req->snd_buff, byte_cnt) != 0) || memcmp 225 drivers/net/ethernet/emulex/benet/be_ethtool.c if (!memcmp(adapter->fw_ver, adapter->fw_on_flash, FW_VER_LEN)) memcmp 262 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c (memcmp(old_entry->addr, memcmp 1995 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c if (!memcmp(mac_data.tbl_mcast_port_msk, empty_msk, memcmp 2068 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c if (!memcmp(mac_data.tbl_mcast_port_msk, empty_msk, memcmp 6037 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c if (!memcmp(tuples, &rule->tuples, sizeof(*tuples))) memcmp 2146 drivers/net/ethernet/hp/hp100.c if (memcmp(old_hash_bytes, &lp->hash_bytes, 8)) { memcmp 2386 drivers/net/ethernet/intel/e100.c if (memcmp(nic->rx_to_clean->skb->data + sizeof(struct rfd), memcmp 736 drivers/net/ethernet/intel/fm10k/fm10k_tlv.c if (!err && memcmp(test_str, result_str, sizeof(test_str))) memcmp 821 drivers/net/ethernet/intel/fm10k/fm10k_tlv.c if (!err && memcmp(test_le, result_le, sizeof(test_le))) memcmp 20 drivers/net/ethernet/intel/i40e/i40e_ddp.c !memcmp(&a->version, &b->version, sizeof(a->version)) && memcmp 21 drivers/net/ethernet/intel/i40e/i40e_ddp.c !memcmp(&a->name, &b->name, I40E_DDP_NAME_SIZE); memcmp 1201 drivers/net/ethernet/intel/i40e/i40e_ethtool.c if (memcmp(©_ks.base, &safe_ks.base, memcmp 8068 drivers/net/ethernet/intel/i40e/i40e_main.c if (!memcmp(cookie, &filter->cookie, sizeof(filter->cookie))) memcmp 8519 drivers/net/ethernet/intel/i40e/i40e_main.c if (memcmp(&new_cfg->etscfg, memcmp 8523 drivers/net/ethernet/intel/i40e/i40e_main.c if (memcmp(&new_cfg->etscfg.prioritytable, memcmp 8530 drivers/net/ethernet/intel/i40e/i40e_main.c if (memcmp(&new_cfg->etscfg.tcbwtable, memcmp 8535 drivers/net/ethernet/intel/i40e/i40e_main.c if (memcmp(&new_cfg->etscfg.tsatable, memcmp 8542 drivers/net/ethernet/intel/i40e/i40e_main.c if (memcmp(&new_cfg->pfc, memcmp 8550 drivers/net/ethernet/intel/i40e/i40e_main.c if (memcmp(&new_cfg->app, memcmp 8616 drivers/net/ethernet/intel/i40e/i40e_main.c if (!memcmp(&tmp_dcbx_cfg, &hw->local_dcbx_config, memcmp 3422 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c if (memcmp(&cfilter.ip.v4.dst_ip, &cf->ip.v4.dst_ip, memcmp 3427 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c if (memcmp(&cfilter.ip.v6.dst_ip6, &cf->ip.v6.dst_ip6, memcmp 3026 drivers/net/ethernet/intel/iavf/iavf_main.c if (!memcmp(cookie, &filter->cookie, sizeof(filter->cookie))) memcmp 200 drivers/net/ethernet/intel/ice/ice_dcb_lib.c if (!memcmp(new_cfg, curr_cfg, sizeof(*new_cfg))) { memcmp 283 drivers/net/ethernet/intel/ice/ice_dcb_lib.c if (memcmp(&new_cfg->etscfg, &old_cfg->etscfg, memcmp 286 drivers/net/ethernet/intel/ice/ice_dcb_lib.c if (memcmp(&new_cfg->etscfg.prio_table, memcmp 293 drivers/net/ethernet/intel/ice/ice_dcb_lib.c if (memcmp(&new_cfg->etscfg.tcbwtable, memcmp 298 drivers/net/ethernet/intel/ice/ice_dcb_lib.c if (memcmp(&new_cfg->etscfg.tsatable, memcmp 305 drivers/net/ethernet/intel/ice/ice_dcb_lib.c if (memcmp(&new_cfg->pfc, &old_cfg->pfc, sizeof(new_cfg->pfc))) { memcmp 311 drivers/net/ethernet/intel/ice/ice_dcb_lib.c if (memcmp(&new_cfg->app, &old_cfg->app, sizeof(new_cfg->app))) { memcmp 681 drivers/net/ethernet/intel/ice/ice_dcb_lib.c if (!memcmp(&tmp_dcbx_cfg, &pi->local_dcbx_cfg, sizeof(tmp_dcbx_cfg))) { memcmp 2420 drivers/net/ethernet/intel/ice/ice_ethtool.c if (memcmp(©_ks.base, &safe_ks.base, sizeof(copy_ks.base))) memcmp 2533 drivers/net/ethernet/intel/ice/ice_main.c !memcmp(hw->pkg_name, hw->active_pkg_name, memcmp 1337 drivers/net/ethernet/intel/ice/ice_switch.c if (!memcmp(&f_info->l_data, &list_itr->fltr_info.l_data, memcmp 2162 drivers/net/ethernet/intel/ice/ice_switch.c if (!memcmp(&f_info->l_data, &list_itr->fltr_info.l_data, memcmp 2981 drivers/net/ethernet/intel/igb/igb_ethtool.c if (!memcmp(&input->filter, &rule->filter, memcmp 2688 drivers/net/ethernet/intel/igb/igb_main.c if (!memcmp(&f->filter, &filter->filter, sizeof(f->filter))) { memcmp 2697 drivers/net/ethernet/intel/igb/igb_main.c if (!memcmp(&f->filter, &filter->filter, sizeof(f->filter))) { memcmp 1416 drivers/net/ethernet/intel/igc/igc_ethtool.c if (!memcmp(&input->filter, &rule->filter, memcmp 491 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c if (memcmp(&fc, &hw->fc, sizeof(struct ixgbe_fc_info))) { memcmp 2778 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c } else if (memcmp(&adapter->fdir_mask, &mask, sizeof(mask))) { memcmp 406 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c (!ip4 && !memcmp(daddr, &rsa->xs->id.daddr.a6, memcmp 637 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c if (!memcmp(ipsec->ip_tbl[i].ipaddr, memcmp 9571 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c } else if (memcmp(&adapter->fdir_mask, mask, sizeof(*mask))) { memcmp 190 drivers/net/ethernet/intel/ixgbevf/ipsec.c (!ip4 && !memcmp(daddr, &rsa->xs->id.daddr.a6, memcmp 1789 drivers/net/ethernet/marvell/mv643xx_eth.c if (memcmp(dev->dev_addr, ha->addr, 5)) memcmp 1878 drivers/net/ethernet/marvell/mv643xx_eth.c if (memcmp(a, "\x01\x00\x5e\x00\x00", 5) == 0) { memcmp 2645 drivers/net/ethernet/marvell/mvneta.c if (memcmp(p_addr, "\x01\x00\x5e\x00\x00", 5) == 0) { memcmp 4494 drivers/net/ethernet/marvell/sky2.c if (!memcmp("RW", buf + offs, 2)) /* end marker */ memcmp 4501 drivers/net/ethernet/marvell/sky2.c if (!memcmp(vpd_tags[i].tag, buf + offs, 2)) { memcmp 738 drivers/net/ethernet/mellanox/mlx4/mcg.c if (!memcmp(mgm->gid, gid, 16) && memcmp 1413 drivers/net/ethernet/mellanox/mlx4/port.c if (!memcmp(gid_entry_mbox->raw, zgid_entry.raw, memcmp 1418 drivers/net/ethernet/mellanox/mlx4/port.c if (!memcmp(gid_entry_mb1->raw, memcmp 1421 drivers/net/ethernet/mellanox/mlx4/port.c if (!memcmp(gid_entry_mb1->raw, gid_entry_mbox->raw, memcmp 1438 drivers/net/ethernet/mellanox/mlx4/port.c if (!memcmp(gid_entry_tbl->raw, zgid_entry.raw, sizeof(zgid_entry))) memcmp 1442 drivers/net/ethernet/mellanox/mlx4/port.c if (!memcmp(gid_entry_mbox->raw, zgid_entry.raw, memcmp 1445 drivers/net/ethernet/mellanox/mlx4/port.c if (!memcmp(gid_entry_mbox->raw, gid_entry_tbl->raw, memcmp 1875 drivers/net/ethernet/mellanox/mlx4/port.c if (!memcmp(priv->port[port].gid_table.roce_gids[i].raw, gid, memcmp 4021 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c if (!memcmp(res->gid, gid, 16)) memcmp 124 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c if (!memcmp(&src_ipv6.m, &full_ones, sizeof(full_ones))) memcmp 127 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c if (!memcmp(&dst_ipv6.m, &full_ones, sizeof(full_ones))) memcmp 263 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c skip_static_post = !memcmp(rec_seq, &rn_be, rec_seq_sz); memcmp 649 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c return !memcmp(&tuple->src_ipv6, &fk->addrs.v6addrs.src, memcmp 651 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c !memcmp(&tuple->dst_ipv6, &fk->addrs.v6addrs.dst, memcmp 392 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c return outer_headers_c[0] == 0 && !memcmp(outer_headers_c, memcmp 1469 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c else if (memcmp(dgid, netdev->broadcast + 4, MLX5_GID_SIZE) == 0) memcmp 296 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c return memcmp(a->actions, b->actions, a->num_actions * MLX5_MH_ACT_SZ); memcmp 2416 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c if (!memcmp(vals_p, &zero, f->size)) memcmp 2565 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c if (memcmp(cmd_masks, &zero_masks, sizeof(zero_masks))) { memcmp 2930 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c return memcmp(a->ip_tun_key, b->ip_tun_key, sizeof(*a->ip_tun_key)) || memcmp 43 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c memcmp(&flow_act1->vlan, &flow_act2->vlan, memcmp 696 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c if (memcmp(&sa_ctx->hw_sa, &fpga_xfrm->sa_ctx->hw_sa, memcmp 1026 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c !memcmp(misc_params_c, misc_params_c + 1, MLX5_ST_SZ_BYTES(fte_match_set_misc) - 1)) memcmp 1479 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c if (!memcmp(&xfrm->attrs, attrs, sizeof(xfrm->attrs))) memcmp 515 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c return !memcmp(s_hw_ste->tag, d_hw_ste->tag, DR_STE_SIZE_TAG); memcmp 90 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2.c return memcmp(fw->data, mlxfw_mfa2_fingerprint, memcmp 361 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2.c if (memcmp(psid, tlv_psid->psid, psid_size) == 0) memcmp 564 drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2.c if (memcmp(comp_data->buff, mlxfw_mfa2_comp_magic, memcmp 82 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.c return memcmp(&key_info->elusage, elusage, sizeof(*elusage)) == 0; memcmp 1227 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c return memcmp(key1->mask, key2->mask, sizeof(key1->mask)); memcmp 123 drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c return !memcmp(&addr, &naddr, sizeof(naddr)); memcmp 825 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c memcmp(&config, &nve->config, sizeof(config))) { memcmp 335 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c return !memcmp(prefix_usage1, prefix_usage2, sizeof(*prefix_usage1)); memcmp 104 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h return !memcmp(addr1, addr2, sizeof(*addr1)); memcmp 976 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c if (memcmp(&sparms, &curr->parms, sizeof(sparms))) { memcmp 1030 drivers/net/ethernet/micrel/ks8851.c if (memcmp(&rxctrl, &ks->rxctrl, sizeof(rxctrl)) != 0) { memcmp 473 drivers/net/ethernet/myricom/myri10ge/myri10ge.c if (memcmp(ptr, "MAC=", 4) == 0) { memcmp 484 drivers/net/ethernet/myricom/myri10ge/myri10ge.c if (memcmp(ptr, "PC=", 3) == 0) { memcmp 488 drivers/net/ethernet/myricom/myri10ge/myri10ge.c if (memcmp((const void *)ptr, "SN=", 3) == 0) { memcmp 230 drivers/net/ethernet/natsemi/macsonic.c #define INVALID_MAC(mac) (memcmp(mac, "\x08\x00\x07", 3) && \ memcmp 231 drivers/net/ethernet/natsemi/macsonic.c memcmp(mac, "\x00\xA0\x40", 3) && \ memcmp 232 drivers/net/ethernet/natsemi/macsonic.c memcmp(mac, "\x00\x80\x19", 3) && \ memcmp 233 drivers/net/ethernet/natsemi/macsonic.c memcmp(mac, "\x00\x05\x02", 3)) memcmp 231 drivers/net/ethernet/netronome/nfp/bpf/cmsg.c if (memcmp(cached_key, key, map->key_size)) memcmp 710 drivers/net/ethernet/pensando/ionic/ionic_ethtool.c if (!memcmp(data, tbuf, len)) memcmp 145 drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c if (memcmp(addr, f->cmd.mac.addr, ETH_ALEN) == 0) memcmp 502 drivers/net/ethernet/qlogic/qed/qed_dev.c if (!memcmp(p_filter, &p_filters[i].filter, memcmp 1609 drivers/net/ethernet/qlogic/qed/qed_iwarp.c !memcmp(&ep->cm_info.local_ip, cm_info->local_ip, memcmp 1611 drivers/net/ethernet/qlogic/qed/qed_iwarp.c !memcmp(&ep->cm_info.remote_ip, cm_info->remote_ip, memcmp 1643 drivers/net/ethernet/qlogic/qed/qed_iwarp.c if (!memcmp(listener->ip_addr, memcmp 1649 drivers/net/ethernet/qlogic/qed/qed_iwarp.c if (!memcmp(listener->ip_addr, memcmp 401 drivers/net/ethernet/qlogic/qede/qede_filter.c if (!memcmp(src, &ipv6_hdr(skb)->saddr, size) && memcmp 402 drivers/net/ethernet/qlogic/qede/qede_filter.c !memcmp(&tpos->tuple.dst_ipv6, &ipv6_hdr(skb)->daddr, size)) memcmp 1547 drivers/net/ethernet/qlogic/qede/qede_filter.c if (memcmp(&a->src_ipv6, &b->src_ipv6, sizeof(struct in6_addr))) memcmp 1550 drivers/net/ethernet/qlogic/qede/qede_filter.c if (memcmp(&a->dst_ipv6, &b->dst_ipv6, sizeof(struct in6_addr))) memcmp 1642 drivers/net/ethernet/qlogic/qede/qede_filter.c memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr)) && memcmp 1643 drivers/net/ethernet/qlogic/qede/qede_filter.c memcmp(&t->dst_ipv6, zaddr, sizeof(struct in6_addr))) { memcmp 1646 drivers/net/ethernet/qlogic/qede/qede_filter.c !memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr)) && memcmp 1647 drivers/net/ethernet/qlogic/qede/qede_filter.c !memcmp(&t->dst_ipv6, zaddr, sizeof(struct in6_addr))) { memcmp 1650 drivers/net/ethernet/qlogic/qede/qede_filter.c !memcmp(&t->dst_ipv6, zaddr, sizeof(struct in6_addr)) && memcmp 1651 drivers/net/ethernet/qlogic/qede/qede_filter.c memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr))) { memcmp 1654 drivers/net/ethernet/qlogic/qede/qede_filter.c memcmp(&t->dst_ipv6, zaddr, sizeof(struct in6_addr)) && memcmp 1655 drivers/net/ethernet/qlogic/qede/qede_filter.c !memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr))) { memcmp 1814 drivers/net/ethernet/qlogic/qede/qede_filter.c if ((memcmp(&match.key->src, &zero_addr, sizeof(addr)) && memcmp 1815 drivers/net/ethernet/qlogic/qede/qede_filter.c memcmp(&match.mask->src, &addr, sizeof(addr))) || memcmp 1816 drivers/net/ethernet/qlogic/qede/qede_filter.c (memcmp(&match.key->dst, &zero_addr, sizeof(addr)) && memcmp 1817 drivers/net/ethernet/qlogic/qede/qede_filter.c memcmp(&match.mask->dst, &addr, sizeof(addr)))) { memcmp 1039 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c return memcmp(data, buff, QLCNIC_ILB_PKT_SIZE); memcmp 749 drivers/net/ethernet/rocker/rocker_ofdpa.c if (memcmp(&found->key, &match->key, key_len) == 0) memcmp 1890 drivers/net/ethernet/rocker/rocker_ofdpa.c if (memcmp(&found->key, &match->key, sizeof(found->key)) == 0) memcmp 3121 drivers/net/ethernet/sfc/efx.c return memcmp(&left->outer_vid, &right->outer_vid, memcmp 719 drivers/net/ethernet/sfc/falcon/falcon.c if (memcmp(verify_buffer, buffer + pos, block_len)) { memcmp 839 drivers/net/ethernet/sfc/falcon/falcon.c if (memcmp(empty, buffer, block_len)) memcmp 2233 drivers/net/ethernet/sfc/falcon/farch.c memcmp(left->data, right->data, sizeof(left->data))) memcmp 312 drivers/net/ethernet/sfc/falcon/selftest.c if (memcmp(&received->header, &payload->header, ETH_HLEN) != 0) { memcmp 329 drivers/net/ethernet/sfc/falcon/selftest.c if (memcmp(&received->ip, &payload->ip, sizeof(payload->ip)) != 0) { memcmp 337 drivers/net/ethernet/sfc/falcon/selftest.c if (memcmp(&received->msg, &payload->msg, sizeof(received->msg)) != 0) { memcmp 2292 drivers/net/ethernet/sfc/farch.c memcmp(left->data, right->data, sizeof(left->data))) memcmp 312 drivers/net/ethernet/sfc/selftest.c if (memcmp(&received->header, &payload->header, ETH_HLEN) != 0) { memcmp 329 drivers/net/ethernet/sfc/selftest.c if (memcmp(&received->ip, &payload->ip, sizeof(payload->ip)) != 0) { memcmp 337 drivers/net/ethernet/sfc/selftest.c if (memcmp(&received->msg, &payload->msg, sizeof(received->msg)) != 0) { memcmp 1370 drivers/net/ethernet/smsc/epic100.c if (memcmp(mc_filter, ep->mc_filter, sizeof(mc_filter))) { memcmp 520 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c if (!memcmp(ha->addr, addr, ETH_ALEN)) memcmp 9509 drivers/net/ethernet/sun/niu.c if (!memcmp(id, &tmp->id, sizeof(*id))) { memcmp 1391 drivers/net/ethernet/ti/netcp_core.c if (addr && memcmp(addr, naddr->addr, ETH_ALEN)) memcmp 533 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c !memcmp(pos, wpa_oui, OUI_LEN) && memcmp 508 drivers/net/fddi/skfp/pmf.c if (memcmp((char *) &sm->smt_sid, memcmp 524 drivers/net/fddi/skfp/pmf.c if (memcmp((char *)(pa+1),(char *)smc->mib.fddiPRPMFPasswd,8)) memcmp 539 drivers/net/fddi/skfp/pmf.c memcmp((char *) smc->mib.fddiSMTSetCount.timestamp, memcmp 116 drivers/net/geneve.c return !memcmp(vni, &tun_id[5], 3); memcmp 511 drivers/net/geneve.c memcmp(gh, gh2, gh_len)) { memcmp 1235 drivers/net/geneve.c !memcmp(&info->key.u, &geneve->info.key.u, sizeof(info->key.u))) memcmp 1642 drivers/net/hippi/rrunner.c error = memcmp(image, oldimage, EEPROM_BYTES); memcmp 1064 drivers/net/hyperv/netvsc_drv.c return !memcmp(&diff1, &diff2, sizeof(diff1)); memcmp 330 drivers/net/netdevsim/bpf.c return e->key && !memcmp(key, e->key, map->key_size); memcmp 578 drivers/net/phy/dp83640.c !memcmp(h->h_source, status_frame_src, sizeof(status_frame_src))) memcmp 1463 drivers/net/phy/sfp.c cotsworks = !memcmp(id.base.vendor_name, "COTSWORKS ", 16); memcmp 89 drivers/net/rionet.c #define RIONET_MAC_MATCH(x) (!memcmp((x), "\00\01\00\01", 4)) memcmp 358 drivers/net/slip/slhc.c || (ip->ihl > 5 && memcmp(ip+1,cs->cs_ipopt,((ip->ihl)-5)*4) != 0) memcmp 359 drivers/net/slip/slhc.c || (th->doff > 5 && memcmp(th+1,cs->cs_tcpopt,((th->doff)-5)*4) != 0)){ memcmp 453 drivers/net/team/team_mode_loadbalance.c if (memcmp(&s_info->last_stats, &s_info->stats, memcmp 233 drivers/net/usb/cdc_ether.c memcmp(header.usb_cdc_mdlm_desc->bGUID, mbm_guid, 16)) { memcmp 976 drivers/net/usb/hso.c !memcmp(((u8 *)urb->transfer_buffer) + urb->actual_length - 4, memcmp 250 drivers/net/usb/kalmia.c if (!memcmp(header_start, EXPECTED_UNKNOWN_HEADER_1, memcmp 251 drivers/net/usb/kalmia.c sizeof(EXPECTED_UNKNOWN_HEADER_1)) || !memcmp( memcmp 287 drivers/net/usb/kalmia.c is_last = (memcmp(skb->data + ether_packet_length, memcmp 1077 drivers/net/usb/kaweth.c if(!memcmp(&kaweth->configuration.hw_addr, memcmp 163 drivers/net/usb/zaurus.c if (memcmp(&desc->bGUID, blan_guid, 16) && memcmp 164 drivers/net/usb/zaurus.c memcmp(&desc->bGUID, safe_guid, 16)) { memcmp 2188 drivers/net/virtio_net.c return !memcmp(&diff1.base, &diff2.base, sizeof(diff1.base)) && memcmp 2244 drivers/net/virtio_net.c if (memcmp(ec, &ec_default, sizeof(ec_default))) memcmp 398 drivers/net/wan/hdlc_ppp.c if (!memcmp(opt, valid_accm, memcmp 224 drivers/net/wimax/i2400m/driver.c if (!memcmp(net_dev->perm_addr, ddi->mac_address, memcmp 401 drivers/net/wimax/i2400m/fw.c !memcmp(buf, i2400m->barker, sizeof(i2400m->barker->data))) memcmp 407 drivers/net/wimax/i2400m/fw.c if (memcmp(buf, barker->data, sizeof(barker->data))) memcmp 473 drivers/net/wimax/i2400m/fw.c && memcmp(ack, i2400m_ACK_BARKER, sizeof(*ack)) == 0) { memcmp 96 drivers/net/wimax/i2400m/usb-notif.c if (!memcmp(i2400m_ZERO_BARKER, buf, sizeof(i2400m_ZERO_BARKER))) { memcmp 946 drivers/net/wireless/ath/ath10k/core.c if (memcmp(bdf_ext, magic, strlen(magic)) != 0) { memcmp 1192 drivers/net/wireless/ath/ath10k/core.c ret = memcmp(board_ie_data, boardname, strlen(boardname)); memcmp 1331 drivers/net/wireless/ath/ath10k/core.c if (memcmp(data, ATH10K_BOARD_MAGIC, magic_len)) { memcmp 1791 drivers/net/wireless/ath/ath10k/core.c if (memcmp(data, ATH10K_FIRMWARE_MAGIC, magic_len) != 0) { memcmp 45 drivers/net/wireless/ath/ath10k/swap.c if (memcmp(swap_item->tail.magic_signature, swap_magic, memcmp 226 drivers/net/wireless/ath/ath10k/wow.c (memcmp(pno->a_networks[j].ssid.ssid, memcmp 518 drivers/net/wireless/ath/ath6kl/cfg80211.c !memcmp(vif->ssid, sme->ssid, vif->ssid_len)) { memcmp 531 drivers/net/wireless/ath/ath6kl/cfg80211.c !memcmp(vif->ssid, sme->ssid, vif->ssid_len)) { memcmp 954 drivers/net/wireless/ath/ath6kl/cfg80211.c (!memcmp(ssid_list[j].ssid.ssid, memcmp 1785 drivers/net/wireless/ath/ath6kl/cfg80211.c if (memcmp(mac, vif->bssid, ETH_ALEN) != 0) memcmp 984 drivers/net/wireless/ath/ath6kl/init.c if (memcmp(data, ATH6KL_FIRMWARE_MAGIC, magic_len) != 0) { memcmp 38 drivers/net/wireless/ath/ath6kl/main.c if (memcmp(node_addr, ar->sta_list[i].mac, ETH_ALEN) == 0) { memcmp 135 drivers/net/wireless/ath/ath6kl/main.c if (memcmp(ar->sta_list[i].mac, mac, ETH_ALEN) == 0) { memcmp 1014 drivers/net/wireless/ath/ath6kl/main.c if (memcmp(vif->ndev->dev_addr, bssid, ETH_ALEN) == 0) { memcmp 1207 drivers/net/wireless/ath/ath6kl/main.c if (memcmp(ha->addr, mc_filter->hw_addr, memcmp 1241 drivers/net/wireless/ath/ath6kl/main.c if (memcmp(ha->addr, mc_filter->hw_addr, memcmp 58 drivers/net/wireless/ath/ath6kl/txrx.c if (memcmp(eth_hdr->h_dest, ar->node_map[i].mac_addr, memcmp 868 drivers/net/wireless/ath/ath6kl/wmi.c if (memcmp(dev->dev_addr, ev->u.ap_bss.bssid, ETH_ALEN) == 0) { memcmp 1128 drivers/net/wireless/ath/ath6kl/wmi.c memcmp(bih->bssid, vif->bssid, ETH_ALEN) == 0) { memcmp 1298 drivers/net/wireless/ath/ath9k/channel.c memcmp(&sc->cur_chandef, &sc->cur_chan->chandef, memcmp 237 drivers/net/wireless/ath/carl9170/fwdesc.h memcmp(desc->magic, LAST_MAGIC, CARL9170FW_MAGIC_SIZE) && \ memcmp 55 drivers/net/wireless/ath/carl9170/rx.c if (memcmp(buf, CARL9170_ERR_MAGIC, 3) == 0) { memcmp 63 drivers/net/wireless/ath/carl9170/rx.c if (memcmp(buf, CARL9170_BUG_MAGIC, 3) == 0) { memcmp 462 drivers/net/wireless/ath/regd.c if (!memcmp(allCountries[i].isoName, alpha2, 2)) memcmp 113 drivers/net/wireless/ath/wcn36xx/txrx.c if (memcmp(vif->addr, addr, ETH_ALEN) == 0) memcmp 360 drivers/net/wireless/ath/wil6210/fw_inc.c if (!memcmp(d->comment, WIL_FW_VERSION_PREFIX, memcmp 1579 drivers/net/wireless/ath/wil6210/txrx.c if (0 == memcmp(wil->sta[cid].addr, src, ETH_ALEN)) memcmp 1606 drivers/net/wireless/ath/wil6210/txrx.c if (0 == memcmp(wil->sta[cid].addr, src, ETH_ALEN)) memcmp 3472 drivers/net/wireless/ath/wil6210/wmi.c memcmp(wmi_match->ssid, ssids[j].ssid, memcmp 1013 drivers/net/wireless/atmel/atmel.c memcmp(priv->frag_source, source, ETH_ALEN) == 0) { memcmp 2482 drivers/net/wireless/atmel/atmel.c if (!memcmp(any, awrq->sa_data, 6) || memcmp 2483 drivers/net/wireless/atmel/atmel.c !memcmp(off, awrq->sa_data, 6)) { memcmp 2492 drivers/net/wireless/atmel/atmel.c if (memcmp(priv->BSSinfo[i].BSSID, awrq->sa_data, 6) == 0) { memcmp 2935 drivers/net/wireless/atmel/atmel.c return memcmp(header->addr3, priv->CurrentBSSID, 6) == 0; memcmp 2937 drivers/net/wireless/atmel/atmel.c return memcmp(header->addr2, priv->CurrentBSSID, 6) == 0; memcmp 2969 drivers/net/wireless/atmel/atmel.c memcmp(priv->SSID, priv->BSSinfo[i].SSID, priv->SSID_size) == 0 && memcmp 2990 drivers/net/wireless/atmel/atmel.c if (memcmp(bss, priv->BSSinfo[i].BSSID, ETH_ALEN) == 0) memcmp 46 drivers/net/wireless/broadcom/b43legacy/sysfs.c if (count >= 4 && memcmp(buf, "true", 4) == 0) memcmp 48 drivers/net/wireless/broadcom/b43legacy/sysfs.c if (count >= 5 && memcmp(buf, "false", 5) == 0) memcmp 50 drivers/net/wireless/broadcom/b43legacy/sysfs.c if (count >= 3 && memcmp(buf, "yes", 3) == 0) memcmp 52 drivers/net/wireless/broadcom/b43legacy/sysfs.c if (count >= 2 && memcmp(buf, "no", 2) == 0) memcmp 54 drivers/net/wireless/broadcom/b43legacy/sysfs.c if (count >= 2 && memcmp(buf, "on", 2) == 0) memcmp 56 drivers/net/wireless/broadcom/b43legacy/sysfs.c if (count >= 3 && memcmp(buf, "off", 3) == 0) memcmp 367 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c !memcmp(&ie[TLV_BODY_OFF], oui, oui_len) && memcmp 3076 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c if (!memcmp(&bss_info_le->BSSID, &bss->BSSID, ETH_ALEN) && memcmp 3079 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c !memcmp(bss_info_le->SSID, bss->SSID, bss_info_le->SSID_len)) { memcmp 3274 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c !memcmp(req->ssids[i].ssid, ssid, ssid_len)) memcmp 3818 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c if (!memcmp(pmksa->bssid, pmk[i].bssid, ETH_ALEN)) memcmp 3863 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c if (!memcmp(pmksa->bssid, pmk[i].bssid, ETH_ALEN)) memcmp 3940 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c return (memcmp(oui, RSN_OUI, TLV_OUI_LEN) == 0); memcmp 3942 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c return (memcmp(oui, WPA_OUI, TLV_OUI_LEN) == 0); memcmp 4209 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c if (!memcmp(vndrie->oui, (u8 *)WPA_OUI, TLV_OUI_LEN) && memcmp 4337 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c (memcmp(mgmt_ie_buf, curr_ie_buf, memcmp 50 drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c if (memcmp(search->mac, mac, ETH_ALEN) == 0) memcmp 87 drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c if ((sta || (memcmp(hash[hash_idx].mac, mac, ETH_ALEN) == 0)) && memcmp 448 drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c if (memcmp(search->mac, peer, ETH_ALEN) == 0) { memcmp 458 drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c if ((sta || (memcmp(hash[i].mac, peer, ETH_ALEN) == 0)) && memcmp 496 drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c if (memcmp(search->mac, peer, ETH_ALEN) == 0) memcmp 500 drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c if (memcmp(search->mac, peer, ETH_ALEN) == 0) memcmp 348 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.h if (memcmp(BRCM_OUI, &event_packet->hdr.oui[0], memcmp 756 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c if (entry->occupied && !memcmp(entry->ea, ea, ETH_ALEN)) memcmp 229 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c memcmp(pact_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) memcmp 256 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c memcmp(act_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) memcmp 500 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c if (!memcmp(BRCMF_P2P_WILDCARD_SSID, ssids[i].ssid, memcmp 1303 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c if (memcmp(mac, ifp->mac_addr, ETH_ALEN) < 0) { memcmp 578 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pno.c !memcmp(ms->ssid.ssid, ni->SSID, ni->SSID_len)) { memcmp 583 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pno.c !memcmp(ms->bssid, ni->bssid, ETH_ALEN)) { memcmp 3278 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c } else if (memcmp(ram_cmp, &ram_data[offset], len)) { memcmp 1309 drivers/net/wireless/cisco/airo.c if (cur->valid && (memcmp(cur->key, key, key_len) == 0)) memcmp 1466 drivers/net/wireless/cisco/airo.c if (memcmp ((u8*)eth + 14, micsnap, sizeof(micsnap)) == 0) { memcmp 1476 drivers/net/wireless/cisco/airo.c if (memcmp (mic->u.snap, micsnap, sizeof(micsnap)) != 0) { memcmp 1517 drivers/net/wireless/cisco/airo.c if (memcmp(digest, &mic->mic, 4)) { //Make sure the mics match memcmp 5751 drivers/net/wireless/cisco/airo.c if (memcmp(cap_rid->prodName, "350", 3)) memcmp 5766 drivers/net/wireless/cisco/airo.c #define airo_get_max_quality(cap_rid) (memcmp((cap_rid)->prodName, "350", 3) ? 0x20 : 0xa0) memcmp 5767 drivers/net/wireless/cisco/airo.c #define airo_get_avg_quality(cap_rid) (memcmp((cap_rid)->prodName, "350", 3) ? 0x10 : 0x50); memcmp 6983 drivers/net/wireless/intel/ipw2x00/ipw2100.c if (priv->essid_len == length && !memcmp(priv->essid, extra, length)) { memcmp 5499 drivers/net/wireless/intel/ipw2x00/ipw2200.c memcmp(network->ssid, match->network->ssid, memcmp 5511 drivers/net/wireless/intel/ipw2x00/ipw2200.c memcmp(network->ssid, priv->essid, memcmp 5677 drivers/net/wireless/intel/ipw2x00/ipw2200.c memcmp(network->ssid, match->network->ssid, memcmp 5689 drivers/net/wireless/intel/ipw2x00/ipw2200.c memcmp(network->ssid, priv->essid, memcmp 6884 drivers/net/wireless/intel/ipw2x00/ipw2200.c !memcmp(network->ssid, memcmp 8995 drivers/net/wireless/intel/ipw2x00/ipw2200.c if (priv->essid_len == length && !memcmp(priv->essid, extra, length) memcmp 11146 drivers/net/wireless/intel/ipw2x00/ipw2200.c if (!memcmp(&priv->eeprom[EEPROM_COUNTRY_CODE], memcmp 736 drivers/net/wireless/intel/ipw2x00/libipw_rx.c ((memcmp(payload, libipw_rfc1042_header, SNAP_SIZE) == 0 && memcmp 738 drivers/net/wireless/intel/ipw2x00/libipw_rx.c memcmp(payload, libipw_bridge_tunnel_header, SNAP_SIZE) == 0)) { memcmp 933 drivers/net/wireless/intel/ipw2x00/libipw_rx.c if (memcmp(info_element->qui, qos_oui, QOS_OUI_LEN)) memcmp 1451 drivers/net/wireless/intel/ipw2x00/libipw_rx.c !memcmp(src->ssid, dst->ssid, src->ssid_len)); memcmp 2656 drivers/net/wireless/intel/iwlegacy/3945-mac.c if (memcmp(&il->staging, &il->active, sizeof(il->staging))) memcmp 414 drivers/net/wireless/intel/iwlegacy/4965-calib.c if (!memcmp memcmp 1728 drivers/net/wireless/intel/iwlegacy/4965.c if (memcmp(&il->staging, &il->active, sizeof(il->staging))) memcmp 1169 drivers/net/wireless/intel/iwlegacy/common.c if (!memcmp(&il->power_data.sleep_cmd, cmd, sizeof(*cmd)) && !force) memcmp 4388 drivers/net/wireless/intel/iwlegacy/common.c memcmp(&il->active, &il->staging, sizeof(il->staging)); memcmp 5156 drivers/net/wireless/intel/iwlegacy/common.c if (memcmp(&il->active, &il->staging, sizeof(il->staging))) memcmp 487 drivers/net/wireless/intel/iwlwifi/dvm/calib.c if (!memcmp(&cmd.table[0], &(priv->sensitivity_tbl[0]), memcmp 570 drivers/net/wireless/intel/iwlwifi/dvm/calib.c if (!memcmp(&cmd.enhance_table[0], &(priv->sensitivity_tbl[0]), memcmp 572 drivers/net/wireless/intel/iwlwifi/dvm/calib.c !memcmp(&cmd.enhance_table[HD_INA_NON_SQUARE_DET_OFDM_INDEX], memcmp 328 drivers/net/wireless/intel/iwlwifi/dvm/power.c if (!memcmp(&priv->power_data.sleep_cmd, cmd, sizeof(*cmd)) && !force) memcmp 426 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c memcmp(&ctx->active, &ctx->staging, sizeof(ctx->staging)); memcmp 1248 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c if (!memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) memcmp 1498 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c if (force || memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) memcmp 1548 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c if (memcmp(&ctx->staging, &ctx->active, sizeof(ctx->staging))) memcmp 690 drivers/net/wireless/intel/iwlwifi/dvm/sta.c if (memcmp(&lq, &zero_lq, sizeof(lq))) memcmp 873 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c memcmp(reserved_mac, hw_addr, ETH_ALEN) != 0) memcmp 535 drivers/net/wireless/intel/iwlwifi/mvm/coex.c if (memcmp(&cmd, &mvm->last_bt_ci_cmd, sizeof(cmd))) { memcmp 154 drivers/net/wireless/intel/iwlwifi/mvm/d3.c if (memcmp(ret, tmp, IEEE80211_CCMP_PN_LEN) <= 0) memcmp 2957 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c memcmp(tdls_trig->peer, peer_addr, ETH_ALEN) != 0) memcmp 298 drivers/net/wireless/intel/iwlwifi/mvm/power.c if (!memcmp(mvmvif->uapsd_misbehaving_bssid, vif->bss_conf.bssid, memcmp 561 drivers/net/wireless/intel/iwlwifi/mvm/power.c if (memcmp(vif->bss_conf.bssid, mvmvif->uapsd_misbehaving_bssid, memcmp 159 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c res = memcmp(pn, ptk_pn->q[queue].pn[tid], IEEE80211_CCMP_PN_LEN); memcmp 538 drivers/net/wireless/intel/iwlwifi/mvm/scan.c !memcmp(ssid_list->ssid, ssid, ssid_len)) memcmp 240 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c memcmp(entry->src_addr, src, ETH_ALEN) == 0 && memcmp 241 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c memcmp(entry->dst_addr, dst, ETH_ALEN) == 0) memcmp 334 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c if (memcmp(bss->bssid, bssid, ETH_ALEN) == 0 && memcmp 337 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c memcmp(ssid, bss->ssid, ssid_len) == 0))) { memcmp 542 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c memcmp(iface->u.wds.remote_addr, addr, ETH_ALEN) == 0) memcmp 583 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c memcmp(hdr->addr2, local->bssid, ETH_ALEN) != 0)) { memcmp 872 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c memcmp(hdr->addr2, local->assoc_ap_addr, ETH_ALEN) == 0) { memcmp 1036 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c ((memcmp(payload, rfc1042_header, 6) == 0 && memcmp 1038 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c memcmp(payload, bridge_tunnel_header, 6) == 0)) { memcmp 1435 drivers/net/wireless/intersil/hostap/hostap_ap.c memcmp(sta->u.sta.challenge, challenge, memcmp 1560 drivers/net/wireless/intersil/hostap/hostap_ap.c memcmp(local->essid, u, ileft) != 0) { memcmp 2036 drivers/net/wireless/intersil/hostap/hostap_ap.c memcmp(local->essid, u, ileft) != 0)) { memcmp 405 drivers/net/wireless/intersil/hostap/hostap_download.c if (memcmp(initseq, readbuf, sizeof(initseq)) == 0) { memcmp 211 drivers/net/wireless/intersil/hostap/hostap_info.c if (memcmp(local->preferred_ap, entry->bssid, 6) == 0) memcmp 63 drivers/net/wireless/intersil/orinoco/fw.c if (memcmp(hdr->hdr_vers, "HFW", 3) != 0) memcmp 682 drivers/net/wireless/intersil/orinoco/main.c return (memcmp(hdr, &encaps_hdr, 5) == 0) memcmp 988 drivers/net/wireless/intersil/orinoco/main.c if (memcmp(mic, rxmic, memcmp 1190 drivers/net/wireless/intersil/orinoco/main.c if (memcmp(&atom->bssid, priv->desired_bssid, ETH_ALEN) == 0) { memcmp 43 drivers/net/wireless/intersil/orinoco/main.h (memcmp(&p[2], WPA_OUI_TYPE, WPA_SELECTOR_LEN) == 0)) memcmp 579 drivers/net/wireless/intersil/p54/p54usb.c if (alen > 2 && !memcmp(buf, "OK", 2)) memcmp 582 drivers/net/wireless/intersil/p54/p54usb.c if (alen > 5 && !memcmp(buf, "ERROR", 5)) { memcmp 1970 drivers/net/wireless/intersil/prism54/isl_ioctl.c if (memcmp(entry->addr, mac, ETH_ALEN) == 0) { memcmp 2126 drivers/net/wireless/intersil/prism54/isl_ioctl.c if (memcmp(bss->bssid, bssid, ETH_ALEN) == 0) { memcmp 2186 drivers/net/wireless/intersil/prism54/isl_ioctl.c if (memcmp(bss->bssid, bssid, ETH_ALEN) == 0) memcmp 2236 drivers/net/wireless/intersil/prism54/isl_ioctl.c memcmp(pos + 2, wpa_oid, 4) == 0) { memcmp 931 drivers/net/wireless/mac80211_hwsim.c if (memcmp(mac, md->addr, ETH_ALEN) == 0) memcmp 942 drivers/net/wireless/mac80211_hwsim.c if (data->scanning && memcmp(addr, data->scan_addr, ETH_ALEN) == 0) memcmp 1489 drivers/net/wireless/marvell/libertas/cfg.c memcmp(priv->wep_key[idx], memcmp 317 drivers/net/wireless/marvell/libertas/main.c if (!memcmp(list, mac, ETH_ALEN)) memcmp 104 drivers/net/wireless/marvell/libertas/rx.c if (memcmp(&p_rx_pkt->rfc1042_hdr, memcmp 605 drivers/net/wireless/marvell/mwifiex/11n.c memcmp(priv->cfg_bssid, peer_mac, ETH_ALEN)) { memcmp 789 drivers/net/wireless/marvell/mwifiex/11n.c if (!memcmp(tbl->ra, ra, ETH_ALEN)) memcmp 248 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c if (!memcmp(tbl->ta, ta, ETH_ALEN) && tbl->tid == tid) { memcmp 270 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c if (!memcmp(tbl->ta, ta, ETH_ALEN)) { memcmp 479 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c memcmp(priv->cfg_bssid, cmd_addba_req->peer_mac_addr, ETH_ALEN)) { memcmp 1485 drivers/net/wireless/marvell/mwifiex/cfg80211.c if (memcmp(mac, priv->cfg_bssid, ETH_ALEN)) memcmp 3337 drivers/net/wireless/marvell/mwifiex/cfg80211.c } else if ((!memcmp(byte_seq, ipv4_mc_mac, 2) && memcmp 3339 drivers/net/wireless/marvell/mwifiex/cfg80211.c (!memcmp(byte_seq, ipv6_mc_mac, 3) && memcmp 3617 drivers/net/wireless/marvell/mwifiex/cfg80211.c else if (!memcmp(byte_seq, bc_mac, 4)) memcmp 3619 drivers/net/wireless/marvell/mwifiex/cfg80211.c else if ((!memcmp(byte_seq, ipv4_mc_mac, 2) && memcmp 3621 drivers/net/wireless/marvell/mwifiex/cfg80211.c (!memcmp(byte_seq, ipv6_mc_mac, 3) && memcmp 130 drivers/net/wireless/marvell/mwifiex/scan.c if (!memcmp(iebody->ptk_body, oui, sizeof(iebody->ptk_body))) memcmp 202 drivers/net/wireless/marvell/mwifiex/scan.c return memcmp(ssid1->ssid, ssid2->ssid, ssid1->ssid_len); memcmp 929 drivers/net/wireless/marvell/mwifiex/scan.c if (!memcmp(user_scan_in->ssid_list[i].ssid, memcmp 1376 drivers/net/wireless/marvell/mwifiex/scan.c if (!memcmp(&vendor_ie->vend_hdr.oui, wpa_oui, memcmp 1383 drivers/net/wireless/marvell/mwifiex/scan.c } else if (!memcmp(&vendor_ie->vend_hdr.oui, wmm_oui, memcmp 1900 drivers/net/wireless/marvell/mwifiex/scan.c !memcmp(bssid, priv->curr_bss_params. memcmp 551 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c if (!memcmp(resp->params.deauth.mac_addr, memcmp 1364 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c if (!memcmp(&pvendor_ie->oui, wpa_oui, memcmp 1374 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c if (!memcmp(&pvendor_ie->oui, wps_oui, memcmp 49 drivers/net/wireless/marvell/mwifiex/sta_rx.c if (!memcmp(arp->ar_sip, arp->ar_tip, 4)) memcmp 58 drivers/net/wireless/marvell/mwifiex/sta_rx.c if (!memcmp(&ipv6->saddr, &ipv6->daddr, memcmp 101 drivers/net/wireless/marvell/mwifiex/sta_rx.c if ((!memcmp(&rx_pkt_hdr->rfc1042_hdr, bridge_tunnel_header, memcmp 103 drivers/net/wireless/marvell/mwifiex/sta_rx.c (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, memcmp 1291 drivers/net/wireless/marvell/mwifiex/tdls.c if (!memcmp(mac, peer->mac_addr, ETH_ALEN)) { memcmp 1347 drivers/net/wireless/marvell/mwifiex/tdls.c if (!memcmp(tdls_peer->mac_addr, mac, ETH_ALEN)) { memcmp 1380 drivers/net/wireless/marvell/mwifiex/tdls.c if (!memcmp(peer->mac_addr, mac, ETH_ALEN)) { memcmp 1404 drivers/net/wireless/marvell/mwifiex/tdls.c if (!memcmp(peer->mac_addr, mac, ETH_ALEN)) { memcmp 118 drivers/net/wireless/marvell/mwifiex/uap_txrx.c if ((!memcmp(&rx_pkt_hdr->rfc1042_hdr, bridge_tunnel_header, memcmp 120 drivers/net/wireless/marvell/mwifiex/uap_txrx.c (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, memcmp 535 drivers/net/wireless/marvell/mwifiex/util.c if (!memcmp(node->mac_addr, mac, ETH_ALEN)) memcmp 631 drivers/net/wireless/marvell/mwifiex/wmm.c if (!memcmp(ra_list->ra, ra_addr, ETH_ALEN)) memcmp 689 drivers/net/wireless/marvell/mwifiex/wmm.c if (!memcmp(ra_list->ra, mac, ETH_ALEN)) memcmp 829 drivers/net/wireless/marvell/mwifiex/wmm.c else if (memcmp(priv->cfg_bssid, ra, ETH_ALEN)) memcmp 751 drivers/net/wireless/marvell/mwl8k.c if (!memcmp(fw->data, "\x01\x00\x00\x00", 4) && !priv->is_8764) { memcmp 1309 drivers/net/wireless/marvell/mwl8k.c if (memcmp(bssid, mwl8k_vif->bssid, memcmp 1843 drivers/net/wireless/marvell/mwl8k.c if (!memcmp(stream->sta->addr, addr, ETH_ALEN) && memcmp 4166 drivers/net/wireless/marvell/mwl8k.c if (memcmp(s->sta->addr, addr, ETH_ALEN) == 0) { memcmp 541 drivers/net/wireless/mediatek/mt76/mac80211.c ret = memcmp(status->iv, wcid->rx_key_pn[status->tid], memcmp 314 drivers/net/wireless/mediatek/mt76/mt76x02_util.c memcmp(vif->addr + 1, dev->mt76.macaddr + 1, ETH_ALEN - 1))) memcmp 2245 drivers/net/wireless/ray_cs.c if (!memcmp(linksrcaddr, local->bss_id, ETH_ALEN)) { memcmp 2303 drivers/net/wireless/ray_cs.c if (memcmp(psnap->org, org_bridge, 3) == 0) { memcmp 2310 drivers/net/wireless/ray_cs.c } else if (memcmp(psnap->org, org_1042, 3) == 0) { memcmp 2013 drivers/net/wireless/realtek/rtlwifi/base.c if (memcmp(entry->bssid, hdr->addr3, ETH_ALEN) == 0) { memcmp 2599 drivers/net/wireless/realtek/rtlwifi/base.c if (memcmp(vendor_ie.octet, athcap_1, 3) == 0 || memcmp 2600 drivers/net/wireless/realtek/rtlwifi/base.c memcmp(vendor_ie.octet, athcap_2, 3) == 0) { memcmp 2603 drivers/net/wireless/realtek/rtlwifi/base.c } else if (memcmp(vendor_ie.octet, broadcap_1, 3) == 0 || memcmp 2604 drivers/net/wireless/realtek/rtlwifi/base.c memcmp(vendor_ie.octet, broadcap_2, 3) == 0 || memcmp 2605 drivers/net/wireless/realtek/rtlwifi/base.c memcmp(vendor_ie.octet, broadcap_3, 3) == 0) { memcmp 2608 drivers/net/wireless/realtek/rtlwifi/base.c } else if (memcmp(vendor_ie.octet, racap, 3) == 0) { memcmp 2611 drivers/net/wireless/realtek/rtlwifi/base.c } else if (memcmp(vendor_ie.octet, ciscocap, 3) == 0) { memcmp 2614 drivers/net/wireless/realtek/rtlwifi/base.c } else if (memcmp(vendor_ie.octet, marvcap, 3) == 0) { memcmp 2697 drivers/net/wireless/realtek/rtlwifi/base.c if ((memcmp(mac->bssid, ap5_1, 3) == 0) || memcmp 2698 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap5_2, 3) == 0) || memcmp 2699 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap5_3, 3) == 0) || memcmp 2700 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap5_4, 3) == 0) || memcmp 2701 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap5_5, 3) == 0) || memcmp 2702 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap5_6, 3) == 0) || memcmp 2706 drivers/net/wireless/realtek/rtlwifi/base.c } else if ((memcmp(mac->bssid, ap4_4, 3) == 0) || memcmp 2707 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap4_5, 3) == 0) || memcmp 2708 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap4_1, 3) == 0) || memcmp 2709 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap4_2, 3) == 0) || memcmp 2710 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap4_3, 3) == 0) || memcmp 2714 drivers/net/wireless/realtek/rtlwifi/base.c } else if (memcmp(mac->bssid, ap6_1, 3) == 0 || memcmp 2718 drivers/net/wireless/realtek/rtlwifi/base.c } else if ((memcmp(mac->bssid, ap3_1, 3) == 0) || memcmp 2719 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap3_2, 3) == 0) || memcmp 2720 drivers/net/wireless/realtek/rtlwifi/base.c (memcmp(mac->bssid, ap3_3, 3) == 0) || memcmp 2724 drivers/net/wireless/realtek/rtlwifi/base.c } else if (memcmp(mac->bssid, ap7_1, 3) == 0 || memcmp 451 drivers/net/wireless/realtek/rtlwifi/core.c if (memcmp(pattern_os, broadcast_addr, 6) == 0) memcmp 453 drivers/net/wireless/realtek/rtlwifi/core.c else if (memcmp(pattern_os, multicast_addr1, 2) == 0 || memcmp 454 drivers/net/wireless/realtek/rtlwifi/core.c memcmp(pattern_os, multicast_addr2, 3) == 0) memcmp 456 drivers/net/wireless/realtek/rtlwifi/core.c else if (memcmp(pattern_os, mac->mac_addr, 6) == 0) memcmp 731 drivers/net/wireless/realtek/rtlwifi/ps.c if (memcmp(&pos[2], p2p_oui_ie_type, 4) == 0) { memcmp 829 drivers/net/wireless/realtek/rtlwifi/ps.c if (memcmp(&pos[1], p2p_oui_ie_type, 4) == 0) memcmp 921 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c if (memcmp(&temp_cck, &cck_tbl_ch14[i][2], 4) == 0) { memcmp 933 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c if (memcmp(&temp_cck, &cck_tbl_ch1_13[i][2], 4) == 0) { memcmp 772 drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c if (memcmp((void *)&temp_cck, memcmp 786 drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c if (memcmp((void *)&temp_cck, memcmp 648 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c if (memcmp(btdm_8723, btdm, sizeof(struct btdm_8723)) == 0) { memcmp 335 drivers/net/wireless/realtek/rtw88/regd.c if (!memcmp(all_chplan_map[i].alpha2, alpha2, 2)) memcmp 346 drivers/net/wireless/rsi/rsi_91x_core.c if (!(memcmp(common->stations[i].sta->addr, memcmp 362 drivers/net/wireless/rsi/rsi_91x_core.c if (!memcmp(vif->addr, mac, ETH_ALEN)) memcmp 488 drivers/net/wireless/rsi/rsi_91x_mac80211.c !memcmp(vif->addr, adapter->vifs[i]->addr, ETH_ALEN)) { memcmp 1333 drivers/net/wireless/rsi/rsi_91x_mac80211.c if (bss->assoc && !(memcmp(bss->bssid, hdr->addr2, ETH_ALEN))) { memcmp 1449 drivers/net/wireless/rsi/rsi_91x_mac80211.c if (!memcmp(rsta->sta->addr, sta->addr, ETH_ALEN)) { memcmp 1555 drivers/net/wireless/rsi/rsi_91x_mac80211.c if (!memcmp(rsta->sta->addr, sta->addr, ETH_ALEN)) { memcmp 671 drivers/net/wireless/st/cw1200/sta.c if (memcmp(&pm, &priv->firmware_ps_mode, memcmp 203 drivers/net/wireless/st/cw1200/txrx.c if (memcmp(wanted->raw, cached->raw, count)) memcmp 816 drivers/net/wireless/st/cw1200/txrx.c if (memcmp(priv->vif->addr, pspoll->bssid, ETH_ALEN)) memcmp 1313 drivers/net/wireless/st/cw1200/txrx.c if (!memcmp(mac, priv->link_id_db[i].mac, ETH_ALEN) && memcmp 1106 drivers/net/wireless/ti/wl1251/main.c memcmp(wl->bssid, bss_conf->bssid, ETH_ALEN)) { memcmp 1731 drivers/net/wireless/ti/wlcore/cmd.c if (!memcmp(tmp_ch_bitmap, wl->reg_ch_conf_last, sizeof(tmp_ch_bitmap))) memcmp 442 drivers/net/wireless/ti/wlcore/scan.c !memcmp(req->ssids[i].ssid, memcmp 676 drivers/net/wireless/wl3501_cs.c !memcmp(this->essid.essid, "ANY", 3)) memcmp 680 drivers/net/wireless/wl3501_cs.c else if (memcmp(this->essid.essid, sig.ssid.essid, memcmp 683 drivers/net/wireless/zydas/zd1211rw/zd_mac.c return !memcmp(beacon->data, mac->beacon.cur_beacon->data, beacon->len); memcmp 57 drivers/net/xen-netback/hash.c memcmp(entry->tag, tag, len) == 0) memcmp 133 drivers/net/xen-netback/hash.c memcmp(entry->tag, data, len) == 0) { memcmp 824 drivers/net/xen-netback/xenbus.c if (len == sizeof("connected")-1 && !memcmp(str, "connected", len)) { memcmp 146 drivers/nfc/nfcmrvl/fw_dnld.c memcmp(skb->data, nci_pattern_core_reset_ntf, memcmp 164 drivers/nfc/nfcmrvl/fw_dnld.c memcmp(skb->data, nci_pattern_core_init_rsp, memcmp 194 drivers/nfc/nfcmrvl/fw_dnld.c memcmp(skb->data, nci_pattern_core_set_config_rsp, skb->len)) memcmp 238 drivers/nfc/nfcmrvl/fw_dnld.c memcmp(skb->data, nci_pattern_core_set_config_rsp, skb->len)) memcmp 249 drivers/nfc/nfcmrvl/fw_dnld.c memcmp(skb->data, nci_pattern_core_conn_create_rsp, memcmp 311 drivers/nfc/nfcmrvl/fw_dnld.c memcmp(nci_pattern_core_conn_credits_ntf, skb->data, memcmp 337 drivers/nfc/nfcmrvl/fw_dnld.c memcmp(nci_pattern_core_conn_credits_ntf, skb->data, memcmp 349 drivers/nfc/nfcmrvl/fw_dnld.c memcmp(nci_pattern_core_conn_credits_ntf, skb->data, memcmp 364 drivers/nfc/nfcmrvl/fw_dnld.c memcmp(skb->data, nci_pattern_core_conn_close_rsp, skb->len)) memcmp 375 drivers/nfc/nfcmrvl/fw_dnld.c memcmp(skb->data, nci_pattern_proprietary_boot_rsp, skb->len)) memcmp 250 drivers/nvdimm/btt_devs.c if (memcmp(super->signature, BTT_SIG, BTT_SIG_LEN) != 0) memcmp 254 drivers/nvdimm/btt_devs.c if (memcmp(super->parent_uuid, parent_uuid, 16) != 0) memcmp 132 drivers/nvdimm/label.c if (memcmp(sig, NSINDEX_SIGNATURE, NSINDEX_SIG_LEN) != 0) { memcmp 838 drivers/nvdimm/label.c || memcmp(nspm->uuid, label_ent->label->uuid, memcmp 950 drivers/nvdimm/label.c if (memcmp(uuid, nsblk->uuid, NSLABEL_UUID_LEN) != 0) memcmp 1086 drivers/nvdimm/label.c if (memcmp(uuid, nsblk->uuid, NSLABEL_UUID_LEN) != 0) memcmp 1117 drivers/nvdimm/label.c if (memcmp(uuid, nsblk->uuid, NSLABEL_UUID_LEN) != 0) memcmp 1223 drivers/nvdimm/label.c if (memcmp(label_uuid, uuid, NSLABEL_UUID_LEN) != 0) memcmp 99 drivers/nvdimm/namespace_devs.c if (uuid2 && memcmp(uuid1, uuid2, NSLABEL_UUID_LEN) == 0) memcmp 1818 drivers/nvdimm/namespace_devs.c if (memcmp(nd_label->uuid, uuid, NSLABEL_UUID_LEN) != 0) memcmp 1867 drivers/nvdimm/namespace_devs.c if (memcmp(nd_label->uuid, pmem_id, NSLABEL_UUID_LEN) == 0) memcmp 2194 drivers/nvdimm/namespace_devs.c if (memcmp(uuid, nd_label->uuid, NSLABEL_UUID_LEN) != 0) memcmp 2290 drivers/nvdimm/namespace_devs.c return memcmp(&nsblk_a->res[0]->start, &nsblk_b->res[0]->start, memcmp 2297 drivers/nvdimm/namespace_devs.c return memcmp(&nspm_a->nsio.res.start, &nspm_b->nsio.res.start, memcmp 464 drivers/nvdimm/pfn_devs.c if (memcmp(pfn_sb->signature, sig, PFN_SIG_LEN) != 0) memcmp 473 drivers/nvdimm/pfn_devs.c if (memcmp(pfn_sb->parent_uuid, parent_uuid, 16) != 0) memcmp 526 drivers/nvdimm/pfn_devs.c !memcmp(pfn_sb->signature, DAX_SIG, PFN_SIG_LEN)) { memcmp 548 drivers/nvdimm/pfn_devs.c if (memcmp(nd_pfn->uuid, pfn_sb->uuid, 16) != 0) memcmp 1763 drivers/nvme/host/core.c memcmp(&a->nguid, &b->nguid, sizeof(a->nguid)) == 0 && memcmp 1764 drivers/nvme/host/core.c memcmp(&a->eui64, &b->eui64, sizeof(a->eui64)) == 0; memcmp 2440 drivers/nvme/host/core.c if (memcmp(idstr, match, matchlen)) memcmp 159 drivers/nvme/host/fabrics.h memcmp(&opts->host->id, &ctrl->opts->host->id, sizeof(uuid_t))) memcmp 679 drivers/of/unittest.c !memcmp((p1)->value, (p2)->value, (p1)->length) && \ memcmp 130 drivers/pci/hotplug/acpiphp_ibm.c if (memcmp(des->header.sig, "aPCI", 4) != 0) memcmp 392 drivers/pcmcia/cistpl.c if (ret || memcmp(buf, cis->cache, len) != 0) { memcmp 50 drivers/platform/chrome/wilco_ec/properties.c if (memcmp(rq->property_id, rs->property_id, sizeof(rs->property_id))) memcmp 10066 drivers/platform/x86/thinkpad_acpi.c memcmp(dmi_data + 4, "LENOVO", 6) != 0 || memcmp 123 drivers/platform/x86/wmi.c if (memcmp(block->guid, &guid_input, 16) == 0) { memcmp 147 drivers/platform/x86/wmi.c if (!memcmp(wblock->gblock.guid, &guid_input, 16)) memcmp 533 drivers/platform/x86/wmi.c if (memcmp(block->gblock.guid, &guid_input, 16) == 0) { memcmp 572 drivers/platform/x86/wmi.c if (memcmp(block->gblock.guid, &guid_input, 16) == 0) { memcmp 801 drivers/platform/x86/wmi.c if (!memcmp(&driver_guid, wblock->gblock.guid, 16)) memcmp 1124 drivers/platform/x86/wmi.c if (memcmp(wblock->gblock.guid, guid, 16) == 0) { memcmp 33 drivers/pnp/driver.c if (memcmp(id, "ANYDEVS", 7) == 0) memcmp 36 drivers/pnp/driver.c if (memcmp(pos->id, id, 3) == 0) memcmp 39 drivers/pnp/isapnp/compat.c if (compare_pnp_id(card->id, id) || (memcmp(id, any, 7) == 0)) memcmp 65 drivers/pnp/isapnp/compat.c (memcmp(id, any, 7) == 0)) memcmp 137 drivers/pnp/pnpacpi/rsparser.c memcmp(uuid, match->data, uuid_len) == 0) { memcmp 1619 drivers/power/supply/bq27xxx_battery.c if (memcmp(&di->cache, &cache, sizeof(cache)) != 0) memcmp 559 drivers/power/supply/max17042_battery.c if (memcmp(data1, data2, size)) { memcmp 348 drivers/regulator/ti-abb-regulator.c if (!memcmp(info, oinfo, sizeof(*info))) { memcmp 135 drivers/remoteproc/qcom_sysmon.c if (count >= ssr_ack_len && !memcmp(data, ssr_ack, ssr_ack_len)) memcmp 75 drivers/remoteproc/remoteproc_elf_loader.c if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG)) { memcmp 77 drivers/rtc/rtc-da9052.c if (memcmp(&v[0][0], &v[1][0], 5) == 0) { memcmp 177 drivers/rtc/rtc-da9052.c if (memcmp(&v[0][0], &v[1][0], 6) == 0) { memcmp 151 drivers/rtc/rtc-wm831x.c if (memcmp(time1, time2, sizeof(time1)) == 0) { memcmp 51 drivers/rtc/rtc-wm8350.c if (memcmp(time1, time2, sizeof(time1)) == 0) { memcmp 2525 drivers/s390/block/dasd_3990_erp.c (memcmp(sense1, sense2, 3) == 0) && memcmp 433 drivers/s390/block/dasd_diag.c if (memcmp(label->label_id, DASD_DIAG_CMS1, memcmp 812 drivers/s390/block/dasd_eckd.c return memcmp(&device_uid, &private->uid, sizeof(struct dasd_uid)); memcmp 5753 drivers/s390/block/dasd_eckd.c if (memcmp(&private->uid, &temp_uid, sizeof(struct dasd_uid)) != 0) memcmp 6227 drivers/s390/block/dasd_eckd.c if (memcmp(ref_ned, ned, sizeof(*ned)) != 0) memcmp 6235 drivers/s390/block/dasd_eckd.c if (memcmp(&ref_gneq[31 - pos], &gneq[31 - pos], 1) memcmp 293 drivers/s390/cio/device_pgid.c return memcmp((char *) p1 + 1, (char *) p2 + 1, memcmp 481 drivers/s390/crypto/zcrypt_msgtype6.c if (memcmp(function_code, "US", 2) == 0 memcmp 482 drivers/s390/crypto/zcrypt_msgtype6.c || memcmp(function_code, "AU", 2) == 0) memcmp 1162 drivers/s390/net/lcs.c (memcmp(buf, &ipm->ipm.mac_addr, memcmp 1185 drivers/s390/net/lcs.c (memcmp(buf, &tmp->ipm.mac_addr, memcmp 288 drivers/s390/net/netiucv.c if (memcmp(conn->userdata, iucvMagic_ebcdic, 16)) { memcmp 1491 drivers/s390/net/netiucv.c if (memcmp(username, priv->conn->userid, 9) && memcmp 130 drivers/s390/net/qeth_l3_main.c rc = !memcmp(addr_bits, ipatoe_bits, memcmp 133 drivers/s390/net/qeth_l3_main.c rc = !memcmp(addr_bits, ipatoe_bits, memcmp 601 drivers/s390/net/qeth_l3_main.c if (!memcmp(ipatoe->addr, new->addr, memcmp 633 drivers/s390/net/qeth_l3_main.c if (!memcmp(ipatoe->addr, addr, memcmp 511 drivers/s390/scsi/zfcp_dbf.c if (!(memcmp(tag, "fsscth2", 7) == 0 memcmp 945 drivers/scsi/aacraid/aachba.c if (memcmp(findit-4, "RAID", 4) == 0) memcmp 1340 drivers/scsi/aacraid/linit.c !memcmp(&dev->supplement_adapter_info.mfg_pcba_serial_no[ memcmp 349 drivers/scsi/aic94xx/aic94xx_init.c if (!memcmp(flash_command_table[i].command, memcmp 168 drivers/scsi/aic94xx/aic94xx_scb.c memcmp(port->sas_addr, sas_phy->sas_addr, memcmp 170 drivers/scsi/aic94xx/aic94xx_scb.c memcmp(port->attached_sas_addr, memcmp 599 drivers/scsi/aic94xx/aic94xx_sds.c if (memcmp(flash_dir->cookie, FLASH_DIR_COOKIE, memcmp 26 drivers/scsi/bfa/bfa_fcbuild.h (memcmp(&(_wwn1), &(_wwn2), sizeof(wwn_t)) == 0) memcmp 3296 drivers/scsi/bfa/bfa_fcpim.c return !memcmp(&tskim->lun, &lun, sizeof(lun)); memcmp 471 drivers/scsi/bfa/bfa_fcs_lport.c (memcmp((void *)&bfa_fcs_lport_get_pwwn(port), memcmp 493 drivers/scsi/bfa/bfa_fcs_lport.c (memcmp((void *)&bfa_fcs_lport_get_pwwn(port), memcmp 1238 drivers/scsi/bfa/bfa_fcs_lport.c if (memcmp memcmp 3393 drivers/scsi/bfa/bfa_fcs_lport.c if ((memcmp((void *)&bfa_fcs_lport_get_fabric_name(port), memcmp 5741 drivers/scsi/bfa/bfa_fcs_lport.c if (!memcmp(&wwn, &rport->pwwn, 8)) memcmp 274 drivers/scsi/csiostor/csio_hw.c if (memcmp(buf + i , kw, 2) == 0) { memcmp 567 drivers/scsi/csiostor/csio_hw.c if (memcmp(data - n, (uint8_t *)buf + offset, n)) { memcmp 192 drivers/scsi/csiostor/csio_lnode.c if (!memcmp(csio_ln_wwpn(sln), wwpn, 8)) memcmp 202 drivers/scsi/csiostor/csio_lnode.c if (!memcmp(csio_ln_wwpn(cln), wwpn, 8)) memcmp 153 drivers/scsi/csiostor/csio_rnode.c if (!memcmp(csio_rn_wwpn(rn), wwpn, 8)) memcmp 352 drivers/scsi/csiostor/csio_rnode.c if (!memcmp(csio_rn_wwpn(match_rn), rdevp->wwpn, 8)) { memcmp 379 drivers/scsi/csiostor/csio_rnode.c if (!memcmp(csio_rn_wwpn(rn), rdevp->wwpn, 8)) memcmp 516 drivers/scsi/csiostor/csio_rnode.c if (!memcmp(rdevp->wwnn, null, 8)) { memcmp 525 drivers/scsi/csiostor/csio_rnode.c if (!memcmp(rdevp->wwpn, null, 8)) { memcmp 302 drivers/scsi/cxgbi/libcxgbi.c if (!memcmp(ndev->dev_addr, cdev->ports[i]->dev_addr, memcmp 89 drivers/scsi/cxlflash/lunmgt.c if (!memcmp(lli->wwid, wwid, DK_CXLFLASH_MANAGE_LUN_WWID_LEN)) memcmp 106 drivers/scsi/cxlflash/lunmgt.c if (!memcmp(gli->wwid, wwid, DK_CXLFLASH_MANAGE_LUN_WWID_LEN)) memcmp 3124 drivers/scsi/dc395x.c if (memcmp(name, DC395x_baddevname1[i], 28) == 0) memcmp 332 drivers/scsi/device_handler/scsi_dh_rdac.c if ((memcmp(tmp->array_id, array_id, UNIQUE_ID_LEN) == 0) && memcmp 1298 drivers/scsi/esas2r/esas2r_ioctl.c if (memcmp(ioctl->header.signature, memcmp 252 drivers/scsi/esas2r/esas2r_targdb.c && memcmp(&t->identifier[0], identifier, memcmp 260 drivers/scsi/fcoe/fcoe_transport.c if (!memcmp(&n_port->wwpn, &vport->port_name, sizeof(u64))) { memcmp 269 drivers/scsi/fcoe/fcoe_transport.c if (!memcmp(&vn_port->wwpn, &vport->port_name, sizeof(u64))) { memcmp 2371 drivers/scsi/gdth.c !memcmp((char *)&ebuffer[elastidx].event_data.eu, memcmp 1173 drivers/scsi/hpsa.c return memcmp(scsi3addr, RAID_CTLR_LUNID, 8) == 0; memcmp 1315 drivers/scsi/hpsa.c if (memcmp(addr1, addr2, 8) == 0) { memcmp 1483 drivers/scsi/hpsa.c if (memcmp(dev1->scsi3addr, dev2->scsi3addr, memcmp 1486 drivers/scsi/hpsa.c if (memcmp(dev1->device_id, dev2->device_id, memcmp 1489 drivers/scsi/hpsa.c if (memcmp(dev1->model, dev2->model, sizeof(dev1->model)) != 0) memcmp 1491 drivers/scsi/hpsa.c if (memcmp(dev1->vendor, dev2->vendor, sizeof(dev1->vendor)) != 0) memcmp 1580 drivers/scsi/hpsa.c if (memcmp(device->scsi3addr, scsi3addr, memcmp 3109 drivers/scsi/hpsa.c match = !memcmp(scsi3addr, &c->Header.LUN.LunAddrBytes, memcmp 3533 drivers/scsi/hpsa.c if (!memcmp(&physdev->LUN[i].lunid[0], scsi3addr, 8)) { memcmp 7234 drivers/scsi/hpsa.c rc = !memcmp(driver_ver, old_driver_ver, size); memcmp 8458 drivers/scsi/hpsa.c if (memcmp(logdev, h->lastlogicals, sizeof(*logdev))) { memcmp 1271 drivers/scsi/ipr.c if (!memcmp(&res->dev_id, &cfgtew->u.cfgte64->dev_id, memcmp 1273 drivers/scsi/ipr.c !memcmp(&res->dev_lun.scsi_lun, &cfgtew->u.cfgte64->lun, memcmp 1361 drivers/scsi/ipr.c if (memcmp(res->res_path, &cfgtew->u.cfgte64->res_path, memcmp 1852 drivers/scsi/ipr.c if (!memcmp(array_entry->vpd.vpd.sn, zero_sn, IPR_SERIAL_NUM_LEN)) memcmp 1901 drivers/scsi/ipr.c if (!memcmp(array_entry->vpd.sn, zero_sn, IPR_SERIAL_NUM_LEN)) memcmp 2340 drivers/scsi/ipr.c if (!memcmp(array_entry->vpd.vpd.sn, zero_sn, IPR_SERIAL_NUM_LEN)) memcmp 1789 drivers/scsi/isci/host.c u8 other = memcmp(requester->frame_rcvd.iaf.sas_addr, memcmp 1846 drivers/scsi/isci/host.c other = memcmp(current_phy->frame_rcvd.iaf.sas_addr, memcmp 67 drivers/scsi/isci/probe_roms.c if (memcmp(oem_sig, ISCI_OEM_SIG, ISCI_OEM_SIG_SIZE) == 0) { memcmp 95 drivers/scsi/isci/probe_roms.c if (memcmp(rom->hdr.signature, memcmp 205 drivers/scsi/isci/probe_roms.c if (memcmp(oem_hdr->sig, ISCI_OEM_SIG, ISCI_OEM_SIG_SIZE) != 0) { memcmp 222 drivers/scsi/isci/probe_roms.c if (memcmp(rom->hdr.signature, memcmp 332 drivers/scsi/libiscsi_tcp.c if (memcmp(segment->recv_digest, segment->digest, memcmp 382 drivers/scsi/libsas/sas_expander.c if (memcmp(dev->sas_addr, dr->attached_sas_addr, SAS_ADDR_SIZE) == 0) { memcmp 925 drivers/scsi/libsas/sas_expander.c if (!memcmp(phy->attached_sas_addr, ephy->attached_sas_addr, memcmp 19 drivers/scsi/libsas/sas_port.c if (memcmp(port->attached_sas_addr, phy->attached_sas_addr, memcmp 21 drivers/scsi/libsas/sas_port.c memcmp(port->sas_addr, phy->sas_addr, SAS_ADDR_SIZE) != 0)) memcmp 6164 drivers/scsi/lpfc/lpfc_attr.c if (memcmp(buf, LPFC_REG_WRITE_KEY, LPFC_REG_WRITE_KEY_SIZE)) memcmp 607 drivers/scsi/lpfc/lpfc_els.c memcmp(&vport->fabric_portname, &sp->portName, memcmp 609 drivers/scsi/lpfc/lpfc_els.c memcmp(&vport->fabric_nodename, &sp->nodeName, memcmp 878 drivers/scsi/lpfc/lpfc_els.c rc = memcmp(&vport->fc_portname, &sp->portName, memcmp 1650 drivers/scsi/lpfc/lpfc_els.c rc = memcmp(&ndlp->nlp_portname, name, memcmp 1666 drivers/scsi/lpfc/lpfc_els.c rc = memcmp(&ndlp->nlp_portname, name, memcmp 1756 drivers/scsi/lpfc/lpfc_els.c if (memcmp(&ndlp->nlp_portname, name, sizeof(struct lpfc_name)) == 0) { memcmp 6807 drivers/scsi/lpfc/lpfc_els.c rc = memcmp(&vport->fc_portname, &sp->portName, memcmp 7411 drivers/scsi/lpfc/lpfc_els.c ((flag == 2) && (memcmp(&rps->un.portName, &vport->fc_portname, memcmp 7721 drivers/scsi/lpfc/lpfc_els.c if (memcmp(&fp->RportName, &vport->fc_portname, memcmp 7728 drivers/scsi/lpfc/lpfc_els.c if (memcmp(&fp->RnodeName, &vport->fc_nodename, memcmp 7823 drivers/scsi/lpfc/lpfc_els.c if ((memcmp(&phba->fc_fabparam.nodeName, &fp->FnodeName, memcmp 7825 drivers/scsi/lpfc/lpfc_els.c (memcmp(&phba->fc_fabparam.portName, &fp->FportName, memcmp 6097 drivers/scsi/lpfc/lpfc_hbadisc.c return memcmp(&ndlp->nlp_portname, param, memcmp 6947 drivers/scsi/lpfc/lpfc_hbadisc.c if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) { memcmp 377 drivers/scsi/lpfc/lpfc_init.c memcmp(&vport->fc_portname, &vport->fc_sparam.portName, memcmp 64 drivers/scsi/lpfc/lpfc_nportdisc.c if (memcmp(nn, &ndlp->nlp_nodename, sizeof (struct lpfc_name))) memcmp 67 drivers/scsi/lpfc/lpfc_nportdisc.c if (memcmp(pn, &ndlp->nlp_portname, sizeof (struct lpfc_name))) memcmp 1052 drivers/scsi/lpfc/lpfc_nportdisc.c port_cmp = memcmp(&vport->fc_portname, &sp->portName, memcmp 1038 drivers/scsi/lpfc/lpfc_scsi.c (memcmp(&ndlp->nlp_portname, &phba->lpfc_injerr_wwpn, memcmp 5761 drivers/scsi/lpfc/lpfc_scsi.c if ((memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, memcmp 5763 drivers/scsi/lpfc/lpfc_scsi.c (memcmp(&lun_info->device_id.target_wwpn, target_wwpn, memcmp 5830 drivers/scsi/lpfc/lpfc_scsi.c (memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, memcmp 5833 drivers/scsi/lpfc/lpfc_scsi.c (memcmp(&lun_info->device_id.target_wwpn, target_wwpn, memcmp 17304 drivers/scsi/lpfc/lpfc_sli.c (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) memcmp 17396 drivers/scsi/lpfc/lpfc_sli.c (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) memcmp 19285 drivers/scsi/lpfc/lpfc_sli.c if (memcmp(&rgn23_data[offset], LPFC_REGION23_SIGNATURE, 4)) { memcmp 215 drivers/scsi/lpfc/lpfc_vport.c if (memcmp(&vport->fc_sparam.portName, memcmp 3409 drivers/scsi/megaraid.c if( memcmp(signature, "MEGANIT", 7) == 0 ) { memcmp 3531 drivers/scsi/megaraid.c if( memcmp(signature, "MEGANIT", 7) == 0 ) { memcmp 138 drivers/scsi/megaraid/megaraid_mm.c if (memcmp(signature, EXT_IOCTL_SIGN, EXT_IOCTL_SIGN_SZ) == 0) memcmp 4764 drivers/scsi/megaraid/megaraid_sas_fusion.c (memcmp((megasas_mgmt_info.instance[i]->clusterId), memcmp 742 drivers/scsi/pm8001/pm8001_ctl.c if (!memcmp(flash_command_table[i].command, memcmp 1577 drivers/scsi/pmcraid.c rc = memcmp(&res->cfg_entry.resource_address, memcmp 3888 drivers/scsi/pmcraid.c rc = memcmp(hdr->signature, memcmp 5525 drivers/scsi/pmcraid.c rc = memcmp(&res->cfg_entry.resource_address, memcmp 2876 drivers/scsi/qla2xxx/qla_attr.c if (memcmp(ha->npiv_info[cnt].port_name, vha->port_name, 8) == 0 memcmp 2877 drivers/scsi/qla2xxx/qla_attr.c && memcmp(ha->npiv_info[cnt].node_name, vha->node_name, memcmp 83 drivers/scsi/qla2xxx/qla_bsg.c if (memcmp(bcode, "HQOS", 4)) { memcmp 1319 drivers/scsi/qla2xxx/qla_bsg.c if (memcmp(port_param->fc_scsi_addr.dest_addr.wwpn, memcmp 3618 drivers/scsi/qla2xxx/qla_gs.c if (!memcmp(rp->port_name, vha->port_name, WWN_SIZE)) memcmp 3630 drivers/scsi/qla2xxx/qla_gs.c if (memcmp(rp->port_name, fcport->port_name, WWN_SIZE)) memcmp 3816 drivers/scsi/qla2xxx/qla_gs.c if (!memcmp(rp->port_name, memcmp 738 drivers/scsi/qla2xxx/qla_init.c if (memcmp((u8 *)&wwn, fcport->port_name, WWN_SIZE)) memcmp 1040 drivers/scsi/qla2xxx/qla_init.c if (!memcmp((u8 *)&wwn, fcport->port_name, memcmp 4411 drivers/scsi/qla2xxx/qla_init.c if (memcmp(model, &zero, len) != 0) { memcmp 4517 drivers/scsi/qla2xxx/qla_init.c if (chksum || memcmp("ISP ", nv->id, sizeof(nv->id)) || memcmp 5189 drivers/scsi/qla2xxx/qla_init.c if (memcmp(new_fcport->port_name, fcport->port_name, memcmp 5812 drivers/scsi/qla2xxx/qla_init.c if (memcmp(new_fcport->port_name, fcport->port_name, memcmp 7121 drivers/scsi/qla2xxx/qla_init.c if (chksum || memcmp("ISP ", nv->id, sizeof(nv->id)) || memcmp 8318 drivers/scsi/qla2xxx/qla_init.c if (chksum || memcmp("ISP ", nv->id, sizeof(nv->id)) || memcmp 8405 drivers/scsi/qla2xxx/qla_init.c if (!memcmp(icb->enode_mac, "\0\0\0\0\0\0", sizeof(icb->enode_mac))) { memcmp 594 drivers/scsi/qla2xxx/qla_isr.c if (memcmp(f->port_name, wwpn, WWN_SIZE) == 0) { memcmp 1959 drivers/scsi/qla2xxx/qla_mbx.c (memcmp(fcport->port_name, (uint8_t *)&zero, 8) && memcmp 1960 drivers/scsi/qla2xxx/qla_mbx.c memcmp(fcport->port_name, pd24->port_name, 8))) { memcmp 2004 drivers/scsi/qla2xxx/qla_mbx.c (memcmp(fcport->port_name, (uint8_t *)&zero, 8) && memcmp 2005 drivers/scsi/qla2xxx/qla_mbx.c memcmp(fcport->port_name, pd->port_name, 8))) { memcmp 6379 drivers/scsi/qla2xxx/qla_mbx.c (memcmp(fcport->port_name, (uint8_t *)&zero, 8) && memcmp 6380 drivers/scsi/qla2xxx/qla_mbx.c memcmp(fcport->port_name, pd->port_name, 8))) { memcmp 112 drivers/scsi/qla2xxx/qla_mid.c if (!memcmp(port_name, vha->port_name, WWN_SIZE)) { memcmp 462 drivers/scsi/qla2xxx/qla_mid.c if (!memcmp(port_name, base_vha->port_name, WWN_SIZE)) memcmp 1167 drivers/scsi/qla2xxx/qla_mr.c if (memcmp(new_fcport->port_name, memcmp 610 drivers/scsi/qla2xxx/qla_sup.c if (memcmp(fltl->sig, "QFLT", 4)) memcmp 961 drivers/scsi/qla2xxx/qla_sup.c if (memcmp(fdt->sig, "QLID", 4)) memcmp 3315 drivers/scsi/qla2xxx/qla_sup.c if (memcmp(bcode, "\x55\xaa", 2)) { memcmp 3330 drivers/scsi/qla2xxx/qla_sup.c if (memcmp(bcode, "PCIR", 4)) { memcmp 3435 drivers/scsi/qla2xxx/qla_sup.c if (memcmp(bcode, "\x55\xaa", 2)) { memcmp 3450 drivers/scsi/qla2xxx/qla_sup.c if (memcmp(bcode, "PCIR", 4)) { memcmp 6523 drivers/scsi/qla2xxx/qla_target.c if (memcmp(vha->port_name, b, WWN_SIZE)) { memcmp 242 drivers/scsi/qla4xxx/ql4_init.c if (memcmp(&ha->ip_config.ipv6_default_router_addr, memcmp 254 drivers/scsi/qla4xxx/ql4_init.c (memcmp(&ha->ip_config.ipv6_link_local_addr, memcmp 6321 drivers/scsi/qla4xxx/ql4_os.c if (memcmp(&old_tddb->isid[0], &new_tddb->isid[0], memcmp 6401 drivers/scsi/qla4xxx/ql4_os.c if (memcmp(&fw_ddb_entry->isid[0], &isid[0], memcmp 6461 drivers/scsi/qla4xxx/ql4_os.c if (memcmp(&old_tddb->isid[0], &new_tddb->isid[0], memcmp 6680 drivers/scsi/qla4xxx/ql4_os.c if (memcmp(fw_ddb_entry->ip_addr, flash_ddb_entry->ip_addr, ip_len)) memcmp 6683 drivers/scsi/qla4xxx/ql4_os.c if (memcmp(&fw_ddb_entry->isid[0], &flash_ddb_entry->isid[0], memcmp 6687 drivers/scsi/qla4xxx/ql4_os.c if (memcmp(&fw_ddb_entry->port, &flash_ddb_entry->port, memcmp 2533 drivers/scsi/scsi_debug.c res = !memcmp(fake_storep + (block * lb_size), arr, memcmp 2538 drivers/scsi/scsi_debug.c res = memcmp(fake_storep, arr + ((num - rest) * lb_size), memcmp 459 drivers/scsi/scsi_devinfo.c memcmp(devinfo->vendor, vskip, vmax)) memcmp 467 drivers/scsi/scsi_devinfo.c if (mmax < mlen || memcmp(devinfo->model, mskip, mlen)) memcmp 471 drivers/scsi/scsi_devinfo.c if (!memcmp(devinfo->vendor, vendor, memcmp 473 drivers/scsi/scsi_devinfo.c !memcmp(devinfo->model, model, memcmp 700 drivers/scsi/scsi_transport_spi.c if (memcmp(buffer, ptr, len) != 0) memcmp 737 drivers/scsi/scsi_transport_spi.c if (memcmp(buffer, ptr, len) != 0) memcmp 201 drivers/scsi/smartpqi/smartpqi_init.c return memcmp(scsi3addr1, scsi3addr2, 8) == 0; memcmp 1548 drivers/scsi/smartpqi/smartpqi_init.c return memcmp(dev1->volume_id, dev2->volume_id, memcmp 2617 drivers/scsi/smartpqi/smartpqi_init.c if (memcmp(&signature, PQI_DEVICE_SIGNATURE, memcmp 355 drivers/scsi/smartpqi/smartpqi_sas_transport.c memcmp(device->phys_connector, memcmp 999 drivers/scsi/sym53c8xx_2/sym_glue.c if (len >= verb_len && !memcmp(verb, ptr, verb_len)) memcmp 511 drivers/scsi/sym53c8xx_2/sym_nvram.c memcmp(nvram->trailer, Symbios_trailer, 6) || memcmp 1035 drivers/slimbus/qcom-ngd-ctrl.c if (!memcmp(rbuf, failed_ea, 6)) memcmp 99 drivers/soc/qcom/cmd-db.c return memcmp(magic, CMD_DB_MAGIC, ARRAY_SIZE(CMD_DB_MAGIC)) == 0; memcmp 158 drivers/soc/qcom/cmd-db.c if (memcmp(ent->id, query, sizeof(ent->id)) == 0) { memcmp 691 drivers/soc/qcom/smem.c if (memcmp(ptable->magic, SMEM_PTABLE_MAGIC, sizeof(ptable->magic))) memcmp 713 drivers/soc/qcom/smem.c if (memcmp(info->magic, SMEM_INFO_MAGIC, sizeof(info->magic))) memcmp 733 drivers/soc/qcom/smem.c if (memcmp(header->magic, SMEM_PART_MAGIC, sizeof(header->magic))) { memcmp 146 drivers/soc/ti/knav_dma.c if (!memcmp(&chan->cfg, cfg, sizeof(*cfg))) memcmp 70 drivers/staging/comedi/drivers/ni_routes.c if (memcmp(ni_all_route_values[i]->family, device_family, memcmp 79 drivers/staging/comedi/drivers/ni_routes.c if (memcmp(ni_device_routes_list[i]->device, board_name, memcmp 233 drivers/staging/comedi/drivers/ni_usb6501.c if (memcmp(devpriv->usb_rx_buf, READ_PORT_RESPONSE, memcmp 237 drivers/staging/comedi/drivers/ni_usb6501.c } else if (memcmp(devpriv->usb_rx_buf, GENERIC_RESPONSE, memcmp 323 drivers/staging/comedi/drivers/ni_usb6501.c if (memcmp(devpriv->usb_rx_buf, READ_COUNTER_RESPONSE, memcmp 327 drivers/staging/comedi/drivers/ni_usb6501.c } else if (memcmp(devpriv->usb_rx_buf, GENERIC_RESPONSE, memcmp 2261 drivers/staging/exfat/exfat_super.c if (!memcmp(de.ShortName, DOS_CUR_DIR_NAME, DOS_NAME_LENGTH)) { memcmp 2263 drivers/staging/exfat/exfat_super.c } else if (!memcmp(de.ShortName, DOS_PAR_DIR_NAME, DOS_NAME_LENGTH)) { memcmp 268 drivers/staging/gdm724x/gdm_lte.c if (memcmp(ipv6_in->saddr.in6_u.u6_addr8, zero_addr8, 16) == 0) memcmp 553 drivers/staging/greybus/loopback.c if (memcmp(request->data, response->data, len)) { memcmp 607 drivers/staging/greybus/loopback.c if (memcmp(request->data, response->data, len)) { memcmp 544 drivers/staging/greybus/uart.c if (memcmp(&gb_tty->line_coding, &newline, sizeof(newline))) { memcmp 97 drivers/staging/gs_fpgaboot/gs_fpgaboot.c r = memcmp(buf, bits_magic, 13); memcmp 344 drivers/staging/iio/addac/adt7316.c if (!memcmp(buf, "single_channel", 14)) memcmp 1981 drivers/staging/isdn/gigaset/bas-gigaset.c if (cb->len == 3 && !memcmp(cb->buf, "+++", 3)) { memcmp 192 drivers/staging/isdn/hysdn/boardergo.c if (memcmp(&dpr->ToHyBuf[ERG_TO_HY_BUF_SIZE - sizeof(TestText)], TestText, memcmp 198 drivers/staging/isdn/hysdn/boardergo.c if (memcmp(&dpr->ToPcBuf[ERG_TO_PC_BUF_SIZE - sizeof(TestText)], TestText, memcmp 681 drivers/staging/ks7010/ks7010_sdio.c if (memcmp(data, read_buf, size) != 0) { memcmp 306 drivers/staging/ks7010/ks_hostif.c if (memcmp(bp + 2, CIPHER_ID_WPA_WEP40, 4) == 0) { memcmp 378 drivers/staging/ks7010/ks_hostif.c if (memcmp(mic, recv_mic, sizeof(mic)) != 0) { memcmp 461 drivers/staging/media/hantro/hantro_h264.c !memcmp(b1_reflist, b0_reflist, builder->num_valid)) memcmp 859 drivers/staging/rtl8188eu/core/rtw_ap.c if ((p) && (!memcmp(p + 2, OUI1, 4))) { memcmp 884 drivers/staging/rtl8188eu/core/rtw_ap.c if ((p) && !memcmp(p + 2, WMM_PARA_IE, 6)) { memcmp 1027 drivers/staging/rtl8188eu/core/rtw_ap.c if (!memcmp(paclnode->addr, addr, ETH_ALEN)) { memcmp 1087 drivers/staging/rtl8188eu/core/rtw_ap.c if (!memcmp(paclnode->addr, addr, ETH_ALEN)) { memcmp 1195 drivers/staging/rtl8188eu/core/rtw_ap.c if (!memcmp(WPS_OUI, oui, 4)) memcmp 287 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type))) memcmp 320 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN)) memcmp 322 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN)) memcmp 324 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN)) memcmp 326 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN)) memcmp 328 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN)) memcmp 336 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN)) memcmp 338 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN)) memcmp 340 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN)) memcmp 342 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(s, RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) memcmp 344 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(s, RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN)) memcmp 363 drivers/staging/rtl8188eu/core/rtw_ieee80211.c (memcmp(wpa_ie + 2, RTW_WPA_OUI_TYPE, WPA_SELECTOR_LEN))) memcmp 407 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(pos, SUITE_1X, 4)) { memcmp 476 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if (!memcmp(pos, SUITE_1X, 4)) { memcmp 500 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if ((authmode == _WPA_IE_ID_) && (!memcmp(&in_ie[cnt + 2], &wpa_oui[0], 4))) { memcmp 554 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { memcmp 587 drivers/staging/rtl8188eu/core/rtw_ieee80211.c if ((eid == _WPA_IE_ID_) && (!memcmp(&in_ie[cnt + 2], wps_oui, 4))) { memcmp 626 drivers/staging/rtl8188eu/core/rtw_ieee80211.c (memcmp(wps_ie + 2, wps_oui, 4))) memcmp 147 drivers/staging/rtl8188eu/core/rtw_ioctl_set.c if (!memcmp(&pmlmepriv->cur_network.network.MacAddress, bssid, ETH_ALEN)) { memcmp 233 drivers/staging/rtl8188eu/core/rtw_ioctl_set.c !memcmp(&pmlmepriv->assoc_ssid.ssid, ssid->ssid, ssid->ssid_length)) { memcmp 186 drivers/staging/rtl8188eu/core/rtw_mlme.c if (!memcmp(zero_addr, addr, ETH_ALEN)) { memcmp 195 drivers/staging/rtl8188eu/core/rtw_mlme.c if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) memcmp 294 drivers/staging/rtl8188eu/core/rtw_mlme.c !memcmp(a->ssid.ssid, b->ssid.ssid, a->ssid.ssid_length); memcmp 309 drivers/staging/rtl8188eu/core/rtw_mlme.c (!memcmp(src->MacAddress, dst->MacAddress, ETH_ALEN)) && memcmp 310 drivers/staging/rtl8188eu/core/rtw_mlme.c (!memcmp(src->ssid.ssid, dst->ssid.ssid, src->ssid.ssid_length)) && memcmp 563 drivers/staging/rtl8188eu/core/rtw_mlme.c if (!memcmp(&pmlmepriv->cur_network.network.MacAddress, pnetwork->MacAddress, ETH_ALEN)) { memcmp 973 drivers/staging/rtl8188eu/core/rtw_mlme.c the_same_macaddr = !memcmp(pnetwork->network.MacAddress, cur_network->network.MacAddress, ETH_ALEN); memcmp 1409 drivers/staging/rtl8188eu/core/rtw_mlme.c if (memcmp(competitor->network.MacAddress, pmlmepriv->assoc_bssid, ETH_ALEN)) memcmp 1416 drivers/staging/rtl8188eu/core/rtw_mlme.c memcmp(competitor->network.ssid.ssid, pmlmepriv->assoc_ssid.ssid, pmlmepriv->assoc_ssid.ssid_length)) memcmp 1676 drivers/staging/rtl8188eu/core/rtw_mlme.c (!memcmp(psecuritypriv->PMKIDList[i].Bssid, bssid, ETH_ALEN))) memcmp 976 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (pbuf && !memcmp(pbuf+2, WMM_PARA_IE, 6)) { memcmp 1148 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if ((!memcmp(pIE->data, RTW_WPA_OUI, 4)) || memcmp 1149 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c (!memcmp(pIE->data, WMM_OUI, 4)) || memcmp 1150 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c (!memcmp(pIE->data, WPS_OUI, 4))) { memcmp 1155 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (!memcmp(pIE->data, WPS_OUI, 4)) memcmp 2339 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (memcmp(MacAddr, pnetwork->MacAddress, ETH_ALEN)) memcmp 2529 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if ((ielen != 0 && memcmp((void *)(p+2), (void *)cur->ssid.ssid, cur->ssid.ssid_length)) || memcmp 2573 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (!memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) { memcmp 2770 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (!memcmp((void *)(p + 2), pstat->chg_txt, 128)) { memcmp 2828 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (memcmp(myid(&padapter->eeprompriv), get_da(pframe), ETH_ALEN)) memcmp 2978 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (memcmp((void *)(p+2), cur->ssid.ssid, cur->ssid.ssid_length)) memcmp 3150 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (!memcmp(p+2, WMM_IE, 6)) { memcmp 3341 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (memcmp(myid(&padapter->eeprompriv), get_da(pframe), ETH_ALEN)) memcmp 3379 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (!memcmp(pIE->data, WMM_PARA_OUI, 6)) /* WMM */ memcmp 3424 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) memcmp 3478 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (memcmp(GetAddr3Ptr(pframe), pnetwork->MacAddress, ETH_ALEN)) memcmp 3593 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (memcmp(myid(&padapter->eeprompriv), GetAddr1Ptr(pframe), memcmp 3712 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (!memcmp(frame_body + 2, P2P_OUI, 4)) memcmp 3746 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (memcmp(myid(&padapter->eeprompriv), GetAddr1Ptr(pframe), ETH_ALEN)) memcmp 4073 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && memcmp 4074 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) memcmp 4104 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && memcmp 4105 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) memcmp 4980 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c if (!memcmp(pIE->data, WMM_OUI, 4)) memcmp 651 drivers/staging/rtl8188eu/core/rtw_recv.c if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN)) { memcmp 657 drivers/staging/rtl8188eu/core/rtw_recv.c if (memcmp(myhwaddr, pattrib->dst, ETH_ALEN) && !mcast) { memcmp 662 drivers/staging/rtl8188eu/core/rtw_recv.c if (!memcmp(pattrib->bssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || memcmp 663 drivers/staging/rtl8188eu/core/rtw_recv.c !memcmp(mybssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || memcmp 664 drivers/staging/rtl8188eu/core/rtw_recv.c memcmp(pattrib->bssid, mybssid, ETH_ALEN)) { memcmp 672 drivers/staging/rtl8188eu/core/rtw_recv.c if (memcmp(pattrib->bssid, pattrib->src, ETH_ALEN)) { memcmp 687 drivers/staging/rtl8188eu/core/rtw_recv.c if (memcmp(pattrib->bssid, pattrib->dst, ETH_ALEN)) { memcmp 731 drivers/staging/rtl8188eu/core/rtw_recv.c if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN)) { memcmp 738 drivers/staging/rtl8188eu/core/rtw_recv.c if (memcmp(myhwaddr, pattrib->dst, ETH_ALEN) && !mcast) { memcmp 746 drivers/staging/rtl8188eu/core/rtw_recv.c if (!memcmp(pattrib->bssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || memcmp 747 drivers/staging/rtl8188eu/core/rtw_recv.c !memcmp(mybssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || memcmp 748 drivers/staging/rtl8188eu/core/rtw_recv.c (memcmp(pattrib->bssid, mybssid, ETH_ALEN))) { memcmp 787 drivers/staging/rtl8188eu/core/rtw_recv.c if (!memcmp(myhwaddr, pattrib->dst, ETH_ALEN) && !mcast) { memcmp 817 drivers/staging/rtl8188eu/core/rtw_recv.c if (memcmp(pattrib->bssid, mybssid, ETH_ALEN)) { memcmp 847 drivers/staging/rtl8188eu/core/rtw_recv.c if (memcmp(pattrib->ra, myhwaddr, ETH_ALEN)) { memcmp 874 drivers/staging/rtl8188eu/core/rtw_recv.c if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN)) memcmp 1014 drivers/staging/rtl8188eu/core/rtw_recv.c if (!memcmp(padapter->eeprompriv.mac_addr, memcmp 1280 drivers/staging/rtl8188eu/core/rtw_recv.c if ((!memcmp(psnap, rtw_rfc1042_header, SNAP_SIZE) && memcmp 1281 drivers/staging/rtl8188eu/core/rtw_recv.c memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) && memcmp 1282 drivers/staging/rtl8188eu/core/rtw_recv.c memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2)) || memcmp 1283 drivers/staging/rtl8188eu/core/rtw_recv.c !memcmp(psnap, rtw_bridge_tunnel_header, SNAP_SIZE)) { memcmp 1570 drivers/staging/rtl8188eu/core/rtw_recv.c ((!memcmp(sub_skb->data, rtw_rfc1042_header, SNAP_SIZE) && memcmp 1572 drivers/staging/rtl8188eu/core/rtw_recv.c !memcmp(sub_skb->data, rtw_bridge_tunnel_header, SNAP_SIZE))) { memcmp 432 drivers/staging/rtl8188eu/core/rtw_sta_mgt.c if (!memcmp(psta->hwaddr, addr, ETH_ALEN)) { memcmp 492 drivers/staging/rtl8188eu/core/rtw_sta_mgt.c if (!memcmp(paclnode->addr, mac_addr, ETH_ALEN)) { memcmp 839 drivers/staging/rtl8188eu/core/rtw_wlan_util.c if (memcmp(cur_network->network.MacAddress, pbssid, 6)) { memcmp 928 drivers/staging/rtl8188eu/core/rtw_wlan_util.c if (memcmp(bssid->ssid.ssid, cur_network->network.ssid.ssid, 32) || memcmp 1054 drivers/staging/rtl8188eu/core/rtw_wlan_util.c if ((!memcmp(pIE->data, RTW_WPA_OUI, 4)) && (!memcmp((pIE->data + 12), WPA_TKIP_CIPHER, 4))) memcmp 1058 drivers/staging/rtl8188eu/core/rtw_wlan_util.c if (!memcmp((pIE->data + 8), RSN_TKIP_CIPHER, 4)) memcmp 1220 drivers/staging/rtl8188eu/core/rtw_wlan_util.c if ((!memcmp(pIE->data, ARTHEROS_OUI1, 3)) || memcmp 1221 drivers/staging/rtl8188eu/core/rtw_wlan_util.c (!memcmp(pIE->data, ARTHEROS_OUI2, 3))) { memcmp 1224 drivers/staging/rtl8188eu/core/rtw_wlan_util.c } else if ((!memcmp(pIE->data, BROADCOM_OUI1, 3)) || memcmp 1225 drivers/staging/rtl8188eu/core/rtw_wlan_util.c (!memcmp(pIE->data, BROADCOM_OUI2, 3))) { memcmp 1228 drivers/staging/rtl8188eu/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, MARVELL_OUI, 3)) { memcmp 1231 drivers/staging/rtl8188eu/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, RALINK_OUI, 3)) { memcmp 1238 drivers/staging/rtl8188eu/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, CISCO_OUI, 3)) { memcmp 1241 drivers/staging/rtl8188eu/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, REALTEK_OUI, 3)) { memcmp 1244 drivers/staging/rtl8188eu/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, AIRGOCAP_OUI, 3)) { memcmp 1247 drivers/staging/rtl8188eu/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, EPIGRAM_OUI, 3)) { memcmp 615 drivers/staging/rtl8188eu/core/rtw_xmit.c if (!memcmp(psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey, null_key, 16)) memcmp 620 drivers/staging/rtl8188eu/core/rtw_xmit.c if (!memcmp(&stainfo->dot11tkiptxmickey.skey[0], null_key, 16)) memcmp 906 drivers/staging/rtl8188eu/hal/odm.c memcmp(psta->hwaddr, bcast_addr, ETH_ALEN) && memcmp 907 drivers/staging/rtl8188eu/hal/odm.c memcmp(psta->hwaddr, myid(&Adapter->eeprompriv), ETH_ALEN)) { memcmp 406 drivers/staging/rtl8188eu/hal/phy.c memcmp(&temp_cck, &CCKSwingTable_Ch14[i][2], 4)) || memcmp 407 drivers/staging/rtl8188eu/hal/phy.c memcmp(&temp_cck, &CCKSwingTable_Ch1_Ch13[i][2], 4)) { memcmp 149 drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c !memcmp(get_hdr_bssid(wlanhdr), memcmp 153 drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c (!memcmp(get_da(wlanhdr), memcmp 596 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c if ((eid == _VENDOR_SPECIFIC_IE_) && (!memcmp(&buf[cnt+2], wps_oui, 4))) { memcmp 788 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c if (!memcmp(strIssueBssid, strZeroMacAddress, ETH_ALEN)) memcmp 796 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c if (!memcmp(psecuritypriv->PMKIDList[j].Bssid, strIssueBssid, ETH_ALEN)) { memcmp 824 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c if (!memcmp(psecuritypriv->PMKIDList[j].Bssid, strIssueBssid, ETH_ALEN)) { memcmp 993 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c if ((!memcmp(dst_bssid, src_bssid, ETH_ALEN))) { memcmp 1145 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c !memcmp(extra, WEXT_CSCAN_HEADER, WEXT_CSCAN_HEADER_SIZE)) { memcmp 1336 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c if ((!memcmp(dst_ssid, src_ssid, ndis_ssid.ssid_length)) && memcmp 2923 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c (!memcmp(&probereq_wpsie[2], wps_oui, 4))) { memcmp 2943 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c !memcmp(ext, WEXT_CSCAN_HEADER, WEXT_CSCAN_HEADER_SIZE)) { memcmp 89 drivers/staging/rtl8188eu/os_dep/recv_linux.c if (memcmp(pattrib->dst, myid(&padapter->eeprompriv), memcmp 132 drivers/staging/rtl8188eu/os_dep/xmit_linux.c if (!memcmp(psta->hwaddr, &skb->data[6], 6)) memcmp 149 drivers/staging/rtl8192e/rtl819x_HTProc.c if ((memcmp(net->bssid, BELKINF5D8233V1_RALINK, 3) == 0) || memcmp 150 drivers/staging/rtl8192e/rtl819x_HTProc.c (memcmp(net->bssid, BELKINF5D82334V3_RALINK, 3) == 0) || memcmp 151 drivers/staging/rtl8192e/rtl819x_HTProc.c (memcmp(net->bssid, PCI_RALINK, 3) == 0) || memcmp 152 drivers/staging/rtl8192e/rtl819x_HTProc.c (memcmp(net->bssid, EDIMAX_RALINK, 3) == 0) || memcmp 153 drivers/staging/rtl8192e/rtl819x_HTProc.c (memcmp(net->bssid, AIRLINK_RALINK, 3) == 0) || memcmp 156 drivers/staging/rtl8192e/rtl819x_HTProc.c else if (!memcmp(net->bssid, UNKNOWN_BORADCOM, 3) || memcmp 157 drivers/staging/rtl8192e/rtl819x_HTProc.c !memcmp(net->bssid, LINKSYSWRT330_LINKSYSWRT300_BROADCOM, 3) || memcmp 158 drivers/staging/rtl8192e/rtl819x_HTProc.c !memcmp(net->bssid, LINKSYSWRT350_LINKSYSWRT150_BROADCOM, 3) || memcmp 182 drivers/staging/rtl8192e/rtl819x_HTProc.c else if (!memcmp(net->bssid, UNKNOWN_BORADCOM, 3) || memcmp 183 drivers/staging/rtl8192e/rtl819x_HTProc.c !memcmp(net->bssid, LINKSYSWRT330_LINKSYSWRT300_BROADCOM, 3) || memcmp 184 drivers/staging/rtl8192e/rtl819x_HTProc.c !memcmp(net->bssid, LINKSYSWRT350_LINKSYSWRT150_BROADCOM, 3)) memcmp 186 drivers/staging/rtl8192e/rtl819x_HTProc.c else if ((memcmp(net->bssid, BELKINF5D8233V1_RALINK, 3) == 0) || memcmp 187 drivers/staging/rtl8192e/rtl819x_HTProc.c (memcmp(net->bssid, BELKINF5D82334V3_RALINK, 3) == 0) || memcmp 188 drivers/staging/rtl8192e/rtl819x_HTProc.c (memcmp(net->bssid, PCI_RALINK, 3) == 0) || memcmp 189 drivers/staging/rtl8192e/rtl819x_HTProc.c (memcmp(net->bssid, EDIMAX_RALINK, 3) == 0) || memcmp 190 drivers/staging/rtl8192e/rtl819x_HTProc.c (memcmp(net->bssid, AIRLINK_RALINK, 3) == 0) || memcmp 194 drivers/staging/rtl8192e/rtl819x_HTProc.c (memcmp(net->bssid, DLINK_ATHEROS_1, 3) == 0) || memcmp 195 drivers/staging/rtl8192e/rtl819x_HTProc.c (memcmp(net->bssid, DLINK_ATHEROS_2, 3) == 0)) memcmp 197 drivers/staging/rtl8192e/rtl819x_HTProc.c else if ((memcmp(net->bssid, CISCO_BROADCOM, 3) == 0) || memcmp 200 drivers/staging/rtl8192e/rtl819x_HTProc.c else if ((memcmp(net->bssid, LINKSYS_MARVELL_4400N, 3) == 0) || memcmp 535 drivers/staging/rtl8192e/rtl819x_HTProc.c if (!memcmp(pHTInfo->PeerHTCapBuf, EWC11NHTCap, sizeof(EWC11NHTCap))) memcmp 540 drivers/staging/rtl8192e/rtl819x_HTProc.c if (!memcmp(pHTInfo->PeerHTInfoBuf, EWC11NHTInfo, sizeof(EWC11NHTInfo))) memcmp 253 drivers/staging/rtl8192e/rtl819x_TSProc.c if (memcmp(pRet->Addr, Addr, 6) == 0 && memcmp 446 drivers/staging/rtl8192e/rtl819x_TSProc.c if (memcmp(pTS->Addr, Addr, 6) == 0) { memcmp 454 drivers/staging/rtl8192e/rtl819x_TSProc.c if (memcmp(pTS->Addr, Addr, 6) == 0) { memcmp 464 drivers/staging/rtl8192e/rtl819x_TSProc.c if (memcmp(pTS->Addr, Addr, 6) == 0) { memcmp 472 drivers/staging/rtl8192e/rtl819x_TSProc.c if (memcmp(pTS->Addr, Addr, 6) == 0) { memcmp 268 drivers/staging/rtl8192e/rtllib_crypt_ccmp.c if (memcmp(pn, key->rx_pn, CCMP_PN_LEN) <= 0) { memcmp 465 drivers/staging/rtl8192e/rtllib_crypt_tkip.c if (memcmp(icv, pos + plen, 4) != 0) { memcmp 626 drivers/staging/rtl8192e/rtllib_crypt_tkip.c if (memcmp(mic, skb->data + skb->len - 8, 8) != 0) { memcmp 634 drivers/staging/rtl8192e/rtllib_crypt_tkip.c memcmp(mic, skb->data + skb->len - 8, 8) != 0); memcmp 214 drivers/staging/rtl8192e/rtllib_crypt_wep.c if (memcmp(icv, pos + plen, 4) != 0) { memcmp 77 drivers/staging/rtl8192e/rtllib_rx.c memcmp(entry->src_addr, src, ETH_ALEN) == 0 && memcmp 78 drivers/staging/rtl8192e/rtllib_rx.c memcmp(entry->dst_addr, dst, ETH_ALEN) == 0) memcmp 218 drivers/staging/rtl8192e/rtllib_rx.c if ((memcmp(hdr->addr1, ieee->dev->dev_addr, ETH_ALEN))) { memcmp 259 drivers/staging/rtl8192e/rtllib_rx.c memcmp(hdr->addr1, dev->dev_addr, ETH_ALEN) == 0 && memcmp 260 drivers/staging/rtl8192e/rtllib_rx.c memcmp(hdr->addr3, dev->dev_addr, ETH_ALEN) == 0) { memcmp 264 drivers/staging/rtl8192e/rtllib_rx.c memcmp(hdr->addr1, dev->dev_addr, ETH_ALEN) == 0) { memcmp 399 drivers/staging/rtl8192e/rtllib_rx.c if (!memcmp(entry->mac, mac, ETH_ALEN)) memcmp 490 drivers/staging/rtl8192e/rtllib_rx.c ((memcmp(sub_skb->data, rfc1042_header, memcmp 494 drivers/staging/rtl8192e/rtllib_rx.c memcmp(sub_skb->data, bridge_tunnel_header, memcmp 1030 drivers/staging/rtl8192e/rtllib_rx.c if (!memcmp(src, ieee->dev->dev_addr, ETH_ALEN)) memcmp 1035 drivers/staging/rtl8192e/rtllib_rx.c if (memcmp(bssid, ieee->current_network.bssid, memcmp 1249 drivers/staging/rtl8192e/rtllib_rx.c ((memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) == 0 && memcmp 1251 drivers/staging/rtl8192e/rtllib_rx.c memcmp(sub_skb->data, bridge_tunnel_header, SNAP_SIZE) == 0)) { memcmp 1562 drivers/staging/rtl8192e/rtllib_rx.c if (memcmp(info_element->qui, qos_oui, QOS_OUI_LEN)) memcmp 2410 drivers/staging/rtl8192e/rtllib_rx.c !memcmp(src->bssid, dst->bssid, ETH_ALEN) && memcmp 2411 drivers/staging/rtl8192e/rtllib_rx.c (!memcmp(src->ssid, dst->ssid, src->ssid_len) || memcmp 1132 drivers/staging/rtl8192e/rtllib_softmac.c (memcmp(ieee->PMKIDList[i].Bssid, bssid, ETH_ALEN) == 0)) memcmp 1641 drivers/staging/rtl8192e/rtllib_softmac.c apmatch = (memcmp(ieee->current_network.bssid, net->bssid, memcmp 2358 drivers/staging/rtl8192e/rtllib_softmac.c if (memcmp(header->addr3, ieee->current_network.bssid, ETH_ALEN) != 0) memcmp 3142 drivers/staging/rtl8192e/rtllib_softmac.c (!memcmp(&(ieee->wpa_ie[14]), ccmp_ie, 4))) || memcmp 3144 drivers/staging/rtl8192e/rtllib_softmac.c (!memcmp(&ieee->wpa_ie[10], ccmp_rsn_ie, 4)))) memcmp 3186 drivers/staging/rtl8192e/rtllib_softmac.c if (memcmp(rtllib->current_network.bssid, asSta, 6) == 0) { memcmp 143 drivers/staging/rtl8192e/rtllib_wx.c if (!memcmp(network->bssht.bdHTCapBuf, EWC11NHTCap, 4)) memcmp 776 drivers/staging/rtl8192e/rtllib_wx.c if ((eid == MFIE_TYPE_GENERIC) && (!memcmp(&ie[2], memcmp 274 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_ccmp.c if (memcmp(pn, key->rx_pn, CCMP_PN_LEN) <= 0) { memcmp 461 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c if (memcmp(icv, pos + plen, 4) != 0) { memcmp 627 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c if (memcmp(mic, skb->data + skb->len - 8, 8) != 0) { memcmp 211 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c if (memcmp(icv, pos + plen, 4) != 0) { memcmp 82 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c memcmp(entry->src_addr, src, ETH_ALEN) == 0 && memcmp 83 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c memcmp(entry->dst_addr, dst, ETH_ALEN) == 0) memcmp 221 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c if ((memcmp(hdr->addr1, ieee->dev->dev_addr, ETH_ALEN))) { memcmp 309 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c memcmp(hdr->addr1, dev->dev_addr, ETH_ALEN) == 0 && memcmp 310 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c memcmp(hdr->addr3, dev->dev_addr, ETH_ALEN) == 0) { memcmp 314 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c memcmp(hdr->addr1, dev->dev_addr, ETH_ALEN) == 0) { memcmp 451 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c if (!memcmp(entry->mac, mac, ETH_ALEN)) memcmp 539 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c ((memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) == 0 && memcmp 541 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c memcmp(sub_skb->data, bridge_tunnel_header, SNAP_SIZE) == 0)) { memcmp 1070 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c memcmp(hdr->addr2, ieee->assoc_ap_addr, ETH_ALEN) == 0) { memcmp 1109 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c if (memcmp(bssid, ieee->current_network.bssid, ETH_ALEN)) memcmp 1273 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c ((memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) == 0 && memcmp 1275 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c memcmp(sub_skb->data, bridge_tunnel_header, SNAP_SIZE) == 0)) { memcmp 1350 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c if (memcmp(info_element->qui, qos_oui, QOS_OUI_LEN)) memcmp 2171 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c !memcmp(src->bssid, dst->bssid, ETH_ALEN) && memcmp 2173 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c (!memcmp(src->ssid, dst->ssid, src->ssid_len) || (ieee->iw_mode == IW_MODE_INFRA)) && memcmp 1368 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c apmatch = (memcmp(ieee->current_network.bssid, net->bssid, ETH_ALEN) == 0); memcmp 137 drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c if (!memcmp(network->bssht.bdHTCapBuf, EWC11NHTCap, 4)) memcmp 132 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c if (!memcmp(CapIE, EWC11NHTCap, sizeof(EWC11NHTCap))) { memcmp 167 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c if (!memcmp(InfoIE, EWC11NHTInfo, sizeof(EWC11NHTInfo))) { memcmp 274 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c if ((memcmp(net->bssid, BELKINF5D8233V1_RALINK, 3) == 0) || memcmp 275 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, BELKINF5D82334V3_RALINK, 3) == 0) || memcmp 276 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, PCI_RALINK, 3) == 0) || memcmp 277 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, EDIMAX_RALINK, 3) == 0) || memcmp 278 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, AIRLINK_RALINK, 3) == 0) || memcmp 281 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c else if ((memcmp(net->bssid, UNKNOWN_BORADCOM, 3) == 0) || memcmp 282 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, LINKSYSWRT330_LINKSYSWRT300_BROADCOM, 3) == 0) || memcmp 283 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, LINKSYSWRT350_LINKSYSWRT150_BROADCOM, 3) == 0) || memcmp 284 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, NETGEAR834Bv2_BROADCOM, 3) == 0) || memcmp 311 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c else if ((memcmp(net->bssid, UNKNOWN_BORADCOM, 3) == 0) || memcmp 312 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, LINKSYSWRT330_LINKSYSWRT300_BROADCOM, 3) == 0) || memcmp 313 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, LINKSYSWRT350_LINKSYSWRT150_BROADCOM, 3) == 0) || memcmp 314 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, NETGEAR834Bv2_BROADCOM, 3) == 0)) memcmp 316 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c else if ((memcmp(net->bssid, BELKINF5D8233V1_RALINK, 3) == 0) || memcmp 317 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, BELKINF5D82334V3_RALINK, 3) == 0) || memcmp 318 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, PCI_RALINK, 3) == 0) || memcmp 319 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, EDIMAX_RALINK, 3) == 0) || memcmp 320 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(net->bssid, AIRLINK_RALINK, 3) == 0) || memcmp 325 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c else if (memcmp(net->bssid, CISCO_BROADCOM, 3) == 0) memcmp 445 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c if ((memcmp(PeerMacAddr, UNKNOWN_BORADCOM, 3) == 0) || memcmp 446 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(PeerMacAddr, LINKSYSWRT330_LINKSYSWRT300_BROADCOM, 3) == 0) || memcmp 447 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (memcmp(PeerMacAddr, LINKSYSWRT350_LINKSYSWRT150_BROADCOM, 3) == 0)) memcmp 860 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c if (!memcmp(pHTInfo->PeerHTCapBuf, EWC11NHTCap, sizeof(EWC11NHTCap))) memcmp 865 drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c if (!memcmp(pHTInfo->PeerHTInfoBuf, EWC11NHTInfo, sizeof(EWC11NHTInfo))) memcmp 248 drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c if (memcmp(pRet->addr, Addr, 6) == 0) memcmp 457 drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c if (memcmp(pTS->addr, Addr, 6) == 0) { memcmp 465 drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c if (memcmp(pTS->addr, Addr, 6) == 0) { memcmp 474 drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c if (memcmp(pTS->addr, Addr, 6) == 0) { memcmp 482 drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c if (memcmp(pTS->addr, Addr, 6) == 0) { memcmp 2009 drivers/staging/rtl8192u/r8192U_core.c if (((ieee->wpa_ie[0] == 0xdd) && (!memcmp(&(ieee->wpa_ie[14]), ccmp_ie, 4))) || ((ieee->wpa_ie[0] == 0x30) && (!memcmp(&ieee->wpa_ie[10], ccmp_rsn_ie, 4)))) memcmp 218 drivers/staging/rtl8712/ieee80211.c if (memcmp((buf + 2), wpa_oui_type, memcmp 249 drivers/staging/rtl8712/ieee80211.c if (!memcmp(s, (void *)WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN)) memcmp 251 drivers/staging/rtl8712/ieee80211.c if (!memcmp(s, (void *)WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN)) memcmp 253 drivers/staging/rtl8712/ieee80211.c if (!memcmp(s, (void *)WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN)) memcmp 255 drivers/staging/rtl8712/ieee80211.c if (!memcmp(s, (void *)WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN)) memcmp 257 drivers/staging/rtl8712/ieee80211.c if (!memcmp(s, (void *)WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN)) memcmp 264 drivers/staging/rtl8712/ieee80211.c if (!memcmp(s, (void *)RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN)) memcmp 266 drivers/staging/rtl8712/ieee80211.c if (!memcmp(s, (void *)RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN)) memcmp 268 drivers/staging/rtl8712/ieee80211.c if (!memcmp(s, (void *)RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN)) memcmp 270 drivers/staging/rtl8712/ieee80211.c if (!memcmp(s, (void *)RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) memcmp 272 drivers/staging/rtl8712/ieee80211.c if (!memcmp(s, (void *)RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN)) memcmp 290 drivers/staging/rtl8712/ieee80211.c (memcmp(wpa_ie + 2, (void *)WPA_OUI_TYPE, WPA_SELECTOR_LEN))) memcmp 376 drivers/staging/rtl8712/ieee80211.c (!memcmp(&in_ie[cnt + 2], &wpa_oui[0], 4))) { memcmp 405 drivers/staging/rtl8712/ieee80211.c (!memcmp(&in_ie[cnt + 2], wps_oui, 4))) { memcmp 382 drivers/staging/rtl8712/rtl8712_recv.c ((!memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) && memcmp 384 drivers/staging/rtl8712/rtl8712_recv.c !memcmp(sub_skb->data, bridge_tunnel_header, SNAP_SIZE))) { memcmp 575 drivers/staging/rtl8712/rtl871x_ioctl_linux.c (!memcmp(&buf[cnt + 2], wps_oui, 4))) { memcmp 789 drivers/staging/rtl8712/rtl871x_ioctl_linux.c if (!memcmp(strIssueBssid, strZeroMacAddress, ETH_ALEN)) memcmp 795 drivers/staging/rtl8712/rtl871x_ioctl_linux.c if (!memcmp(pl[j].Bssid, strIssueBssid, ETH_ALEN)) { memcmp 825 drivers/staging/rtl8712/rtl871x_ioctl_linux.c if (!memcmp(pl[j].Bssid, strIssueBssid, ETH_ALEN)) { memcmp 1063 drivers/staging/rtl8712/rtl871x_ioctl_linux.c if (!memcmp(dst_bssid, temp->sa_data, ETH_ALEN)) { memcmp 1274 drivers/staging/rtl8712/rtl871x_ioctl_linux.c if ((!memcmp(dst_ssid, src_ssid, ndis_ssid.SsidLength)) memcmp 125 drivers/staging/rtl8712/rtl871x_ioctl_set.c if (!memcmp(&pmlmepriv->cur_network.network.MacAddress, bssid, memcmp 171 drivers/staging/rtl8712/rtl871x_ioctl_set.c (!memcmp(&pmlmepriv->assoc_ssid.Ssid, ssid->Ssid, memcmp 147 drivers/staging/rtl8712/rtl871x_mlme.c if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) memcmp 245 drivers/staging/rtl8712/rtl871x_mlme.c ((!memcmp(src->MacAddress, dst->MacAddress, memcmp 247 drivers/staging/rtl8712/rtl871x_mlme.c ((!memcmp(src->Ssid.Ssid, memcmp 489 drivers/staging/rtl8712/rtl871x_mlme.c if (!memcmp(&(pmlmepriv->cur_network.network.MacAddress), memcmp 710 drivers/staging/rtl8712/rtl871x_mlme.c the_same_macaddr = !memcmp(pnetwork->network.MacAddress, memcmp 1096 drivers/staging/rtl8712/rtl871x_mlme.c if (!memcmp(dst_ssid, src_ssid, ETH_ALEN)) { memcmp 1120 drivers/staging/rtl8712/rtl871x_mlme.c (!memcmp(dst_ssid, src_ssid, memcmp 1295 drivers/staging/rtl8712/rtl871x_mlme.c (!memcmp(psecuritypriv->PMKIDList[i].Bssid, memcmp 1361 drivers/staging/rtl8712/rtl871x_mlme.c (!memcmp(&in_ie[cnt + 2], &wpa_oui[0], 4))) { memcmp 1374 drivers/staging/rtl8712/rtl871x_mlme.c (!memcmp(&in_ie[cnt + 2], &wpa_oui[0], 4))) || memcmp 1389 drivers/staging/rtl8712/rtl871x_mlme.c if (memcmp(&sec_ie[2], &wpa_oui[0], 4)) { memcmp 1398 drivers/staging/rtl8712/rtl871x_mlme.c if (!memcmp(&sec_ie[8], &wpa_oui[0], 3)) { memcmp 1431 drivers/staging/rtl8712/rtl871x_mlme.c if (memcmp(&sec_ie[14], memcmp 1465 drivers/staging/rtl8712/rtl871x_mlme.c if (!memcmp(&sec_ie[4], &uncst_oui[0], 3)) { memcmp 1495 drivers/staging/rtl8712/rtl871x_mlme.c if (memcmp(&sec_ie[10], memcmp 312 drivers/staging/rtl8712/rtl871x_recv.c if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN)) memcmp 314 drivers/staging/rtl8712/rtl871x_recv.c if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) memcmp 318 drivers/staging/rtl8712/rtl871x_recv.c (memcmp(pattrib->bssid, mybssid, ETH_ALEN))) memcmp 325 drivers/staging/rtl8712/rtl871x_recv.c if (memcmp(pattrib->bssid, pattrib->src, ETH_ALEN)) memcmp 339 drivers/staging/rtl8712/rtl871x_recv.c if (memcmp(pattrib->bssid, pattrib->dst, ETH_ALEN)) memcmp 392 drivers/staging/rtl8712/rtl871x_recv.c if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN)) memcmp 396 drivers/staging/rtl8712/rtl871x_recv.c if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) memcmp 401 drivers/staging/rtl8712/rtl871x_recv.c (memcmp(pattrib->bssid, mybssid, ETH_ALEN))) memcmp 440 drivers/staging/rtl8712/rtl871x_recv.c if (memcmp(pattrib->bssid, mybssid, ETH_ALEN)) memcmp 608 drivers/staging/rtl8712/rtl871x_recv.c if ((!memcmp(psnap, (void *)rfc1042_header, SNAP_SIZE) && memcmp 609 drivers/staging/rtl8712/rtl871x_recv.c (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_IPX, 2)) && memcmp 610 drivers/staging/rtl8712/rtl871x_recv.c (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || memcmp 611 drivers/staging/rtl8712/rtl871x_recv.c !memcmp(psnap, (void *)bridge_tunnel_header, SNAP_SIZE)) { memcmp 233 drivers/staging/rtl8712/rtl871x_sta_mgt.c if ((!memcmp(psta->hwaddr, hwaddr, ETH_ALEN))) { memcmp 372 drivers/staging/rtl8712/rtl871x_xmit.c if (!memcmp(psecuritypriv->XGrptxmickey memcmp 382 drivers/staging/rtl8712/rtl871x_xmit.c if (!memcmp(&stainfo->tkiptxmickey.skey[0], memcmp 1117 drivers/staging/rtl8723bs/core/rtw_ap.c if ((p) && (!memcmp(p + 2, OUI1, 4))) { memcmp 1153 drivers/staging/rtl8723bs/core/rtw_ap.c if ((p) && !memcmp(p + 2, WMM_PARA_IE, 6)) { memcmp 1355 drivers/staging/rtl8723bs/core/rtw_ap.c if (!memcmp(paclnode->addr, addr, ETH_ALEN)) { memcmp 1422 drivers/staging/rtl8723bs/core/rtw_ap.c !memcmp(paclnode->addr, addr, ETH_ALEN) || memcmp 1423 drivers/staging/rtl8723bs/core/rtw_ap.c !memcmp(baddr, addr, ETH_ALEN) memcmp 1732 drivers/staging/rtl8723bs/core/rtw_ap.c if (!memcmp(RTW_WPA_OUI, oui, 4)) memcmp 1735 drivers/staging/rtl8723bs/core/rtw_ap.c else if (!memcmp(WMM_OUI, oui, 4)) memcmp 1738 drivers/staging/rtl8723bs/core/rtw_ap.c else if (!memcmp(WPS_OUI, oui, 4)) memcmp 1741 drivers/staging/rtl8723bs/core/rtw_ap.c else if (!memcmp(P2P_OUI, oui, 4)) memcmp 198 drivers/staging/rtl8723bs/core/rtw_ieee80211.c && (!oui || !memcmp(&in_ie[cnt+2], oui, oui_len))) { memcmp 392 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type))) { memcmp 434 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN)) memcmp 436 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN)) memcmp 438 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN)) memcmp 440 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN)) memcmp 442 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN)) memcmp 450 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN)) memcmp 452 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN)) memcmp 454 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN)) memcmp 456 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(s, RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) memcmp 458 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(s, RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN)) memcmp 477 drivers/staging/rtl8723bs/core/rtw_ieee80211.c (memcmp(wpa_ie+2, RTW_WPA_OUI_TYPE, WPA_SELECTOR_LEN))) { memcmp 527 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(pos, SUITE_1X, 4)) { memcmp 598 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (!memcmp(pos, SUITE_1X, 4)) { memcmp 629 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if (authmode == _WAPI_IE_ && (!memcmp(&in_ie[cnt+6], wapi_oui1, 4) || memcmp 630 drivers/staging/rtl8723bs/core/rtw_ieee80211.c !memcmp(&in_ie[cnt+6], wapi_oui2, 4))) { memcmp 672 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if ((authmode == _WPA_IE_ID_) && (!memcmp(&in_ie[cnt+2], &wpa_oui[0], 4))) { memcmp 720 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { memcmp 754 drivers/staging/rtl8723bs/core/rtw_ieee80211.c if ((eid == _WPA_IE_ID_) && (!memcmp(&in_ie[cnt+2], wps_oui, 4))) { memcmp 794 drivers/staging/rtl8723bs/core/rtw_ieee80211.c (memcmp(wps_ie + 2, wps_oui, 4))) { memcmp 187 drivers/staging/rtl8723bs/core/rtw_ioctl_set.c if (!memcmp(&pmlmepriv->cur_network.network.MacAddress, bssid, ETH_ALEN)) { memcmp 266 drivers/staging/rtl8723bs/core/rtw_ioctl_set.c (!memcmp(&pmlmepriv->assoc_ssid.Ssid, ssid->Ssid, ssid->SsidLength))) { memcmp 251 drivers/staging/rtl8723bs/core/rtw_mlme.c if (!memcmp(zero_addr, addr, ETH_ALEN)) { memcmp 264 drivers/staging/rtl8723bs/core/rtw_mlme.c if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) memcmp 414 drivers/staging/rtl8723bs/core/rtw_mlme.c && !memcmp(a->Ssid.Ssid, b->Ssid.Ssid, a->Ssid.SsidLength); memcmp 434 drivers/staging/rtl8723bs/core/rtw_mlme.c ((!memcmp(src->MacAddress, dst->MacAddress, ETH_ALEN))) && memcmp 435 drivers/staging/rtl8723bs/core/rtw_mlme.c ((!memcmp(src->Ssid.Ssid, dst->Ssid.Ssid, src->Ssid.SsidLength))) && memcmp 809 drivers/staging/rtl8723bs/core/rtw_mlme.c if (!memcmp(&(pmlmepriv->cur_network.network.MacAddress), pnetwork->MacAddress, ETH_ALEN)) { memcmp 1359 drivers/staging/rtl8723bs/core/rtw_mlme.c the_same_macaddr = !memcmp(pnetwork->network.MacAddress, cur_network->network.MacAddress, ETH_ALEN); memcmp 1971 drivers/staging/rtl8723bs/core/rtw_mlme.c if (!memcmp(mlme->roam_tgt_addr, competitor->network.MacAddress, ETH_ALEN)) memcmp 2045 drivers/staging/rtl8723bs/core/rtw_mlme.c if (!memcmp(candidate->network.MacAddress, mlme->roam_tgt_addr, ETH_ALEN)) memcmp 2070 drivers/staging/rtl8723bs/core/rtw_mlme.c if (memcmp(competitor->network.MacAddress, mlme->assoc_bssid, ETH_ALEN)) memcmp 2077 drivers/staging/rtl8723bs/core/rtw_mlme.c || memcmp(competitor->network.Ssid.Ssid, mlme->assoc_ssid.Ssid, mlme->assoc_ssid.SsidLength) memcmp 2372 drivers/staging/rtl8723bs/core/rtw_mlme.c (!memcmp(psecuritypriv->PMKIDList[i].Bssid, bssid, ETH_ALEN))) { memcmp 509 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && memcmp 510 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) memcmp 538 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && memcmp 539 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) { memcmp 636 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(p+2, RC_OUI, sizeof(RC_OUI))) memcmp 639 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(p+6, get_sa(pframe), ETH_ALEN)) { memcmp 739 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if ((ielen != 0 && false == !memcmp((void *)(p+2), (void *)cur->Ssid.Ssid, cur->Ssid.SsidLength)) memcmp 799 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { memcmp 1039 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (!memcmp((void *)(p + 2), pstat->chg_txt, 128)) { memcmp 1098 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(myid(&(padapter->eeprompriv)), get_da(pframe), ETH_ALEN)) memcmp 1265 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp((void *)(p+2), cur->Ssid.Ssid, cur->Ssid.SsidLength)) memcmp 1452 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (!memcmp(p+2, WMM_IE, 6)) { memcmp 1662 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(myid(&(padapter->eeprompriv)), get_da(pframe), ETH_ALEN)) memcmp 1699 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (!memcmp(pIE->data, WMM_PARA_OUI, 6)) /* WMM */ memcmp 1748 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) memcmp 1823 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) memcmp 1927 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN))/* for if1, sta/ap mode */ memcmp 2074 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (!memcmp(frame_body + 2, P2P_OUI, 4)) { memcmp 2114 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) memcmp 2142 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) memcmp 3193 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (pbuf && !memcmp(pbuf+2, WMM_PARA_IE, 6)) { memcmp 3355 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if ((!memcmp(pIE->data, RTW_WPA_OUI, 4)) || memcmp 3356 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c (!memcmp(pIE->data, WMM_OUI, 4)) || memcmp 3357 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c (!memcmp(pIE->data, WPS_OUI, 4))) { memcmp 3359 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if ((!padapter->registrypriv.wifi_spec) && (!memcmp(pIE->data, WPS_OUI, 4))) { memcmp 4743 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (!(!memcmp(MacAddr, get_my_bssid(&pmlmeinfo->network), ETH_ALEN))) memcmp 6176 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c if (!memcmp(pIE->data, WMM_OUI, 4)) memcmp 798 drivers/staging/rtl8723bs/core/rtw_recv.c if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN)) { memcmp 804 drivers/staging/rtl8723bs/core/rtw_recv.c if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) { memcmp 809 drivers/staging/rtl8723bs/core/rtw_recv.c if (!memcmp(pattrib->bssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || memcmp 810 drivers/staging/rtl8723bs/core/rtw_recv.c !memcmp(mybssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || memcmp 811 drivers/staging/rtl8723bs/core/rtw_recv.c (memcmp(pattrib->bssid, mybssid, ETH_ALEN))) { memcmp 820 drivers/staging/rtl8723bs/core/rtw_recv.c if (memcmp(pattrib->bssid, pattrib->src, ETH_ALEN)) { memcmp 836 drivers/staging/rtl8723bs/core/rtw_recv.c if (memcmp(pattrib->bssid, pattrib->dst, ETH_ALEN)) { memcmp 896 drivers/staging/rtl8723bs/core/rtw_recv.c if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN)) { memcmp 907 drivers/staging/rtl8723bs/core/rtw_recv.c if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) { memcmp 919 drivers/staging/rtl8723bs/core/rtw_recv.c if (!memcmp(pattrib->bssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || memcmp 920 drivers/staging/rtl8723bs/core/rtw_recv.c !memcmp(mybssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || memcmp 921 drivers/staging/rtl8723bs/core/rtw_recv.c (memcmp(pattrib->bssid, mybssid, ETH_ALEN))) { memcmp 992 drivers/staging/rtl8723bs/core/rtw_recv.c if (!memcmp(myhwaddr, pattrib->dst, ETH_ALEN) && (!bmcast)) { memcmp 1039 drivers/staging/rtl8723bs/core/rtw_recv.c if (memcmp(pattrib->bssid, mybssid, ETH_ALEN)) { memcmp 1069 drivers/staging/rtl8723bs/core/rtw_recv.c if (memcmp(pattrib->ra, myhwaddr, ETH_ALEN)) { memcmp 1098 drivers/staging/rtl8723bs/core/rtw_recv.c if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN)) memcmp 1244 drivers/staging/rtl8723bs/core/rtw_recv.c if (!memcmp(padapter->eeprompriv.mac_addr, GetAddr1Ptr(precv_frame->u.hdr.rx_data), ETH_ALEN)) memcmp 1631 drivers/staging/rtl8723bs/core/rtw_recv.c if ((!memcmp(psnap, rtw_rfc1042_header, SNAP_SIZE) && memcmp 1632 drivers/staging/rtl8723bs/core/rtw_recv.c (memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2)) && memcmp 1633 drivers/staging/rtl8723bs/core/rtw_recv.c (memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || memcmp 1635 drivers/staging/rtl8723bs/core/rtw_recv.c !memcmp(psnap, rtw_bridge_tunnel_header, SNAP_SIZE)) { memcmp 2001 drivers/staging/rtl8723bs/core/rtw_security.c if (!memcmp(mic, pframe+pattrib->pkt_len-8, 8)) { memcmp 543 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c if ((!memcmp(psta->hwaddr, addr, ETH_ALEN))) memcmp 607 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c if (!memcmp(paclnode->addr, mac_addr, ETH_ALEN)) memcmp 673 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if (addr && memcmp(dvobj->cam_cache[i].mac, addr, ETH_ALEN)) memcmp 832 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if (!memcmp(&(pmlmeinfo->WMM_param), (pIE->data + 6), sizeof(struct WMM_para_element))) memcmp 1307 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if (memcmp(cur_network->network.MacAddress, pbssid, 6)) { memcmp 1409 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if (memcmp(bssid->Ssid.Ssid, cur_network->network.Ssid.Ssid, 32) || memcmp 1522 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if (!memcmp(pIE->data, WMM_PARA_OUI, 6) && pIE->Length == WLAN_WMM_LEN) /* WMM */ memcmp 1560 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if ((!memcmp(pIE->data, RTW_WPA_OUI, 4)) && (!memcmp((pIE->data + 12), WPA_TKIP_CIPHER, 4))) memcmp 1566 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if (!memcmp((pIE->data + 8), RSN_TKIP_CIPHER, 4)) memcmp 1634 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if ((!memcmp(pIE->data, ARTHEROS_OUI1, 3)) || (!memcmp(pIE->data, ARTHEROS_OUI2, 3))) { memcmp 1637 drivers/staging/rtl8723bs/core/rtw_wlan_util.c } else if ((!memcmp(pIE->data, BROADCOM_OUI1, 3)) memcmp 1638 drivers/staging/rtl8723bs/core/rtw_wlan_util.c || (!memcmp(pIE->data, BROADCOM_OUI2, 3)) memcmp 1639 drivers/staging/rtl8723bs/core/rtw_wlan_util.c || (!memcmp(pIE->data, BROADCOM_OUI3, 3))) { memcmp 1642 drivers/staging/rtl8723bs/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, MARVELL_OUI, 3)) { memcmp 1645 drivers/staging/rtl8723bs/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, RALINK_OUI, 3)) { memcmp 1648 drivers/staging/rtl8723bs/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, CISCO_OUI, 3)) { memcmp 1651 drivers/staging/rtl8723bs/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, REALTEK_OUI, 3)) { memcmp 1679 drivers/staging/rtl8723bs/core/rtw_wlan_util.c } else if (!memcmp(pIE->data, AIRGOCAP_OUI, 3)) { memcmp 2005 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if (!memcmp(psta->hwaddr, bc_addr, ETH_ALEN)) memcmp 2008 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if (!memcmp(psta->hwaddr, myid(&padapter->eeprompriv), ETH_ALEN)) { memcmp 2036 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if (!memcmp(psta->hwaddr, bc_addr, ETH_ALEN)) memcmp 2039 drivers/staging/rtl8723bs/core/rtw_wlan_util.c if (!memcmp(psta->hwaddr, myid(&padapter->eeprompriv), ETH_ALEN)) memcmp 900 drivers/staging/rtl8723bs/core/rtw_xmit.c if (!memcmp(psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey, null_key, 16)) { memcmp 908 drivers/staging/rtl8723bs/core/rtw_xmit.c if (!memcmp(&pattrib->dot11tkiptxmickey.skey[0], null_key, 16)) { memcmp 440 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c if (!memcmp(&psta->dot11tkiptxmickey.skey[0], null_key, 16)) { memcmp 305 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c !memcmp(pssid->Ssid, ssids[0].ssid, ssids[0].ssid_len)) memcmp 452 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c if (!memcmp(&(scanned->network.Ssid), &(pnetwork->Ssid), sizeof(struct ndis_802_11_ssid)) memcmp 453 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c && !memcmp(scanned->network.MacAddress, pnetwork->MacAddress, sizeof(NDIS_802_11_MAC_ADDRESS)) memcmp 501 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c if (!memcmp(scanned->network.MacAddress, pnetwork->MacAddress, sizeof(NDIS_802_11_MAC_ADDRESS)) memcmp 502 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c && !memcmp(&(scanned->network.Ssid), &(pnetwork->Ssid), sizeof(struct ndis_802_11_ssid)) memcmp 1261 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c if (memcmp((u8 *)mac, cur_network->network.MacAddress, ETH_ALEN)) { memcmp 2314 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c if (!memcmp((u8 *)pmksa->bssid, strZeroMacAddress, ETH_ALEN)) memcmp 2324 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c if (!memcmp(psecuritypriv->PMKIDList[index].Bssid, (u8 *)pmksa->bssid, ETH_ALEN)) memcmp 2368 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c if (!memcmp(psecuritypriv->PMKIDList[index].Bssid, (u8 *)pmksa->bssid, ETH_ALEN)) memcmp 2891 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c if (!memcmp((u8 *)mac, psta->hwaddr, ETH_ALEN)) memcmp 720 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c if ((eid == _VENDOR_SPECIFIC_IE_) && (!memcmp(&buf[cnt+2], wps_oui, 4))) { memcmp 955 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c if (!memcmp(strIssueBssid, strZeroMacAddress, ETH_ALEN)) memcmp 964 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c if (!memcmp(psecuritypriv->PMKIDList[j].Bssid, strIssueBssid, ETH_ALEN)) { memcmp 993 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c if (!memcmp(psecuritypriv->PMKIDList[j].Bssid, strIssueBssid, ETH_ALEN)) { memcmp 1172 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c if ((!memcmp(dst_bssid, src_bssid, ETH_ALEN))) { memcmp 1332 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c && !memcmp(extra, WEXT_CSCAN_HEADER, WEXT_CSCAN_HEADER_SIZE)) { memcmp 1572 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c if ((!memcmp(dst_ssid, src_ssid, ndis_ssid.SsidLength)) && memcmp 2497 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c if (!memcmp(bssid, pnetwork->network.MacAddress, ETH_ALEN)) { /* BSSID match, then check if supporting wpa/wpa2 */ memcmp 2650 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c if (!memcmp(new_ifname, "disable%d", 9)) { memcmp 4392 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c (!memcmp(&probereq_wpsie[2], wps_oui, 4))) { memcmp 4419 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c && !memcmp(ext, WEXT_CSCAN_HEADER, WEXT_CSCAN_HEADER_SIZE)) { memcmp 4448 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c if (!memcmp(extra, "lps =", 4)) { memcmp 4451 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c } else if (!memcmp(extra, "ips =", 4)) { memcmp 80 drivers/staging/rtl8723bs/os_dep/recv_linux.c ((!memcmp(sub_skb->data, rtw_rfc1042_header, SNAP_SIZE) && memcmp 82 drivers/staging/rtl8723bs/os_dep/recv_linux.c !memcmp(sub_skb->data, rtw_bridge_tunnel_header, SNAP_SIZE))) { memcmp 114 drivers/staging/rtl8723bs/os_dep/recv_linux.c if (memcmp(pattrib->dst, myid(&padapter->eeprompriv), ETH_ALEN)) { memcmp 169 drivers/staging/rtl8723bs/os_dep/xmit_linux.c if (!memcmp(psta->hwaddr, &skb->data[6], 6) || memcmp 170 drivers/staging/rtl8723bs/os_dep/xmit_linux.c !memcmp(psta->hwaddr, null_addr, 6) || memcmp 171 drivers/staging/rtl8723bs/os_dep/xmit_linux.c !memcmp(psta->hwaddr, bc_addr, 6)) { memcmp 107 drivers/staging/rts5208/rtsx_card.c if ((memcmp(buf, chip->sdio_raw_data, 12) != 0) || (reg & 0x03)) { memcmp 492 drivers/staging/speakup/i18n.c if ((length1 == length2) && !memcmp(*input1, *input2, length1)) memcmp 166 drivers/staging/uwb/beacon.c if (!memcmp(&bce->dev_addr, dev_addr, sizeof(bce->dev_addr))) memcmp 181 drivers/staging/uwb/beacon.c if (!memcmp(bce->mac_addr, mac_addr->data, memcmp 305 drivers/staging/uwb/est.c if (!memcmp(&uwb_est[itr], &est_cmp, sizeof(est_cmp))) memcmp 169 drivers/staging/uwb/i1480/dfu/mac.c if (memcmp(i1480->cmd_buf, bin + src_itr, result)) { memcmp 539 drivers/staging/uwb/uwb.h return memcmp(addr1, addr2, sizeof(*addr1)); memcmp 546 drivers/staging/uwb/uwb.h return memcmp(addr1, addr2, sizeof(*addr1)); memcmp 200 drivers/staging/wilc1000/wilc_mon.c if (!(memcmp(srcadd, bssid, 6))) { memcmp 537 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c if (memcmp(params->key, priv->wep_key[key_index], memcmp 706 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c if (!(memcmp(mac, memcmp 845 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c if (!memcmp(pmksa->bssid, priv->pmkid_list.pmkidlist[i].bssid, memcmp 878 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c if (!memcmp(pmksa->bssid, priv->pmkid_list.pmkidlist[i].bssid, memcmp 993 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c if (!memcmp(p2p_vendor_spec, &buff[i], 6)) { memcmp 1012 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c !(memcmp(p2p_oui, &buff[i + 2], 4))) { memcmp 1068 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c if (!memcmp(p2p_oui, &buff[ACTION_SUBTYPE_ID + 1], 4)) memcmp 1191 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c !memcmp(p2p_oui, &buf[i + 2], 4)) { memcmp 1278 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c if (!memcmp(p2p_oui, &buf[ACTION_SUBTYPE_ID + 1], 4)) memcmp 243 drivers/staging/wlan-ng/p80211conv.c if (!memcmp(wlandev->spy_address[i], mac, ETH_ALEN)) { memcmp 385 drivers/staging/wlan-ng/p80211conv.c (((memcmp(e_snap->oui, oui_rfc1042, memcmp 389 drivers/staging/wlan-ng/p80211conv.c (memcmp(e_snap->oui, oui_rfc1042, WLAN_IEEE_OUI_LEN) != memcmp 326 drivers/staging/wusbcore/crypto.c else if (memcmp(stv_hsmic_hs.MIC, mic, sizeof(mic))) { memcmp 399 drivers/staging/wusbcore/crypto.c if (memcmp(&stv_keydvt_out_a1, &keydvt_out, sizeof(keydvt_out))) { memcmp 160 drivers/staging/wusbcore/devconnect.c if (!memcmp(&wusb_dev->cdid, &dnc->CDID, memcmp 281 drivers/staging/wusbcore/devconnect.c && memcmp(&dnc->CDID, &port->wusb_dev->cdid, sizeof(dnc->CDID)) == 0) memcmp 257 drivers/staging/wusbcore/mmc.c if (memcmp(chid, &wusb_ckhdid_zero, sizeof(*chid)) == 0) memcmp 415 drivers/staging/wusbcore/security.c if (memcmp(hs[0].tTKID, hs[1].tTKID, sizeof(hs[0].tTKID))) { memcmp 422 drivers/staging/wusbcore/security.c if (memcmp(hs[0].CDID, hs[1].CDID, sizeof(hs[0].CDID))) { memcmp 452 drivers/staging/wusbcore/security.c if (memcmp(hs[1].MIC, mic, sizeof(hs[1].MIC))) { memcmp 278 drivers/target/iscsi/iscsi_target.c if (!memcmp(&sock_in6->sin6_addr.in6_u, memcmp 277 drivers/target/iscsi/iscsi_target_auth.c if (memcmp(server_digest, client_digest, MD5_SIGNATURE_SIZE) != 0) { memcmp 348 drivers/target/iscsi/iscsi_target_auth.c if (!memcmp(challenge_binhex, chap->challenge, CHAP_CHALLENGE_LENGTH)) { memcmp 164 drivers/target/iscsi/iscsi_target_login.c if (!memcmp(sess_p->isid, conn->sess->isid, 6) && memcmp 492 drivers/target/iscsi/iscsi_target_login.c if (!memcmp(sess_p->isid, pdu->isid, 6) && memcmp 231 drivers/target/iscsi/iscsi_target_nego.c if (memcmp(login_req->isid, login->isid, 6) != 0) { memcmp 511 drivers/target/target_core_sbc.c if (memcmp(addr, buf + offset, len)) { memcmp 1156 drivers/target/target_core_spc.c if (memcmp(buf + off, tbuf, length)) memcmp 67 drivers/target/target_core_xcopy.c rc = memcmp(&tmp_dev_wwn[0], info->dev_wwn, XCOPY_NAA_IEEE_REGEX_LEN); memcmp 162 drivers/target/target_core_xcopy.c if (!memcmp(&xop->local_dev_wwn[0], &xop->src_tid_wwn[0], memcmp 179 drivers/target/target_core_xcopy.c if (!memcmp(&xop->local_dev_wwn[0], &xop->dst_tid_wwn[0], memcmp 688 drivers/thunderbolt/domain.c if (memcmp(response, hmac, sizeof(hmac))) { memcmp 2042 drivers/thunderbolt/switch.c return !memcmp(sw->uuid, lookup->uuid, sizeof(*lookup->uuid)); memcmp 761 drivers/tty/hvc/hvc_iucv.c if (0 == memcmp(ipvmid, filter_entry, len)) memcmp 796 drivers/tty/hvc/hvc_iucv.c find_unused = !memcmp(wildcard, ipuser, 8); memcmp 815 drivers/tty/hvc/hvc_iucv.c } else if (!memcmp(tmp->srv_name, ipuser, 8)) memcmp 310 drivers/tty/pty.c if (!memcmp(ws, &tty->winsize, sizeof(*ws))) memcmp 7242 drivers/tty/synclink.c if ( memcmp( info->tx_buffer_list[0].virt_addr , memcmp 5060 drivers/tty/synclink_gt.c memcmp(buf, info->tmp_rbuf, count))) { memcmp 5272 drivers/tty/synclinkmp.c memcmp(buf, info->tmp_rx_buf,count))) { memcmp 2240 drivers/tty/tty_io.c if (!memcmp(ws, &tty->winsize, sizeof(*ws))) memcmp 457 drivers/tty/vt/consolemap.c if (memcmp(p1[k], q1[k], 64*sizeof(u16))) memcmp 614 drivers/usb/atm/speedtch.c if ((count == 6) && !memcmp(up_int, instance->int_data, 6)) { memcmp 617 drivers/usb/atm/speedtch.c } else if ((count == 6) && !memcmp(down_int, instance->int_data, 6)) { memcmp 1084 drivers/usb/class/cdc-acm.c if (memcmp(&acm->line, &newline, sizeof newline)) { memcmp 5596 drivers/usb/core/hub.c if (memcmp(&udev->descriptor, old_device_descriptor, memcmp 5606 drivers/usb/core/hub.c if (memcmp(udev->bos->desc, old_bos->desc, len)) memcmp 5640 drivers/usb/core/hub.c if (memcmp(buf, udev->rawdescriptors[index], old_length) memcmp 5658 drivers/usb/core/hub.c } else if (memcmp(buf, udev->serial, length) != 0) { memcmp 2412 drivers/usb/host/isp1362-hcd.c if (memcmp(ref, tst, j)) { memcmp 2427 drivers/usb/host/isp1362-hcd.c if (memcmp(ref, tst, ISP1362_BUF_SIZE)) { memcmp 2443 drivers/usb/host/isp1362-hcd.c if (memcmp(tst, tst + (ISP1362_BUF_SIZE / (2 * sizeof(*tst))), memcmp 2456 drivers/usb/host/isp1362-hcd.c if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { memcmp 2463 drivers/usb/host/isp1362-hcd.c if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { memcmp 548 drivers/usb/image/microtek.c if ( !memcmp( srb->cmnd, mts_read_image_sig, mts_read_image_sig_len ) memcmp 188 drivers/usb/misc/iowarrior.c if (!memcmp memcmp 228 drivers/usb/serial/garmin_gps.c if (memcmp(buf, GARMIN_STOP_TRANSFER_REQ, memcmp 230 drivers/usb/serial/garmin_gps.c memcmp(buf, GARMIN_STOP_TRANSFER_REQ_V2, memcmp 1237 drivers/usb/serial/garmin_gps.c memcmp(data, GARMIN_BULK_IN_AVAIL_REPLY, memcmp 1264 drivers/usb/serial/garmin_gps.c && memcmp(data, GARMIN_START_SESSION_REPLY, memcmp 1341 drivers/usb/serial/io_ti.c if (memcmp(vheader, header, HEADER_SIZE)) { memcmp 701 drivers/usb/serial/pl2303.c if (!old_termios || memcmp(buf, priv->line_settings, 7)) { memcmp 63 drivers/usb/serial/usb_debug.c memcmp(urb->transfer_buffer, USB_DEBUG_BRK, memcmp 152 drivers/usb/storage/cypress_atacb.c memcmp(srb->sense_buffer, usb_stor_sense_invalidCDB, memcmp 109 drivers/usb/storage/option_ms.c result = memcmp(buffer+8, "Option", 6); memcmp 112 drivers/usb/storage/option_ms.c result = memcmp(buffer+8, "ZCOPTION", 8); memcmp 803 drivers/usb/typec/ucsi/ucsi_ccg.c if (memcmp(&version[FW1], "\0\0\0\0\0\0\0\0", memcmp 812 drivers/usb/typec/ucsi/ucsi_ccg.c } else if (memcmp(&version[FW2], "\0\0\0\0\0\0\0\0", memcmp 73 drivers/vfio/pci/vfio_pci_igd.c if (memcmp(base, OPREGION_SIGNATURE, 16)) { memcmp 535 drivers/video/console/newport_con.c && !memcmp(font_data[i], new_data, size)) { memcmp 159 drivers/video/fbdev/acornfb.c if (memcmp(¤t_vidc, &vidc, sizeof(vidc))) { memcmp 746 drivers/video/fbdev/aty/radeon_monitor.c rc = memcmp(model, cp, min(len, l)) == 0; memcmp 69 drivers/video/fbdev/controlfb.c #define DIRTY_CMAP(z) (memcmp(&((x)->z), &((y)->z), sizeof((y)->z))) memcmp 2693 drivers/video/fbdev/core/fbcon.c !memcmp(fb_display[i].fontdata, new_data, size)) { memcmp 981 drivers/video/fbdev/core/fbmem.c !memcmp(&info->var, var, sizeof(struct fb_var_screeninfo))) memcmp 1247 drivers/video/fbdev/intelfb/intelfbdrv.c memcmp(&info->var.red, &var->red, sizeof(var->red)) || memcmp 1248 drivers/video/fbdev/intelfb/intelfbdrv.c memcmp(&info->var.green, &var->green, memcmp 1250 drivers/video/fbdev/intelfb/intelfbdrv.c memcmp(&info->var.blue, &var->blue, sizeof(var->blue))); memcmp 603 drivers/video/fbdev/matrox/matroxfb_Ti3026.c if (memcmp(hw->DACclk, progdac, 6)) { memcmp 789 drivers/video/fbdev/mx3fb.c return !!memcmp(&old_var, &new_var, sizeof(struct fb_var_screeninfo)); memcmp 411 drivers/video/fbdev/omap2/omapfb/dss/venc.c if (memcmp(&omap_dss_pal_timings, timings, sizeof(*timings)) == 0) memcmp 414 drivers/video/fbdev/omap2/omapfb/dss/venc.c if (memcmp(&omap_dss_ntsc_timings, timings, sizeof(*timings)) == 0) memcmp 534 drivers/video/fbdev/omap2/omapfb/dss/venc.c if (memcmp(&venc.timings, timings, sizeof(*timings))) memcmp 549 drivers/video/fbdev/omap2/omapfb/dss/venc.c if (memcmp(&omap_dss_pal_timings, timings, sizeof(*timings)) == 0) memcmp 552 drivers/video/fbdev/omap2/omapfb/dss/venc.c if (memcmp(&omap_dss_ntsc_timings, timings, sizeof(*timings)) == 0) memcmp 1103 drivers/video/fbdev/udlfb.c if (!memcmp(&dlfb->current_mode, &fvs, sizeof(struct fb_var_screeninfo))) memcmp 1496 drivers/video/fbdev/udlfb.c if (!dlfb->edid || memcmp(src, dlfb->edid, src_size)) memcmp 26 drivers/video/fbdev/via/via_aux_sii164.c if (!via_aux_read(&drv, 0x00, tmp, len) || memcmp(id, tmp, len)) memcmp 26 drivers/video/fbdev/via/via_aux_vt1631.c if (!via_aux_read(&drv, 0x00, tmp, len) || memcmp(id, tmp, len)) memcmp 26 drivers/video/fbdev/via/via_aux_vt1632.c if (!via_aux_read(&drv, 0x00, tmp, len) || memcmp(id, tmp, len)) memcmp 26 drivers/video/fbdev/via/via_aux_vt1636.c if (!via_aux_read(&drv, 0x00, tmp, len) || memcmp(id, tmp, len)) memcmp 87 drivers/w1/slaves/w1_ds2431.c if (!memcmp(cmp, buf, count)) memcmp 174 drivers/w1/slaves/w1_ds2431.c (rdbuf[2] != es) || (memcmp(data, &rdbuf[3], len) != 0)) { memcmp 181 drivers/w1/slaves/w1_ds2433.c (rdbuf[2] != es) || (memcmp(data, &rdbuf[3], len) != 0)) memcmp 84 drivers/w1/slaves/w1_ds2805.c if (!memcmp(cmp, buf, count)) memcmp 189 drivers/w1/slaves/w1_ds28e04.c (rdbuf[2] != es) || (memcmp(data, &rdbuf[3], len) != 0)) memcmp 331 drivers/watchdog/ziirave_wdt.c if (memcmp(data, rec->data, len)) { memcmp 89 fs/9p/cache.c if (memcmp(buffer, &v9inode->qid.version, memcmp 459 fs/9p/vfs_inode.c if (memcmp(&v9inode->qid.version, memcmp 69 fs/9p/vfs_inode_dotl.c if (memcmp(&v9inode->qid.version, memcmp 164 fs/adfs/dir_f.c memcmp(&dir->dirhead.startname, &dir->dirtail.new.endname, 4)) memcmp 167 fs/adfs/dir_f.c if (memcmp(&dir->dirhead.startname, "Nick", 4) && memcmp 168 fs/adfs/dir_f.c memcmp(&dir->dirhead.startname, "Hugo", 4)) memcmp 401 fs/adfs/dir_f.c memcmp(&dir->dirhead.startname, &dir->dirtail.new.endname, 4)) memcmp 404 fs/adfs/dir_f.c if (memcmp(&dir->dirhead.startname, "Nick", 4) && memcmp 405 fs/adfs/dir_f.c memcmp(&dir->dirhead.startname, "Hugo", 4)) memcmp 327 fs/afs/addr_list.c diff = memcmp(xdr, &a->sin6_addr, 16); memcmp 521 fs/afs/cmservice.c if (memcmp(r, &call->net->uuid, sizeof(call->net->uuid)) == 0) memcmp 544 fs/afs/dir.c memcmp(cookie->name.name, name, nlen) != 0) { memcmp 620 fs/afs/dir.c memcmp(cookie->name.name, name, nlen) == 0) { memcmp 140 fs/afs/dir_edit.c memcmp(de->u.name, name->name, name->len) == 0) memcmp 148 fs/afs/dynroot.c memcmp(dentry->d_name.name, "@cell", 5) == 0) memcmp 360 fs/afs/inode.c return memcmp(&vnode->fid, &iget_data->fid, sizeof(iget_data->fid)) == 0; memcmp 258 fs/afs/security.c memcmp(xpermits->permits, new->permits, memcmp 57 fs/afs/server.c diff = memcmp(&a->sin6_addr, memcmp 120 fs/afs/server.c diff = memcmp(uuid, &server->uuid, sizeof(*uuid)); memcmp 162 fs/afs/server.c diff = memcmp(&candidate->uuid, &server->uuid, sizeof(uuid_t)); memcmp 65 fs/afs/server_list.c if (memcmp(&slist->servers[j].server->uuid, memcmp 242 fs/afs/volume.c memcmp(vldb->name, volume->name, vldb->name_len) != 0) { memcmp 163 fs/autofs/root.c if (memcmp(qstr->name, str, len)) memcmp 223 fs/autofs/root.c if (memcmp(qstr->name, str, len)) memcmp 232 fs/autofs/waitq.c !memcmp(wq->name.name, qstr->name, qstr->len)) memcmp 318 fs/bfs/dir.c return !memcmp(name, buffer, len); memcmp 706 fs/binfmt_elf.c if (memcmp(loc->elf_ex.e_ident, ELFMAG, SELFMAG) != 0) memcmp 808 fs/binfmt_elf.c if (memcmp(loc->interp_elf_ex.e_ident, ELFMAG, SELFMAG) != 0) memcmp 1189 fs/binfmt_elf.c if (memcmp(elf_ex.e_ident, ELFMAG, SELFMAG) != 0) memcmp 106 fs/binfmt_elf_fdpic.c if (memcmp(hdr->e_ident, ELFMAG, SELFMAG) != 0) memcmp 37 fs/binfmt_em86.c if (memcmp(elf_ex.e_ident, ELFMAG, SELFMAG) != 0) memcmp 789 fs/btrfs/check-integrity.c memcmp(device->uuid, super_tmp->dev_item.uuid, BTRFS_UUID_SIZE) || memcmp 1723 fs/btrfs/check-integrity.c if (memcmp(h->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)) memcmp 1737 fs/btrfs/check-integrity.c if (memcmp(csum, h->csum, state->csum_size)) memcmp 102 fs/btrfs/compression.c if (memcmp(&csum, cb_sum, csum_size)) { memcmp 1452 fs/btrfs/compression.c return memcmp(&data[0], &data[half_of_sample], half_of_sample) == 0; memcmp 385 fs/btrfs/disk-io.c if (memcmp(disk_sb->csum, result, btrfs_super_csum_size(disk_sb))) memcmp 580 fs/btrfs/disk-io.c if (!memcmp(fsid, metadata_uuid, BTRFS_FSID_SIZE)) { memcmp 2460 fs/btrfs/disk-io.c if (memcmp(fs_info->fs_devices->metadata_uuid, sb->dev_item.fsid, memcmp 2834 fs/btrfs/disk-io.c ASSERT(!memcmp(fs_info->fs_devices->fsid, fs_info->super_copy->fsid, memcmp 2838 fs/btrfs/disk-io.c ASSERT(!memcmp(fs_info->fs_devices->metadata_uuid, memcmp 5691 fs/btrfs/extent_io.c ret = memcmp(ptr, kaddr + offset, cur); memcmp 3384 fs/btrfs/inode.c if (memcmp(csum, csum_expected, csum_size)) memcmp 5051 fs/btrfs/ioctl.c received_uuid_changed = memcmp(root_item->received_uuid, sa->uuid, memcmp 2440 fs/btrfs/raid56.c if (memcmp(parity, pointers[rbio->scrubp], PAGE_SIZE)) memcmp 1792 fs/btrfs/relocation.c return memcmp(&key1, &key2, sizeof(key1)); memcmp 2310 fs/btrfs/relocation.c WARN_ON(memcmp(&key, &next_key, sizeof(key))); memcmp 1513 fs/btrfs/scrub.c ret = memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE); memcmp 1829 fs/btrfs/scrub.c if (memcmp(csum, on_disk_csum, sctx->csum_size)) memcmp 1875 fs/btrfs/scrub.c if (memcmp(h->chunk_tree_uuid, fs_info->chunk_tree_uuid, memcmp 1901 fs/btrfs/scrub.c if (memcmp(calculated_csum, on_disk_csum, sctx->csum_size)) memcmp 1964 fs/btrfs/scrub.c if (memcmp(calculated_csum, on_disk_csum, sctx->csum_size)) memcmp 1825 fs/btrfs/send.c ret = !memcmp(tmp_name->start, name, name_len); memcmp 3739 fs/btrfs/send.c memcmp(path_before->start, path_after->start, len1))) { memcmp 4686 fs/btrfs/send.c memcmp(data, found_data, data_len)) { memcmp 103 fs/btrfs/tests/extent-buffer-tests.c if (memcmp(buf, split1, strlen(split1))) { memcmp 128 fs/btrfs/tests/extent-buffer-tests.c if (memcmp(buf, split2, strlen(split2))) { memcmp 160 fs/btrfs/tests/extent-buffer-tests.c if (memcmp(buf, split3, strlen(split3))) { memcmp 184 fs/btrfs/tests/extent-buffer-tests.c if (memcmp(buf, split4, strlen(split4))) { memcmp 208 fs/btrfs/tests/extent-buffer-tests.c if (memcmp(buf, split2, strlen(split2))) { memcmp 394 fs/btrfs/tree-log.c ret = memcmp(dst_copy, src_copy, item_size); memcmp 655 fs/btrfs/tree-log.c if (memcmp(&cmp1, &cmp2, sizeof(cmp1)) == 0) { memcmp 428 fs/btrfs/volumes.c memcmp(metadata_fsid, fs_devices->fsid, memcmp 430 fs/btrfs/volumes.c memcmp(fs_devices->fsid, fs_devices->metadata_uuid, memcmp 443 fs/btrfs/volumes.c memcmp(fs_devices->metadata_uuid, memcmp 445 fs/btrfs/volumes.c memcmp(metadata_fsid, fs_devices->metadata_uuid, memcmp 455 fs/btrfs/volumes.c if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0 memcmp 456 fs/btrfs/volumes.c && memcmp(metadata_fsid, fs_devices->metadata_uuid, memcmp 460 fs/btrfs/volumes.c if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0) memcmp 807 fs/btrfs/volumes.c if (memcmp(device->uuid, disk_super->dev_item.uuid, BTRFS_UUID_SIZE)) memcmp 864 fs/btrfs/volumes.c if (memcmp(fs_devices->metadata_uuid, fs_devices->fsid, memcmp 866 fs/btrfs/volumes.c memcmp(fs_devices->metadata_uuid, disk_super->fsid, memcmp 892 fs/btrfs/volumes.c if (memcmp(fs_devices->metadata_uuid, fs_devices->fsid, memcmp 894 fs/btrfs/volumes.c memcmp(fs_devices->metadata_uuid, disk_super->metadata_uuid, memcmp 896 fs/btrfs/volumes.c memcmp(fs_devices->fsid, disk_super->fsid, memcmp 901 fs/btrfs/volumes.c if (memcmp(fs_devices->metadata_uuid, fs_devices->fsid, memcmp 903 fs/btrfs/volumes.c memcmp(fs_devices->fsid, disk_super->metadata_uuid, memcmp 926 fs/btrfs/volumes.c if (memcmp(fs_devices->fsid, fs_devices->metadata_uuid, memcmp 928 fs/btrfs/volumes.c memcmp(fs_devices->metadata_uuid, disk_super->fsid, memcmp 4106 fs/btrfs/volumes.c memcmp(&bctl->data, &bctl->meta, sizeof(bctl->data))) { memcmp 4619 fs/btrfs/volumes.c if (memcmp(uuid, subvol_root->root_item.uuid, BTRFS_UUID_SIZE)) memcmp 4623 fs/btrfs/volumes.c if (memcmp(uuid, subvol_root->root_item.received_uuid, memcmp 6647 fs/btrfs/volumes.c !memcmp(fs_devices->metadata_uuid, fsid, BTRFS_FSID_SIZE)) { memcmp 6651 fs/btrfs/volumes.c (!uuid || memcmp(device->uuid, uuid, memcmp 6911 fs/btrfs/volumes.c if (!memcmp(fs_devices->fsid, fsid, BTRFS_FSID_SIZE)) memcmp 6972 fs/btrfs/volumes.c if (memcmp(fs_uuid, fs_devices->metadata_uuid, BTRFS_FSID_SIZE)) { memcmp 62 fs/ceph/cache.c if (memcmp(&ent->fsid, fsid, sizeof(*fsid))) memcmp 66 fs/ceph/cache.c if (uniq_len && memcmp(ent->uniquifier, fscache_uniq, uniq_len)) memcmp 124 fs/ceph/cache.c if (memcmp(data, &aux, sizeof(aux)) != 0) memcmp 1118 fs/ceph/inode.c memcmp(dentry->d_name.name, dname, dname_len)) memcmp 3791 fs/ceph/mds_client.c if (memcmp(ceph_mdsmap_get_addr(oldmap, i), memcmp 461 fs/ceph/super.c ret = memcmp(fsopt1, fsopt2, ofs); memcmp 102 fs/cifs/cache.c if (memcmp(data, &auxdata, datalen) != 0) memcmp 136 fs/cifs/cache.c if (memcmp(data, &auxdata, datalen) != 0) memcmp 236 fs/cifs/cifsencrypt.c if (memcmp(cifs_pdu->Signature.SecuritySignature, "BSRSPYL ", 8) == 0) memcmp 258 fs/cifs/cifsencrypt.c if (memcmp(server_response_sig, what_we_think_sig_should_be, 8)) memcmp 499 fs/cifs/cifssmb.c if (memcmp(server->server_GUID, guid, SMB1_CLIENT_GUID_SIZE) != 0) { memcmp 6345 fs/cifs/cifssmb.c memcmp(ea_name, temp_ptr, name_len) == 0) { memcmp 504 fs/cifs/inode.c if (memcmp("IntxBLK", pbuf, 8) == 0) { memcmp 516 fs/cifs/inode.c } else if (memcmp("IntxCHR", pbuf, 8) == 0) { memcmp 528 fs/cifs/inode.c } else if (memcmp("IntxLNK", pbuf, 7) == 0) { memcmp 301 fs/cifs/sess.c if (memcmp(pblob->Signature, "NTLMSSP", 8)) { memcmp 531 fs/cifs/smb2misc.c if (memcmp(cinode->lease_key, rsp->LeaseKey, memcmp 565 fs/cifs/smb2misc.c if (memcmp(open->lease_key, rsp->LeaseKey, memcmp 628 fs/cifs/smb2misc.c !memcmp(rsp->LeaseKey, memcmp 961 fs/cifs/smb2ops.c memcmp(ea_name, name, name_len) == 0) { memcmp 535 fs/cifs/smb2transport.c if (memcmp(shdr->Signature, "BSRSPYL ", 8) == 0) memcmp 554 fs/cifs/smb2transport.c if (memcmp(server_response_sig, shdr->Signature, SMB2_SIGNATURE_SIZE)) memcmp 17 fs/coda/cnode.c return memcmp(fid1, fid2, sizeof(*fid1)) == 0; memcmp 804 fs/cramfs/inode.c retval = memcmp(dentry->d_name.name, name, namelen); memcmp 197 fs/crypto/keysetup_v1.c if (memcmp(ci->ci_policy.v1.master_key_descriptor, memcmp 29 fs/crypto/policy.c return !memcmp(policy1, policy2, fscrypt_policy_size(policy1)); memcmp 219 fs/dlm/dir.c if (len == r->res_length && !memcmp(name, r->res_name, len)) { memcmp 442 fs/dlm/lock.c return memcmp(r->res_name, maxname, DLM_RESNAME_MAXLEN); memcmp 5910 fs/dlm/lock.c if (memcmp(lkb->lkb_resource->res_name, name, namelen)) memcmp 475 fs/dlm/lockspace.c if (memcmp(ls->ls_name, name, namelen)) memcmp 498 fs/ecryptfs/keystore.c if (memcmp(walker->sig, sig, ECRYPTFS_SIG_SIZE_HEX)) memcmp 53 fs/efivarfs/super.c if (memcmp(str, name->name, guid)) memcmp 54 fs/efs/namei.c if ((namelen == len) && (!memcmp(name, nameptr, len))) { memcmp 338 fs/erofs/xattr.c return memcmp(buf, it->name.name + processed, len) ? -ENOATTR : 0; memcmp 230 fs/ext2/dir.c return !memcmp(name, de->name, len); memcmp 180 fs/ext2/xattr.c cmp = memcmp(name, entry->e_name, name_len); memcmp 899 fs/ext2/xattr.c memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) memcmp 903 fs/ext2/xattr.c if (memcmp((char *)header1 + le16_to_cpu(entry1->e_value_offs), memcmp 685 fs/ext4/dir.c return memcmp(str, name->name, len); memcmp 496 fs/ext4/mballoc.c if (memcmp(e4b->bd_info->bb_bitmap, bitmap, e4b->bd_sb->s_blocksize)) { memcmp 216 fs/ext4/mmp.c memcmp(mmp->mmp_nodename, mmp_check->mmp_nodename, memcmp 1304 fs/ext4/namei.c return !!memcmp(name->name, entry->name, name->len); memcmp 4884 fs/ext4/super.c if (memcmp(EXT4_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) { memcmp 301 fs/ext4/xattr.c cmp = memcmp(name, entry->e_name, name_len); memcmp 1495 fs/ext4/xattr.c !memcmp(value, ea_data, value_len)) { memcmp 2261 fs/ext4/xattr.c return !memcmp(value, i->value, i->value_len); memcmp 2652 fs/ext4/xattr.c !memcmp(last->e_name, "data", 4)) memcmp 3018 fs/ext4/xattr.c memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) memcmp 3021 fs/ext4/xattr.c memcmp((char *)header1 + le16_to_cpu(entry1->e_value_offs), memcmp 136 fs/f2fs/dir.c return !!memcmp(name->name, entry->name, name->len); memcmp 1077 fs/f2fs/dir.c return memcmp(str, name->name, len); memcmp 186 fs/f2fs/node.h if (memcmp(nm_i->nat_bitmap, nm_i->nat_bitmap_mir, memcmp 3886 fs/f2fs/segment.c if (memcmp(se->cur_valid_map, se->cur_valid_map_mir, memcmp 492 fs/f2fs/segment.h if (memcmp(sit_i->sit_bitmap, sit_i->sit_bitmap_mir, memcmp 221 fs/f2fs/xattr.c if (!memcmp(entry->e_name, name, len)) memcmp 245 fs/f2fs/xattr.c if (!memcmp(entry->e_name, name, len)) memcmp 603 fs/f2fs/xattr.c !memcmp(pval, value, size); memcmp 264 fs/fat/dir.c return !memcmp(a, b, a_len); memcmp 662 fs/fat/dir.c if (!memcmp(de->name, MSDOS_DOT, MSDOS_NAME)) { memcmp 665 fs/fat/dir.c } else if (!memcmp(de->name, MSDOS_DOTDOT, MSDOS_NAME)) { memcmp 180 fs/fat/namei_msdos.c error = memcmp(a_msdos_name, b_msdos_name, MSDOS_NAME); memcmp 187 fs/fat/namei_msdos.c error = memcmp(name->name, str, len); memcmp 128 fs/freevxfs/vxfs_lookup.c if (!memcmp(name, de->d_name, namelen)) { memcmp 129 fs/fscache/cookie.c return memcmp(ka, kb, a->key_len); memcmp 363 fs/fscache/internal.h if (memcmp(p, aux_data, cookie->aux_len) != 0) { memcmp 1649 fs/gfs2/bmap.c if (memcmp(mp->mp_list, list, h * sizeof(mp->mp_list[0]))) memcmp 411 fs/gfs2/dir.c memcmp(dent+1, name->name, name->len) == 0) memcmp 1246 fs/gfs2/dir.c ret = memcmp(dent_a + 1, dent_b + 1, len_a); memcmp 290 fs/gfs2/inode.c if ((name->len == 1 && memcmp(name->name, ".", 1) == 0) || memcmp 291 fs/gfs2/inode.c (name->len == 2 && memcmp(name->name, "..", 2) == 0 && memcmp 175 fs/gfs2/xattr.c !memcmp(GFS2_EA2NAME(ea), ef->name, ea->ea_name_len)) { memcmp 97 fs/hfs/part_tbl.c if (!memcmp(pm->pmPartType,"Apple_HFS", 9) && memcmp 101 fs/hfsplus/part_tbl.c if (!memcmp(pm->pmPartType, "Apple_HFS", 9) && memcmp 25 fs/isofs/namei.c return dentry->d_name.len != dlen || memcmp(dentry->d_name.name, compare, dlen); memcmp 972 fs/jffs2/gc.c if (memcmp(rd->name, fd->name, name_len)) memcmp 247 fs/jffs2/wbuf.c if (!memcmp(buf, c->wbuf_verify, c->wbuf_pagesize)) memcmp 1097 fs/jffs2/wbuf.c return !!memcmp(&oob_cleanmarker, c->oobbuf, cmlen); memcmp 611 fs/jffs2/write.c !memcmp(fd->name, name, namelen) && memcmp 354 fs/jffs2/xattr.c && !memcmp(xd->xvalue, xvalue, xsize)) { memcmp 685 fs/jfs/xattr.c (memcmp(name, ea->name, namelen) == 0)) { memcmp 822 fs/jfs/xattr.c memcmp(name, ea->name, namelen) == 0) { memcmp 217 fs/lockd/mon.c memcmp(nsm->sm_name, hostname, len) == 0) memcmp 239 fs/lockd/mon.c if (memcmp(nsm->sm_priv.data, priv->data, memcmp 174 fs/lockd/svclock.c if (memcmp(a->data, b->data, a->len)) memcmp 24 fs/lockd/svcshare.c && !memcmp(share->s_owner.data, oh->data, oh->len); memcmp 140 fs/minix/dir.c return !memcmp(name, buffer, len); memcmp 413 fs/nfs/callback.c if (memcmp(p, "nfs@", 4) != 0) memcmp 482 fs/nfs/callback_proc.c if (memcmp(session->sess_id.data, memcmp 715 fs/nfs/callback_proc.c if (memcmp(args->coa_stateid.other, memcmp 174 fs/nfs/dns_resolve.c return memcmp(a->hostname, b->hostname, a->namelen) == 0; memcmp 188 fs/nfs/flexfilelayout/flexfilelayout.c if (memcmp(&mirror->devid, &pos->devid, sizeof(pos->devid)) != 0) memcmp 207 fs/nfs/flexfilelayout/flexfilelayoutdev.c ret = memcmp(e1->stateid.data, e2->stateid.data, memcmp 211 fs/nfs/flexfilelayout/flexfilelayoutdev.c ret = memcmp(&e1->deviceid, &e2->deviceid, sizeof(e1->deviceid)); memcmp 95 fs/nfs/fscache-index.c if (memcmp(data, &auxdata, datalen) != 0) memcmp 159 fs/nfs/fscache.c diff = memcmp(&key->key, &xkey->key, sizeof(key->key)); memcmp 167 fs/nfs/fscache.c diff = memcmp(key->key.uniquifier, memcmp 542 fs/nfs/internal.h return memcmp(v1->data, v2->data, sizeof(v1->data)); memcmp 152 fs/nfs/nfs42proc.c if (memcmp(&res->write_res.stateid, &tmp_copy->stateid, memcmp 560 fs/nfs/nfs4_fs.h return memcmp(dst->data, src->data, sizeof(dst->data)) == 0; memcmp 565 fs/nfs/nfs4_fs.h return memcmp(dst->other, src->other, NFS4_STATEID_OTHER_SIZE) == 0; memcmp 489 fs/nfs/nfs4client.c return memcmp(v1->data, v2->data, sizeof(v1->data)) == 0; memcmp 637 fs/nfs/nfs4client.c return memcmp(o1->major_id, o2->major_id, o1->major_id_sz) == 0; memcmp 649 fs/nfs/nfs4client.c return memcmp(s1->server_scope, s2->server_scope, memcmp 833 fs/nfs/nfs4client.c if (memcmp(clp->cl_session->sess_id.data, memcmp 7848 fs/nfs/nfs4proc.c return memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0; memcmp 7927 fs/nfs/nfs4proc.c if (memcmp(res.sessionid.data, memcmp 9804 fs/nfs/nfs4proc.c if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0) memcmp 5746 fs/nfs/nfs4xdr.c if (memcmp(id.data, session->sess_id.data, memcmp 854 fs/nfs/pnfs.c if (memcmp(&server->fsid, fsid, sizeof(*fsid)) != 0) memcmp 85 fs/nfs/pnfs_dev.c !memcmp(&d->deviceid, id, sizeof(*id))) { memcmp 2555 fs/nfs/super.c if (memcmp(&old->fsid, &server->fsid, sizeof(old->fsid)) != 0) memcmp 199 fs/nfsd/export.c memcmp(orig->ek_fsid, new->ek_fsid, key_len(orig->ek_fsidtype)) != 0) memcmp 861 fs/nfsd/nfs4acl.c 0 == memcmp(s2t_map[i].string, p, len)) memcmp 402 fs/nfsd/nfs4callback.c if (memcmp(p, session->se_sessionid.data, NFS4_MAX_SESSIONID_LEN)) { memcmp 78 fs/nfsd/nfs4layouts.c if (memcmp(old->fsid, fh->fh_fsid, memcmp 819 fs/nfsd/nfs4proc.c (cookie == 0 && memcmp(readdir->rd_verf.data, zeroverf.data, NFS4_VERIFIER_SIZE))) memcmp 1313 fs/nfsd/nfs4proc.c if (memcmp(©->cp_stateid, stateid, NFS4_STATEID_SIZE)) memcmp 1498 fs/nfsd/nfs4proc.c if (!memcmp(p, verify->ve_attrval, verify->ve_attrlen)) memcmp 844 fs/nfsd/nfs4recover.c if (name.len > 5 && memcmp(name.data, "hash:", 5) == 0) { memcmp 1396 fs/nfsd/nfs4recover.c if (memcmp(crp->cr_princhash.data, cksum.data, memcmp 74 fs/nfsd/nfs4state.c #define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t))) memcmp 75 fs/nfsd/nfs4state.c #define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t))) memcmp 76 fs/nfsd/nfs4state.c #define CURRENT_STATEID(stateid) (!memcmp((stateid), ¤tstateid, sizeof(stateid_t))) memcmp 77 fs/nfsd/nfs4state.c #define CLOSE_STATEID(stateid) (!memcmp((stateid), &close_stateid, sizeof(stateid_t))) memcmp 368 fs/nfsd/nfs4state.c 0 == memcmp(sop->so_owner.data, owner->data, owner->len); memcmp 1813 fs/nfsd/nfs4state.c if (!memcmp(elem->se_sessionid.data, sessionid->data, memcmp 2123 fs/nfsd/nfs4state.c return memcmp(o1->data, o2->data, o1->len); memcmp 2129 fs/nfsd/nfs4state.c return 0 == memcmp(v1->data, v2->data, sizeof(v1->data)); memcmp 2574 fs/nfsd/nfs4state.c if (size != 7 || 0 != memcmp(data, "expire\n", 7)) memcmp 2768 fs/nfsd/nfs4state.c !memcmp(se->se_callback_netid_val, "tcp", 3)) memcmp 2771 fs/nfsd/nfs4state.c !memcmp(se->se_callback_netid_val, "tcp6", 4)) memcmp 3444 fs/nfsd/nfs4state.c return !memcmp(sid, &cstate->session->se_sessionid, sizeof(*sid)); memcmp 7024 fs/nfsd/nfs4state.c if (memcmp(&clp->cl_addr, addr, addr_size) == 0) memcmp 329 fs/nfsd/nfscache.c return memcmp(&key->c_key, &rp->c_key, sizeof(key->c_key)); memcmp 197 fs/nfsd/nfsfh.h if (memcmp(fh1->fh_base.fh_pad, fh2->fh_base.fh_pad, fh1->fh_size) != 0) memcmp 206 fs/nfsd/nfsfh.h if (memcmp(fh1->fh_fsid, fh2->fh_fsid, key_len(fh1->fh_fsid_type)) != 0) memcmp 220 fs/nilfs2/dir.c return !memcmp(name, de->name, len); memcmp 52 fs/notify/fanotify/fanotify.h !memcmp(fanotify_fid_fh(fid1, fh_len), memcmp 122 fs/ntfs/attrib.c !memcmp((u8*)a + le16_to_cpu(a->name_offset), memcmp 654 fs/ntfs/attrib.c rc = memcmp(val, (u8*)a + le16_to_cpu( memcmp 1059 fs/ntfs/attrib.c !memcmp((u8*)a + memcmp 19 fs/ntfs/collate.c rc = memcmp(data1, data2, min(data1_len, data2_len)); memcmp 192 fs/ntfs/index.c if ((key_len == le16_to_cpu(ie->key_length)) && !memcmp(key, memcmp 362 fs/ntfs/index.c if ((key_len == le16_to_cpu(ie->key_length)) && !memcmp(key, memcmp 64 fs/ntfs/inode.c if (na->name_len && memcmp(ni->name, na->name, memcmp 1153 fs/ntfs/super.c if (memcmp(kmft, kmirr, bytes)) { memcmp 395 fs/ocfs2/cluster/heartbeat.c if (memcmp(reg->hr_nego_node_bitmap, live_node_bitmap, memcmp 868 fs/ocfs2/cluster/heartbeat.c if (memcmp(reg->hr_live_node_bitmap, o2hb_live_node_bitmap, memcmp 81 fs/ocfs2/cluster/nodemanager.c cmp = memcmp(&ip_needle, &node->nd_ipv4_address, memcmp 743 fs/ocfs2/cluster/tcp.c int ret = memcmp(&nmh->nh_key, &key, sizeof(key)); memcmp 746 fs/ocfs2/cluster/tcp.c ret = memcmp(&nmh->nh_msg_type, &msg_type, sizeof(msg_type)); memcmp 335 fs/ocfs2/dir.c return !memcmp(name, de->name, len); memcmp 85 fs/ocfs2/dlm/dlmcommon.h memcmp(lock_name, DLM_RECOVERY_LOCK_NAME, name_len)==0) memcmp 194 fs/ocfs2/dlm/dlmdomain.c if (memcmp(res->lockname.name + 1, name + 1, len - 1)) memcmp 256 fs/ocfs2/dlm/dlmdomain.c memcmp(tmp->name, domain, len)==0) memcmp 1000 fs/ocfs2/dlm/dlmdomain.c if (!memcmp(l, r, O2HB_MAX_REGION_NAME_LEN)) { memcmp 1023 fs/ocfs2/dlm/dlmdomain.c if (!memcmp(r, l, O2HB_MAX_REGION_NAME_LEN)) { memcmp 1581 fs/ocfs2/dlm/dlmdomain.c ret = memcmp(ctxt->live_map, dlm->live_nodes_map, memcmp 64 fs/ocfs2/dlm/dlmmaster.c memcmp(name, mle->mname, namelen) != 0) memcmp 1041 fs/ocfs2/dlm/dlmmaster.c map_changed = (memcmp(mle->vote_map, mle->node_map, memcmp 1043 fs/ocfs2/dlm/dlmmaster.c voting_done = (memcmp(mle->vote_map, mle->response_map, memcmp 1201 fs/ocfs2/dlm/dlmrecovery.c if (!memcmp(mres->lvb, lock->lksb->lvb, DLM_LVB_LEN)) memcmp 1961 fs/ocfs2/dlm/dlmrecovery.c memcmp(res->lvb, mres->lvb, DLM_LVB_LEN))) { memcmp 653 fs/ocfs2/ocfs2.h memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK, memcmp 662 fs/ocfs2/ocfs2.h !memcmp(osb->osb_cluster_stack, OCFS2_CLASSIC_CLUSTER_STACK, memcmp 288 fs/ocfs2/stack_o2cb.c if (!memcmp(hbmap, netmap, sizeof(hbmap))) memcmp 213 fs/ocfs2/stackglue.c if (memcmp(max_proto, &locking_max_version, memcmp 326 fs/ocfs2/stackglue.c if (memcmp(&lproto->lp_max_version, &locking_max_version, memcmp 761 fs/ocfs2/super.c if (memcmp(hdr->signature, OCFS1_VOLUME_SIGNATURE, memcmp 1395 fs/ocfs2/super.c if (memcmp(mopt->cluster_stack, memcmp 2314 fs/ocfs2/super.c if (memcmp(di->i_signature, OCFS2_SUPER_BLOCK_SIGNATURE, memcmp 1089 fs/ocfs2/xattr.c cmp = memcmp(name, (xs->base + memcmp 3792 fs/ocfs2/xattr.c if (!memcmp(name, xe_name, name_len)) { memcmp 413 fs/overlayfs/namei.c if (fh->len != ofh->len || memcmp(fh, ofh, fh->len)) memcmp 2494 fs/proc/base.c if (!memcmp(dentry->d_name.name, p->name, p->len)) { memcmp 53 fs/proc/generic.c return memcmp(name, de->name, len); memcmp 158 fs/proc/namespaces.c if (!memcmp(dentry->d_name.name, (*entry)->name, len)) memcmp 102 fs/proc/proc_sysctl.c cmp = memcmp(name1, name2, minlen); memcmp 938 fs/proc/proc_sysctl.c if (memcmp(name->name, str, len)) memcmp 1203 fs/proc/vmcore.c if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0 || memcmp 1259 fs/proc/vmcore.c if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0 || memcmp 1310 fs/proc/vmcore.c if (memcmp(e_ident, ELFMAG, SELFMAG) != 0) { memcmp 104 fs/qnx4/inode.c if ( memcmp( xblk->xblk_signature, "IamXblk", 7 ) ) { memcmp 192 fs/qnx6/dir.c if (memcmp(name, lf->lf_fname, len) == 0) { memcmp 207 fs/qnx6/dir.c if (memcmp(name, de->de_fname, len) == 0) memcmp 214 fs/quota/quota_v2.c if (!memcmp(&empty, dp, sizeof(struct v2r0_disk_dqblk))) memcmp 267 fs/quota/quota_v2.c if (!memcmp(&empty, dp, sizeof(struct v2r1_disk_dqblk))) memcmp 1911 fs/read_write.c if (memcmp(src_addr + src_poff, dest_addr + dest_poff, cmp_len)) memcmp 2020 fs/reiserfs/journal.c && !memcmp(get_journal_desc_magic(d_bh), JOURNAL_DESC_MAGIC, 8)) { memcmp 214 fs/reiserfs/namei.c !memcmp(de->de_name, name, de->de_namelen)) memcmp 1267 fs/reiserfs/namei.c if (tmp.de_namelen != len || memcmp(name, de->de_name, len)) memcmp 600 fs/reiserfs/prints.c if (memcmp(get_journal_desc_magic(bh), JOURNAL_DESC_MAGIC, 8)) memcmp 135 fs/reiserfs/stree.c return memcmp(k1, k2, sizeof(struct reiserfs_key)); memcmp 918 fs/reiserfs/stree.c return memcmp(stored_ih, ih, IH_SIZE); memcmp 383 fs/reiserfs/super.c if (memcmp(&last_inode_key, INODE_PKEY(inode), memcmp 83 fs/romfs/storage.c if (memcmp(buf, str, len) != 0) memcmp 178 fs/romfs/storage.c matched = (memcmp(bh->b_data + offset, str, segment) == 0); memcmp 116 fs/sysv/dir.c return !memcmp(name, buffer, len); memcmp 258 fs/sysv/super.c if ((memcmp(sbd->s_fname,"noname",6) && memcmp(sbd->s_fname,"xxxxx ",6)) memcmp 259 fs/sysv/super.c || (memcmp(sbd->s_fpack,"nopack",6) && memcmp(sbd->s_fpack,"xxxxx\n",6))) memcmp 1233 fs/ubifs/debug.c cmp = memcmp(dent1->name, dent2->name, min_t(int, nlen1, nlen2)); memcmp 194 fs/ubifs/dir.c if (memcmp(dent->name, fname_name(nm), fname_len(nm))) memcmp 34 fs/ubifs/master.c ret = memcmp(m1 + UBIFS_CH_SZ, m2 + UBIFS_CH_SZ, memcmp 46 fs/ubifs/master.c return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind); memcmp 555 fs/ubifs/tnc.c err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm))); memcmp 848 fs/ubifs/tnc.c err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm))); memcmp 1872 fs/ubifs/tnc.c if (fname_len(nm) == len && !memcmp(dent->name, fname_name(nm), len)) memcmp 40 fs/udf/namei.c return !memcmp(name1, name2, len1); memcmp 655 fs/udf/super.c if (!memcmp(vsd->stdIdent, VSD_STD_ID_CD001, VSD_STD_ID_LEN)) { memcmp 676 fs/udf/super.c } else if (!memcmp(vsd->stdIdent, VSD_STD_ID_BEA01, VSD_STD_ID_LEN)) memcmp 678 fs/udf/super.c else if (!memcmp(vsd->stdIdent, VSD_STD_ID_NSR02, VSD_STD_ID_LEN)) memcmp 680 fs/udf/super.c else if (!memcmp(vsd->stdIdent, VSD_STD_ID_NSR03, VSD_STD_ID_LEN)) memcmp 682 fs/udf/super.c else if (!memcmp(vsd->stdIdent, VSD_STD_ID_BOOT2, VSD_STD_ID_LEN)) memcmp 684 fs/udf/super.c else if (!memcmp(vsd->stdIdent, VSD_STD_ID_CDW02, VSD_STD_ID_LEN)) memcmp 772 fs/udf/super.c if (memcmp(ident->ident, UDF_ID_COMPLIANT, strlen(UDF_ID_COMPLIANT))) { memcmp 42 fs/ufs/dir.c return !memcmp(name, de->d_name, len); memcmp 58 fs/verity/verify.c if (memcmp(want_hash, real_hash, hsize) == 0) memcmp 620 fs/xfs/libxfs/xfs_attr_leaf.c if (memcmp(args->name, sfe->nameval, args->namelen) != 0) memcmp 690 fs/xfs/libxfs/xfs_attr_leaf.c if (memcmp(sfe->nameval, args->name, args->namelen) != 0) memcmp 757 fs/xfs/libxfs/xfs_attr_leaf.c if (memcmp(args->name, sfe->nameval, args->namelen) != 0) memcmp 788 fs/xfs/libxfs/xfs_attr_leaf.c if (memcmp(args->name, sfe->nameval, args->namelen) != 0) memcmp 2344 fs/xfs/libxfs/xfs_attr_leaf.c if (memcmp(args->name, name_loc->nameval, memcmp 2355 fs/xfs/libxfs/xfs_attr_leaf.c if (memcmp(args->name, name_rmt->name, memcmp 2401 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(memcmp(args->name, name_loc->nameval, args->namelen) == 0); memcmp 2409 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(memcmp(args->name, name_rmt->name, args->namelen) == 0); memcmp 2688 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(memcmp(name, args->name, namelen) == 0); memcmp 2844 fs/xfs/libxfs/xfs_attr_leaf.c ASSERT(memcmp(name1, name2, namelen1) == 0); memcmp 2043 fs/xfs/libxfs/xfs_da_btree.c return (args->namelen == len && memcmp(args->name, name, len) == 0) ? memcmp 176 fs/xfs/scrub/agheader.c if (memcmp(sb->sb_fname, mp->m_sb.sb_fname, sizeof(sb->sb_fname))) memcmp 324 include/linux/bitmap.h return !memcmp(src1, src2, nbits / 8); memcmp 22 include/linux/ceph/rados.h return memcmp(a, b, sizeof(*a)); memcmp 1027 include/linux/efi.h return memcmp(&left, &right, sizeof (efi_guid_t)); memcmp 374 include/linux/etherdevice.h return memcmp(addr1, addr2, ETH_ALEN) == 0; memcmp 236 include/linux/fscrypt.h return !memcmp(FSCRYPT_FNAME_DIGEST(de_name, de_name_len), memcmp 242 include/linux/fscrypt.h return !memcmp(de_name, fname->disk_name.name, fname->disk_name.len); memcmp 479 include/linux/fscrypt.h return !memcmp(de_name, fname->disk_name.name, fname->disk_name.len); memcmp 831 include/linux/netdevice.h memcmp(a->id, b->id, a->id_len) == 0; memcmp 30 include/linux/nfs.h return a->size != b->size || memcmp(a->data, b->data, a->size) != 0; memcmp 994 include/linux/of.h !memcmp(p1->value, p2->value, (size_t)p1->length); memcmp 584 include/linux/rhashtable.h return memcmp(ptr + ht->p.key_offset, arg->key, ht->p.key_len); memcmp 3735 include/linux/skbuff.h return memcmp(a - meta_len, b - meta_len, meta_len); memcmp 155 include/linux/string.h extern int memcmp(const void *,const void *,__kernel_size_t); memcmp 66 include/linux/sunrpc/gss_asn1.h (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0)) memcmp 38 include/linux/uuid.h return memcmp(u1, u2, sizeof(guid_t)) == 0; memcmp 53 include/linux/uuid.h return memcmp(u1, u2, sizeof(uuid_t)) == 0; memcmp 85 include/linux/uuid.h return memcmp(&u1, &u2, sizeof(guid_t)); memcmp 232 include/net/bluetooth/bluetooth.h return memcmp(ba1, ba2, sizeof(bdaddr_t)); memcmp 77 include/net/dst_metadata.h return memcmp(&a->u.port_info, &b->u.port_info, memcmp 80 include/net/dst_metadata.h return memcmp(&a->u.tun_info, &b->u.tun_info, memcmp 493 include/net/ipv6.h return memcmp(a1, a2, sizeof(struct in6_addr)); memcmp 623 include/net/ipv6.h if (pdw && memcmp(a1, a2, pdw << 2)) memcmp 60 include/net/ipv6_frag.h return !!memcmp(&fq->key, key, sizeof(*key)); memcmp 357 include/net/mac802154.h return !memcmp(dst_pan, src_pan, IEEE802154_PAN_ID_LEN); memcmp 1698 include/net/tcp.h !memcmp(orig->val, foc->val, foc->len)) memcmp 819 include/net/xfrm.h if (memcmp(a1, a2, pdw << 2)) memcmp 80 include/rdma/ib.h return memcmp(a1, a2, sizeof(struct ib_addr)); memcmp 122 include/sound/pcm_params.h return ! memcmp(mask, v, SNDRV_MASK_SIZE * sizeof(u_int32_t)); memcmp 245 init/initramfs.c if (memcmp(collected, "070707", 6)==0) { memcmp 249 init/initramfs.c if (memcmp(collected, "070701", 6)) { memcmp 428 kernel/bpf/hashtab.c if (l->hash == hash && !memcmp(&l->key, key, key_size)) memcmp 447 kernel/bpf/hashtab.c if (l->hash == hash && !memcmp(&l->key, key, key_size)) memcmp 265 kernel/bpf/stackmap.c if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0) memcmp 406 kernel/bpf/stackmap.c memcmp(bucket->data, new_bucket->data, trace_len) == 0) { memcmp 416 kernel/bpf/stackmap.c memcmp(bucket->data, ips, trace_len) == 0) memcmp 6904 kernel/bpf/verifier.c equal = memcmp(rold, rcur, offsetof(struct bpf_reg_state, parent)) == 0; memcmp 6947 kernel/bpf/verifier.c return memcmp(rold, rcur, offsetof(struct bpf_reg_state, id)) == 0 && memcmp 6960 kernel/bpf/verifier.c if (memcmp(rold, rcur, offsetof(struct bpf_reg_state, id))) memcmp 7080 kernel/bpf/verifier.c return !memcmp(old->refs, cur->refs, memcmp 7300 kernel/bpf/verifier.c if (memcmp(&fold->regs[i], &fcur->regs[i], memcmp 8474 kernel/bpf/verifier.c if (memcmp(&insn[i], &ja, sizeof(ja))) memcmp 994 kernel/cgroup/cgroup.c if (memcmp(template, cset->subsys, sizeof(cset->subsys))) memcmp 711 kernel/debug/gdbstub.c if (memcmp(remcom_in_buffer + 2, "ThreadInfo", 10)) memcmp 751 kernel/debug/gdbstub.c if (memcmp(remcom_in_buffer + 1, "ThreadExtraInfo,", 16)) memcmp 476 kernel/events/hw_breakpoint.c if (memcmp(&old_attr, attr, sizeof(*attr))) memcmp 354 kernel/irq/timings.c while (!memcmp(buffer, &buffer[idx], size * sizeof(int))) { memcmp 26 kernel/kexec_elf.c return memcmp(ehdr->e_ident, ELFMAG, SELFMAG) == 0; memcmp 130 kernel/locking/lock_events.c if (!pv_on && !memcmp(name, "pv_", 3)) memcmp 476 kernel/locking/lockdep.c memcmp(t1->entries, t2->entries, memcmp 625 kernel/module.c if (strlen(mod->name) == len && !memcmp(mod->name, name, len)) memcmp 2860 kernel/module.c memcmp(mod + info->len - markerlen, MODULE_SIG_STRING, markerlen) == 0) { memcmp 2912 kernel/module.c if (memcmp(info->hdr->e_ident, ELFMAG, SELFMAG) != 0 memcmp 3399 kernel/module.c if (strlen(module_name) == len && !memcmp(module_name, p, len)) memcmp 311 kernel/power/swap.c if (!memcmp("SWAP-SPACE",swsusp_header->sig, 10) || memcmp 312 kernel/power/swap.c !memcmp("SWAPSPACE2",swsusp_header->sig, 10)) { memcmp 1524 kernel/power/swap.c if (!memcmp(HIBERNATE_SIG, swsusp_header->sig, 10)) { memcmp 1574 kernel/power/swap.c if (!memcmp(HIBERNATE_SIG,swsusp_header->sig, 10)) { memcmp 2190 kernel/sched/topology.c return !memcmp(cur ? (cur + idx_cur) : &tmp, memcmp 3699 kernel/trace/ftrace.c memcmp(str + slen - g->len, g->search, g->len) == 0) memcmp 5186 kernel/trace/ring_buffer.c if (memcmp(&item->str[0], rb_string, item->size) != 0) { memcmp 792 kernel/trace/trace_events_filter.c memcmp(str + strlen - r->len, r->pattern, r->len) == 0) memcmp 506 kernel/trace/tracing_map.c if (memcmp(key, test_key, key_size)) memcmp 842 kernel/trace/tracing_map.c if (memcmp((*a)->key, (*b)->key, (*a)->elt->map->key_size)) memcmp 964 kernel/trace/tracing_map.c if (!memcmp(sort_entries[i]->key, key, key_size)) { memcmp 72 lib/decompress.c if (!memcmp(inbuf, cf->magic, 2)) memcmp 169 lib/digsig.c if (!m || len != hlen || memcmp(m, h, hlen)) memcmp 119 lib/earlycpio.c !memcmp(p, path, mypathsize)) { memcmp 594 lib/nlattr.c d = memcmp(nla_data(nla), data, size); memcmp 617 lib/nlattr.c d = memcmp(nla_data(nla), str, len); memcmp 920 lib/objagg.c memcmp(ptr, arg->key, ht->p.key_len); memcmp 65 lib/raid6/test/test.c erra = memcmp(data[i], recovi, PAGE_SIZE); memcmp 66 lib/raid6/test/test.c errb = memcmp(data[j], recovj, PAGE_SIZE); memcmp 307 lib/reed_solomon/test_rslib.c if (memcmp(r, c, len * sizeof(*r))) memcmp 398 lib/reed_solomon/test_rslib.c if (memcmp(r + dlen, corr, nroots * sizeof(*corr))) memcmp 889 lib/string.c EXPORT_SYMBOL(memcmp); memcmp 907 lib/string.c return memcmp(a, b, len); memcmp 953 lib/string.c if (!memcmp(s1, s2, l2)) memcmp 978 lib/string.c if (!memcmp(s1, s2, l2)) memcmp 19 lib/test-string_helpers.c if (q_real == q_test && !memcmp(out_test, out_real, q_test)) memcmp 345 lib/test-string_helpers.c if (!memcmp(res, exp, strlen(exp) + 1)) memcmp 83 lib/test_bitmap.c if (memcmp(exp_arr, arr, len*sizeof(*arr))) { memcmp 141 lib/test_hexdump.c if (memcmp(test, real, TEST_HEXDUMP_BUF_SIZE)) { memcmp 195 lib/test_hexdump.c a = r == e && !memcmp(test, buf, TEST_HEXDUMP_BUF_SIZE); memcmp 622 lib/test_kasan.c memcmp(ptr, arr, size+1); memcmp 238 lib/test_meminit.c fail |= (bool)memcmp(buf, buf_copy, size); memcmp 284 lib/test_meminit.c fail = memcmp(buf_contents, buf, size); memcmp 189 lib/test_objagg.c memcmp(world->next_root_buf, root->buf, sizeof(root->buf))) { memcmp 83 lib/test_printf.c if (memcmp(test_buffer, expect, written)) { memcmp 122 lib/test_printf.c if (memcmp(p, expect, elen+1)) { memcmp 620 lib/test_rhashtable.c } else if (obj && memcmp(&obj->value, &key, sizeof(key))) { memcmp 136 lib/test_user_copy.c ret |= test(memcmp(kmem, expected, ksize), memcmp 149 lib/test_user_copy.c ret |= test(memcmp(kmem, expected, ksize), memcmp 171 lib/test_user_copy.c ret |= test(memcmp(kmem, expected, ksize), memcmp 219 lib/test_user_copy.c ret |= test(memcmp(kmem, kmem + PAGE_SIZE, PAGE_SIZE), memcmp 266 lib/test_user_copy.c ret |= test(memcmp(kmem + PAGE_SIZE, kmem, PAGE_SIZE), memcmp 40 lib/xz/xz_private.h # define memeq(a, b, size) (memcmp(a, b, size) == 0) memcmp 705 lib/zlib_deflate/deflate.c if (memcmp((char *)s->window + match, memcmp 2936 mm/swapfile.c if (memcmp("SWAPSPACE2", swap_header->magic.magic, 10)) { memcmp 917 mm/util.c ret = memcmp(addr1, addr2, PAGE_SIZE); memcmp 36 net/6lowpan/nhc.c result = memcmp(nhc->id, this->id, len); memcmp 80 net/6lowpan/nhc.c result = memcmp(nhcid_skb_ptr_masked, nhc->id, nhc->idlen); memcmp 121 net/802/fddi.c if (memcmp(fddi->daddr, dev->broadcast, FDDI_K_ALEN) == 0) memcmp 129 net/802/fddi.c if (memcmp(fddi->daddr, dev->dev_addr, FDDI_K_ALEN)) memcmp 144 net/802/garp.c return memcmp(attr->data, data, len); memcmp 233 net/802/mrp.c return memcmp(attr->value, value, len); memcmp 420 net/802/mrp.c memcmp(mrp_cb(app->pdu)->attrvalue, attr->value, attr->len)) { memcmp 34 net/802/psnap.c if (!memcmp(p->type, desc, 5)) { memcmp 216 net/9p/error.c if (c->namelen == len && !memcmp(c->name, errstr, len)) { memcmp 31 net/atm/addr.c if (memcmp(a->sas_addr.prv, b->sas_addr.prv, ATM_ESA_LEN)) memcmp 454 net/atm/br2684.c (memcmp(skb->data, llc_oui_ipv4, memcmp 456 net/atm/br2684.c if (memcmp(skb->data + 6, ethertype_ipv6, memcmp 459 net/atm/br2684.c else if (memcmp(skb->data + 6, ethertype_ipv4, memcmp 473 net/atm/br2684.c (memcmp(skb->data, llc_oui_pid_pad, 7) == 0)) { memcmp 494 net/atm/br2684.c if (memcmp(skb->data, pad, BR2684_PAD_LEN) != 0) memcmp 221 net/atm/clip.c memcmp(skb->data, llc_oui, sizeof(llc_oui))) memcmp 229 net/atm/lec.c if (memcmp(skb->data, bridge_ula_lec, sizeof(bridge_ula_lec)) == 0) memcmp 608 net/atm/lec.c if (memcmp(skb->data, lec_ctrl_magic, 4) == 0) { memcmp 649 net/atm/lec.c memcmp(dst, dev->dev_addr, dev->addr_len)) { memcmp 1319 net/atm/lec.c if (memcmp(to_remove->atm_addr, memcmp 1820 net/atm/lec.c if (!memcmp(atm_addr, entry->atm_addr, ATM_ESA_LEN) && memcmp 1860 net/atm/lec.c if (memcmp(entry->atm_addr, atm_addr, ATM_ESA_LEN) == 0) { memcmp 1907 net/atm/lec.c !memcmp(tmp->atm_addr, atm_addr, ATM_ESA_LEN)) { memcmp 2016 net/atm/lec.c if (memcmp memcmp 2134 net/atm/lec.c if (!memcmp(atm_addr, entry->atm_addr, ATM_ESA_LEN)) { memcmp 702 net/atm/mpc.c if (memcmp(skb->data, &llc_snap_mpoa_ctrl, memcmp 722 net/atm/mpc.c if (memcmp(skb->data, &llc_snap_mpoa_data_tagged, memcmp 726 net/atm/mpc.c } else if (memcmp(skb->data, &llc_snap_mpoa_data, memcmp 850 net/atm/mpc.c if (memcmp(mpc->mps_ctrl_addr, empty, ATM_ESA_LEN) != 0) memcmp 1290 net/atm/mpc.c if (memcmp(msg->MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN)) { memcmp 197 net/atm/pppoatm.c memcmp(skb->data, pppllc, LLC_LEN)) memcmp 207 net/atm/pppoatm.c !memcmp(skb->data, pppllc, sizeof(pppllc))) { memcmp 213 net/atm/pppoatm.c !memcmp(skb->data, &pppllc[LLC_LEN], memcmp 836 net/batman-adv/bridge_loop_avoidance.c if (memcmp(an_addr, batadv_announce_mac, 4) != 0) memcmp 1142 net/batman-adv/bridge_loop_avoidance.c if (memcmp(bla_dst->magic, bla_dst_own->magic, memcmp 220 net/batman-adv/distributed-arp-table.c return memcmp(data1, data2, sizeof(__be32)) == 0; memcmp 875 net/batman-adv/multicast.c if (!memcmp(flags, &bat_priv->mcast.mla_flags, sizeof(*flags))) memcmp 310 net/batman-adv/tp_meter.c if (memcmp(pos->session, session, sizeof(pos->session)) != 0) memcmp 212 net/bluetooth/6lowpan.c if (!memcmp(neigh->ha, peer->lladdr, ETH_ALEN)) { memcmp 1125 net/bluetooth/6lowpan.c if (memcmp(buf, "connect ", 8) == 0) { memcmp 1160 net/bluetooth/6lowpan.c if (memcmp(buf, "disconnect ", 11) == 0) { memcmp 189 net/bluetooth/bnep/core.c while (memcmp(a1, a2, 6) < 0 && s->mc_filter != ~0LL) { memcmp 4401 net/bluetooth/hci_event.c if (!memcmp(data->rand256, ZERO_KEY, 16) || memcmp 4402 net/bluetooth/hci_event.c !memcmp(data->hash256, ZERO_KEY, 16)) memcmp 4412 net/bluetooth/hci_event.c if (!memcmp(data->rand192, ZERO_KEY, 16) || memcmp 4413 net/bluetooth/hci_event.c !memcmp(data->hash192, ZERO_KEY, 16)) memcmp 645 net/bluetooth/hci_request.c if (memcmp(cp.data, hdev->eir, sizeof(cp.data)) == 0) memcmp 1224 net/bluetooth/hci_request.c !memcmp(cp.data, hdev->scan_rsp_data, len)) memcmp 1249 net/bluetooth/hci_request.c !memcmp(cp.data, hdev->scan_rsp_data, len)) memcmp 1367 net/bluetooth/hci_request.c memcmp(cp.data, hdev->adv_data, len) == 0) memcmp 1388 net/bluetooth/hci_request.c memcmp(cp.data, hdev->adv_data, len) == 0) memcmp 2124 net/bluetooth/hci_request.c if (memcmp(cod, hdev->dev_class, 3) == 0) memcmp 193 net/bluetooth/hidp/core.c if (!memcmp(udata + 2, hidp_mkeyspat, 6)) memcmp 2008 net/bluetooth/mgmt.c if (memcmp(uuid, bluetooth_base_uuid, 12)) memcmp 2143 net/bluetooth/mgmt.c if (memcmp(cp->uuid, bt_uuid_any, 16) == 0) { memcmp 2159 net/bluetooth/mgmt.c if (memcmp(match->uuid, cp->uuid, 16) != 0) memcmp 3226 net/bluetooth/mgmt.c if (!memcmp(hdev->dev_name, cp->name, sizeof(hdev->dev_name)) && memcmp 3227 net/bluetooth/mgmt.c !memcmp(hdev->short_name, cp->short_name, memcmp 3692 net/bluetooth/mgmt.c if (memcmp(cp->rand192, ZERO_KEY, 16) || memcmp 3693 net/bluetooth/mgmt.c memcmp(cp->hash192, ZERO_KEY, 16)) { memcmp 3707 net/bluetooth/mgmt.c if (!memcmp(cp->rand192, ZERO_KEY, 16) || memcmp 3708 net/bluetooth/mgmt.c !memcmp(cp->hash192, ZERO_KEY, 16)) { memcmp 3720 net/bluetooth/mgmt.c if (!memcmp(cp->rand256, ZERO_KEY, 16) || memcmp 3721 net/bluetooth/mgmt.c !memcmp(cp->hash256, ZERO_KEY, 16)) { memcmp 7055 net/bluetooth/mgmt.c if (memcmp(hdev->dev_class, zero_cod, sizeof(zero_cod)) != 0) { memcmp 7258 net/bluetooth/mgmt.c if (memcmp(conn->dev_class, "\0\0\0", 3) != 0) memcmp 7699 net/bluetooth/mgmt.c if (!memcmp(uuid, uuids[i], 16)) memcmp 163 net/bluetooth/selftest.c if (memcmp(dhkey_a, dhkey, 32)) { memcmp 176 net/bluetooth/selftest.c if (memcmp(dhkey_b, dhkey, 32)) memcmp 151 net/bridge/br_netfilter_ipv6.c return memcmp(&nf_bridge->ipv6_daddr, &ipv6_hdr(skb)->daddr, memcmp 470 net/bridge/br_private.h return !memcmp(&br->bridge_id, &br->designated_root, 8); memcmp 44 net/bridge/br_private_stp.h return !memcmp(&p->designated_bridge, &p->br->bridge_id, 8) && memcmp 76 net/bridge/br_stp.c if (memcmp(&br->bridge_id, &p->designated_root, 8) <= 0) memcmp 84 net/bridge/br_stp.c t = memcmp(&p->designated_root, &rp->designated_root, 8); memcmp 97 net/bridge/br_stp.c t = memcmp(&p->designated_bridge, &rp->designated_bridge, 8); memcmp 259 net/bridge/br_stp.c if (memcmp(&p->designated_root, &br->designated_root, 8)) memcmp 267 net/bridge/br_stp.c t = memcmp(&br->bridge_id, &p->designated_bridge, 8); memcmp 298 net/bridge/br_stp.c t = memcmp(&bpdu->root, &p->designated_root, 8); memcmp 309 net/bridge/br_stp.c t = memcmp(&bpdu->bridge_id, &p->designated_bridge, 8); memcmp 315 net/bridge/br_stp.c if (memcmp(&bpdu->bridge_id, &p->br->bridge_id, 8)) memcmp 260 net/bridge/br_stp_if.c memcmp(p->dev->dev_addr, addr, ETH_ALEN) < 0) memcmp 313 net/bridge/br_stp_if.c if (!memcmp(&p->br->bridge_id, &p->designated_bridge, 8) && memcmp 23 net/bridge/br_stp_timer.c !memcmp(&p->designated_bridge, &br->bridge_id, 8)) memcmp 133 net/bridge/netfilter/ebt_stp.c if (memcmp(sp, header, sizeof(header))) memcmp 102 net/caif/cfctrl.c && memcmp(p1->u.utility.params, p2->u.utility.params, memcmp 82 net/caif/cfrfml.c if (memcmp(seghead, rfml->seghead, 6) != 0) memcmp 1026 net/can/gw.c if (memcmp(&gwj->ccgw, &ccgw, sizeof(ccgw))) memcmp 1154 net/can/gw.c if (memcmp(&gwj->mod, &mod, sizeof(mod))) memcmp 1159 net/can/gw.c if (memcmp(&gwj->ccgw, &ccgw, sizeof(ccgw))) memcmp 147 net/ceph/ceph_common.c ret = memcmp(opt1, opt2, ofs); memcmp 173 net/ceph/ceph_common.c ret = memcmp(opt1->key->key, opt2->key->key, opt1->key->len); memcmp 1793 net/ceph/messenger.c if (memcmp(con->in_banner, CEPH_BANNER, strlen(CEPH_BANNER))) { memcmp 2024 net/ceph/messenger.c if (memcmp(&con->peer_addr, &con->actual_peer_addr, memcmp 100 net/ceph/mon_client.c if (memcmp(addr, &m->mon_inst[i].addr, sizeof(*addr)) == 0) memcmp 1360 net/ceph/osd_client.c if (!memcmp(peer_addr, &osd->o_con.peer_addr, sizeof (*peer_addr)) && memcmp 1666 net/ceph/osd_client.c ret = memcmp(name1, name2, min(name1_len, name2_len)); memcmp 3889 net/ceph/osd_client.c memcmp(&osd->o_con.peer_addr, memcmp 2025 net/ceph/osdmap.c !memcmp(lhs->osds, rhs->osds, rhs->size * sizeof(rhs->osds[0]))) memcmp 869 net/core/dev.c !memcmp(dev->dev_addr, ha, dev->addr_len)) memcmp 5390 net/core/dev.c diffs = memcmp(skb_mac_header(p), memcmp 8243 net/core/dev.c else if (memcmp(&first, ppid, sizeof(*ppid))) memcmp 57 net/core/dev_addr_lists.c !memcmp(ha->addr, addr, addr_len)) { memcmp 119 net/core/dev_addr_lists.c if (!memcmp(ha->addr, addr, addr_len) && memcmp 532 net/core/dev_addr_lists.c if (!memcmp(ha->addr, addr, dev->addr_len) && memcmp 560 net/core/dev_addr_lists.c if (!memcmp(ha->addr, addr, dev->addr_len) && memcmp 744 net/core/dev_addr_lists.c if (!memcmp(ha->addr, addr, dev->addr_len) && memcmp 236 net/core/drop_monitor.c if (!memcmp(&location, &point->pc, sizeof(void *))) { memcmp 2975 net/core/ethtool.c if (memcmp(v6_m_spec->ip6src, &zero_addr, sizeof(zero_addr))) { memcmp 2981 net/core/ethtool.c if (memcmp(v6_m_spec->ip6dst, &zero_addr, sizeof(zero_addr))) { memcmp 2987 net/core/ethtool.c if (memcmp(v6_m_spec->ip6src, &zero_addr, sizeof(zero_addr)) || memcmp 2988 net/core/ethtool.c memcmp(v6_m_spec->ip6src, &zero_addr, sizeof(zero_addr))) { memcmp 406 net/core/fib_rules.c memcmp(r->iifname, rule->iifname, IFNAMSIZ)) memcmp 410 net/core/fib_rules.c memcmp(r->oifname, rule->oifname, IFNAMSIZ)) memcmp 671 net/core/fib_rules.c if (memcmp(r->iifname, rule->iifname, IFNAMSIZ)) memcmp 674 net/core/fib_rules.c if (memcmp(r->oifname, rule->oifname, IFNAMSIZ)) memcmp 1475 net/core/flow_dissector.c addr_diff = memcmp(&keys->addrs.v6addrs.dst, memcmp 558 net/core/neighbour.c if (!memcmp(n->primary_key, pkey, key_len) && memcmp 636 net/core/neighbour.c if (dev == n1->dev && !memcmp(n1->primary_key, n->primary_key, key_len)) { memcmp 692 net/core/neighbour.c if (!memcmp(n->key, pkey, key_len) && memcmp 769 net/core/neighbour.c if (!memcmp(n->key, pkey, key_len) && n->dev == dev && memcmp 1281 net/core/neighbour.c !memcmp(lladdr, neigh->ha, dev->addr_len)) memcmp 559 net/core/sock_map.c !memcmp(&elem->key, key, key_size)) memcmp 409 net/core/utils.c if (!memcmp(in6->sin6_addr.s6_addr, memcmp 385 net/decnet/af_decnet.c if (memcmp(scp->addr.sdn_objname, addr->sdn_objname, le16_to_cpu(addr->sdn_objnamel)) != 0) memcmp 1166 net/decnet/dn_dev.c if (memcmp(dev->dev_addr, dn_hiord, 4) != 0) memcmp 142 net/decnet/dn_fib.c memcmp(nfi->fib_metrics, fi->fib_metrics, sizeof(fi->fib_metrics)) == 0 && memcmp 547 net/decnet/dn_route.c if (memcmp(ptr, dn_hiord_addr, 4) != 0) memcmp 555 net/decnet/dn_route.c if (memcmp(ptr, dn_hiord_addr, 4) != 0) memcmp 178 net/dns_resolver/dns_key.c memcmp(opt, DNS_ERRORNO_OPTION, opt_nlen) == 0) { memcmp 504 net/ieee802154/6lowpan/reassembly.c return !!memcmp(&fq->key, key, sizeof(*key)); memcmp 56 net/ieee802154/6lowpan/tx.c if (!memcmp(daddr, ldev->broadcast, EUI64_ADDR_LEN)) { memcmp 661 net/ipv4/arp.c !memcmp(tha, sha, dev->addr_len); memcmp 252 net/ipv4/cipso_ipv4.c memcmp(entry->key, key, key_len) == 0) { memcmp 418 net/ipv4/fib_semantics.c memcmp(nfi->fib_metrics, fi->fib_metrics, memcmp 419 net/ipv4/fou.c if (guehdr->hlen && memcmp(&guehdr[1], &guehdr2[1], memcmp 2350 net/ipv4/igmp.c rv = memcmp(&psl->sl_addr[i], &mreqs->imr_sourceaddr, memcmp 2405 net/ipv4/igmp.c rv = memcmp(&psl->sl_addr[i], &mreqs->imr_sourceaddr, memcmp 531 net/ipv4/inet_diag.c if (memcmp(a1, a2, words << 2)) memcmp 726 net/ipv4/ip_fragment.c return !!memcmp(&fq->key, key, sizeof(*key)); memcmp 173 net/ipv4/ip_options.c if (memcmp(&ip_hdr(skb)->saddr, memcmp 592 net/ipv4/ip_options.c if (memcmp(&opt->nexthop, &optptr[srrptr-1], 4) == 0) memcmp 317 net/ipv4/ip_tunnel_core.c return memcmp(lwt_tun_info(a), lwt_tun_info(b), memcmp 540 net/ipv4/ipconfig.c if (memcmp(tha, dev->dev_addr, dev->addr_len)) memcmp 1044 net/ipv4/ipconfig.c !memcmp(b->exten, ic_bootp_cookie, 4)) { /* Check magic cookie */ memcmp 1098 net/ipv4/ipconfig.c if (memcmp(dev->dev_addr, b->hw_addr, dev->addr_len) != 0) memcmp 295 net/ipv4/netfilter/arp_tables.c memcmp(&e->arp, &uncond, sizeof(uncond)) == 0; memcmp 115 net/ipv4/netfilter/ip_tables.c memcmp(&e->ip, &uncond, sizeof(uncond)) == 0; memcmp 508 net/ipv4/netfilter/ipt_CLUSTERIP.c } else if (memcmp(&config->clustermac, &cipinfo->clustermac, ETH_ALEN)) memcmp 732 net/ipv4/tcp_ipv4.c if (genhash || memcmp(hash_location, newhash, 16) != 0) memcmp 1051 net/ipv4/tcp_ipv4.c if (!memcmp(&key->addr, addr, size) && memcmp 1334 net/ipv4/tcp_ipv4.c if (genhash || memcmp(hash_location, newhash, 16) != 0) { memcmp 1708 net/ipv4/tcp_ipv4.c memcmp(thtail + 1, th + 1, hdrlen - sizeof(*th))) memcmp 2362 net/ipv6/addrconf.c if (tmpaddr && memcmp(idev->rndid, &tmpaddr->s6_addr[8], 8) == 0) memcmp 4673 net/ipv6/addrconf.c memcmp(&ifp->peer_addr, cfg->peer_pfx, sizeof(struct in6_addr))) { memcmp 214 net/ipv6/calipso.c memcmp(entry->key, key, key_len) == 0) { memcmp 260 net/ipv6/ip6_offload.c if (memcmp(iph + 1, iph2 + 1, memcmp 1038 net/ipv6/ndisc.c if (lladdr && !memcmp(lladdr, dev->dev_addr, dev->addr_len) && memcmp 140 net/ipv6/netfilter/ip6_tables.c memcmp(&e->ipv6, &uncond, sizeof(uncond)) == 0; memcmp 41 net/ipv6/netfilter/ip6t_eui64.c if (!memcmp(ipv6_hdr(skb)->saddr.s6_addr + 8, eui64, memcmp 274 net/ipv6/seg6_hmac.c if (memcmp(hmac_output, tlv->hmac, SEG6_HMAC_FIELD_LEN) != 0) memcmp 491 net/ipv6/seg6_iptunnel.c return memcmp(a_hdr, b_hdr, len); memcmp 696 net/ipv6/seg6_local.c return memcmp(a->srh, b->srh, len); memcmp 745 net/ipv6/seg6_local.c return memcmp(&a->nh4, &b->nh4, sizeof(struct in_addr)); memcmp 771 net/ipv6/seg6_local.c return memcmp(&a->nh6, &b->nh6, sizeof(struct in6_addr)); memcmp 733 net/ipv6/tcp_ipv6.c if (genhash || memcmp(hash_location, newhash, 16) != 0) { memcmp 978 net/ipv6/tcp_ipv6.c if (genhash || memcmp(hash_location, newhash, 16) != 0) memcmp 400 net/iucv/af_iucv.c if (!memcmp(&iucv_sk(sk)->src_name, nm, 8)) memcmp 759 net/iucv/af_iucv.c if (!memcmp(sa->siucv_user_id, iucv_userid, 8)) memcmp 767 net/iucv/af_iucv.c if (!memcmp(dev->perm_addr, uid, 8)) { memcmp 1314 net/iucv/af_iucv.c if (memcmp(msg->rmmsg, iprm_shutdown, 8) == 0) { memcmp 1754 net/iucv/af_iucv.c !memcmp(&iucv_sk(sk)->src_name, src_name, 8)) { memcmp 2194 net/iucv/af_iucv.c if ((!memcmp(&iucv_sk(sk)->src_name, memcmp 2196 net/iucv/af_iucv.c (!memcmp(&iucv_sk(sk)->src_user_id, memcmp 2198 net/iucv/af_iucv.c (!memcmp(&iucv_sk(sk)->dst_name, nullstring, 8)) && memcmp 2199 net/iucv/af_iucv.c (!memcmp(&iucv_sk(sk)->dst_user_id, memcmp 2205 net/iucv/af_iucv.c if ((!memcmp(&iucv_sk(sk)->src_name, memcmp 2207 net/iucv/af_iucv.c (!memcmp(&iucv_sk(sk)->src_user_id, memcmp 2209 net/iucv/af_iucv.c (!memcmp(&iucv_sk(sk)->dst_name, memcmp 2211 net/iucv/af_iucv.c (!memcmp(&iucv_sk(sk)->dst_user_id, memcmp 631 net/l2tp/l2tp_core.c if (memcmp(ptr, &session->peer_cookie[0], session->peer_cookie_len)) { memcmp 85 net/llc/af_llc.c return !memcmp(addr, &llc_ui_addrnull, sizeof(*addr)); memcmp 212 net/mac80211/fils_aead.c if (memcmp(check, frame_iv, AES_BLOCK_SIZE) != 0) memcmp 246 net/mac80211/ht.c changed = memcmp(&sta->sta.ht_cap, &ht_cap, sizeof(ht_cap)); memcmp 1078 net/mac80211/ibss.c if (memcmp(&cap, &sta->sta.vht_cap, sizeof(cap))) memcmp 1147 net/mac80211/ibss.c memcmp(elems->ssid, sdata->u.ibss.ssid, memcmp 1568 net/mac80211/ibss.c memcmp(pos + 2, ifibss->ssid, ifibss->ssid_len))) { memcmp 78 net/mac80211/mesh.c memcmp(ifmsh->mesh_id, ie->mesh_id, ie->mesh_id_len) == 0 && memcmp 1183 net/mac80211/mesh.c memcmp(elems.mesh_id, ifmsh->mesh_id, ifmsh->mesh_id_len))) memcmp 738 net/mac80211/mesh_plink.c if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) { memcmp 838 net/mac80211/offchannel.c memcmp(sdata->u.mgd.associated->bssid, memcmp 2261 net/mac80211/rx.c if (memcmp(pn, rpn, IEEE80211_CCMP_PN_LEN)) memcmp 1735 net/mac80211/tdls.c !memcmp(elems.lnk_id->init_sta, sdata->vif.addr, ETH_ALEN); memcmp 1881 net/mac80211/tdls.c !memcmp(elems.lnk_id->init_sta, sdata->vif.addr, ETH_ALEN); memcmp 562 net/mac80211/vht.c if (!memcmp(mgmt->u.action.u.vht_group_notif.position, memcmp 564 net/mac80211/vht.c !memcmp(mgmt->u.action.u.vht_group_notif.membership, memcmp 177 net/mac80211/wep.c if (memcmp(&crc, data + data_len, IEEE80211_WEP_ICV_LEN) != 0) memcmp 533 net/mac80211/wpa.c res = memcmp(pn, key->u.ccmp.rx_pn[queue], memcmp 760 net/mac80211/wpa.c res = memcmp(pn, key->u.gcmp.rx_pn[queue], memcmp 1049 net/mac80211/wpa.c if (memcmp(ipn, key->u.aes_cmac.rx_pn, 6) <= 0) { memcmp 1099 net/mac80211/wpa.c if (memcmp(ipn, key->u.aes_cmac.rx_pn, 6) <= 0) { memcmp 1198 net/mac80211/wpa.c if (memcmp(ipn, key->u.aes_gmac.rx_pn, 6) <= 0) { memcmp 227 net/mac802154/llsec.c if (memcmp(pos->key->key, key->key, memcmp 123 net/netfilter/ipvs/ip_vs_pe_sip.c !memcmp(ct->pe_data, p->pe_data, p->pe_data_len)) memcmp 82 net/netfilter/nf_conncount.c return memcmp(a, b, klen * sizeof(u32)); memcmp 489 net/netfilter/nf_conntrack_ftp.c memcmp(&cmd.u3.all, &ct->tuplehash[dir].tuple.src.u3.all, memcmp 272 net/netfilter/nf_conntrack_h323_main.c memcmp(&addr, &ct->tuplehash[dir].tuple.src.u3, sizeof(addr)) || memcmp 298 net/netfilter/nf_conntrack_h323_main.c if (memcmp(&ct->tuplehash[dir].tuple.src.u3, memcmp 344 net/netfilter/nf_conntrack_h323_main.c memcmp(&addr, &ct->tuplehash[dir].tuple.src.u3, sizeof(addr)) || memcmp 357 net/netfilter/nf_conntrack_h323_main.c if (memcmp(&ct->tuplehash[dir].tuple.src.u3, memcmp 681 net/netfilter/nf_conntrack_h323_main.c memcmp(&addr, &ct->tuplehash[dir].tuple.src.u3, sizeof(addr)) || memcmp 694 net/netfilter/nf_conntrack_h323_main.c if (memcmp(&ct->tuplehash[dir].tuple.src.u3, memcmp 817 net/netfilter/nf_conntrack_h323_main.c if (memcmp(&ct->tuplehash[dir].tuple.src.u3, memcmp 868 net/netfilter/nf_conntrack_h323_main.c memcmp(&addr, &ct->tuplehash[!dir].tuple.src.u3, sizeof(addr))) { memcmp 885 net/netfilter/nf_conntrack_h323_main.c memcmp(&addr, &ct->tuplehash[!dir].tuple.dst.u3, sizeof(addr))) { memcmp 1262 net/netfilter/nf_conntrack_h323_main.c memcmp(&addr, &ct->tuplehash[dir].tuple.src.u3, memcmp 1336 net/netfilter/nf_conntrack_h323_main.c if (!memcmp(&addr, &ct->tuplehash[dir].tuple.src.u3, sizeof(addr)) && memcmp 1500 net/netfilter/nf_conntrack_h323_main.c !memcmp(&addr, &ct->tuplehash[dir].tuple.src.u3, sizeof(addr)) && memcmp 1514 net/netfilter/nf_conntrack_h323_main.c !memcmp(&addr, &ct->tuplehash[dir].tuple.src.u3, sizeof(addr)) && memcmp 1545 net/netfilter/nf_conntrack_h323_main.c if (!memcmp(&addr, &ct->tuplehash[dir].tuple.dst.u3, sizeof(addr))) { memcmp 154 net/netfilter/nf_conntrack_irc.c if (memcmp(data, "\1DCC ", 5)) { memcmp 167 net/netfilter/nf_conntrack_irc.c if (memcmp(data, dccprotos[i], strlen(dccprotos[i]))) { memcmp 75 net/netfilter/nf_conntrack_proto_gre.c !memcmp(&km->tuple.src.u3, &t->src.u3, sizeof(t->src.u3)) && memcmp 76 net/netfilter/nf_conntrack_proto_gre.c !memcmp(&km->tuple.dst.u3, &t->dst.u3, sizeof(t->dst.u3)) && memcmp 187 net/netfilter/nf_flow_table_core.c if (memcmp(&x->tuple, tuple, offsetof(struct flow_offload_tuple, dir))) memcmp 4684 net/netfilter/nf_tables_api.c memcmp(nft_set_ext_data(ext), memcmp 322 net/netfilter/nfnetlink_osf.c if (memcmp(&sf->finger, f, sizeof(struct nf_osf_user_finger))) memcmp 361 net/netfilter/nfnetlink_osf.c if (memcmp(&sf->finger, f, sizeof(struct nf_osf_user_finger))) memcmp 139 net/netfilter/nft_bitwise.c if (memcmp(&priv->xor, &zero, sizeof(priv->xor)) || memcmp 90 net/netfilter/nft_chain_route.c (memcmp(&ipv6_hdr(skb)->saddr, &saddr, sizeof(saddr)) || memcmp 91 net/netfilter/nft_chain_route.c memcmp(&ipv6_hdr(skb)->daddr, &daddr, sizeof(daddr)) || memcmp 32 net/netfilter/nft_cmp.c d = memcmp(®s->data[priv->sreg], &priv->data, priv->len); memcmp 29 net/netfilter/nft_range.c d1 = memcmp(®s->data[priv->sreg], &priv->data_from, priv->len); memcmp 30 net/netfilter/nft_range.c d2 = memcmp(®s->data[priv->sreg], &priv->data_to, priv->len); memcmp 96 net/netfilter/nft_set_bitmap.c if (memcmp(nft_set_ext_key(&be->ext), memcmp 114 net/netfilter/nft_set_bitmap.c if (memcmp(nft_set_ext_key(&be->ext), elem->key.val.data, set->klen) || memcmp 60 net/netfilter/nft_set_hash.c if (memcmp(nft_set_ext_key(&he->ext), x->key, x->set->klen)) memcmp 433 net/netfilter/nft_set_hash.c if (!memcmp(nft_set_ext_key(&he->ext), key, set->klen) && memcmp 453 net/netfilter/nft_set_hash.c if (!memcmp(nft_set_ext_key(&he->ext), elem->key.val.data, set->klen) && memcmp 511 net/netfilter/nft_set_hash.c if (!memcmp(nft_set_ext_key(&this->ext), memcmp 550 net/netfilter/nft_set_hash.c if (!memcmp(nft_set_ext_key(&he->ext), &elem->key.val, memcmp 44 net/netfilter/nft_set_rbtree.c return memcmp(this, nft_set_ext_key(&interval->ext), set->klen) == 0; memcmp 66 net/netfilter/nft_set_rbtree.c d = memcmp(this, key, set->klen); memcmp 147 net/netfilter/nft_set_rbtree.c d = memcmp(this, key, set->klen); memcmp 232 net/netfilter/nft_set_rbtree.c d = memcmp(nft_set_ext_key(&rbe->ext), memcmp 326 net/netfilter/nft_set_rbtree.c d = memcmp(nft_set_ext_key(&rbe->ext), &elem->key.val, memcmp 99 net/netfilter/xt_TEE.c if (memcmp(&info->gw, &tee_zero_address, memcmp 180 net/netfilter/xt_hashlimit.c return !memcmp(&ent->dst, b, sizeof(ent->dst)); memcmp 138 net/netfilter/xt_recent.c memcmp(&e->addr, addrp, sizeof(e->addr)) == 0 && memcmp 103 net/netrom/nr_dev.c if (!memcmp(dev->dev_addr, sa->sa_data, dev->addr_len)) memcmp 484 net/nfc/hci/core.c (memcmp(hdev->init_data.session_id, skb->data, memcmp 362 net/nfc/llcp_core.c if (memcmp(sn, tmp_sock->service_name, sn_len) == 0) { memcmp 632 net/nfc/llcp_core.c if (memcmp(local->remote_gb, llcp_magic, 3)) { memcmp 755 net/nfc/nci/hci.c !memcmp(ndev->hci_dev->init_data.session_id, skb->data, skb->len) && memcmp 520 net/openvswitch/actions.c if (unlikely(memcmp(saddr, masked, sizeof(masked)))) { memcmp 536 net/openvswitch/actions.c if (unlikely(memcmp(daddr, masked, sizeof(masked)))) { memcmp 1744 net/openvswitch/conntrack.c (memcmp(&info->range.max_addr.in6, memcmp 500 net/openvswitch/flow_table.c return !memcmp(flow->id.ufid, sfid->ufid, sfid->ufid_len); memcmp 603 net/openvswitch/flow_table.c && (memcmp(a_, b_, range_n_bytes(&a->range)) == 0); memcmp 3579 net/packet/af_packet.c memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) { memcmp 3616 net/packet/af_packet.c memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) { memcmp 61 net/rose/rose_dev.c if (!memcmp(dev->dev_addr, sa->sa_data, dev->addr_len)) memcmp 179 net/rxrpc/af_rxrpc.c if (memcmp(srx, &rx->srx, sizeof(*srx)) != 0) memcmp 142 net/rxrpc/conn_object.c memcmp(&peer->srx.transport.sin6.sin6_addr, memcmp 1058 net/rxrpc/key.c if (memcmp(key->description, "afs@", 4) != 0) memcmp 52 net/rxrpc/local_object.c memcmp(&local->srx.transport.sin.sin_addr, memcmp 62 net/rxrpc/local_object.c memcmp(&local->srx.transport.sin6.sin6_addr, memcmp 95 net/rxrpc/peer_object.c memcmp(&peer->srx.transport.sin.sin_addr, memcmp 102 net/rxrpc/peer_object.c memcmp(&peer->srx.transport.sin6.sin6_addr, memcmp 589 net/sched/cls_rsvp.h memcmp(&pinfo->dpi, &s->dpi, sizeof(s->dpi)) == 0 && memcmp 687 net/sched/em_meta.c r = memcmp((void *) a->value, (void *) b->value, a->len); memcmp 50 net/sched/em_nbyte.c return !memcmp(ptr, nbyte->pattern, nbyte->hdr.len); memcmp 419 net/sched/sch_api.c if (!memcmp(&rtab->rate, r, sizeof(struct tc_ratespec)) && memcmp 420 net/sched/sch_api.c !memcmp(&rtab->data, nla_data(tab), 1024)) { memcmp 504 net/sched/sch_api.c if (memcmp(&stab->szopts, s, sizeof(*s))) memcmp 506 net/sched/sch_api.c if (tsize > 0 && memcmp(stab->data, tab, tsize * sizeof(u16))) memcmp 175 net/sched/sch_choke.c return !memcmp(&choke_skb_cb(skb1)->keys, memcmp 170 net/sctp/auth.c return memcmp(vector1->data, vector2->data, vector1->len); memcmp 1761 net/sctp/sm_make_chunk.c if (memcmp(digest, cookie->signature, SCTP_SIGNATURE_SIZE)) { memcmp 4264 net/sctp/sm_statefuns.c if (memcmp(save_digest, digest, sig_len)) { memcmp 47 net/smc/smc_clc.c if (memcmp(clcm->eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER)) && memcmp 48 net/smc/smc_clc.c memcmp(clcm->eyecatcher, SMCD_EYECATCHER, sizeof(SMCD_EYECATCHER))) memcmp 89 net/smc/smc_clc.c if (memcmp(trl->eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER)) && memcmp 90 net/smc/smc_clc.c memcmp(trl->eyecatcher, SMCD_EYECATCHER, sizeof(SMCD_EYECATCHER))) memcmp 594 net/smc/smc_core.c return !memcmp(lgr->peer_systemid, lcl->id_for_peer, memcmp 596 net/smc/smc_core.c !memcmp(lgr->lnk[SMC_SINGLE_LINK].peer_gid, &lcl->gid, memcmp 598 net/smc/smc_core.c !memcmp(lgr->lnk[SMC_SINGLE_LINK].peer_mac, lcl->mac, memcmp 2292 net/socket.c !memcmp(&used_address->name, msg_sys->msg_name, memcmp 121 net/sunrpc/auth_gss/gss_krb5_unseal.c if (memcmp(md5cksum.data, ptr + GSS_KRB5_TOK_HDR_LEN, memcmp 192 net/sunrpc/auth_gss/gss_krb5_unseal.c if (memcmp(cksumobj.data, ptr + GSS_KRB5_TOK_HDR_LEN, memcmp 360 net/sunrpc/auth_gss/gss_krb5_wrap.c if (memcmp(md5cksum.data, ptr + GSS_KRB5_TOK_HDR_LEN, memcmp 561 net/sunrpc/auth_gss/gss_krb5_wrap.c if (memcmp(ptr, decrypted_hdr, 6) memcmp 562 net/sunrpc/auth_gss/gss_krb5_wrap.c || memcmp(ptr + 8, decrypted_hdr + 8, 8)) { memcmp 167 net/sunrpc/auth_gss/gss_mech_switch.c if (0 == memcmp(obj->data, pos->gm_oid.data, obj->len)) { memcmp 277 net/sunrpc/auth_gss/gss_rpc_xdr.c memcmp(p, CREDS_VALUE, sizeof(CREDS_VALUE)) == 0) { memcmp 69 net/sunrpc/auth_gss/svcauth_gss.c return a->len == b->len && 0 == memcmp(a->data, b->data, a->len); memcmp 2525 net/sunrpc/clnt.c WARN_ON(memcmp(&req->rq_rcv_buf, &req->rq_private_buf, memcmp 226 net/tipc/discover.c if (!memcmp(&maddr, &b->addr, sizeof(maddr))) memcmp 70 net/tipc/eth_media.c addr->broadcast = !memcmp(addr->value, bcast_mac, ETH_ALEN); memcmp 73 net/tipc/ib_media.c addr->broadcast = !memcmp(msg, b->bcast_addr.value, memcmp 290 net/tipc/node.c if (!memcmp(id, n->peer_id, 16) && memcmp 957 net/tipc/node.c if (!memcmp(n->peer_id, id, NODE_ID_LEN)) memcmp 1012 net/tipc/node.c addr_match = l && !memcmp(&le->maddr, maddr, sizeof(*maddr)); memcmp 237 net/tipc/topsrv.c if (!s || !memcmp(s, &sub->evt.s, sizeof(*s))) { memcmp 285 net/tipc/udp_media.c if (!memcmp(&rcast->addr, addr, sizeof(struct udp_media_addr))) memcmp 286 net/unix/af_unix.c !memcmp(u->addr->name, sunname, len)) memcmp 155 net/vmw_vsock/hyperv_transport.c return !memcmp(&id->b[4], &srv_id_template.b[4], sizeof(guid_t) - 4); memcmp 750 net/wireless/core.c memcmp(wiphy->perm_addr, wiphy->addresses[0].addr, memcmp 447 net/wireless/lib80211_crypt_tkip.c if (memcmp(icv, pos + plen, 4) != 0) { memcmp 597 net/wireless/lib80211_crypt_tkip.c if (memcmp(mic, skb->data + skb->len - 8, 8) != 0) { memcmp 185 net/wireless/lib80211_crypt_wep.c if (memcmp(icv, pos + plen, 4) != 0) { memcmp 506 net/wireless/mlme.c if (memcmp(reg->match, match_data, mlen) == 0) { memcmp 735 net/wireless/mlme.c if (memcmp(reg->match, data, reg->match_len)) memcmp 13498 net/wireless/nl80211.c if (memcmp(pmk_conf.aa, wdev->current_bss->pub.bssid, ETH_ALEN)) { memcmp 299 net/wireless/scan.c if (!memcmp(tmp_old + 2, tmp + 2, 5)) { memcmp 363 net/wireless/scan.c return memcmp(ssidie + 2, ssid, ssid_len) == 0; memcmp 725 net/wireless/scan.c !memcmp(elem->data + match_offset, match, match_len)) memcmp 795 net/wireless/scan.c mesh_id_cmp = memcmp(ie1 + 2, ie2 + 2, ie1[1]); memcmp 808 net/wireless/scan.c return memcmp(ie1 + 2, ie2 + 2, ie1[1]); memcmp 812 net/wireless/scan.c r = memcmp(a->bssid, b->bssid, sizeof(a->bssid)); memcmp 854 net/wireless/scan.c return memcmp(ie1 + 2, ie2 + 2, ie1[1]); memcmp 1178 net/wireless/sme.c memcmp(wdev->ssid, connect->ssid, wdev->ssid_len))) memcmp 173 net/wireless/wext-sme.c memcmp(wdev->wext.connect.ssid, ssid, len) == 0) memcmp 332 net/wireless/wext-sme.c memcmp(wdev->wext.ie, ie, ie_len) == 0) memcmp 295 net/x25/af_x25.c if((memcmp(x25_sk(s)->calluserdata.cuddata, memcmp 38 net/x25/x25_route.c if (!memcmp(&rt->address, address, sigdigits) && memcmp 89 net/x25/x25_route.c if (!memcmp(&rt->address, address, sigdigits) && memcmp 159 net/x25/x25_route.c if (!memcmp(&rt->address, addr, rt->sigdigits)) { memcmp 807 net/xfrm/xfrm_policy.c delta = memcmp(a->a6, b->a6, pdw << 2); memcmp 4241 net/xfrm/xfrm_policy.c if (memcmp(sel_tgt, sel_cmp, sizeof(*sel_tgt)) == 0) { memcmp 4368 net/xfrm/xfrm_policy.c if (!memcmp(&m[i].old_daddr, &m[j].old_daddr, memcmp 4370 net/xfrm/xfrm_policy.c !memcmp(&m[i].old_saddr, &m[j].old_saddr, memcmp 65 net/xfrm/xfrm_replay.c if (memcmp(&x->replay, &x->preplay, memcmp 308 net/xfrm/xfrm_replay.c if (memcmp(x->replay_esn, x->preplay_esn, memcmp 374 net/xfrm/xfrm_replay.c if (memcmp(x->replay_esn, x->preplay_esn, memcmp 1668 net/xfrm/xfrm_state.c if (!use_spi && memcmp(&x1->sel, &x->sel, sizeof(x1->sel))) memcmp 636 samples/bpf/bpf_load.c if (memcmp(shname, "kprobe/", 7) == 0 || memcmp 637 samples/bpf/bpf_load.c memcmp(shname, "kretprobe/", 10) == 0 || memcmp 638 samples/bpf/bpf_load.c memcmp(shname, "tracepoint/", 11) == 0 || memcmp 639 samples/bpf/bpf_load.c memcmp(shname, "raw_tracepoint/", 15) == 0 || memcmp 640 samples/bpf/bpf_load.c memcmp(shname, "xdp", 3) == 0 || memcmp 641 samples/bpf/bpf_load.c memcmp(shname, "perf_event", 10) == 0 || memcmp 642 samples/bpf/bpf_load.c memcmp(shname, "socket", 6) == 0 || memcmp 643 samples/bpf/bpf_load.c memcmp(shname, "cgroup/", 7) == 0 || memcmp 644 samples/bpf/bpf_load.c memcmp(shname, "sockops", 7) == 0 || memcmp 645 samples/bpf/bpf_load.c memcmp(shname, "sk_skb", 6) == 0 || memcmp 646 samples/bpf/bpf_load.c memcmp(shname, "sk_msg", 6) == 0) { memcmp 250 samples/bpf/cookie_uid_helper_example.c res = memcmp(&(si_other.sin_addr), &(si_me.sin_addr), memcmp 76 samples/bpf/test_probe_write_user_user.c assert(memcmp(&serv_addr, &tmp_addr, sizeof(struct sockaddr_in)) == 0); memcmp 54 samples/bpf/tracex2_user.c if (memcmp(&next_key, task, SIZE)) { memcmp 92 samples/bpf/tracex2_user.c if (memcmp(&tasks[i], &next_key, SIZE) == 0) memcmp 348 samples/qmi/qmi_sample_client.c else if (!resp->pong_valid || memcmp(resp->pong, "pong", 4)) memcmp 412 samples/qmi/qmi_sample_client.c memcmp(resp->data, req->data, req->data_len)) { memcmp 302 samples/vfio-mdev/mbochs.c return memcmp(mode1, mode2, sizeof(struct mbochs_mode)) == 0; memcmp 329 scripts/asn1_compiler.c val = memcmp(token->content, dir, clen); memcmp 475 scripts/asn1_compiler.c if (memcmp(p, "::=", 3) == 0) { memcmp 485 scripts/asn1_compiler.c if (memcmp(p, "({", 2) == 0) { memcmp 492 scripts/asn1_compiler.c if (memcmp(p, "})", 2) == 0) { memcmp 726 scripts/asn1_compiler.c return memcmp((*a)->name->content, (*b)->name->content, memcmp 739 scripts/asn1_compiler.c return memcmp(token->content, type->name->content, memcmp 193 scripts/basic/fixdep.c memcmp(aux->name, name, len) == 0) memcmp 239 scripts/basic/fixdep.c return !memcmp(s + slen - sublen, sub, sublen); memcmp 560 scripts/dtc/checks.c || (memcmp(prop->val.val, node->name, node->basenamelen) != 0)) { memcmp 57 scripts/dtc/dtc.h #define strprefixeq(a, n, b) (strlen(b) == (n) && (memcmp(a, b, n) == 0)) memcmp 272 scripts/dtc/libfdt/fdt.c if (memcmp(p, s, len) == 0) memcmp 751 scripts/dtc/libfdt/fdt_overlay.c if ((e - s) < len || memcmp(s, "/__overlay__/", len)) memcmp 23 scripts/dtc/libfdt/fdt_ro.c if (memcmp(p, s, len) != 0) memcmp 99 scripts/dtc/libfdt/fdt_ro.c return p && (slen == len) && (memcmp(p, s, len) == 0); memcmp 649 scripts/dtc/libfdt/fdt_ro.c && (memcmp(val, propval, len) == 0)) memcmp 687 scripts/dtc/libfdt/fdt_ro.c if (memcmp(str, strlist, len+1) == 0) memcmp 743 scripts/dtc/libfdt/fdt_ro.c if (length == len && memcmp(list, string, length) == 0) memcmp 71 scripts/genksyms/keywords.c if (len == l && !memcmp(str, r->name, len)) memcmp 641 scripts/kallsyms.c if (!memcmp(symbol + 2, "start_", 6)) memcmp 645 scripts/kallsyms.c if (!memcmp(symbol + 2, "stop_", 5)) memcmp 649 scripts/kallsyms.c if (!memcmp(symbol + 2, "end_", 4)) memcmp 653 scripts/kallsyms.c if (!memcmp(symbol + len - 6, "_start", 6)) memcmp 657 scripts/kallsyms.c if (!memcmp(symbol + len - 4, "_end", 4)) memcmp 417 scripts/kconfig/confdata.c if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) memcmp 448 scripts/kconfig/confdata.c } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { memcmp 434 scripts/kconfig/symbol.c if (memcmp(&oldval, &sym->curr, sizeof(oldval))) { memcmp 1344 scripts/mod/file2alias.c return memcmp(name, symbol, namelen) == 0; memcmp 17 scripts/mod/mk_elfconfig.c if (memcmp(ei, ELFMAG, SELFMAG) != 0) { memcmp 49 scripts/mod/mk_elfconfig.c if (memcmp(endian_test.c, "\x01\x02", 2) == 0) memcmp 51 scripts/mod/mk_elfconfig.c else if (memcmp(endian_test.c, "\x02\x01", 2) == 0) memcmp 838 scripts/mod/modpost.c return memcmp(s + slen - sublen, sub, sublen); memcmp 2412 scripts/mod/modpost.c if (memcmp(tmp, b->p, b->pos) != 0) memcmp 270 scripts/recordmcount.c if (memcmp(ptr, bl_mcount_arm, 4) == 0) { memcmp 271 scripts/recordmcount.c if (memcmp(ptr - 4, push_arm, 4) == 0) { memcmp 277 scripts/recordmcount.c } else if (memcmp(ptr - 2, push_bl_mcount_thumb, 6) == 0) { memcmp 516 scripts/recordmcount.c if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 || memcmp 96 scripts/selinux/genheaders/genheaders.c if (len >= l && memcmp(map->name + len - l, s, l) == 0) memcmp 297 scripts/sortextable.c if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 memcmp 947 security/apparmor/apparmorfs.c !memcmp(t->data, QUERY_CMD_PROFILE, QUERY_CMD_PROFILE_LEN)) { memcmp 952 security/apparmor/apparmorfs.c !memcmp(t->data, QUERY_CMD_LABEL, QUERY_CMD_LABEL_LEN)) { memcmp 957 security/apparmor/apparmorfs.c !memcmp(t->data, QUERY_CMD_LABELALL, memcmp 963 security/apparmor/apparmorfs.c !memcmp(t->data, QUERY_CMD_DATA, QUERY_CMD_DATA_LEN)) { memcmp 142 security/apparmor/policy_unpack.c if (aa_g_hash_policy && memcmp(l->hash, r->hash, aa_hash_size()) != 0) memcmp 144 security/apparmor/policy_unpack.c return memcmp(l->data, r->data, r->size) == 0; memcmp 177 security/integrity/ima/ima_appraise.c if (!memcmp(&xattr_value->data[16], &zero, 4)) memcmp 233 security/integrity/ima/ima_appraise.c rc = memcmp(&xattr_value->data[hash_start], memcmp 74 security/integrity/ima/ima_modsig.c if (memcmp(p, MODULE_SIG_STRING, marker_len)) memcmp 60 security/integrity/ima/ima_queue.c rc = memcmp(qe->entry->digest, digest_value, TPM_DIGEST_SIZE); memcmp 317 security/keys/keyring.c memcmp(key->index_key.description, index_key->description, memcmp 251 security/keys/trusted.c if (memcmp(testhmac, authdata, SHA1_DIGEST_SIZE)) memcmp 344 security/keys/trusted.c if (memcmp(testhmac1, authdata1, SHA1_DIGEST_SIZE)) { memcmp 353 security/keys/trusted.c if (memcmp(testhmac2, authdata2, SHA1_DIGEST_SIZE)) memcmp 444 security/selinux/hooks.c if (len > l || memcmp(s, tokens[i].name, len)) memcmp 41 security/selinux/ss/ebitmap.c !memcmp(n1->maps, n2->maps, EBITMAP_SIZE / 8)) { memcmp 77 security/smack/smack_lsm.c if (len > l || memcmp(s, smk_mount_opts[i].name, len)) memcmp 1266 security/tomoyo/common.h return !memcmp(a->ip, b->ip, sizeof(a->ip)) && a->group == b->group && memcmp 365 security/tomoyo/condition.c !memcmp(a + 1, b + 1, a->size - sizeof(*a)); memcmp 39 security/tomoyo/group.c return !memcmp(&container_of(a, struct tomoyo_number_group, head) memcmp 202 security/tomoyo/group.c if (memcmp(&member->address.ip[0], address, size) > 0 || memcmp 203 security/tomoyo/group.c memcmp(address, &member->address.ip[1], size) > 0) memcmp 112 security/tomoyo/network.c !memcmp(min_ip, max_ip, 16) ? '\0' : '-', max_ip); memcmp 435 security/tomoyo/network.c memcmp(&acl->address.ip[0], memcmp 437 security/tomoyo/network.c memcmp(r->param.inet_network.address, memcmp 1083 sound/core/control.c change = memcmp(&ucontrol->value, dst, size) != 0; memcmp 1108 sound/core/control.c change = memcmp(ue->tlv_data, container, size) != 0; memcmp 504 sound/core/seq/seq_midi_emul.c memcmp(buf, gm_on_macro, sizeof(gm_on_macro)) == 0) { memcmp 515 sound/core/seq/seq_midi_emul.c memcmp(buf, gs_pfx_macro, sizeof(gs_pfx_macro)) == 0) { memcmp 566 sound/core/seq/seq_midi_emul.c memcmp(buf, xg_on_macro, sizeof(xg_on_macro)) == 0) { memcmp 194 sound/drivers/opl3/opl3_synth.c if (!memcmp(inst.key, FM_KEY_SBI, 4) || memcmp 195 sound/drivers/opl3/opl3_synth.c !memcmp(inst.key, FM_KEY_2OP, 4)) memcmp 197 sound/drivers/opl3/opl3_synth.c else if (!memcmp(inst.key, FM_KEY_4OP, 4)) memcmp 41 sound/drivers/opl4/yrw801.c if (memcmp(buf, "CopyrightYAMAHA", 15)) memcmp 37 sound/firewire/oxfw/oxfw-proc.c if (memcmp(&formation, &curr, sizeof(curr)) == 0) memcmp 67 sound/firewire/oxfw/oxfw-proc.c if (memcmp(&formation, &curr, sizeof(curr)) == 0) memcmp 230 sound/firewire/oxfw/oxfw-scs1x.c !memcmp(scs->buffer + 1, sysex_escape_prefix, memcmp 792 sound/hda/hdmi_chmap.c if (!memcmp(chmap, per_pin_chmap, sizeof(chmap))) memcmp 109 sound/i2c/cs8427.c if (!memcmp(hw_data, ndata, count)) memcmp 116 sound/i2c/cs8427.c if (memcmp(hw_data, data, count) == 0) { memcmp 435 sound/i2c/cs8427.c change = memcmp(ucontrol->value.iec958.status, status, 24) != 0; memcmp 115 sound/isa/gus/gus_mem.c if (!memcmp(share_id, block->share_id, memcmp 1708 sound/pci/ctxfi/cthw20k2.c if (memcmp(&cs_read, &cs_def, sizeof(cs_read))) memcmp 627 sound/pci/hda/hda_proc.c memcmp(list, conn, conn_len) != 0)) { memcmp 1481 sound/pci/hda/patch_hdmi.c memcmp(pin_eld->eld_buffer, eld->eld_buffer, memcmp 2588 sound/pci/hda/patch_hdmi.c !memcmp(conns, spec->cvt_nids, spec->num_cvts * sizeof(hda_nid_t))) memcmp 1210 sound/pci/riptide/riptide.c if (!memcmp(&firmware_versions[i], &firmware, sizeof(firmware))) memcmp 489 sound/ppc/snd_ps3.c if (memcmp(&card->avs, &avs, sizeof(avs))) { memcmp 727 sound/ppc/snd_ps3.c if (memcmp(ps3av_mode_cs_info, ucontrol->value.iec958.status, 8)) { memcmp 504 sound/soc/codecs/sigmadsp.c if (memcmp(ssfw_head->magic, SIGMA_MAGIC, ARRAY_SIZE(ssfw_head->magic))) { memcmp 60 sound/soc/codecs/wm8958-dsp2.c if (memcmp(fw->data, "WMFW", 4) != 0) { memcmp 1839 sound/soc/codecs/wm_adsp.c if (memcmp(&header->magic[0], "WMFW", 4) != 0) { memcmp 2492 sound/soc/codecs/wm_adsp.c if (memcmp(hdr->magic, "WMDR", 4) != 0) { memcmp 231 sound/soc/intel/atom/sst/sst_ipc.c if (memcmp(&sst_drv_ctx->fw_version, &init->fw_version, memcmp 297 sound/synth/emux/soundfont.c memcmp(sf->name, name, SNDRV_SFNT_PATCH_NAME_LEN) == 0)); memcmp 346 sound/usb/6fire/firmware.c if (!memcmp(version, known_fw_versions + i, 2)) memcmp 181 sound/usb/line6/pod.c if (memcmp(buf, pod_version_header, sizeof(pod_version_header)) == 0) { memcmp 197 sound/usb/line6/pod.c if (memcmp(buf + 1, line6_midi_id, sizeof(line6_midi_id)) != 0) memcmp 125 sound/usb/line6/variax.c if (memcmp(buf + 1, variax_init_version + 1, memcmp 133 sound/usb/line6/variax.c } else if (memcmp(buf + 1, variax_init_done + 1, memcmp 140 sound/usb/stream.c !memcmp(prev->chmap, fp->chmap, sizeof(*fp->chmap))) memcmp 415 sound/usb/usx2y/us122l.c if (!s || memcmp(&cfg, &s->cfg, sizeof(cfg))) { memcmp 421 sound/usb/usx2y/us122l.c if (!s || memcmp(&cfg, &s->cfg, sizeof(cfg)) || memcmp 192 tools/bpf/bpf_dbg.c return memcmp(pattern, cmd, len); memcmp 117 tools/bpf/bpftool/main.c return !memcmp(str, pfx, strlen(pfx)); memcmp 111 tools/bpf/bpftool/prog.c if (!memcmp(tag, info.tag, BPF_TAG_SIZE)) memcmp 283 tools/hv/hv_kvp_daemon.c if (memcmp(key, record[i].key, key_size)) memcmp 332 tools/hv/hv_kvp_daemon.c if (memcmp(key, record[i].key, key_size)) memcmp 384 tools/hv/hv_kvp_daemon.c if (memcmp(key, record[i].key, key_size)) memcmp 152 tools/lib/subcmd/help.c return len > extlen && !memcmp(filename + len - extlen, ext, extlen); memcmp 1853 tools/objtool/check.c if (memcmp(&state1->cfa, &state2->cfa, sizeof(state1->cfa))) { memcmp 1859 tools/objtool/check.c } else if (memcmp(&state1->regs, &state2->regs, sizeof(state1->regs))) { memcmp 1861 tools/objtool/check.c if (!memcmp(&state1->regs[i], &state2->regs[i], memcmp 146 tools/objtool/orc_gen.c memcmp(&insn->orc, &prev_insn->orc, memcmp 182 tools/objtool/orc_gen.c if (!prev_insn || memcmp(&insn->orc, &prev_insn->orc, memcmp 951 tools/perf/arch/x86/util/intel-pt.c return memcmp(buf1, buf2 + offs2, compare_size); memcmp 954 tools/perf/arch/x86/util/intel-pt.c if (memcmp(buf1, buf2 + offs2, part_size)) memcmp 959 tools/perf/arch/x86/util/intel-pt.c return memcmp(buf1 + part_size, buf2, compare_size); memcmp 287 tools/perf/builtin-buildid-cache.c } else if (memcmp(dso->build_id, build_id, sizeof(dso->build_id))) { memcmp 359 tools/perf/tests/code-reading.c if (memcmp(buf1, buf2, len)) { memcmp 143 tools/perf/tests/dso-data.c TEST_ASSERT_VAL("Wrong data", !memcmp(buf, data->data, 10)); memcmp 27 tools/perf/tests/sample-parsing.c if (memcmp(&s1->m, &s2->m, sizeof(s1->m))) { \ memcmp 94 tools/perf/tests/sample-parsing.c if (memcmp(s1->raw_data, s2->raw_data, s1->raw_size)) { memcmp 113 tools/perf/tests/sample-parsing.c memcmp(s1->user_regs.regs, s2->user_regs.regs, sz))) { memcmp 121 tools/perf/tests/sample-parsing.c if (memcmp(s1->user_stack.data, s2->user_stack.data, memcmp 144 tools/perf/tests/sample-parsing.c memcmp(s1->intr_regs.regs, s2->intr_regs.regs, sz))) { memcmp 1254 tools/perf/util/dso.c return memcmp(dso->build_id, build_id, sizeof(dso->build_id)) == 0; memcmp 2026 tools/perf/util/header.c if (memcmp(filename, "nel.kallsyms]", 13) == 0) { memcmp 3252 tools/perf/util/header.c if (!memcmp(&magic, __perf_magic1, sizeof(magic)) memcmp 3266 tools/perf/util/header.c ret = memcmp(&magic, __perf_magic1, sizeof(magic)); memcmp 241 tools/perf/util/intel-bts.c if (!memcmp(buf_a + offs, buf_b, len)) memcmp 2444 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (!memcmp(end - i, INTEL_PT_PSB_STR, i)) memcmp 2456 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c memcmp(decoder->buf, psb + part_psb, rest_psb)) memcmp 2729 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (!memcmp(p + 1, n + 1, INTEL_PT_PSB_LEN - 1)) memcmp 121 tools/perf/util/lzma.c memcmp(buf, magic, sizeof(buf)) == 0 : false; memcmp 1553 tools/perf/util/machine.c is_kernel_mmap = memcmp(event->mmap.filename, memcmp 40 tools/perf/util/path.c if (!memcmp(path, "./", 2)) { memcmp 2193 tools/perf/util/sort.c return memcmp(a->raw_data + offset, b->raw_data + offset, size); memcmp 518 tools/perf/util/symbol-elf.c if (memcmp(name, "GNU", sizeof("GNU")) == 0) { memcmp 585 tools/perf/util/symbol-elf.c if (memcmp(bf, "GNU", sizeof("GNU")) == 0) { memcmp 1795 tools/perf/util/symbol-elf.c if (memcmp(buf_from, buf_to, len)) memcmp 2204 tools/perf/util/symbol-elf.c !memcmp(data->d_buf + name_off, SDT_NOTE_NAME, memcmp 64 tools/perf/util/symbol-minimal.c if (memcmp(name, "GNU", sizeof("GNU")) == 0) { memcmp 104 tools/perf/util/symbol-minimal.c if (memcmp(e_ident, ELFMAG, SELFMAG) || memcmp 309 tools/perf/util/symbol-minimal.c if (memcmp(e_ident, ELFMAG, SELFMAG) || memcmp 203 tools/perf/util/trace-event-read.c if (memcmp(buf, "header_page", 12) != 0) { memcmp 233 tools/perf/util/trace-event-read.c if (memcmp(buf, "header_event", 13) != 0) { memcmp 393 tools/perf/util/trace-event-read.c if (memcmp(buf, test, 3) != 0) { memcmp 400 tools/perf/util/trace-event-read.c if (memcmp(buf, "tracing", 7) != 0) { memcmp 96 tools/perf/util/zlib.c memcmp(buf, magic, sizeof(buf)) == 0 : false; memcmp 188 tools/power/cpupower/debug/i386/dump_psb.c if (memcmp(p, "AMDK7PNOW!", 10) == 0) { memcmp 389 tools/spi/spidev_test.c if (memcmp(tx, rx, len)) { memcmp 967 tools/testing/nvdimm/test/nfit.c } else if (memcmp(nd_cmd->passphrase, sec->passphrase, memcmp 991 tools/testing/nvdimm/test/nfit.c } else if (memcmp(nd_cmd->old_pass, sec->passphrase, memcmp 1036 tools/testing/nvdimm/test/nfit.c } else if (memcmp(nd_cmd->passphrase, sec->passphrase, memcmp 1059 tools/testing/nvdimm/test/nfit.c } else if (memcmp(nd_cmd->passphrase, sec->passphrase, memcmp 1065 tools/testing/nvdimm/test/nfit.c && (memcmp(nd_cmd->passphrase, zero_key, memcmp 1088 tools/testing/nvdimm/test/nfit.c memcmp(nd_cmd->passphrase, sec->passphrase, memcmp 1139 tools/testing/nvdimm/test/nfit.c } else if (memcmp(nd_cmd->old_pass, sec->master_passphrase, memcmp 1166 tools/testing/nvdimm/test/nfit.c } else if (memcmp(nd_cmd->passphrase, sec->master_passphrase, memcmp 114 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c !memcmp(jited_insns, zeros, sizeof(zeros))) || memcmp 116 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c !memcmp(xlated_insns, zeros, sizeof(zeros)) || memcmp 130 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c !!memcmp(jited_insns, zeros, sizeof(zeros)), memcmp 131 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c !!memcmp(xlated_insns, zeros, sizeof(zeros)), memcmp 188 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c memcmp(&prog_info, &prog_infos[i], info_len) || memcmp 193 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c memcmp(&prog_info, &prog_infos[i], info_len), memcmp 235 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c memcmp(&map_info, &map_infos[i], info_len) || memcmp 240 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c memcmp(&map_info, &map_infos[i], info_len), memcmp 361 tools/testing/selftests/bpf/prog_tests/core_reloc.c equal = memcmp(data.out, test_case->output, memcmp 13 tools/testing/selftests/bpf/prog_tests/flow_dissector.c CHECK_ATTR(memcmp(&got, &expected, sizeof(got)) != 0, \ memcmp 62 tools/testing/selftests/bpf/prog_tests/global_data.c CHECK(err || memcmp(str, tests[i].str, sizeof(str)), memcmp 96 tools/testing/selftests/bpf/prog_tests/global_data.c CHECK(err || memcmp(&val, &tests[i].val, sizeof(val)), memcmp 950 tools/testing/selftests/bpf/prog_tests/sockopt.c if (memcmp(optval, test->get_optval, optlen) != 0) { memcmp 3924 tools/testing/selftests/bpf/test_btf.c (ret = memcmp(user_btf[0], user_btf[1], info[0].btf_size)), memcmp 4054 tools/testing/selftests/bpf/test_btf.c (ret = memcmp(raw_btf, user_btf, expected_nbytes)), memcmp 6849 tools/testing/selftests/bpf/test_btf.c if (CHECK(memcmp((void *)test_type, memcmp 278 tools/testing/selftests/bpf/test_select_reuseport.c if (memcmp(&result, &expected, offsetof(struct data_check, memcmp 1113 tools/testing/selftests/bpf/test_sock_addr.c !memcmp(&six1->sin6_addr, &six2->sin6_addr, memcmp 187 tools/testing/selftests/bpf/test_sock_fields.c memcmp(listen_sk.src_ip6, &in6addr_loopback, memcmp 201 tools/testing/selftests/bpf/test_sock_fields.c memcmp(srv_sk.src_ip6, &in6addr_loopback, memcmp 203 tools/testing/selftests/bpf/test_sock_fields.c memcmp(srv_sk.dst_ip6, &in6addr_loopback, memcmp 214 tools/testing/selftests/bpf/test_sock_fields.c memcmp(cli_sk.src_ip6, &in6addr_loopback, memcmp 216 tools/testing/selftests/bpf/test_sock_fields.c memcmp(cli_sk.dst_ip6, &in6addr_loopback, memcmp 176 tools/testing/selftests/bpf/test_tag.c if (memcmp(ftag, atag, sizeof(ftag))) memcmp 118 tools/testing/selftests/bpf/test_verifier_log.c if (memcmp(full_log, log, LOG_SIZE)) { memcmp 108 tools/testing/selftests/ipc/msgque.c if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) { memcmp 541 tools/testing/selftests/kvm/lib/kvm_util.c int ret = memcmp((void *)ptr1, (void *)ptr2, amt); memcmp 83 tools/testing/selftests/kvm/s390x/memop.c TEST_ASSERT(!memcmp(mem1, mem2, maxsize), memcmp 145 tools/testing/selftests/kvm/x86_64/evmcs_test.c TEST_ASSERT(!memcmp(®s1, ®s2, sizeof(regs2)), memcmp 187 tools/testing/selftests/kvm/x86_64/state_test.c TEST_ASSERT(!memcmp(®s1, ®s2, sizeof(regs2)), memcmp 315 tools/testing/selftests/memfd/fuse_test.c if (was_sealed && memcmp(p, zero, mfd_def_size)) { memcmp 318 tools/testing/selftests/memfd/fuse_test.c } else if (!was_sealed && !memcmp(p, zero, mfd_def_size)) { memcmp 78 tools/testing/selftests/net/ip_defrag.c if (memcmp(udp_payload, recv_buff, payload_len)) memcmp 101 tools/testing/selftests/net/ipv6_flowlabel.c if (memcmp(data, cfg_data, sizeof(data))) memcmp 645 tools/testing/selftests/net/msg_zerocopy.c if (memcmp(buf + off, payload, ret)) memcmp 526 tools/testing/selftests/net/nettest.c if (memcmp(&s6->sin6_addr, exp_in, sizeof(*exp_in))) { memcmp 126 tools/testing/selftests/net/psock_lib.h if (memcmp(buf, rbuf, sizeof(buf))) { memcmp 284 tools/testing/selftests/net/psock_snd.c if (memcmp(rbuf, expected, ret)) memcmp 212 tools/testing/selftests/net/so_txtime.c memcmp(&so_txtime_val, &so_txtime_val_read, vallen)) memcmp 95 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, test_str, send_len), 0); memcmp 195 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str, recv_buf, to_send), 0); memcmp 209 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, recv_mem, send_len), 0); memcmp 221 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, test_str, send_len), 0); memcmp 235 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, test_str, send_len), 0); memcmp 264 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, test_str, send_len), 0); memcmp 292 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf + SEND_LEN * i, memcmp 350 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_strs[i], buf + len_cmp, memcmp 404 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(mem_send, mem_recv, send_len), 0); memcmp 422 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(mem_send, mem_recv, send_len), 0); memcmp 438 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str, buf, send_len2), 0); memcmp 444 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(mem_send, mem_recv, send_len), 0); memcmp 458 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(mem_send, mem_recv, send_len), 0); memcmp 476 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str, buf, send_len), 0); memcmp 494 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(send_mem, recv_mem, send_len), 0); memcmp 538 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(send_mem, recv_mem, total_len), 0); memcmp 553 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(send_mem, recv_mem, send_len), 0); memcmp 554 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(send_mem, recv_mem + send_len, send_len), 0); memcmp 569 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(send_mem, recv_mem, total_len), 0); memcmp 584 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str_first, recv_mem, strlen(test_str_first)), 0); memcmp 588 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str_second, recv_mem, strlen(test_str_second)), memcmp 610 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str, buf, send_len), 0); memcmp 613 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str, buf, send_len), 0); memcmp 627 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str, buf, send_len), 0); memcmp 631 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str, buf, send_len), 0); memcmp 654 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str_first, buf, len), 0); memcmp 664 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str, buf, len), 0); memcmp 680 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str, buf, len), 0); memcmp 702 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(test_str, buf, len), 0); memcmp 721 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(send_mem, recv_mem, 10), 0); memcmp 722 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(send_mem, recv_mem + 10, 5), 0); memcmp 752 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, test_str, send_len), 0); memcmp 758 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, test_str, send_len), 0); memcmp 1080 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, test_str, send_len), 0); memcmp 1093 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, test_str, send_len), 0); memcmp 1106 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, test_str, send_len), 0); memcmp 1329 tools/testing/selftests/net/tls.c EXPECT_EQ(memcmp(buf, test_str, send_len), 0); memcmp 215 tools/testing/selftests/networking/timestamping/timestamping.c else if (!memcmp(sync, data + res - sizeof(sync), memcmp 176 tools/testing/selftests/powerpc/alignment/alignment_handler.c if (memcmp(s1c, s2c, n)) { memcmp 38 tools/testing/selftests/powerpc/copyloops/validate.c if (memcmp(dstp, srcp, len)) { memcmp 50 tools/testing/selftests/powerpc/copyloops/validate.c if (memcmp(dst, redzone, dstp - dst)) { memcmp 56 tools/testing/selftests/powerpc/copyloops/validate.c if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { memcmp 51 tools/testing/selftests/powerpc/math/vmx_signal.c if (memcmp(mc->v_regs->vrregs[i], &varray[i - 20], 16)) { memcmp 55 tools/testing/selftests/powerpc/math/vsx_preempt.c if (memcmp(&a[i + 12], &zero, sizeof(vector int)) == 0) { memcmp 61 tools/testing/selftests/powerpc/math/vsx_preempt.c if (memcmp(a, &a[12], 12 * sizeof(vector int))) { memcmp 205 tools/testing/selftests/powerpc/ptrace/core-pkey.c ret = memcmp(ehdr->e_ident, ELFMAG, SELFMAG); memcmp 42 tools/testing/selftests/powerpc/stringloops/memcmp.c y = memcmp(s1+offset, s2+offset, size); memcmp 64 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c fail = memcmp(ucp->uc_mcontext.v_regs->vrregs[VMX20 + i], memcmp 82 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c fail = memcmp(tm_ucp->uc_mcontext.v_regs->vrregs[VMX20 + i], memcmp 109 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c fail = memcmp(vsx, &vsxs[i], sizeof(vector int)); memcmp 133 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c fail = memcmp(vsx_tm, &vsxs[NV_VSX_REGS + i], sizeof(vector int)); memcmp 327 tools/testing/selftests/proc/proc-pid-vm.c assert(memcmp(buf, buf0, strlen(buf0)) == 0); memcmp 329 tools/testing/selftests/proc/proc-pid-vm.c assert(memcmp(buf + strlen(buf0), str_vsyscall, strlen(str_vsyscall)) == 0); memcmp 348 tools/testing/selftests/proc/proc-pid-vm.c assert(memcmp(buf, buf0, strlen(buf0)) == 0); memcmp 404 tools/testing/selftests/proc/proc-pid-vm.c assert(memcmp(buf, bufr, strlen(bufr)) == 0); memcmp 125 tools/testing/selftests/proc/setns-dcache.c assert(memcmp(buf, S, strlen(S)) == 0); memcmp 124 tools/testing/selftests/proc/setns-sysvipc.c assert(memcmp(buf, S32, strlen(S32)) == 0); memcmp 126 tools/testing/selftests/proc/setns-sysvipc.c assert(memcmp(buf, S64, strlen(S64)) == 0); memcmp 167 tools/testing/selftests/uevent/uevent_filtering.c if (memcmp(buf, "libudev", 8) == 0) memcmp 171 tools/testing/selftests/uevent/uevent_filtering.c if (memcmp(buf, __UEVENT_HEADER, __UEVENT_HEADER_LEN) != 0) memcmp 229 tools/testing/selftests/x86/entry_from_vm86.c if (memcmp(&gdt1, &gdt2, sizeof(gdt1))) memcmp 234 tools/testing/selftests/x86/entry_from_vm86.c if (memcmp(&idt1, &idt2, sizeof(idt1))) memcmp 483 tools/testing/selftests/x86/test_vsyscall.c if (!memcmp(buf, (const void *)0xffffffffff600000, 4096)) { memcmp 549 tools/virtio/vringh_test.c assert(memcmp(__user_addr_max - 3, "bc", 2) == 0); memcmp 65 tools/vm/page_owner_sort.c memcmp(buf, list[list_size-1].txt, len) == 0) {