Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

putnext(9f) [osx man page]

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

NAME
putnext - send a message to the next queue SYNOPSIS
#include <sys/stream.h> #include <sys/ddi.h> void putnext(queue_t *q, mblk_t *mp); INTERFACE LEVEL
Architecture independent level 1 (DDI/DKI). PARAMETERS
q Pointer to the queue from which the message mp will be sent. mp Message to be passed. DESCRIPTION
putnext() is used to pass a message to the put(9E) routine of the next queue in the stream. RETURN VALUES
None. CONTEXT
putnext() can be called from user or interrupt context. EXAMPLES
See allocb(9F) for an example of using putnext(). SEE ALSO
put(9E), allocb(9F), put(9F), qprocson(9F) Writing Device Drivers STREAMS Programming Guide NOTES
The put() and putnext() functions should be called only after qprocson() is finished. SunOS 5.10 18 Feb 1998 putnext(9F)

Check Out this Related Man Page

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

NAME
putnext - send a message to the next queue SYNOPSIS
#include <sys/stream.h> #include <sys/ddi.h> void putnext(queue_t *q, mblk_t *mp); INTERFACE LEVEL
Architecture independent level 1 (DDI/DKI). PARAMETERS
q Pointer to the queue from which the message mp will be sent. mp Message to be passed. DESCRIPTION
putnext() is used to pass a message to the put(9E) routine of the next queue in the stream. RETURN VALUES
None. CONTEXT
putnext() can be called from user or interrupt context. EXAMPLES
See allocb(9F) for an example of using putnext(). SEE ALSO
put(9E), allocb(9F), put(9F), qprocson(9F) Writing Device Drivers STREAMS Programming Guide NOTES
The put() and putnext() functions should be called only after qprocson() is finished. SunOS 5.10 18 Feb 1998 putnext(9F)
Man Page

3 More Discussions You Might Find Interesting

1. HP-UX

where to put autorstart command?

hi everyone, I want to run some command automatically when the OS boot. In Linux, I found that we just put it into /etc/rc.local file; but I don't know where to put it in HP-UX system. please, help me........ thanks very much, :) (2 Replies)
Discussion started by: tataxin
2 Replies

2. Shell Programming and Scripting

How to put a comment at the begining of the sentence

I have a file shows as below. I would like to put # before CCCC. so how to do in Solaris. Here sed doesnot support -i AAAA BBBB CCCCC DDDDD EEEEE FFFFFF (1 Reply)
Discussion started by: madhusmita
1 Replies

3. Shell Programming and Scripting

how to put those in Dbase

Hi Experts, I have a file which contains- .. .. <?xml version='1.0' encoding='ISO-8859-1' standalone='no'?> <LogItems> <log logid="83efeae5190809080000080410"> <category>Upstream.TEL</category> <operation>MAKE</operation> <target>mms</target> <user>purple</user>... (3 Replies)
Discussion started by: thepurple
3 Replies