Lines Matching defs:PISCSIIMAGE

332 typedef struct ISCSIIMAGE *PISCSIIMAGE;
393 typedef DECLCALLBACK(void) FNISCSICMDCOMPLETED(PISCSIIMAGE pImage, int rcReq, void *pvUser);
661 static uint32_t iscsiNewITT(PISCSIIMAGE pImage);
662 static int iscsiSendPDU(PISCSIIMAGE pImage, PISCSIREQ paReq, uint32_t cnReq, uint32_t uFlags);
663 static int iscsiRecvPDU(PISCSIIMAGE pImage, uint32_t itt, PISCSIRES paRes, uint32_t cnRes, uint32_t fFlags);
664 static int iscsiRecvPDUAsync(PISCSIIMAGE pImage);
665 static int iscsiSendPDUAsync(PISCSIIMAGE pImage);
667 static int iscsiRecvPDUProcess(PISCSIIMAGE pImage, PISCSIRES paRes, uint32_t cnRes);
668 static int iscsiPDUTxPrepare(PISCSIIMAGE pImage, PISCSICMD pIScsiCmd);
669 static int iscsiRecvPDUUpdateRequest(PISCSIIMAGE pImage, PISCSIRES paRes, uint32_t cnRes);
670 static void iscsiCmdComplete(PISCSIIMAGE pImage, PISCSICMD pIScsiCmd, int rcCmd);
674 static int iscsiUpdateParameters(PISCSIIMAGE pImage, const uint8_t *pbBuf, size_t cbBuf);
690 DECLINLINE(void) iscsiLogRel(PISCSIIMAGE pImage, const char *pcszFormat, ...)
702 DECLINLINE(bool) iscsiIsClientConnected(PISCSIIMAGE pImage)
717 static PISCSICMD iscsiCmdGetFromItt(PISCSIIMAGE pImage, uint32_t Itt)
730 static void iscsiCmdInsert(PISCSIIMAGE pImage, PISCSICMD pIScsiCmd)
743 static PISCSICMD iscsiCmdRemove(PISCSIIMAGE pImage, uint32_t Itt)
783 static PISCSICMD iscsiCmdRemoveAll(PISCSIIMAGE pImage)
822 static void iscsiDumpPacket(PISCSIIMAGE pImage, PISCSIREQ paISCSISegs, unsigned cnISCSISegs, int rc, bool fRequest)
840 static int iscsiTransportConnect(PISCSIIMAGE pImage)
890 static int iscsiTransportClose(PISCSIIMAGE pImage)
907 static int iscsiTransportRead(PISCSIIMAGE pImage, PISCSIRES paResponse, unsigned int cnResponse)
1030 static int iscsiTransportWrite(PISCSIIMAGE pImage, PISCSIREQ paRequest, unsigned int cnRequest)
1096 static int iscsiTransportOpen(PISCSIIMAGE pImage)
1229 PISCSIIMAGE pImage = (PISCSIIMAGE)pvUser;
1730 PISCSIIMAGE pImage = (PISCSIIMAGE)pvUser;
1817 static int iscsiCommand(PISCSIIMAGE pImage, PSCSIREQ pRequest)
2047 static uint32_t iscsiNewITT(PISCSIIMAGE pImage)
2068 static int iscsiSendPDU(PISCSIIMAGE pImage, PISCSIREQ paReq, uint32_t cnReq,
2115 static int iscsiRecvPDU(PISCSIIMAGE pImage, uint32_t itt, PISCSIRES paRes, uint32_t cnRes,
2295 static void iscsiRecvPDUReset(PISCSIIMAGE pImage)
2302 static void iscsiPDUTxAdd(PISCSIIMAGE pImage, PISCSIPDUTX pIScsiPDUTx, bool fFront)
2329 static int iscsiRecvPDUAsync(PISCSIIMAGE pImage)
2390 static int iscsiSendPDUAsync(PISCSIIMAGE pImage)
2460 static int iscsiRecvPDUProcess(PISCSIIMAGE pImage, PISCSIRES paRes, uint32_t cnRes)
2695 static int iscsiPDUTxPrepare(PISCSIIMAGE pImage, PISCSICMD pIScsiCmd)
2800 static int iscsiRecvPDUUpdateRequest(PISCSIIMAGE pImage, PISCSIRES paRes, uint32_t cnRes)
3113 static int iscsiUpdateParameters(PISCSIIMAGE pImage, const uint8_t *pbBuf, size_t cbBuf)
3199 DECLINLINE(int) iscsiIoThreadWait(PISCSIIMAGE pImage, RTMSINTERVAL cMillies, uint32_t fEvents, uint32_t *pfEvents)
3207 DECLINLINE(int) iscsiIoThreadPoke(PISCSIIMAGE pImage)
3215 DECLINLINE(PISCSICMD) iscsiCmdGet(PISCSIIMAGE pImage)
3240 DECLINLINE(int) iscsiCmdPut(PISCSIIMAGE pImage, PISCSICMD pIScsiCmd)
3261 static void iscsiCmdComplete(PISCSIIMAGE pImage, PISCSICMD pIScsiCmd, int rcCmd)
3284 static void iscsiReattach(PISCSIIMAGE pImage)
3397 PISCSIIMAGE pImage = (PISCSIIMAGE)pvUser;
3516 static int iscsiCommandAsync(PISCSIIMAGE pImage, PSCSIREQ pScsiReq,
3544 static void iscsiCommandCompleteSync(PISCSIIMAGE pImage, int rcReq, void *pvUser)
3557 static int iscsiCommandSync(PISCSIIMAGE pImage, PSCSIREQ pScsiReq, bool fRetry, int rcSense)
3633 static int iscsiExecSync(PISCSIIMAGE pImage, PFNISCSIEXEC pfnExec, void *pvUser)
3682 static void iscsiCommandAsyncComplete(PISCSIIMAGE pImage, int rcReq, void *pvUser)
3729 static int iscsiFreeImage(PISCSIIMAGE pImage, bool fDelete)
3815 static int iscsiOpenImage(PISCSIIMAGE pImage, unsigned uOpenFlags)
4571 PISCSIIMAGE pImage;
4591 pImage = (PISCSIIMAGE)RTMemAllocZ(sizeof(ISCSIIMAGE));
4650 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
4666 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
4793 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
4916 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
4976 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
4988 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5002 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5016 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5031 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5049 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5075 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5093 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5119 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5135 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5153 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5191 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5209 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5232 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5250 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5274 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5292 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5316 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5334 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5358 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5376 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;
5399 PISCSIIMAGE pImage = (PISCSIIMAGE)pBackendData;