MyWebUniversity.com Home Page
 



OpenSolaris man pages main menu


Kernel Functions for Drivers                          qenable(9F)



NAME
     qenable - enable a queue

SYNOPSIS
     #include 
     #include 



     void qenable(queuet *q);


INTERFACE LEVEL
     Architecture independent level 1 (DI/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  qen-
     able().

SEE ALSO
     dupb(9F)


     Writing Device Drivers


     STREAMS Programming Guide















SunOS 5.11          Last change: 16 Jan 2006                    1



OpenSolaris man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™