DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5

cm_intr_detach(D3)


cm_intr_detach -- detach device interrupts

Synopsis

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

void cm_intr_detach(void *intr_cookie);

Description

cm_intr_detach is used to detach an interrupt handler referred to by intr_cookie. The interrupt will be detached and any system resources consumed by it will be freed.

Arguments


intr_cookie
a "magic cookie" used to refer to the interrupts to be detached. This must be a value returned from a previous call to cm_intr_attach(D3).

Return values

None

Usage

Context and synchronization

User or blockable context.

Hardware applicability

All

Version applicability

ddi: 5, 5mp, 6, 6mp, 7, 7mp, 7.1, 7.1mp, 8, 8mp

References

cm_intr_attach(D3), intr(D2)

``Autoconfiguration'' in HDK Technical Reference


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