[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    qenable(9F) manual page Table of Contents

Name

qenable - enable a queue

Synopsis


#include <sys/stream.h>
#include <sys/ddi.h>

void qenable(queue_t *q);

Interface Level

Architecture independent level 1 (DDI/DKI).

Arguments

q
Pointer to the queue to be enabled.

Description

qenable() adds the queue pointed to by q to the list of queues whose service routines are ready to be called by the STREAMS scheduler.

Context

qenable() can be called from user or interrupt context.

Example

See the dupb(9F) function page for an example of the qenable().

See Also

dupb(9F)



Table of Contents