.TH pollwake() "" "" "Internal Kernel Routine"
.PC "Terminate driver polled event"
.B "#include <sys/types.h>"
\fBvoid pollwake(\fIeventp\^\fB)\fR
\fBevent_t *\fIeventp\^\fB;\fR
.PP
.B pollwake()
generates a polled event report on the event structure pointed to by
.IR eventp .
The event structure must reside in static kernel data space.
If the field
.DS
	\fIeventp\fB\->e_eprocp\fR
.DE
.PP
is NULL, no events are still pending and the driver has no need to call
.BR pollwake() .
.SH "See Also"
.B
internal kernel routines
.R
