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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcp.h66 uint32_t residual; member in struct:fcp_rsp
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dirix.c1658 PRUint32 residual = pr_residual, previous = pr_previous; local
1660 temp = now - previous + residual;
1661 residual = temp & pr_clock_mask;
1665 pr_residual = residual;
/vbox/src/VBox/Storage/
H A DISCSI.cpp207 /** ISCSI BHS word 0: residual underflow. */
209 /** ISCSI BHS word 0: residual overflow. */
211 /** ISCSI BHS word 0: Bidirectional read residual underflow. */
213 /** ISCSI BHS word 0: Bidirectional read residual overflow. */
911 size_t cbToRead, cbActuallyRead, residual, cbSegActual = 0, cbAHSLength, cbDataLength; local
925 residual = ISCSI_BHS_SIZE; /* Do not read more than the BHS length before the true PDU length is known. */
926 cbSegActual = residual;
941 rc = pImage->pIfNet->pfnRead(pImage->Socket, pDst, residual, &cbActuallyRead);
955 residual -= cbActuallyRead;
957 if (residual <
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 56 milliseconds