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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateIO.cpp95 for the remaining non wired pages.
239 IOByteCount remaining; local
241 remaining = length = min(length, md->getLength() - offset);
242 while (remaining) { // (process another target segment?)
250 // Clip segment length to remaining
251 if (dstLen > remaining)
252 dstLen = remaining;
262 remaining -= dstLen;
265 assert(!remaining);
267 return remaining
277 IOByteCount remaining; local
[all...]
H A DIODMACommand.cpp739 UInt64 remaining; member in struct:IODMACommandTransferContext
756 UInt64 length = min(segment.fLength, context->remaining);
760 context->remaining -= length;
788 return (context->remaining ? kIOReturnSuccess : kIOReturnOverrun);
807 context.remaining = length;
811 return (length - context.remaining);
H A DIOMemoryDescriptor.cpp1102 IOByteCount remaining; local
1111 remaining = length = min(length, _length - offset);
1112 while (remaining) { // (process another target segment?)
1120 // Clip segment length to remaining
1121 if (srcLen > remaining)
1122 srcLen = remaining;
1129 remaining -= srcLen;
1132 assert(!remaining);
1134 return length - remaining;
1141 IOByteCount remaining;
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dbcmp.s78 ; r5 = length remaining
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s90 ; r4 = length remaining
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c3605 int64_t remaining = (int64_t)tupregs[2].dttk_value;
3610 remaining = (int64_t)size;
3622 if (index < 0 && index + remaining > 0) {
3623 remaining += index;
3631 for (d[0] = '\0'; remaining > 0; remaining--) {
6007 * The functions in this section (and indeed, the functions in remaining
9706 * There is at least one ECB remaining on the probe. If there
9708 * the predicate cache ID of the remaining ECB.
14111 * copy the remaining dat
[all...]

Completed in 75 milliseconds