Home
last modified time | relevance | path

Searched refs:bcmp (Results 1 – 25 of 156) sorted by relevance

1234567

/mirbsd/src/sys/scsi/
Dss_scanjet.c108 if (!bcmp(sa->sa_inqbuf->product, "C1750A", 6)) {
113 if (!bcmp(sa->sa_inqbuf->product, "C1790A", 6)) {
117 if (!bcmp(sa->sa_inqbuf->product, "C2500A", 6)) {
122 if (!bcmp(sa->sa_inqbuf->product, "C2570A", 6)) {
127 if (!bcmp(sa->sa_inqbuf->product, "C2520A", 6)) {
131 if (!bcmp(sa->sa_inqbuf->product, "C1130A", 6)) {
135 if (!bcmp(sa->sa_inqbuf->product, "C5110A", 6)) {
139 if (!bcmp(sa->sa_inqbuf->product, "C6290A", 6)) {
143 if (!bcmp(sa->sa_inqbuf->product, "C5190A", 6)) {
147 if (!bcmp(sa->sa_inqbuf->product, "C7190A", 6)) {
[all …]
Dscsiconf.c793 if (bcmp(inqbuf->vendor, match->vendor, len))
797 if (bcmp(inqbuf->product, match->product, len))
801 if (bcmp(inqbuf->revision, match->revision, len))
/mirbsd/src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/
Dsdbm.h265 # ifndef bcmp
266 # define bcmp(s1,s2,l) memcmp(s1,s2,l) macro
274 # define memNE(s1,s2,l) (bcmp(s1,s2,l))
275 # define memEQ(s1,s2,l) (!bcmp(s1,s2,l))
/mirbsd/src/kern/c/
Dmemcmp.c38 bcmp(const void *b1, const void *b2, size_t len) in bcmp() function
43 __strong_alias(bcmp, memcmp);
/mirbsd/src/sys/net/
Dradix_mpath.c142 bcmp(rt_key(rt1), rt_key(rt), rt_key(rt1)->sa_len))
170 if (bcmp(p + skip, q + skip, l - skip))
204 bcmp(rt1->rt_gateway, rt->rt_gateway,
Dif_gif.c212 if (!bcmp((caddr_t)(mtag + 1), &ifp, sizeof(struct ifnet *))) {
416 if (bcmp(sc2->gif_pdst, dst, dst->sa_len) == 0 &&
417 bcmp(sc2->gif_psrc, src, src->sa_len) == 0) {
Dif_ethersubr.c413 if (!bcmp(&ifp->if_bridge, mtag + 1, sizeof(caddr_t)))
522 if (sdl && bcmp(LLADDR(sdl), eh->ether_shost,
529 if (bcmp((caddr_t)etherbroadcastaddr, (caddr_t)eh->ether_dhost,
583 if (bcmp(ac->ac_enaddr, (caddr_t)eh->ether_dhost,
/mirbsd/src/sys/lib/libsa/
Dether.c118 if (bcmp(d->myea, eh->ether_dhost, 6) != 0 &&
119 bcmp(bcea, eh->ether_dhost, 6) != 0) {
Darp.c224 if (bcmp(&arp_list[arp_num].addr, ah->arp_spa, in arprecv()
271 if (bcmp(arp->arp_tpa, &d->myip, sizeof(arp->arp_tpa))) in arp_reply()
Dbootp.c210 if (bcmp(vm_cmu, bp->bp_vend, sizeof(vm_cmu)) == 0) in bootprecv()
212 else if (bcmp(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048)) == 0) in bootprecv()
/mirbsd/src/sys/dev/pci/
Dif_hme_pci.c154 if (bcmp(buf, hme_promhdr, sizeof(hme_promhdr))) in hme_pci_enaddr()
162 if (bcmp(buf, hme_promdat, sizeof(hme_promdat)) || in hme_pci_enaddr()
163 bcmp(buf + PROMDATA_DATA2, hme_promdat2, sizeof(hme_promdat2))) in hme_pci_enaddr()
/mirbsd/src/sys/dev/ic/
Dne2000.c198 if (bcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
207 if (bcmp(pbuf, tbuf, ED_PAGE_SIZE) == 0) {
227 if (bcmp(pbuf0, tbuf, ED_PAGE_SIZE) == 0) {
236 if (bcmp(pbuf, tbuf, ED_PAGE_SIZE) == 0)
422 if (bcmp(test_pattern, test_buffer, sizeof(test_pattern))) {
440 if (bcmp(test_pattern, test_buffer, sizeof(test_pattern)))
/mirbsd/src/sys/netinet/
Dip_ipsp.c291 !bcmp(&tdbp->tdb_dst, dst, SA_LEN(&dst->sa))) in gettdb()
321 !bcmp(&tdbp->tdb_dst, dst, SA_LEN(&dst->sa))) && in gettdbbysrcdst()
322 !bcmp(&tdbp->tdb_src, src, SA_LEN(&src->sa))) in gettdbbysrcdst()
337 !bcmp(&tdbp->tdb_dst, dst, SA_LEN(&dst->sa))) && in gettdbbysrcdst()
389 if (bcmp(&tdb->tdb_filter, pfilter, in ipsp_aux_match()
391 bcmp(&tdb->tdb_filtermask, pfiltermask, in ipsp_aux_match()
420 (!bcmp(&tdbp->tdb_dst, dst, SA_LEN(&dst->sa)))) { in gettdbbyaddr()
452 (!bcmp(&tdbp->tdb_src, src, SA_LEN(&src->sa)))) { in gettdbbysrc()
1066 bcmp(ref1 + 1, ref2 + 1, ref1->ref_len)) in ipsp_ref_match()
Dip_spd.c298 (bcmp(&ipo->ipo_dst.sin6.sin6_addr, &in6mask128, in ipsp_spd_lookup()
343 !bcmp(&sdst, &ipo->ipo_dst, sdst.sa.sa_len)) { in ipsp_spd_lookup()
353 bcmp(dignore ? &sdst : &ipo->ipo_dst, in ipsp_spd_lookup()
442 if (bcmp(dignore ? &ssrc : &ipo->ipo_dst, in ipsp_spd_lookup()
488 !bcmp(&ipo->ipo_tdb->tdb_src, in ipsp_spd_lookup()
734 if (!bcmp(gw, &ipa->ipa_addr, gw->sa.sa_len)) in ipsp_pending_acquire()
965 !bcmp(&tdbp->tdb_src, &inp->inp_ipo->ipo_dst, in ipsp_spd_inp()
990 !bcmp(&tdbp->tdb_src, &inp->inp_ipo->ipo_dst, in ipsp_spd_inp()
Dip_ether.c213 if (bcmp((caddr_t) etherbroadcastaddr, in etherip_input()
231 if (!bcmp(sc->gif_psrc, &sdst, sc->gif_psrc->sa_len) && in etherip_input()
232 !bcmp(sc->gif_pdst, &ssrc, sc->gif_pdst->sa_len) && in etherip_input()
Dif_ether.h248 (bcmp((enm)->enm_addrlo, (addrlo), ETHER_ADDR_LEN) != 0 || \
249 bcmp((enm)->enm_addrhi, (addrhi), ETHER_ADDR_LEN) != 0); \
/mirbsd/src/sys/isofs/cd9660/
Dcd9660_rrip.c511 bcmp((char *)p + 8, "IEEE_1282", 9))
514 bcmp((char *)p + 8, "IEEE_P1282", 10) &&
515 bcmp((char *)p + 8, "RRIP_1991A", 10))
763 if (bcmp(p, "SP\7\1\276\357", 6)) {
767 if (bcmp(p, "SP\7\1\276\357", 6))
Dcd9660_vfsops.c282 if (bcmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) != 0) {
302 if (bcmp(sup->escape, "%/@", 3) == 0)
304 if (bcmp(sup->escape, "%/C", 3) == 0)
306 if (bcmp(sup->escape, "%/E", 3) == 0)
482 if (bcmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) != 0 ||
/mirbsd/src/sys/miscfs/fdesc/
Dfdesc_vnops.c269 if (cnp->cn_namelen == 2 && bcmp(pname, "fd", 2) == 0) {
278 if (cnp->cn_namelen == 3 && bcmp(pname, "tty", 3) == 0) {
295 if (bcmp(pname, "stdin", 5) == 0) {
301 if (bcmp(pname, "stdout", 6) == 0) {
305 if (bcmp(pname, "stderr", 6) == 0) {
328 if (cnp->cn_namelen == 2 && bcmp(pname, "..", 2) == 0) {
/mirbsd/src/sys/nfs/
Dnfs.h85 ((n)->n_fhsize == (s) && !bcmp((caddr_t)(n)->n_fhp, (caddr_t)(f), (s)))
448 !bcmp((caddr_t)&(o)->nd_fh, (caddr_t)&(n)->nd_fh, NFSX_V3FH))
452 !bcmp((caddr_t)&(o)->nd_cr, (caddr_t)&(n)->nd_cr, \
Dnfs_node.c109 bcmp((caddr_t)fhp, (caddr_t)np->n_fhp, fhsize))
140 !bcmp(fhp, nmp->nm_fh, fhsize)) {
/mirbsd/src/sys/msdosfs/
Dmsdosfs_lookup.c307 && (!olddos || bcmp(dosfilename, dep->deName, 11))) {
760 if (bcmp(dentp->deName, ". ", 11) &&
761 bcmp(dentp->deName, ".. ", 11)) {
834 bcmp(ep->deName, ".. ", 11) != 0) {
1048 if (!bcmp(dentp->deName, cp, 11)) {
/mirbsd/src/kern/c/i386/
Dmemcmp.S28 NENTRY(bcmp)
/mirbsd/src/sys/netinet6/
Din6_ifattach.c186 if (bcmp(addr, allzero, addrlen) == 0)
188 if (bcmp(addr, allone, addrlen) == 0)
247 bcmp(&in6->s6_addr[9], allzero, 7) == 0) {
/mirbsd/src/gnu/usr.bin/perl/lib/
Dbigintpl.t68 &bcmp

1234567