DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

sdi_event_free(D3sdi)


sdi_event_free -- release a previously allocated sdi_event

Synopsis

   #include <sys/sdi.h>

void sdi_event_free(struct sdi_event *event);

Description

sdi_event_free frees an sdi_event(D4sdi) structure.

Arguments


event
pointer to the sdi_event driver event structure

Usage

sdi_event_free is typically used from a driver's _unload(D2sdi) or halt(D2sdi) routine.

Context and synchronization

Non-blockable context.

Applicable hardware

x86/Pentium compatible architectures

Version applicability

sdi: 2, 3, 4 target drivers.

References

sdi_addevent(D3sdi), sdi_event(D4sdi), sdi_event_alloc(D3sdi), sdi_notifyevent(D3sdi), sdi_rmevent(D3sdi)

``SDI event handling'' in HDK Technical Reference


19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005