DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

sdi_callback(D3sdi)


sdi_callback -- call the target driver interrupt routine to signal completion of a request

Synopsis

   #include <sys/sdi.h>

void sdi_callback(struct sb *sbp);

Description

sdi_callback calls the target driver's interrupt routine. It calls either sc_int or sf_int based on whether the associated command is an SCB or an SFB type. The interrupt address was initialized by the target driver when the request was formulated.

Arguments


sbp
the command block associated with the completed command

Usage

This routine is used to call back to the associated target driver upon the completion of a command request.

Context and synchronization

Non-blockable context.

Applicable hardware

x86/Pentium compatible architectures

Version applicability

sdi: 1, 2, 3, 4 HBA drivers.

References

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