Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sun_sas/common/
H A DSun_sasGetVendorLibraryAttributes.c42 (void) strlcpy(attrs->LibPath, SUN_SMHBA_VENDOR_LIB_PATH, in Sun_sasGetVendorLibraryAttributes()
43 sizeof (attrs->LibPath)); in Sun_sasGetVendorLibraryAttributes()
/titanic_41/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1260 strcpy(attributes->LibPath, map->l_lname); in HBA_GetWrapperLibraryAttributes()
1273 if ( GetModuleFileName(module, attributes->LibPath, in HBA_GetWrapperLibraryAttributes()
1274 sizeof(attributes->LibPath)) == 0 ) { in HBA_GetWrapperLibraryAttributes()
1275 attributes->LibPath[0] = '\0'; in HBA_GetWrapperLibraryAttributes()
3042 if (attributes->LibPath[0] == '\0') { in HBA_GetVendorLibraryAttributes()
3044 strcpy(attributes->LibPath, in HBA_GetVendorLibraryAttributes()
H A Dhbaapi.h443 char LibPath[256]; member
/titanic_41/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c1580 (void) strcpy(attributes->LibPath, map->l_name); in HBA_GetWrapperLibraryAttributes()
1592 if (GetModuleFileName(module, attributes->LibPath, in HBA_GetWrapperLibraryAttributes()
1593 sizeof (attributes->LibPath)) == 0) { in HBA_GetWrapperLibraryAttributes()
1594 attributes->LibPath[0] = '\0'; in HBA_GetWrapperLibraryAttributes()
3447 if (attributes->LibPath[0] == '\0') { in HBA_GetVendorLibraryAttributes()
3449 (void) strcpy(attributes->LibPath, in HBA_GetVendorLibraryAttributes()
3497 (void) strcpy(attributes->LibPath, map->l_name); in SMHBA_GetWrapperLibraryAttributes()
3584 if (attributes->LibPath[0] == '\0') { in SMHBA_GetVendorLibraryAttributes()
3586 (void) strcpy(attributes->LibPath, in SMHBA_GetVendorLibraryAttributes()
H A Dsmhbaapi.h353 char LibPath[256]; member
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hbaapi.h445 char LibPath[256]; member