Name | Synopsis | Interface Level | Parameters | Description | Context | Examples | See Also | Notes
#include <sys/stream.h> void freemsg(mblk_t *mp);
Architecture independent level 1 (DDI/DKI).
Pointer to the message blocks to be deallocated. mblk_t is an instance of the msgb(9S) structure. If mp is NULL, freemsg() immediately returns.
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.
See copymsg(9F).
The behavior of freemsg() when passed a NULL pointer is Solaris-specific.
Name | Synopsis | Interface Level | Parameters | Description | Context | Examples | See Also | Notes