Searched refs:LibPath (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasGetVendorLibraryAttributes.c | 42 (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 D | HBAAPILIB.c | 1260 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 D | hbaapi.h | 443 char LibPath[256]; member
|
/titanic_41/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 1580 (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 D | smhbaapi.h | 353 char LibPath[256]; member
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_hbaapi.h | 445 char LibPath[256]; member
|