Index Index for
Section 9
Index Alphabetical
listing for Q
Index Bottom of
page

qenable(9r)

NAME

qenable - STREAMS: Enables a queue

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

The qenable interface puts the queue associated with the queue_pointer argument on the linked list of those whose service interfaces are ready to be called by the STREAMS scheduler.

RETURN VALUES

None

Index Index for
Section 9
Index Alphabetical
listing for Q
Index Top of
page