Home
last modified time | relevance | path

Searched refs:totalLength (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp934 uint32_t totalLength = 0; in unescapeBytesToData() local
941 totalLength = 0; in unescapeBytesToData()
954 totalLength += offset2; in unescapeBytesToData()
959 data = OSData::withCapacity(totalLength); in unescapeBytesToData()
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()
H A DIOMemoryDescriptor.cpp2253 mach_vm_size_t totalLength = 0; in initWithOptions() local
2283 if (os_add_overflow(totalLength, len, &totalLength)) { in initWithOptions()
2295 || (totalLength != ((IOByteCount) totalLength))) { in initWithOptions()
2298 _length = totalLength; in initWithOptions()
/xnu-11215/iokit/IOKit/
H A DIOHibernatePrivate.h543 uint64_t totalLength; member