Query: putnext
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
putnext(9F) Kernel Functions for Drivers putnext(9F)NAMEputnext - send a message to the next queueSYNOPSIS#include <sys/stream.h> #include <sys/ddi.h> void putnext(queue_t *q, mblk_t *mp);INTERFACE LEVELArchitecture independent level 1 (DDI/DKI).PARAMETERSq Pointer to the queue from which the message mp will be sent. mp Message to be passed.DESCRIPTIONThe putnext() function is used to pass a message to the put(9E) routine of the next queue in the stream.RETURN VALUESNone.CONTEXTThe putnext() function can be called from user, interrupt, or kernel context.EXAMPLESSee allocb(9F) for an example of using putnext().SEE ALSOput(9E), allocb(9F), put(9F), qprocson(9F) Writing Device Drivers STREAMS Programming GuideNOTESThe put() and putnext() functions should be called only after qprocson() is finished. SunOS 5.11 16 Jan 2006 putnext(9F)
Related Man Pages |
---|
putnext(9f) - sunos |
putnext(9f) - mojave |
putnext(9f) - suse |
putnext(9f) - osx |
putnext(9f) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
[urgent help] error log on /var/adm/messages |
Sun Fire E2900 crashed. Help analyze explorer |
Sparc Solaris 8 crash dump |
AIX STREAMS driver question |