 |
Index for Section 9r |
|
 |
Alphabetical listing for F |
|
 |
Bottom of page |
|
freemsg(9r)
NAME
freemsg - STREAMS: Frees all message blocks in a message
SYNOPSIS
#include <sys/stream.h>
void freemsg(
MBLKP message_block_ptr );
ARGUMENTS
message_block_ptr
Specifies a pointer to the message block to be deallocated. The
typedef MBLKP is an alternate name for typedef struct msgb *.
DESCRIPTION
The freemsg interface calls the freeb interface to free all message and
data blocks associated with the message pointed to by the message_block_ptr
argument.
RETURN VALUES
None
SEE ALSO
Kernel Interfaces: freeb(9r)
Programmer's Guide: STREAMS
 |
Index for Section 9r |
|
 |
Alphabetical listing for F |
|
 |
Top of page |
|