Query: msgdsize
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
msgdsize(9F) Kernel Functions for Drivers msgdsize(9F)NAMEmsgdsize - return the number of bytes in a messageSYNOPSIS#include <sys/stream.h> size_t msgdsize(mblk_t *mp);INTERFACE LEVELArchitecture independent level 1 (DDI/DKI).PARAMETERSmp Message to be evaluated.DESCRIPTIONThe msgdsize() function counts the number of bytes in a data message. Only bytes included in the data blocks of type M_DATA are included in the count.RETURN VALUESThe number of data bytes in a message, expressed as an integer.CONTEXTThe msgdsize() function can be called from user, interrupt, or kernel context.EXAMPLESSee bufcall(9F) for an example that uses msgdsize().SEE ALSObufcall(9F) Writing Device Drivers STREAMS Programming Guide SunOS 5.11 16 Jan 2006 msgdsize(9F)
Related Man Pages |
---|
bufcall(9f) - opensolaris |
bufcall(9f) - sunos |
bufcall(9f) - php |
bufcall(9f) - redhat |
bufcall(9f) - hpux |
Similar Topics in the Unix Linux Community |
---|
Prustat throwing error only in zones not in global |