Query: noenable
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
noenable(9r) noenable(9r)NAMEnoenable - STREAMS: Prevents a queue from being scheduledSYNOPSIS#include <sys/stream.h> void noenable( queue_t *queue );ARGUMENTSSpecifies the pointer to the queue that you want to prevent from being scheduled. The typedef queue_t is an alternate name for struct queue_entry *.DESCRIPTIONThe noenable interface prevents the queue associated with the queue argument from being scheduled for service by the insq, putbq, or putq interfaces when enqueuing an ordinary priority message. You can enable the queue again by calling the enableok interface.RETURN VALUESNoneSEE ALSOKernel Interfaces: enableok(9r), insq(9r), putbq(9r), putq(9r), qenable(9r) noenable(9r)
Related Man Pages |
---|
canput(9r) - osf1 |
insq(9r) - osf1 |
enableok(9f) - sunos |
enableok(9f) - opensolaris |
putq(9f) - php |
Similar Topics in the Unix Linux Community |
---|
Low Impact PHP Errors and Logging Levels |
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |