Searched refs:memcmp (Results 1001 - 1025 of 1064) sorted by relevance

<<414243

/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c2242 memcmp(tlsp->l2te->dmac, eh->ether_dhost, ETHER_ADDR_LEN) != 0) {
/freebsd-13-stable/sys/contrib/rdma/krping/
H A Dkrping.c1546 if (memcmp(cb->start_buf, cb->rdma_buf, cb->size)) {
/freebsd-13-stable/sys/dev/iir/
H A Diir.c1813 !memcmp((char *)&ebuffer[elastidx].event_data.eu,
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dcmd.c1684 return addr[0] == 0 && !memcmp(addr, addr + 1, size - 1);
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Dcma.c1814 if (!memcmp(&(*pos)->addr, addr, addrlen))
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c1359 if (memcmp(list[j], up, prefix)) {
/freebsd-13-stable/sys/netinet/
H A Din_pcb.c385 memcmp(&grp->il_dependladdr,
/freebsd-13-stable/sys/kern/
H A Dtty.c1621 if (memcmp(&tp->t_winsize, wsz, sizeof(*wsz)) == 0)
/freebsd-13-stable/sys/dev/mge/
H A Dif_mge.c2050 if (memcmp(mac, special, sizeof(special)) == 0) {
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_xpt.c1840 if (memcmp(nl, ol, 8) == 0) {
/freebsd-13-stable/crypto/openssh/
H A Dpacket.c449 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0)
H A Dsshconnect2.c1176 memcmp(id->filename, private_id->filename, plen) == 0)
/freebsd-13-stable/contrib/unbound/
H A DMakefile.in158 compat/memcmp.c compat/memmove.c compat/snprintf.c compat/strlcat.c \
1651 memcmp.lo memcmp.o: $(srcdir)/compat/memcmp.c config.h
/freebsd-13-stable/sys/dev/ice/
H A Dice_lib.c6083 !memcmp(hw->pkg_name, hw->active_pkg_name,
6553 if (!memcmp(lladdr, hw->port_info->mac.lan_addr, ETHER_ADDR_LEN))
H A Dice_sched.c1630 if (memcmp(&buf, &node->info, sizeof(buf))) {
/freebsd-13-stable/contrib/unbound/services/
H A Dauthzone.c690 if(memcmp(d->rr_data[i], rdata, len) == 0) {
706 if(memcmp(d->rr_data[i], rdata, len) == 0)
/freebsd-13-stable/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd_blowfish.c2020 res = memcmp(buf, tv->ptxt, SECSIZE);
2042 res = memcmp(buf, tv->ctxt, SECSIZE);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2469 if (memcmp(file_header->ident, "RSAD", 4)) {
/freebsd-13-stable/contrib/unbound/util/
H A Dnetevent.c1308 if(alpnlen == 2 && memcmp("h2", alpn, 2) == 0) {
/freebsd-13-stable/contrib/libevent/
H A Dbuffer.c2663 less than 0, 0, or greater than 0 as memcmp.
2688 r = memcmp(chain->buffer + chain->misalign + position, mem,
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_util.c2780 assert (memcmp (it->magic, safe_iter_magic, sizeof (it->magic)) == 0); \
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4185 return (memcmp(a, b, sizeof (zbookmark_phys_t)));
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.c2254 if (memcmp(cookie, IOCTL_COOKIE, strlen(IOCTL_COOKIE)))
/freebsd-13-stable/sys/dev/otus/
H A Dif_otus.c1555 memcmp(buf, AR_PLCP_HDR_INTR, AR_PLCP_HDR_LEN) == 0) {
/freebsd-13-stable/sys/dev/ena/
H A Dena.c3387 if (memcmp(get_feat_ctx->dev_attr.mac_addr, adapter->mac_addr,

Completed in 399 milliseconds

<<414243