DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

sdi_idata_free(D3sdi)


sdi_idata_free -- free idata structure and detaches interrupts

Synopsis

   #include <sys/types.h>
   #include <sys/sdi.h>
   #include <sys/ddi.h>
   

void sdi_idata_free(HBA_IDATA_STRUCT *idata);

Description

sdi_idata_free frees the memory and detaches the interrupts associated with the idata structure previously allocated using

Arguments


idata
pointer to the hba_idata_v5(D4sdi) structure

Return values

None

Usage

Context and synchronization

Non-blockable context.

Driver-defined basic locks, read/write locks, and sleep locks cannot be held across calls to this function.

Applicable hardware

All

Version applicability

sdi: 4 HBA drivers

References

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