Searched refs:GetRNIDMgmtInfoFunc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c2262 GetRNIDMgmtInfoFunc;
2267 GetRNIDMgmtInfoFunc = lib_infop->functionTable.GetRNIDMgmtInfoHandler;
2268 if (GetRNIDMgmtInfoFunc != NULL) {
2269 status = (GetRNIDMgmtInfoFunc)(vendorHandle, pInfo);
2256 GetRNIDMgmtInfoFunc; local
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c2599 GetRNIDMgmtInfoFunc; local
2604 GetRNIDMgmtInfoFunc = FUNCCOMMON(lib_infop, GetRNIDMgmtInfoHandler);
2605 if (GetRNIDMgmtInfoFunc != NULL) {
2606 status = (GetRNIDMgmtInfoFunc)(vendorHandle, pInfo);

Completed in 87 milliseconds