msgsize(9f) opensolaris man page | unix.com

Man Page: msgsize

Operating Environment: opensolaris

Section: 9f

msgsize(9F)						   Kernel Functions for Drivers 					       msgsize(9F)

NAME
msgsize - Return the total number of bytes in a message
SYNOPSIS
#include <sys/stream.h> #include <sys/strsun.h> size_t msgsize(mblk_t *mp);
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI)
PARAMETERS
mp Message to be evaluated.
DESCRIPTION
The msgsize() function counts the number of bytes in a message, regardless of the data type of the underlying data blocks.
RETURN VALUES
Number of bytes in the message.
CONTEXT
This function can be called from user, kernel or interrupt context.
SEE ALSO
msgdsize(9F) STREAMS Programming Guide SunOS 5.11 9 June 2004 msgsize(9F)
Related Man Pages
db_ref(9f) - sunos
mblkl(9f) - sunos
mblktail(9f) - sunos
mexchange(9f) - opensolaris
mioc2ack(9f) - opensolaris
Similar Topics in the Unix Linux Community
utime returning -1 BAD File DEscriptor
How to use sigmask in order to make signals can be processed by a thread
How to get the number of bytes parsed in libxml2
How to search for a string with special chars?