Home
last modified time | relevance | path

Searched refs:SMHBA_LIBRARYATTRIBUTES (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetVendorLibraryAttributes.c34 Sun_sasGetVendorLibraryAttributes(SMHBA_LIBRARYATTRIBUTES *attrs) { in Sun_sasGetVendorLibraryAttributes()
H A Dsun_sas.h181 extern HBA_UINT32 Sun_sasGetVendorLibraryAttributes(SMHBA_LIBRARYATTRIBUTES *);
/illumos-gate/usr/src/lib/smhba/common/
H A Dvendorsmhbaapi.h55 (HBA_UINT32, SMHBA_LIBRARYATTRIBUTES *);
57 (SMHBA_LIBRARYATTRIBUTES *);
H A Dsmhbaapi.h362 } SMHBA_LIBRARYATTRIBUTES, *PSMHBA_LIBRARYATTRIBUTES; typedef
380 SMHBA_LIBRARYATTRIBUTES *attributes
385 SMHBA_LIBRARYATTRIBUTES *attributes
H A DSMHBAAPILIB.c3477 SMHBA_LIBRARYATTRIBUTES *attributes) in SMHBA_GetWrapperLibraryAttributes()
3492 (void) memset(attributes, 0, sizeof (SMHBA_LIBRARYATTRIBUTES)); in SMHBA_GetWrapperLibraryAttributes()
3540 SMHBA_LIBRARYATTRIBUTES *attributes) in SMHBA_GetVendorLibraryAttributes()
3561 (void) memset(attributes, 0, sizeof (SMHBA_LIBRARYATTRIBUTES)); in SMHBA_GetVendorLibraryAttributes()
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c517 SMHBA_LIBRARYATTRIBUTES libattrs; in processHBA()