MyWebUniversity.com Home Page
 



OpenSolaris man pages main menu


Kernel Functions for Drivers                         noenable(9F)



NAME
     noenable - prevent a queue from being scheduled

SYNOPSIS
     #include 
     #include 



     void noenable(queuet *q);


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

PARAMETERS
     q    Pointer to the queue.


DESCRIPTION
     The noenable() function prevents the q from being  scheduled
     for  service by insq(9F), putq(9F) or putbq(9F) when enqueu-
     ing an ordinary priority  message.  The  queue  can  be  re-
     enabled with the enableok(9F) function.

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

SEE ALSO
     enableok(9F), insq(9F), putbq(9F), putq(9F), qenable(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 ™