Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1261 strcpy(attributes->LibPath, map->l_lname); in HBA_GetWrapperLibraryAttributes()
1274 if ( GetModuleFileName(module, attributes->LibPath, in HBA_GetWrapperLibraryAttributes()
1275 sizeof(attributes->LibPath)) == 0 ) { in HBA_GetWrapperLibraryAttributes()
1276 attributes->LibPath[0] = '\0'; in HBA_GetWrapperLibraryAttributes()
3043 if (attributes->LibPath[0] == '\0') { in HBA_GetVendorLibraryAttributes()
3045 strcpy(attributes->LibPath, in HBA_GetVendorLibraryAttributes()
H A Dhbaapi.h448 char LibPath[256]; member
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c1582 (void) strcpy(attributes->LibPath, map->l_name); in HBA_GetWrapperLibraryAttributes()
1594 if (GetModuleFileName(module, attributes->LibPath, in HBA_GetWrapperLibraryAttributes()
1595 sizeof (attributes->LibPath)) == 0) { in HBA_GetWrapperLibraryAttributes()
1596 attributes->LibPath[0] = '\0'; in HBA_GetWrapperLibraryAttributes()
3449 if (attributes->LibPath[0] == '\0') { in HBA_GetVendorLibraryAttributes()
3451 (void) strcpy(attributes->LibPath, in HBA_GetVendorLibraryAttributes()
3499 (void) strcpy(attributes->LibPath, map->l_name); in SMHBA_GetWrapperLibraryAttributes()
3586 if (attributes->LibPath[0] == '\0') { in SMHBA_GetVendorLibraryAttributes()
3588 (void) strcpy(attributes->LibPath, in SMHBA_GetVendorLibraryAttributes()
H A Dsmhbaapi.h354 char LibPath[256]; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hbaapi.h450 char LibPath[256]; member