Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

freemsg(9f) [opendarwin man page]

freemsg(9F)						   Kernel Functions for Drivers 					       freemsg(9F)

NAME
freemsg - free all message blocks in a message SYNOPSIS
#include <sys/stream.h> void freemsg(mblk_t *mp); INTERFACE LEVEL
Architecture independent level 1 (DDI/DKI). PARAMETERS
mp 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. DESCRIPTION
freemsg() calls freeb(9F) to free all message and data blocks associated with the message pointed to by mp. CONTEXT
freemsg() can be called from user or interrupt context. EXAMPLES
Example 1: Using freemsg() See copymsg(9F). SEE ALSO
copymsg(9F), freeb(9F), msgb(9S) Writing Device Drivers STREAMS Programming Guide NOTES
The behavior of freemsg() when passed a NULL pointer is Solaris-specific. SunOS 5.10 26 Oct 2001 freemsg(9F)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies