putnext(9f) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

putnext(9f)

putnext(9F)                    Kernel Functions                    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
       The putnext() function is used to pass a message to the put(9E) routine
       of the next queue in the stream.

RETURN VALUES
       None.

CONTEXT
       The putnext() function can be called from user,  interrupt,  or  kernel
       context.

EXAMPLES
       See allocb(9F) for an example of using putnext().

SEE ALSO
       put(9E), allocb(9F), put(9F), qprocson(9F)


       Writing Device Drivers in Oracle Solaris 11.4


       STREAMS Programming Guide

NOTES
       The  put()  and  putnext() functions should be called only after qproc‐
       son() is finished.



Oracle Solaris 11.4               16 Jan 2006                      putnext(9F)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3