Query: dupmsg
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
dupmsg(9r) dupmsg(9r)NAMEdupmsg - STREAMS: Duplicates a messageSYNOPSIS#include <sys/stream.h> MBLKP dupmsg( MBLKP message_block_ptr );ARGUMENTSSpecifies a pointer to the message block. The typedef MBLKP is an alternate name for typedef struct msgb *.DESCRIPTIONThe dupmsg interface forms a new message by copying the message block descriptors pointed to by the message_block_ptr argument and linking them. The dupmsg interface calls dupb for each message block. The data blocks themselves are not duplicated.RETURN VALUESUpon successful completion, the dupmsg interface returns a pointer to the newly allocated message block. This newly allocated message block is of type struct msgb *. The msgb data structure is defined in the /usr/sys/include/sys/stream.h file. Otherwise, dupmsg returns a NULL pointer.SEE ALSOKernel Interfaces: copyb(9r), copymsg(9r), dupb(9r) Programmer's Guide: STREAMS dupmsg(9r)
Related Man Pages |
---|
copyb(9f) - debian |
dupmsg(9f) - osx |
copyb(9f) - php |
dupmsg(9f) - php |
dupmsg(9f) - hpux |
Similar Topics in the Unix Linux Community |
---|
Low Impact PHP Errors and Logging Levels |
PHP Write Man Pages to MySQL DB |