| /titanic_53/usr/src/uts/common/avs/ns/rdc/ |
| H A D | rdc_health.c | 294 if (((bcmp(ip->ifaddr.buf, addr->buf, addr->len) == 0) && in rdc_isactive_if() 295 (bcmp(ip->r_ifaddr.buf, r_addr->buf, r_addr->len) == 0)) || in rdc_isactive_if() 296 ((bcmp(ip->r_ifaddr.buf, addr->buf, addr->len) == 0) && in rdc_isactive_if() 297 (bcmp(ip->ifaddr.buf, r_addr->buf, r_addr->len) == 0))) { in rdc_isactive_if() 337 if (((bcmp(ip->ifaddr.buf, addr->buf, addr->len) == 0) && in rdc_set_if_vers() 338 (bcmp(ip->r_ifaddr.buf, r_addr->buf, r_addr->len) == 0)) || in rdc_set_if_vers() 339 ((bcmp(ip->r_ifaddr.buf, addr->buf, addr->len) == 0) && in rdc_set_if_vers() 340 (bcmp(ip->ifaddr.buf, r_addr->buf, r_addr->len) == 0))) { in rdc_set_if_vers() 492 if ((bcmp(ip->ifaddr.buf, addr->buf, addr->len) == 0) && in rdc_add_to_if() 493 (bcmp(ip->r_ifaddr.buf, r_addr->buf, r_addr->len) == 0) && in rdc_add_to_if()
|
| /titanic_53/usr/src/lib/libsmbfs/smb/ |
| H A D | signing.c | 237 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) in smb_rq_verify() 249 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) in smb_rq_verify() 252 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) { in smb_rq_verify()
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | gpt.c | 104 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0) { in gptfind() 126 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0) in gptfind() 140 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0) in gptfind() 156 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0) in gptfind() 195 if (bcmp(hdr->hdr_sig, GPT_HDR_SIG, sizeof(hdr->hdr_sig)) != 0 || in gptread_hdr()
|
| /titanic_53/usr/src/common/net/wanboot/crypt/ |
| H A D | aes_test.c | 98 if (bcmp(work, cipher, AES_BLOCK_SIZE) != 0) { in aestest() 103 if (bcmp(work, plain, AES_BLOCK_SIZE) != 0) { in aestest()
|
| H A D | des3_test.c | 143 if (bcmp(work, cipher, DES3_BLOCK_SIZE) != 0) { in des3test() 150 if (bcmp(work, plain, DES3_BLOCK_SIZE) != 0) { in des3test()
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.bin/talk/ |
| H A D | get_addrs.c | 46 #define bcmp(a, b, c) memcmp((a), (b), (c)) macro 83 if (bcmp((char *)&rem_machine_name, (char *)&my_machine_name,
|
| /titanic_53/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
| H A D | sym.c | 96 if (bcmp(&stdinq->inq_pid[9], "SUN", 3) == 0) { in symmetric_device_probe() 103 if (bcmp(&stdinq->inq_vid[0], "ATA ", 8) == 0) { in symmetric_device_probe()
|
| /titanic_53/usr/src/boot/lib/libstand/ |
| H A D | ether.c | 109 if (bcmp(d->myea, eh->ether_dhost, 6) != 0 && in readether() 110 bcmp(bcea, eh->ether_dhost, 6) != 0) { in readether()
|
| H A D | cd9660.c | 139 if (bcmp(sh->type, identifier, 2) == 0) in susp_lookup_record() 141 if (bcmp(sh->type, SUSP_STOP, 2) == 0) in susp_lookup_record() 143 if (bcmp(sh->type, SUSP_CONTINUATION, 2) == 0) { in susp_lookup_record() 209 if (bcmp(sp->h.type, SUSP_PRESENT, 2) != 0) in rrip_check() 299 if (bcmp(vd->id, ISO_STANDARD_ID, sizeof vd->id) != 0) in cd9660_open()
|
| /titanic_53/usr/src/uts/common/fs/smbclnt/netsmb/ |
| H A D | smb_sign.c | 283 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) in smb_rq_verify() 296 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) in smb_rq_verify() 299 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) { in smb_rq_verify()
|
| /titanic_53/usr/src/uts/common/io/mac/ |
| H A D | mac_bcast.c | 293 if (bcmp(maddr->mma_addr, addr, addr_len) == 0) in mac_bcast_add() 320 if (bcmp(maddr->mma_addr, addr, addr_len) == 0) in mac_bcast_add() 338 if (bcmp(grp->mbg_addr, addr, addr_len) == 0 && in mac_bcast_add() 519 if (bcmp(grp->mbg_addr, addr, addr_len) == 0 && in mac_bcast_delete() 575 if (bcmp(grp->mbg_addr, maddr->mma_addr, in mac_bcast_delete() 589 if (bcmp(grp->mbg_addr, maddr->mma_addr, in mac_bcast_delete()
|
| /titanic_53/usr/src/cmd/format/ |
| H A D | misc.h | 47 #ifndef bcmp 48 #define bcmp(p1, p2, n) memcmp((p1), (p2), (n)) macro
|
| /titanic_53/usr/src/test/libc-tests/tests/random/ |
| H A D | chacha_tv.c | 291 ret = bcmp(res0, bl0, sizeof (res0)); in chacha_test() 293 ret = bcmp(res1, bl1, sizeof (res0)); in chacha_test()
|
| /titanic_53/usr/src/lib/smbsrv/libsmb/common/ |
| H A D | smb_auth.c | 348 return (bcmp(ok_resp, lm_resp, SMBAUTH_LM_RESP_SZ) == 0); in smb_lm_password_ok() 366 ok = (bcmp(ok_resp, nt_resp, SMBAUTH_LM_RESP_SZ) == 0); in smb_ntlm_password_ok() 434 ok = (bcmp(passwd, ntlmv2_resp, pwdlen) == 0); in smb_ntlmv2_password_ok() 500 ok = (bcmp(passwd, lmv2_resp, SMBAUTH_LM_RESP_SZ) == 0); in smb_lmv2_password_ok()
|
| /titanic_53/usr/src/uts/common/rpc/ |
| H A D | rpcsec_defs.h | 113 (bcmp((b1).value, (b2).value, (b1.length)) == 0)) 117 (bcmp(((gss_OID)(o1))->elements, ((gss_OID)(o2))->elements, \
|
| /titanic_53/usr/src/lib/libpkg/common/ |
| H A D | nhash.c | 38 #define bcmp memcmp macro 49 return (bcmp((char *)str1, (char *)str2, len)); in BCMP()
|
| /titanic_53/usr/src/lib/libbc/libc/gen/common/ |
| H A D | bcmp.c | 30 bcmp(char *s1, char *s2, int len) in bcmp() function
|
| /titanic_53/usr/src/common/util/ |
| H A D | bcmp.c | 47 bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
| /titanic_53/usr/src/ucblib/libucb/port/gen/ |
| H A D | bcmp.c | 50 bcmp(char *s1, char *s2, int len) in bcmp() function
|
| /titanic_53/usr/src/uts/sun4/os/ |
| H A D | bcmp.c | 47 bcmp(const void *s1_arg, const void *s2_arg, size_t len) in bcmp() function
|
| /titanic_53/usr/src/stand/lib/sa/ |
| H A D | strings.h | 44 extern int bcmp(const void *, const void *, size_t);
|
| /titanic_53/usr/src/ucbhead/ |
| H A D | strings.h | 59 extern int bcmp(const void *, const void *, size_t);
|
| /titanic_53/usr/src/boot/lib/libc/string/ |
| H A D | bcmp.c | 42 bcmp(const void *b1, const void *b2, size_t length) in bcmp() function
|
| /titanic_53/usr/src/uts/common/io/comstar/port/iscsit/ |
| H A D | iscsit_radiuspacket.c | 274 if (bcmp(md5_digest, packet->authenticator, RAD_AUTHENTICATOR_LEN) in iscsit_rcv_radius_response() 338 (bcmp(&lin->sin_addr, &fin->sin_addr, in iscsit_net_recvmsg() 349 (bcmp(&lin6->sin6_addr, &fin6->sin6_addr, in iscsit_net_recvmsg()
|
| /titanic_53/usr/src/head/ |
| H A D | strings.h | 43 extern int bcmp(const void *, const void *, size_t);
|