Searched refs:memcmp (Results 576 - 600 of 1064) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_mcmember_record.c139 return memcmp(m1, m2, sizeof(ib_gid_t) - 3);
870 memcmp(&bcast_mgid, &(mcm_rec.mgid), sizeof(ib_gid_t))) {
1479 memcmp(&p_rcvd_rec->mgid, &p_mgrp->mcmember_rec.mgid,
1484 memcmp(&p_rcvd_rec->mlid, &p_mgrp->mcmember_rec.mlid,
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntpsim.c280 if (memcmp(simulation.servers[i].addr, serv_addr,
/freebsd-13-stable/contrib/lua/src/
H A Dlundump.c277 if (memcmp(s, buff, len) != 0)
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mmap.c149 if (docheck != 0 && memcmp(backup, buf + page, nread) != 0)
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dhash.c329 INSIST(memcmp(canary0, canary1, sizeof(canary0)) == 0);
/freebsd-13-stable/sys/geom/part/
H A Dg_part_gpt.c71 #define EQUUID(a,b) (memcmp(a, b, sizeof(struct uuid)) == 0)
459 if (memcmp(buf->hdr_sig, GPT_HDR_SIG, sizeof(buf->hdr_sig)) != 0)
893 res = memcmp(buf, GPT_HDR_SIG, 8);
905 res = memcmp(buf, GPT_HDR_SIG, 8);
/freebsd-13-stable/sys/netgraph/
H A Dng_tag.c538 if (memcmp((void *)(tag + 1),
/freebsd-13-stable/sys/kern/
H A Dkern_uuid.c453 return (memcmp(uuid1, uuid2, sizeof(struct uuid)));
/freebsd-13-stable/sys/dev/sfxge/common/
H A Dsiena_mac.c472 if (memcmp(&generation_start, &generation_end,
/freebsd-13-stable/sys/contrib/libfdt/
H A Dfdt_overlay.c796 if ((e - s) < len || memcmp(s, "/__overlay__/", len))
/freebsd-13-stable/crypto/heimdal/lib/ntlm/
H A Dntlm.c548 CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0);
699 CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0);
857 CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0);
1699 if (memcmp(serveranswer, clientanswer, 16) != 0) {
/freebsd-13-stable/crypto/openssh/regress/unittests/test_helper/
H A Dfuzz.c385 return memcmp(fuzz_ptr(fuzz), fuzz->seed, fuzz->slen) == 0;
/freebsd-13-stable/crypto/openssl/apps/
H A Drehash.c147 if (digest && memcmp(digest, ep->digest, evpmdsize) == 0) {
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Decdsa_ossl.c308 if (derlen != sig_len || memcmp(sigbuf, der, derlen) != 0)
/freebsd-13-stable/usr.sbin/ac/
H A Dac.c326 memcmp(lp->id, up->ut_id, sizeof(up->ut_id)) == 0)) {
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dparser.y329 if (memcmp(&d->bdaddr, bdaddr, sizeof(bdaddr_t)) == 0)
/freebsd-13-stable/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.c258 memcmp(evt_buf + 2, fw_job.buf, evt_length) != 0) {
/freebsd-13-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c536 if (!memcmp(bs + p->off, p->key, p->len)) /* match */
/freebsd-13-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c287 && (!olddos || memcmp(dosfilename, dep->deName, 11))) {
/freebsd-13-stable/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c80 memcmp(oa->id, ob->id, ob->len * sizeof(oa->id[0])) == 0);
/freebsd-13-stable/sys/contrib/dev/acpica/components/tables/
H A Dtbdata.c212 memcmp (TableDesc->Pointer, Table, TableLength)) ?
/freebsd-13-stable/sys/netinet6/
H A Din6.h223 * does not supply memcmp(). For userland memcmp() is preferred as it is
232 (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c135 !memcmp(page_list, fmr->page_list,
/freebsd-13-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c74 #define IEEE80211_ADDR_EQ(a1,a2) (memcmp(a1,a2,IEEE80211_ADDR_LEN) == 0)
/freebsd-13-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c560 if (memcmp(ba, NG_HCI_BDADDR_ANY, sizeof(*ba)) == 0) {

Completed in 514 milliseconds

<<21222324252627282930>>