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

개요

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

qenable(9f)

qenable(9F)                    Kernel Functions                    qenable(9F)



NAME
       qenable - enable a queue

SYNOPSIS
       #include <sys/stream.h>
       #include <sys/ddi.h>

       void qenable(queue_t *q);

INTERFACE LEVEL
       Architecture independent level 1 (DDI/DKI).

PARAMETERS
       q    Pointer to the queue to be enabled.


DESCRIPTION
       The  qenable()  function  adds the queue pointed to by q to the list of
       queues whose service routines are ready to be  called  by  the  STREAMS
       scheduler.

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

EXAMPLES
       See the dupb(9F) function page for an example of the qenable().

SEE ALSO
       dupb(9F)


       Writing Device Drivers in Oracle Solaris 11.4


       STREAMS Programming Guide



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