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

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c2551 HBASendReportLUNsFunc SendReportLUNsFunc;
2556 SendReportLUNsFunc = lib_infop->functionTable.ReportLUNsHandler;
2557 if (SendReportLUNsFunc != NULL) {
2558 status = ((SendReportLUNsFunc)(
2545 HBASendReportLUNsFunc SendReportLUNsFunc; local
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c2914 HBASendReportLUNsFunc SendReportLUNsFunc; local
2923 SendReportLUNsFunc = lib_infop->ftable.functionTable.ReportLUNsHandler;
2924 if (SendReportLUNsFunc != NULL) {
2925 status = ((SendReportLUNsFunc)(

Completed in 76 milliseconds