Home
last modified time | relevance | path

Searched refs:curPos (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/iokit/Kernel/
H A DIOHibernateRestoreKernel.c471 result.totalLength = scratch->curPos; in hibernate_scratch_start_read()
481 HIB_ASSERT(scratch->curPos + size <= scratch->totalLength); in hibernate_scratch_io()
503 scratch->curPos += toCopy; in hibernate_scratch_io()
/xnu-10063.141.1/iokit/IOKit/
H A DIOHibernatePrivate.h368 uint64_t curPos; member