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

<<1112

/freebsd-11-stable/sys/dev/sk/
H A Dif_sk.c1392 if (bcmp(eaddr, inv_mac, sizeof(inv_mac)) == 0) {
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c532 if (bcmp(eaddr, sc->jme_eaddr, ETHER_ADDR_LEN) != 0) {
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c268 if (bcmp(addr, zeros, sizeof(zeros)) != 0)
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c2686 if (bcmp(sp, dp, lcv)) {
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c626 if (bcmp("TYPHOON", fileheader->magicid, sizeof(fileheader->magicid))) {
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.c4111 if ((addr[0] & 1) || (!bcmp(addr, zero_addr, ETHER_ADDR_LEN))) {
H A Dif_igb.c5495 if ((addr[0] & 1) || (!bcmp(addr, zero_addr, ETHER_ADDR_LEN))) {
H A Dif_em.c5278 if ((addr[0] & 1) || (!bcmp(addr, zero_addr, ETHER_ADDR_LEN))) {
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.c5678 && (bcmp(rcaplong, &softc->rcaplong,
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c2747 if (bcmp(bs->nwbx_macaddr, bssid, sizeof(bssid)) == 0) {
/freebsd-11-stable/sys/dev/an/
H A Dif_an.c3119 if (! bcmp(eh->ether_shost , sc->an_sigcache[i].macsrc, 6 )) {
/freebsd-11-stable/sys/net/
H A Dif.c1875 (bcmp(CLLADDR((const struct sockaddr_dl *)(a1)), \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c1617 if (bcmp(zb, &scn->scn_phys.scn_bookmark, sizeof (*zb)) == 0 ||
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c2292 status = bcmp((IF_LLADDR(sc->ifp)), sc->macaddr.mac_addr,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure4914 funcs="$funcs bcmp"
5041 for ac_func in asprintf atexit basename bcmp bcopy bsearch bzero calloc clock \
5704 "bcmp.$ac_objext" | \
5705 *" bcmp.$ac_objext" | \
5706 "bcmp.$ac_objext "* | \
5707 *" bcmp.$ac_objext "* ) ;;
5708 *) LIBOBJS="$LIBOBJS bcmp.$ac_objext" ;;
5858 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strverscmp | vasprintf | waitpid)
H A Dregex.c160 # define memcmp(s1, s2, n) bcmp (s1, s2, n)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c160 # define memcmp(s1, s2, n) bcmp (s1, s2, n)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c4896 bcmp(lbuf, lbuf2, lsize) == 0)
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c666 if (strlen(pt->s) == i && !bcmp(string, pt->s, i))
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c9421 bcmp(nvram->trailer, Symbios_trailer, 6) ||
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c639 if ((addr[0] & 1) || (!bcmp(addr, zero_addr, ETHER_ADDR_LEN)))
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c1167 * Make sure the bcmp() below doesn't panic on that:
1172 if (bcmp(IF_LLADDR(ifp), IF_LLADDR(hn_ifp), ETHER_ADDR_LEN) != 0)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c13993 if (bcmp(&dof->dofh_ident[DOF_ID_MAG0],
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c2557 if (bcmp(&cstotal, &fs->fs_cstotal, sizeof cstotal))

Completed in 743 milliseconds

<<1112