Searched refs:pu8ReplyPos (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSILunMmc.cpp263 uint8_t *pu8ReplyPos; local
272 pu8ReplyPos = aReply + 4;
276 memset(pu8ReplyPos, 0, 20);
277 *pu8ReplyPos++ = 0x08; /* Page code. */
278 *pu8ReplyPos++ = 0x12; /* Size of the page. */
279 *pu8ReplyPos++ = 0x4; /* Write cache enabled. */
H A DVSCSILunSbc.cpp263 uint8_t *pu8ReplyPos; local
275 pu8ReplyPos = aReply + 4;
279 memset(pu8ReplyPos, 0, 20);
280 *pu8ReplyPos++ = 0x08; /* Page code. */
281 *pu8ReplyPos++ = 0x12; /* Size of the page. */
282 *pu8ReplyPos++ = 0x4; /* Write cache enabled. */

Completed in 2496 milliseconds