Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

noenable(9r) [osf1 man page]

noenable(9r)															      noenable(9r)

NAME
noenable - STREAMS: Prevents a queue from being scheduled SYNOPSIS
#include <sys/stream.h> void noenable( queue_t *queue ); ARGUMENTS
Specifies 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 *. DESCRIPTION
The 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 VALUES
None SEE ALSO
Kernel Interfaces: enableok(9r), insq(9r), putbq(9r), putq(9r), qenable(9r) noenable(9r)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies