Home
last modified time | relevance | path

Searched refs:HBA_LoadLibrary (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c542 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in fc_util_delete_npivport()
668 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in fc_util_create_npivport()
892 if (HBA_LoadLibrary() != HBA_STATUS_OK) { in fc_util_create_portlist()
957 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in fc_util_force_lip()
H A Dfcinfo-list.c641 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in fc_util_list_remoteport()
757 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in fc_util_list_hbaport()
1280 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in fc_util_list_logicalunit()
/illumos-gate/usr/src/lib/hbaapi/common/
H A Dmapfile-vers45 HBA_LoadLibrary;
H A Dhbaapi.h542 HBA_API HBA_STATUS HBA_LoadLibrary(void);
H A DHBAAPILIB.c507 HBA_LoadLibrary(void) { in HBA_LoadLibrary() function
/illumos-gate/usr/src/lib/smhba/common/
H A Dmapfile-vers45 HBA_LoadLibrary;
H A DSMHBAAPILIB.c668 HBA_LoadLibrary() in HBA_LoadLibrary() function
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c209 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in sas_util_list_hba()
279 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in sas_util_list_hbaport()
347 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in sas_util_list_expander()
413 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in sas_util_list_targetport()
1519 if ((status = HBA_LoadLibrary()) != HBA_STATUS_OK) { in sas_util_list_logicalunit()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hbaapi.h545 HBA_API HBA_STATUS HBA_LoadLibrary();
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c1254 status = HBA_LoadLibrary(); in findMatchingAdapterPort()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c1379 status = HBA_LoadLibrary(); in verify_disk_wwn()
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c505 int status = HBA_LoadLibrary(); in loadLibrary()