noenable Utility

Purpose

Prevents a queue from being scheduled.

Syntax

void noenable(q)
queue_t * q;

Description

The noenable utility prevents the queue specified by the q parameter from being scheduled for service either by the putq or putbq utility, when these routines queue an ordinary priority message, or by the insq utility when it queues any message. The noenable utility does not prevent the scheduling of queues when a high-priority message is queued, unless the message is queued by the insq utility.

This utility is part of STREAMS Kernel Extensions.

Parameters

Item Description
q Specifies the queue to disable.