Searched defs:SCSIREQ (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DISCSI.cpp337 typedef struct SCSIREQ struct
379 } SCSIREQ, *PSCSIREQ; typedef in typeref:struct:SCSIREQ
4140 SCSIREQ sr;
4689 PSCSIREQ pReq = (PSCSIREQ)RTMemAllocZ(RT_OFFSETOF(SCSIREQ, aSegs[cT2ISegs]));
4816 PSCSIREQ pReq = (PSCSIREQ)RTMemAllocZ(RT_OFFSETOF(SCSIREQ, aSegs[cI2TSegs]));
4919 PSCSIREQ pReq = (PSCSIREQ)RTMemAllocZ(sizeof(SCSIREQ));

Completed in 55 milliseconds