Searched refs:bcopy (Results 226 - 250 of 1258) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/arm/xscale/i8134x/
H A Duart_bus_i81342.c75 bcopy(&sc->sc_sysdev->bas, &sc->sc_bas, sizeof(sc->sc_bas));
/freebsd-11.0-release/sys/arm64/arm64/
H A Dbcopy.c32 * From: sys/powerpc/powerpc/bcopy.c
36 __FBSDID("$FreeBSD: releng/11.0/sys/arm64/arm64/bcopy.c 281494 2015-04-13 14:43:10Z andrew $");
53 * (the portable versions of) bcopy, memcpy, and memmove.
134 bcopy(const void *src0, void *dst0, size_t length) function
/freebsd-11.0-release/usr.bin/mail/
H A Dutil.c63 bcopy(str, new, size);
79 bcopy(old, new, oldsize);
82 bcopy(str, new + oldsize, newsize);
202 bcopy(cp2, cp, c);
H A Dvars.c98 bcopy(str, new, (int)len);
/freebsd-11.0-release/sys/opencrypto/
H A Dxform_aes_icm.c91 bcopy(iv, ctx->ac_block, AESICM_BLOCKSIZE);
/freebsd-11.0-release/sys/powerpc/powerpc/
H A Dbcopy.c35 static char *sccsid = "from: @(#)bcopy.c 5.11 (Berkeley) 6/21/91";
38 static char *rcsid = "$NetBSD: bcopy.c,v 1.2 1997/04/16 22:09:41 thorpej Exp $";
42 __FBSDID("$FreeBSD: releng/11.0/sys/powerpc/powerpc/bcopy.c 209850 2010-07-09 14:01:18Z nwhitehorn $");
63 * (the portable versions of) bcopy, memcpy, and memmove.
144 bcopy(const void *src0, void *dst0, size_t length) function
/freebsd-11.0-release/sys/riscv/riscv/
H A Dbcopy.c32 * From: sys/powerpc/powerpc/bcopy.c
36 __FBSDID("$FreeBSD: releng/11.0/sys/riscv/riscv/bcopy.c 295041 2016-01-29 15:12:31Z br $");
53 * (the portable versions of) bcopy, memcpy, and memmove.
134 bcopy(const void *src0, void *dst0, size_t length) function
/freebsd-11.0-release/lib/libc/gen/
H A Dexec.c202 bcopy(p, buf, lp);
204 bcopy(name, buf + lp + 1, ln);
225 bcopy(argv + 1, memp + 2, cnt * sizeof(char *));
/freebsd-11.0-release/contrib/ipfilter/ipsd/
H A Dsdlpi.c71 bcopy(ep, (char *)ip, sizeof(*ip));
72 bcopy(ep + (ip->ip_hl << 2), (char *)tcp, sizeof(*tcp));
128 bcopy(cp, (char *)&eh, sizeof(eh));
/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dipft_pc.c196 bcopy(bufp, buf, n);
247 bcopy(s, ty, l->lc_tl);
251 bcopy(s, buf, n);
H A Dipft_tx.c325 bcopy(ipopts, (char *)(ip + 1), olen);
331 bcopy((char *)tcp, ((char *)ip) + (IP_HL(ip) << 2),
334 bcopy((char *)ic, ((char *)ip) + (IP_HL(ip) << 2),
494 bcopy((char *)tcp, (char *)ip6 + sizeof(*ip6),
497 bcopy((char *)ic6, (char *)ip6 + sizeof(*ip6),
/freebsd-11.0-release/sys/dev/fb/
H A Dsplash_pcx.c260 bcopy(line, vidmem + pos, j);
264 bcopy(line + j, vidmem, pcx_info.width - j);
266 bcopy(line, vidmem + pos, pcx_info.width);
/freebsd-11.0-release/sys/netgraph/
H A Dng_message.h409 bcopy((msg)->header.cmdstr, (rsp)->header.cmdstr, \
429 bcopy((msg)->header.cmdstr, (copy)->header.cmdstr, \
432 bcopy((msg)->data, (copy)->data, (msg)->header.arglen); \
H A Dng_tag.c420 bcopy(hp, resp->data,
444 bcopy(hp, resp->data,
472 bcopy(stats, resp->data, sizeof(*stats));
654 bcopy(hp0, hp, size);
704 bcopy(hp0, hp, size);
/freebsd-11.0-release/sys/kgssapi/krb5/
H A Dkcrypto.c173 bcopy(in, tmp, inlen);
211 bcopy(q, m->m_data, ec->ec_blocklen);
213 bcopy(m->m_data, p, ec->ec_blocklen);
/freebsd-11.0-release/lib/libc/yp/
H A Dyplib.c228 bcopy(key->keydat_val, new->ypc_key.keydat_val, key->keydat_len);
229 bcopy(val->valdat_val, new->ypc_val.valdat_val, val->valdat_len);
403 bcopy(&ybr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_addr,
406 bcopy(&ybr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_port,
501 bcopy(&ypbr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_port,
504 bcopy(&ypbr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_addr,
693 bcopy(yprv.val.valdat_val, *outval, *outvallen);
737 bcopy(yprv.val.valdat_val, *outval, *outvallen);
828 bcopy(yprkv.key.keydat_val, *outkey, *outkeylen);
840 bcopy(yprk
[all...]
/freebsd-11.0-release/libexec/bootpd/
H A Dgetether.c57 bcopy(&phys.current_pa[0], eap, EALEN);
103 bcopy(&ifrnit.ifr_addr.sa_data[0], eap, EALEN);
155 bcopy(LLADDR((struct sockaddr_dl *) &ifrp->ifr_addr), eap, EALEN);
/freebsd-11.0-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c327 bcopy((char *) bp, (char *) &us, 2);
338 bcopy((char *) bp, (char *) &ul, 4);
349 bcopy((char *) bp, (char *) &ia, 4);
/freebsd-11.0-release/sys/boot/geli/
H A Dgeliboot.c194 bcopy(mkey, geli_e->sc.sc_mkey, sizeof(geli_e->sc.sc_mkey));
195 bcopy(mkey, geli_e->sc.sc_ivkey, sizeof(geli_e->sc.sc_ivkey));
198 bcopy(mkp, geli_e->sc.sc_ekey, G_ELI_DATAKEYLEN);
/freebsd-11.0-release/sys/amd64/vmm/
H A Dx86.c468 bcopy(bhyve_id, &regs[1], 4);
469 bcopy(bhyve_id + 4, &regs[2], 4);
470 bcopy(bhyve_id + 8, &regs[3], 4);
/freebsd-11.0-release/sbin/hastd/
H A Debuf.c130 bcopy(data, eb->eb_used, size);
156 bcopy(data, eb->eb_used + eb->eb_size, size);
228 bcopy(eb->eb_used, newused, eb->eb_size);
/freebsd-11.0-release/usr.sbin/keyserv/
H A Dcrypt_server.c225 bcopy(argp->des_key, dparm.des_key, 8);
226 bcopy(argp->des_ivec, dparm.des_ivec, 8);
271 bcopy(dparm.des_ivec, result.des_ivec, 8);
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-pfsync.c437 bcopy(s->packets[0], &packets[0], sizeof(uint64_t));
438 bcopy(s->packets[1], &packets[1], sizeof(uint64_t));
439 bcopy(s->bytes[0], &bytes[0], sizeof(uint64_t));
440 bcopy(s->bytes[1], &bytes[1], sizeof(uint64_t));
452 bcopy(&s->id, &id, sizeof(uint64_t));
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_ipsec_pxy.c219 bcopy(np->in_names, ipn->in_ifnames, ipn->in_namelen);
223 bcopy((char *)fin, (char *)&fi, sizeof(fi));
234 bcopy(ptr, (char *)ipsec->ipsc_icookie, sizeof(ipsec_cookie_t));
236 bcopy(ptr, (char *)ipsec->ipsc_rcookie, sizeof(ipsec_cookie_t));
295 bcopy((char *)fin, (char *)&fi, sizeof(fi));
/freebsd-11.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c588 bcopy(ctfsect->cts_data, &hp, sizeof (hp));
645 bcopy(ctfsect->cts_data, base, hdrsz);
683 bcopy(ctfsect, &fp->ctf_data, sizeof (ctf_sect_t));
686 bcopy(symsect, &fp->ctf_symtab, sizeof (ctf_sect_t));
687 bcopy(strsect, &fp->ctf_strtab, sizeof (ctf_sect_t));
794 * mmap anonymous memory with ctf_data_alloc and bcopy the data across. It's not
812 bcopy(&ofp->ctf_data, &ctfsect, sizeof (ctf_sect_t));
819 bcopy(ctfsect.cts_data, cbuf, ctfsect.cts_size);
826 bcopy(&ofp->ctf_symtab, &symsect, sizeof (ctf_sect_t));
832 bcopy(symsec
[all...]

Completed in 234 milliseconds

1234567891011>>