Searched refs:bcopy (Results 1 - 25 of 1254) sorted by relevance

1234567891011>>

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.badbcopy3.d31 * bcopy should not copy from one memory location to another
34 * SECTION: Actions and Subroutines/bcopy()
43 bcopy((void *)&`kmem_flags, (void *)NULL, sizeof (int));
H A Derr.badbcopy6.d33 bcopy("bad news", alloca(1), -1);
H A Derr.badalloca.d49 bcopy((void *)&`kmem_flags, ptr, sizeof (int));
H A Derr.badbcopy.d32 * bcopy should not allow a copy to memory that is not scratch memory.
35 * Actions and Subroutines/bcopy()
48 bcopy(ptr, (void *)&`kmem_flags, sizeof (int));
H A Derr.badbcopy1.d31 * bcopy should not copy from one memory location to another
35 * Actions and Subroutines/bcopy()
46 /* Attempt to bcopy to scratch memory that isn't allocated */
47 bcopy((void *)&`kmem_flags, ptr, sizeof (int));
H A Derr.badbcopy2.d31 * bcopy should not copy from one memory location to another
34 * SECTION: Actions and Subroutines/bcopy()
46 bcopy((void *)&`kmem_flags, ptr, sizeof (int));
H A Derr.badbcopy4.d31 * bcopy should not copy from one memory location to another
35 * Actions and Subroutines/bcopy()
46 bcopy((void *)NULL, ptr, sizeof (int));
H A Derr.badbcopy5.d31 * bcopy should not copy from one memory location to another
35 * Actions and Subroutines/bcopy()
48 bcopy(badptr, ptr, sizeof (int));
H A Dtst.bcopy.d31 * bcopy should copy from one memory location to another
34 * Actions and Subroutines/bcopy()
44 bcopy((void *)&`kmem_flags, ptr, sizeof (int));
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dmemcpy.c18 void bcopy (const void*, void*, size_t);
23 bcopy(in, out, length);
H A Dmemmove.c1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */
18 void bcopy (const void*, void*, size_t);
23 bcopy (s2, s1, n);
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dmemcpy.c18 void bcopy (const void*, void*, size_t);
23 bcopy(in, out, length);
H A Dmemmove.c1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */
18 void bcopy (const void*, void*, size_t);
23 bcopy (s2, s1, n);
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dbcopywrap.c17 bcopy((caddr_t)from, (caddr_t)to, size);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dremote-vxmips.c106 bcopy (&mips_greg_packet[MIPS_R_GP0], &deprecated_registers[0],
111 bcopy (&mips_greg_packet[MIPS_R_SR],
113 bcopy (&mips_greg_packet[MIPS_R_LO],
115 bcopy (&mips_greg_packet[MIPS_R_HI],
117 bcopy (&mips_greg_packet[MIPS_R_PC],
132 bcopy (&mips_fpreg_packet[MIPS_R_FP0],
138 bcopy (&mips_fpreg_packet[MIPS_R_FPCSR],
166 bcopy (&deprecated_registers[0], &mips_greg_packet[MIPS_R_GP0],
171 bcopy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (PS_REGNUM)],
173 bcopy (
[all...]
H A Dremote-vx68.c88 bcopy (&mc68k_greg_packet[MC68K_R_D0], deprecated_registers,
90 bcopy (&mc68k_greg_packet[MC68K_R_SR],
93 bcopy (&mc68k_greg_packet[MC68K_R_PC],
105 bcopy (&mc68k_fpreg_packet[MC68K_R_FP0],
108 bcopy (&mc68k_fpreg_packet[MC68K_R_FPCR],
137 bcopy (deprecated_registers, &mc68k_greg_packet[MC68K_R_D0],
139 bcopy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (PS_REGNUM)],
141 bcopy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (PC_REGNUM)],
150 bcopy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (FP0_REGNUM)],
153 bcopy (
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregutils.h50 /* for old systems with bcopy() but no memmove() */
52 #define memmove(d, s, c) bcopy(s, d, c)
/freebsd-10.0-release/lib/libc/ia64/string/
H A Dmemcpy.S35 br.sptk.few bcopy
H A Dmemmove.S35 br.sptk.few bcopy
/freebsd-10.0-release/sys/libkern/
H A Dmemmove.c36 bcopy(src, dest, n);
/freebsd-10.0-release/sys/geom/concat/
H A Dg_concat.h104 bcopy(md->md_magic, data, sizeof(md->md_magic));
106 bcopy(md->md_name, data + 20, sizeof(md->md_name));
110 bcopy(md->md_provider, data + 44, sizeof(md->md_provider));
117 bcopy(data, md->md_magic, sizeof(md->md_magic));
119 bcopy(data + 20, md->md_name, sizeof(md->md_name));
123 bcopy(data + 44, md->md_provider, sizeof(md->md_provider));
/freebsd-10.0-release/sys/geom/multipath/
H A Dg_multipath.h77 bcopy(md->md_magic, data, sizeof(md->md_magic));
79 bcopy(md->md_uuid, data, sizeof(md->md_uuid));
81 bcopy(md->md_name, data, sizeof(md->md_name));
95 bcopy(data, md->md_magic, sizeof(md->md_magic));
97 bcopy(data, md->md_uuid, sizeof(md->md_uuid));
99 bcopy(data, md->md_name, sizeof(md->md_name));
/freebsd-10.0-release/sys/geom/shsec/
H A Dg_shsec.h95 bcopy(md->md_magic, data, sizeof(md->md_magic));
97 bcopy(md->md_name, data + 20, sizeof(md->md_name));
101 bcopy(md->md_provider, data + 44, sizeof(md->md_provider));
108 bcopy(data, md->md_magic, sizeof(md->md_magic));
110 bcopy(data + 20, md->md_name, sizeof(md->md_name));
114 bcopy(data + 44, md->md_provider, sizeof(md->md_provider));
/freebsd-10.0-release/sys/geom/stripe/
H A Dg_stripe.h98 bcopy(md->md_magic, data, sizeof(md->md_magic));
100 bcopy(md->md_name, data + 20, sizeof(md->md_name));
105 bcopy(md->md_provider, data + 48, sizeof(md->md_provider));
112 bcopy(data, md->md_magic, sizeof(md->md_magic));
114 bcopy(data + 20, md->md_name, sizeof(md->md_name));
119 bcopy(data + 48, md->md_provider, sizeof(md->md_provider));
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyoutstr.d48 bcopy("kablammo!", this->str, 10);

Completed in 155 milliseconds

1234567891011>>