/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | printf-6961.c | 74 if (bcmp(octal0, buf, sizeof (buf)) != 0) { in main() 81 if (bcmp(octal1, buf, sizeof (buf)) != 0) { in main() 88 if (bcmp(decimal0, buf, sizeof (buf)) != 0) { in main() 95 if (bcmp(decimal1, buf, sizeof (buf)) != 0) { in main() 102 if (bcmp(hex0, buf, sizeof (buf)) != 0) { in main() 109 if (bcmp(hex1, buf, sizeof (buf)) != 0) { in main()
|
/illumos-gate/usr/src/boot/i386/isoboot/ |
H A D | cd9660read.c | 83 if (bcmp(sh->type, identifier, 2) == 0) in susp_lookup_record() 85 if (bcmp(sh->type, SUSP_STOP, 2) == 0) in susp_lookup_record() 87 if (bcmp(sh->type, SUSP_CONTINUATION, 2) == 0) { in susp_lookup_record() 152 if (bcmp(sp->h.type, SUSP_PRESENT, 2) != 0) { in rrip_check() 242 if (bcmp(vd->id, ISO_STANDARD_ID, sizeof (vd->id)) != 0) in cd9660_lookup()
|
/illumos-gate/usr/src/boot/common/ |
H A D | gpt.c | 105 if (bcmp(&ent->ent_type, uuid, sizeof (uuid_t)) != 0) { in gptfind() 127 if (bcmp(&ent->ent_type, uuid, sizeof (uuid_t)) != 0) in gptfind() 141 if (bcmp(&ent->ent_type, uuid, sizeof (uuid_t)) != 0) in gptfind() 157 if (bcmp(&ent->ent_type, uuid, sizeof (uuid_t)) != 0) in gptfind() 196 if (bcmp(hdr->hdr_sig, GPT_HDR_SIG, sizeof (hdr->hdr_sig)) != 0 || in gptread_hdr()
|
/illumos-gate/usr/src/test/util-tests/tests/smbios/ |
H A D | smbios_test_pinfo.c | 216 if (bcmp(rv.smbpirv_hartid, smbios_pinfo_hartid, in smbios_test_pinfo_verify_riscv() 224 if (bcmp(rv.smbpirv_vendid, smbios_pinfo_vendid, in smbios_test_pinfo_verify_riscv() 232 if (bcmp(rv.smbpirv_archid, smbios_pinfo_archid, in smbios_test_pinfo_verify_riscv() 240 if (bcmp(rv.smbpirv_machid, smbios_pinfo_machid, in smbios_test_pinfo_verify_riscv() 248 if (bcmp(rv.smbpirv_metdi, smbios_pinfo_metdi, in smbios_test_pinfo_verify_riscv() 256 if (bcmp(rv.smbpirv_mitdi, smbios_pinfo_mitdi, in smbios_test_pinfo_verify_riscv()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_sign.c | 288 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) in smb_rq_verify() 301 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) in smb_rq_verify() 304 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) { in smb_rq_verify()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | get_addrs.c | 44 #define bcmp(a, b, c) memcmp((a), (b), (c)) macro 81 if (bcmp((char *)&rem_machine_name, (char *)&my_machine_name,
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_bcast.c | 288 if (bcmp(maddr->mma_addr, addr, addr_len) == 0) in mac_bcast_add() 315 if (bcmp(maddr->mma_addr, addr, addr_len) == 0) in mac_bcast_add() 333 if (bcmp(grp->mbg_addr, addr, addr_len) == 0 && in mac_bcast_add() 514 if (bcmp(grp->mbg_addr, addr, addr_len) == 0 && in mac_bcast_delete() 570 if (bcmp(grp->mbg_addr, maddr->mma_addr, in mac_bcast_delete() 584 if (bcmp(grp->mbg_addr, maddr->mma_addr, in mac_bcast_delete()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/boot/libsa/ |
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 | 137 if (bcmp(sh->type, identifier, 2) == 0) in susp_lookup_record() 139 if (bcmp(sh->type, SUSP_STOP, 2) == 0) in susp_lookup_record() 141 if (bcmp(sh->type, SUSP_CONTINUATION, 2) == 0) { in susp_lookup_record() 207 if (bcmp(sp->h.type, SUSP_PRESENT, 2) != 0) in rrip_check() 311 if (bcmp(vd->id, ISO_STANDARD_ID, sizeof (vd->id)) != 0) in cd9660_open()
|
/illumos-gate/usr/src/cmd/format/ |
H A D | misc.h | 47 #ifndef bcmp 48 #define bcmp(p1, p2, n) memcmp((p1), (p2), (n)) macro
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_cmn_oplock.c | 106 if (bcmp(OperOpen->TargetOplockKey, key0, sizeof (key0)) == 0 && in CompareOplockKeys() 107 bcmp(OperOpen->ParentOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys() 109 if (bcmp(OplockOpen->TargetOplockKey, key0, sizeof (key0)) == 0 && in CompareOplockKeys() 110 bcmp(OplockOpen->ParentOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys() 116 if (bcmp(OplockOpen->TargetOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys() 127 if (bcmp(OperOpen->ParentOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys() 135 if (bcmp(OperOpen->ParentOplockKey, in CompareOplockKeys() 147 if (bcmp(OperOpen->TargetOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys() 155 if (bcmp(OperOpen->TargetOplockKey, in CompareOplockKeys() 3653 if (bcmp(&to_ofile->f_oplock, &og0, sizeof (og0)) != 0 && in smb_oplock_move() [all …]
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcsec_defs.h | 111 (bcmp((b1).value, (b2).value, (b1.length)) == 0)) 115 (bcmp(((gss_OID)(o1))->elements, ((gss_OID)(o2))->elements, \
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | pc_fs.h | 264 bcmp((nm), "MSDOS", 5) == 0 || bcmp((nm), "MSWIN", 5) == 0) 265 #define VALID_FSTYPSTR16(typ) (bcmp((typ), "FAT", 3) == 0) 266 #define VALID_FSTYPSTR32(typ) (bcmp((typ), "FAT32", 5) == 0)
|
/illumos-gate/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_wifi.c | 150 if (bcmp(addr, wifi_bcastaddr, sizeof (wifi_bcastaddr)) == 0) in mac_wifi_multicst_verify() 330 if (bcmp(llc, wifi_ieeemagic, sizeof (wifi_ieeemagic)) == 0) { in mac_wifi_header_info() 334 } else if (bcmp(llc, wifi_ietfmagic, sizeof (wifi_ietfmagic)) != 0) { in mac_wifi_header_info()
|
/illumos-gate/usr/src/common/util/ |
H A D | bcmp.c | 45 bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | bcmp.c | 48 bcmp(char *s1, char *s2, int len) in bcmp() function
|
/illumos-gate/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
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | strings.h | 44 extern int bcmp(const void *, const void *, size_t);
|
/illumos-gate/usr/src/ucbhead/ |
H A D | strings.h | 57 extern int bcmp(const void *, const void *, size_t);
|
/illumos-gate/usr/src/boot/libsa/string/ |
H A D | bcmp.c | 42 bcmp(const void *b1, const void *b2, size_t length) in bcmp() function
|