DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

sdi_datapt_ptr(D3sdi)


sdi_datapt_ptr -- Return pointer to the sb_datapt member of the sb_extra structure

Synopsis

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

paddr32_t * sdi_datapt_ptr(struct sb *sbp);

Description

sdi_datapt_ptr( ) returns a pointer to the sb_datapt member of the sb(D4sdi) structure.

Arguments


sbp
Pointer to the sb(D4sdi) command block structure.

Return values

Returns a pointer to the sb_datapt member of the structure indicated by the sbp argument.

Usage

sdi_datapt_ptr( ) provides a coding shortcut for accessing the sb_datapt member of the sb structure.

Context and synchronization

Non-blockable context.

Hardware applicability

All

Version applicability

sdi: 4 HBA drivers

References

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