Searched refs:bcmp (Results 51 - 75 of 299) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.h332 if (bcmp(md->md_hash, data + 100, 16) != 0)
362 if (bcmp(md->md_hash, data + 104, 16) != 0)
392 if (bcmp(md->md_hash, data + 112, 16) != 0)
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror.h325 if (bcmp(md->md_hash, data + 107, 16) != 0)
358 if (bcmp(md->md_hash, data + 111, 16) != 0)
391 if (bcmp(md->md_hash, data + 119, 16) != 0)
/freebsd-11-stable/sys/geom/
H A Dgeom_mbr.c118 if ((!bcmp(dp, historical_bogus_partition_table,
120 (!bcmp(dp, historical_bogus_partition_table_fixed,
304 if (!error && !bcmp(ms->slicesum, hash, sizeof(hash))) {
/freebsd-11-stable/libexec/bootpd/tools/bootpef/
H A Dbootpef.c64 #define bcmp(a,b,c) memcmp(a,b,c)
63 #define bcmp macro
/freebsd-11-stable/lib/libc/net/
H A Dether_addr.c172 if (!bcmp((char *)&local_ether.octet[0],
/freebsd-11-stable/tests/sys/kern/
H A Dkern_descrip_test.c62 ATF_REQUIRE(bcmp(&sb1, &sb2, sizeof(sb1)) == 0);
/freebsd-11-stable/tools/regression/ethernet/ethermulti/
H A Dethermulti.c172 if (bcmp(LLADDR(&psa->sdl), LLADDR(dlp),
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h55 int bcmp(const void *, const void *, u_int);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h55 int bcmp(const void *, const void *, u_int);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c219 PJDLOG_VERIFY(bcmp(groups, ggroups, sizeof(groups[0]) * ngroups) == 0);
/freebsd-11-stable/stand/libsa/
H A Drarp.c202 if (bcmp(ap->arp_tha, d->myea, 6)) {
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_key.c78 return (!bcmp(odhmac, chmac, SHA512_MDLEN));
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde_lock.c281 if (bcmp(hash, hash2, sizeof hash2))
454 if (meta != NULL && bcmp(buf1, meta, sizeof buf1))
/freebsd-11-stable/usr.bin/hexdump/
H A Ddisplay.c266 * XXX bcmp() is not quite right in the presence
271 bcmp(curp, savp, nread) == 0) {
293 * XXX bcmp() is not quite right in the presence
298 bcmp(curp, savp, blocksize) != 0) {
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c226 bcmp(&n->bdaddr, bdaddr, sizeof(*bdaddr)) == 0)
355 bcmp(&con->bdaddr, bdaddr, sizeof(bdaddr_t)) == 0)
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c376 if (bcmp(msg->data, NG_HCI_BDADDR_ANY,
674 if (bcmp(&sa->l2cap_bdaddr, NG_HCI_BDADDR_ANY,
682 if (bcmp(&sa->l2cap_bdaddr, &rt->src,
728 if (bcmp(&sa->l2cap_bdaddr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0)
735 if (bcmp(&pcb->src, &pcb->dst, sizeof(pcb->src)) == 0) {
762 if (bcmp(&pcb->dst, &rt->src, sizeof(rt->src)) != 0)
H A Dng_btsocket_l2cap.c650 if (bcmp(&pcb->src, NG_HCI_BDADDR_ANY, sizeof(pcb->src)) != 0)
1608 if (bcmp(&rt->src, &pcb->src, sizeof(pcb->src)) != 0 ||
1651 if (bcmp(&ep->addr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0)
2148 bcmp(&pcb->src, &sa->l2cap_bdaddr, sizeof(bdaddr_t)) == 0)
2205 if (bcmp(&sa->l2cap_bdaddr, NG_HCI_BDADDR_ANY, sizeof(bdaddr_t)) == 0)
2241 have_src = bcmp(&pcb->src, NG_HCI_BDADDR_ANY, sizeof(pcb->src));
2249 if (bcmp(&pcb->src, &rt->src, sizeof(rt->src)) == 0)
2252 if (bcmp(&pcb->dst, &rt->src, sizeof(rt->src)) != 0)
2752 if (bcmp(&p->src, bdaddr, sizeof(p->src)) == 0)
2755 if (bcmp(
[all...]
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c264 if (bcmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) != 0) {
265 if (bcmp (vdp->id_sierra, ISO_SIERRA_ID,
290 if (bcmp(sup->escape, "%/@", 3) == 0)
292 if (bcmp(sup->escape, "%/C", 3) == 0)
294 if (bcmp(sup->escape, "%/E", 3) == 0)
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c310 && (!olddos || bcmp(dosfilename, dep->deName, 11))) {
771 if (bcmp(dentp->deName, ". ", 11) &&
772 bcmp(dentp->deName, ".. ", 11)) {
843 bcmp(ep->deName, ".. ", 11) != 0) {
1056 if (!bcmp(dentp->deName, cp, 11)) {
/freebsd-11-stable/sys/net/
H A Dif_fddisubr.c281 } else if (bcmp(fh->fddi_dhost, fh->fddi_shost,
373 (bcmp(IF_LLADDR(ifp), (caddr_t)fh->fddi_dhost,
381 if (bcmp(ifp->if_broadcastaddr, fh->fddi_dhost,
H A Dif_iso88025subr.c366 } else if (bcmp(th->iso88025_dhost, th->iso88025_shost,
461 (bcmp(IF_LLADDR(ifp), (caddr_t) th->iso88025_dhost,
469 if (bcmp(iso88025_broadcastaddr, th->iso88025_dhost,
/freebsd-11-stable/sys/kern/
H A Dkern_uuid.c222 if (!bcmp(addr, uuid_ether[i].node, UUID_NODE_LEN)) {
250 bcmp(addr, uuid_ether[i].node, UUID_NODE_LEN))
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_node.c95 bcmp(sc->n_name, np->n_name, sc->n_nmlen) != 0)
121 if (nmlen == 2 && bcmp(name, "..", 2) == 0) {
/freebsd-11-stable/stand/i386/libi386/
H A Dpxe.c156 if (bcmp((void *)pxenv_p->Signature, S_SIZE("PXENV+"))) {
189 if (bcmp((void *)pxe_p->Signature, S_SIZE("!PXE"))) {
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h129 #pragma redefine_extname bcmp __mfwrap_bcmp

Completed in 315 milliseconds

1234567891011>>