Home
last modified time | relevance | path

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

/xnu-12377.61.12/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-12377.61.12/iokit/IOKit/
H A DIOHibernatePrivate.h571 uint64_t curPos; member