Query: noenable
OS: sunos
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
noenable(9F) Kernel Functions for Drivers noenable(9F)NAMEnoenable - prevent a queue from being scheduledSYNOPSIS#include <sys/stream.h> #include <sys/ddi.h> void noenable(queue_t *q);INTERFACE LEVELArchitecture independent level 1 (DDI/DKI).PARAMETERSq Pointer to the queue.DESCRIPTIONnoenable() prevents the queue q from being scheduled for service by insq(9F), putq(9F) or putbq(9F) when enqueuing an ordinary priority message. The queue can be re-enabled with the enableok(9F) function.CONTEXTnoenable() can be called from user or interrupt context.SEE ALSOenableok(9F), insq(9F), putbq(9F), putq(9F), qenable(9F) Writing Device Drivers STREAMS Programming Guide SunOS 5.10 11 Apr 1991 noenable(9F)
| Related Man Pages |
|---|
| putq(9f) - sunos |
| putq(9f) - debian |
| putq(9f) - php |
| putq(9f) - redhat |
| putq(9f) - xfree86 |
| Similar Topics in the Unix Linux Community |
|---|
| The 500 Mile Email |
| Is UNIX an open source OS ? |
| How to convert number to english? |
| Using awk to remove lines from file that match text |
| Outputting sequences based on length with sed |