putnext(9F) manual page
Table of Contents
putnext - send a message to the next queue
#include <sys/stream.h>
#include <sys/ddi.h>
int putnext(queue_t *q, mblk_t *mp);
Architecture independent
level 1 (DDI/DKI).
- q
- Pointer to the queue from which the message
mp will be sent.
- mp
- Message to be passed.
putnext() is used
to pass a message to the put(9E)
routine of the next queue in the stream.
None.
putnext() can be called from user or interrupt
context.
See allocb(9F)
for an example of using putnext().
put(9E)
,
allocb(9F)
Table of Contents