Index Index for
Section 9r
Index Alphabetical
listing for E
Bottom of page Bottom of
page

enableok(9r)

NAME

enableok - STREAMS: Enables a queue for service

SYNOPSIS

#include <sys/stream.h> void enableok( queue_t *queue_pointer );

ARGUMENTS

queue_pointer Specifies a pointer to the queue to be rescheduled. The typedef queue_t is an alternate name for struct queue_entry *.

DESCRIPTION

The enableok interface allows the queue associated with the queue_pointer argument to be rescheduled for service. The interface cancels the effect of a previous call to the noenable interface on the queue by turning off the QNOENB flag in the queue.

RETURN VALUES

None

SEE ALSO

Kernel Interfaces: noenable(9r), qenable(9r) Programmer's Guide: STREAMS

Index Index for
Section 9r
Index Alphabetical
listing for E
Top of page Top of
page