| OpenSS7 SS7 for the Common Man | © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. Last modified: Sat, 01 Nov 2008 10:41:53 GMT | ||||||||||||||||
| |||||||||||||||||
| Description: Manual PageKeywords: ss7 ss7/ip ss7 over ip ss7 mtp ss7 sccp ss7 tcap sigtran mtp sccp tcap openss7 acb56 linux telephony pstn linux telephony linux nebs linux compactpciBCOPYSection: Linux Fast-STREAMS DDI/DKI (9)Updated: 2008-10-31 Index Return to Main Contents NAMEbcopy - copy byte stringsSYNOPSIS#include <linux/string.h>
ARGUMENTS
INTERFACEDESCRIPTIONbcopy() copies len bytes from the source address src to the destination address dest. If len is zero, this function has no effect. RETURNERRORSCONTEXTbcopy() can be called from any context, including user context, module procedures, call-outs, callbacks, soft interrupts (tasklets and bottom halves), and interrupt service routines. MP-STREAMSbcopy() is MP-safe, provided the caller ensures exclusive access to the memory areas involved. NOTICESLinux Fast-STREAMS preserves this deprecated function. memcpy(9) should be used instead. For older STREAMS drivers and modules, it is sufficient to define the macro: #define bcopy(src, dst, len) (void)memcpy(dst, src, len) SEE ALSOBUGSCOMPATIBILITYbcopy() is source-level compatible with SVR 4.2 MP DDI/DKI, AIX®, HP-UX®, OSF/1®, Solaris®, UnixWare® and LiS. See STREAMS(9) for additional compatibility information. CONFORMANCESVR 4.2 MP DDI/DKI[1]; AIX®, HP-UX®, IRIX®, OSF/1®, Solaris® and UnixWare® documentation[2..7]; and LiS[8] source code. HISTORYbcopy() first appeared in 4.1BSD. Its use in STREAMS drivers is probably testimony to the fact that Dennis Ritchie implemented the first Stream I/O System on 4.1BSD. REFERENCES
TRADEMARKS
Other trademarks are the property of their respective owners. IDENTIFICATION
Copyright©1997-2008OpenSS7 Corp.
All Rights Reserved.
Index
This document was created by man2html, using the manual pages. Time: 16:19:21 GMT, May 18, 2013 | ||||||||||||||||
| OpenSS7 SS7 for the Common Man |
| ||||||||||||||||
| Last modified: Sat, 01 Nov 2008 10:41:53 GMT © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. |