Query: qenable
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
qenable(9F) Kernel Functions for Drivers qenable(9F)NAMEqenable - enable a queueSYNOPSIS#include <sys/stream.h> #include <sys/ddi.h> void qenable(queue_t *q);INTERFACE LEVELArchitecture independent level 1 (DDI/DKI).PARAMETERSq Pointer to the queue to be enabled.DESCRIPTIONThe 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.CONTEXTThe qenable() function can be called from user, interrupt, or kernel context.EXAMPLESSee the dupb(9F) function page for an example of the qenable().SEE ALSOdupb(9F) Writing Device Drivers STREAMS Programming Guide SunOS 5.11 16 Jan 2006 qenable(9F)
Related Man Pages |
---|
enableok(9f) - sunos |
qenable(8b) - minix |
qenable(8b) - x11r4 |
qenable(8b) - linux |
qenable(8b) - mojave |
Similar Topics in the Unix Linux Community |
---|
Trying to block signal |
solaris zones vs container.. |
PHP Man Pages Now Available (Over 10,000) |
Study UNIX Kernel |
Identify problem with while getopts |