Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c2546 HBASendReportLUNsFunc SendReportLUNsFunc; in HBA_SendReportLUNs() local
2551 SendReportLUNsFunc = lib_infop->functionTable.ReportLUNsHandler; in HBA_SendReportLUNs()
2552 if (SendReportLUNsFunc != NULL) { in HBA_SendReportLUNs()
2553 status = ((SendReportLUNsFunc)( in HBA_SendReportLUNs()
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c2916 HBASendReportLUNsFunc SendReportLUNsFunc; in HBA_SendReportLUNs() local
2925 SendReportLUNsFunc = lib_infop->ftable.functionTable.ReportLUNsHandler; in HBA_SendReportLUNs()
2926 if (SendReportLUNsFunc != NULL) { in HBA_SendReportLUNs()
2927 status = ((SendReportLUNsFunc)( in HBA_SendReportLUNs()