DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

sdi_sense_ptr(D3sdi)


sdi_sense_ptr -- Return the address of the sense data for this sb(D4sdi)

Synopsis

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

struct sense * sdi_sense_ptr(struct sb *sbp);

Description

sdi_sense_ptr( )

Arguments


sbp
Pointer to the sb(D4sdi) structure.

Return values

sdi_sense_ptr( ) returns a pointer to the sense data associated with the specified sb(D4sdi) structure.

Usage

Context and synchronization

Non-blockable context.

Hardware applicability

All

Version applicability

sdi: 2, 3, 4 HBA drivers

References

sb(D4sdi) { ((struct sb_extra *)sbp->SCB.sc_extra)->sb_idatap = idatap; }
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005