FREEMSG(9F) | Kernel Functions for Drivers | FREEMSG(9F) |
freemsg - free all message blocks in a message
#include <sys/stream.h> void freemsg(mblk_t *mp);
Architecture independent level 1 (DDI/DKI).
mp
The freemsg() function calls freeb(9F) to free all message and data blocks associated with the message pointed to by mp.
The freemsg() function can be called from user, interrupt, or kernel context.
Example 1 Using freemsg()
See copymsg(9F).
copymsg(9F), freeb(9F), msgb(9S)
Writing Device Drivers
STREAMS Programming Guide
The behavior of freemsg() when passed a NULL pointer is Solaris-specific.
January 16, 2006 | OmniOS |