Query: freemsg
OS: sunos
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
freemsg(9F) Kernel Functions for Drivers freemsg(9F)NAMEfreemsg - free all message blocks in a messageSYNOPSIS#include <sys/stream.h> void freemsg(mblk_t *mp);INTERFACE LEVELArchitecture independent level 1 (DDI/DKI).PARAMETERSmp Pointer to the message blocks to be deallocated. mblk_t is an instance of the msgb(9S) structure. If mp is NULL, freemsg() imme- diately returns.DESCRIPTIONfreemsg() calls freeb(9F) to free all message and data blocks associated with the message pointed to by mp.CONTEXTfreemsg() can be called from user or interrupt context.EXAMPLESExample 1: Using freemsg() See copymsg(9F).SEE ALSOcopymsg(9F), freeb(9F), msgb(9S) Writing Device Drivers STREAMS Programming GuideNOTESThe behavior of freemsg() when passed a NULL pointer is Solaris-specific. SunOS 5.10 26 Oct 2001 freemsg(9F)
Related Man Pages |
---|
freemsg(9f) - centos |
freemsg(9f) - php |
freemsg(9f) - osx |
freemsg(9f) - mojave |
freemsg(9f) - linux |
Similar Topics in the Unix Linux Community |
---|
The 500 Mile Email |
Is UNIX an open source OS ? |
Using awk to remove lines from file that match text |
Best performance UNIX just for HOST Virtualization? |
UNIX Environment Setup - (Just starting!) |