Searched refs:entrypoints (Results 1 – 5 of 5) sorted by relevance
40 entrypoints->GetVersionHandler = Sun_fcGetVersion; in HBA_RegisterLibraryV2()48 entrypoints->GetAdapterPortAttributesHandler = in HBA_RegisterLibraryV2()51 entrypoints->GetDiscoveredPortAttributesHandler = in HBA_RegisterLibraryV2()62 entrypoints->SendRNIDHandler = Sun_fcSendRNID; in HBA_RegisterLibraryV2()83 entrypoints->GetVendorLibraryAttributesHandler = in HBA_RegisterLibraryV2()88 entrypoints->RegisterForAdapterEventsHandler = in HBA_RegisterLibraryV2()96 entrypoints->SendRLSHandler = Sun_fcSendRLS; in HBA_RegisterLibraryV2()97 entrypoints->SendRPLHandler = Sun_fcSendRPL; in HBA_RegisterLibraryV2()98 entrypoints->SendRPSHandler = Sun_fcSendRPS; in HBA_RegisterLibraryV2()99 entrypoints->SendSRLHandler = Sun_fcSendSRL; in HBA_RegisterLibraryV2()[all …]
37 HBA_STATUS HBA_RegisterLibrary(PHBA_ENTRYPOINTS entrypoints) { in HBA_RegisterLibrary() argument39 entrypoints->GetVersionHandler = Sun_fcGetVersion; in HBA_RegisterLibrary()40 entrypoints->LoadLibraryHandler = Sun_fcLoadLibrary; in HBA_RegisterLibrary()41 entrypoints->FreeLibraryHandler = Sun_fcFreeLibrary; in HBA_RegisterLibrary()44 entrypoints->OpenAdapterHandler = Sun_fcOpenAdapter; in HBA_RegisterLibrary()45 entrypoints->CloseAdapterHandler = Sun_fcCloseAdapter; in HBA_RegisterLibrary()47 entrypoints->GetAdapterPortAttributesHandler = in HBA_RegisterLibrary()50 entrypoints->GetDiscoveredPortAttributesHandler = in HBA_RegisterLibrary()61 entrypoints->SendRNIDHandler = Sun_fcSendRNID; in HBA_RegisterLibrary()62 entrypoints->ScsiInquiryHandler = Sun_fcSendScsiInquiry; in HBA_RegisterLibrary()[all …]
53 entrypoints->GetProtocolStatisticsHandler = in SMHBA_RegisterLibrary()57 entrypoints->SetRNIDMgmtInfoHandler = NULL; in SMHBA_RegisterLibrary()58 entrypoints->GetRNIDMgmtInfoHandler = NULL; in SMHBA_RegisterLibrary()59 entrypoints->SendRNIDV2Handler = NULL; in SMHBA_RegisterLibrary()60 entrypoints->SendRPLHandler = NULL; in SMHBA_RegisterLibrary()61 entrypoints->SendRPSHandler = NULL; in SMHBA_RegisterLibrary()62 entrypoints->SendSRLHandler = NULL; in SMHBA_RegisterLibrary()63 entrypoints->SendLIRRHandler = NULL; in SMHBA_RegisterLibrary()64 entrypoints->SendRLSHandler = NULL; in SMHBA_RegisterLibrary()65 entrypoints->SendTESTHandler = NULL; in SMHBA_RegisterLibrary()[all …]
490 const add_plugin_list_t *entrypoints, in _sasl_load_plugins() argument494 int _sasl_load_plugins(const add_plugin_list_t *entrypoints, in _sasl_load_plugins()524 if (! entrypoints in _sasl_load_plugins()536 for(cur_ep = entrypoints; cur_ep->entryname; cur_ep++) { in _sasl_load_plugins()716 for(cur_ep = entrypoints; cur_ep->entryname; cur_ep++) { in _sasl_load_plugins()727 for(cur_ep = entrypoints; cur_ep->entryname; cur_ep++) { in _sasl_load_plugins()741 _sasl_load_win_plugins(gctx, entrypoints, getpath_cb, verifyfile_cb); in _sasl_load_plugins()
506 const add_plugin_list_t *entrypoints,518 extern int _sasl_load_plugins(const add_plugin_list_t *entrypoints,