Searched refs:cbPciLength (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsmcrd.h42 DWORD cbPciLength; member in struct:_SCARD_IO_REQUEST
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsmcrd.h42 DWORD cbPciLength; member in struct:_SCARD_IO_REQUEST
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.h83 SERVER_DWORD cbPciLength; /* Protocol Control Inf Length */ member in struct:_SERVER_SCARD_IO_REQUEST
H A Dscard.c1464 size_t bytesToCopy = src->cbPciLength - sizeof(MYPCSC_SCARD_IO_REQUEST);
1468 dst->cbPciLength = swap32((uint32_t) src->cbPciLength
1478 size_t bytesToCopy = src->cbPciLength - sizeof(SERVER_SCARD_IO_REQUEST);
1482 dst->cbPciLength = src->cbPciLength /* already correct endian */
1527 pioSendPci->cbPciLength = linkedLen + sizeof(SERVER_SCARD_IO_REQUEST);
1528 tmp = SC_xmalloc(&lcHandle, pioSendPci->cbPciLength);
1539 pioSendPci->cbPciLength = sizeof(SERVER_SCARD_IO_REQUEST);
1570 pioRecvPci->cbPciLength
[all...]
/vbox/include/VBox/vmm/
H A Dpdmcardreaderinfs.h36 uint32_t cbPciLength; /* Protocol Control Information Length */ member in struct:PDMICARDREADER_IO_REQUEST
37 /* 'cbPciLength - 8' bytes of control info may follow. */
/vbox/src/VBox/Main/src-client/
H A DUsbCardReader.cpp479 pioSendRequestCopy = (PDMICARDREADER_IO_REQUEST *)RTMemDup(pioSendRequest, pioSendRequest->cbPciLength);
1540 || ( pioSendRequest->cbPciLength < 2 * sizeof(uint32_t)
1541 || pioSendRequest->cbPciLength > 2 * sizeof(uint32_t) + VRDE_SCARD_MAX_PCI_DATA)
1579 req.ioSendPci.u32PciLength = pioSendRequest->cbPciLength < 2 * sizeof(uint32_t)?
1581 pioSendRequest->cbPciLength;
1582 Assert(pioSendRequest->cbPciLength <= VRDE_SCARD_MAX_PCI_DATA + 2 * sizeof(uint32_t));

Completed in 55 milliseconds