DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

sdi_set_idata_ptr(D3sdi)


sdi_set_idata_ptr -- set value of the target driver instance

Synopsis

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

void sdi_set_idata_ptr(struct sb *sbp, void *idatap);

Description

sdi_set_idata_ptr( ) sets the value of the sb_idatap member of the xsb(D4sdi) structure

Arguments


sbp
Pointer to the xsb(D4sdi) structure.

idatap
Value to be set in the sb_idatap member of the xsb(D4sdi) structure.

Return values

None.

Usage

Context and synchronization

Non-blockable context.

Hardware applicability

All

Version applicability

sdi: 2, 3, 4 HBA drivers

References

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