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

/vbox/src/VBox/Devices/Misc/
H A DVirtualKD.cpp113 unsigned cbReply; local
114 cbReply = pThis->pKDClient->OnRequest(pThis->abCmdBody,
119 cbReply = 0;
122 ReplyHeader.cbData = cbReply + 2;
128 if (cbReply)
130 rc = PDMDevHlpPhysWrite(pDevIns, (RTGCPHYS)(u32 + sizeof(ReplyHeader)), pReply, cbReply);
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp103 uint32_t cbReply; member in struct:LSILOGICSCSIREPLY

Completed in 59 milliseconds