Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c2545 HBASendReportLUNsFunc SendReportLUNsFunc; in HBA_SendReportLUNs() local
2550 SendReportLUNsFunc = lib_infop->functionTable.ReportLUNsHandler; in HBA_SendReportLUNs()
2551 if (SendReportLUNsFunc != NULL) { in HBA_SendReportLUNs()
2552 status = ((SendReportLUNsFunc)( in HBA_SendReportLUNs()
/titanic_41/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c2914 HBASendReportLUNsFunc SendReportLUNsFunc; in HBA_SendReportLUNs() local
2923 SendReportLUNsFunc = lib_infop->ftable.functionTable.ReportLUNsHandler; in HBA_SendReportLUNs()
2924 if (SendReportLUNsFunc != NULL) { in HBA_SendReportLUNs()
2925 status = ((SendReportLUNsFunc)( in HBA_SendReportLUNs()