Searched defs:bcopy (Results 1 - 17 of 17) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dstring.S100 bcopy: label
/asus-wl-520gu-7.0.1.45/src/include/
H A Dbcmstdlib.h88 #define bcopy(src, dst, len) memcpy((dst), (src), (len)) macro
H A Dlinux_osl.h244 #define bcopy(src, dst, len) memcpy((dst), (src), (len)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/lib/
H A Dstring.S214 bcopy: label
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dlib_string.h92 #define bcopy(s,d,c) lib_memcpy(d,s,c) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drioinit.c86 #undef bcopy macro
87 #define bcopy rio_pcicopy macro
H A Dlinux_compat.h48 #define bcopy(src, dest, n) memcpy ((dest), (src), (n)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/
H A Dstring.c383 char * bcopy(const char * src, char * dest, int count) function
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsafe_string.h31 #undef bcopy macro
33 #define bcopy(src,dest,size) __ERROR__XX__NEVER_USE_BCOPY___; macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/lib/
H A DVIScopy.S345 bcopy: or %o0, 0, %g3 ! IEU0 Group label
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dx8664_ksyms.c150 #undef bcopy macro
175 EXPORT_SYMBOL_NOVERS(bcopy); variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsparc_ksyms.c250 EXPORT_SYMBOL(bcopy); variable
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dlinux_osl.c671 bcopy(const void *src, void *dst, int len) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h118 #define bcopy(s, d, n) memcpy((d), (s), (n)) macro
/asus-wl-520gu-7.0.1.45/src/tools/misc/
H A Depi_ttcp.c268 #define bcopy(a,b,n) memcpy((b), (a), (n)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h94 #define bcopy(s, d, n) memcpy((d), (s), (n)) macro
H A Dsym53c8xx.c419 #define bcopy(s, d, n) memcpy((d), (s), (n)) macro

Completed in 177 milliseconds