Lines Matching refs:uint8_t

645                                  (caddr_t)(((uint8_t *)fileExtents) + sizeof(hdr.fileExtentMap)), 
716 OSData ** imagePath, uint8_t * volumeCryptKey)
740 vars->buffer = (uint8_t *) ioBuffer->getBytesNoCopy();
1000 const uint8_t * bytes, IOByteCount size,
1125 uint8_t * bytes, IOByteCount size,
1204 uint8_t thisVector[AES_BLOCK_SIZE];
1609 uint8_t signature[4];
1611 uint8_t booterSignature[20];
1612 uint8_t wiredCryptKey[16];
1625 uint8_t value = 0;
1732 uint8_t value = 0;
1762 uint8_t newVolume;
1806 ProgressInit(hibernate_graphics_t * display, uint8_t * screen, uint8_t * saveunder, uint32_t savelen)
1812 uint8_t * out;
1864 ProgressUpdate(hibernate_graphics_t * display, uint8_t * screen, int32_t firstBlob, int32_t select)
1870 uint8_t * out;
1987 vars->consoleMapping = (uint8_t *) consoleInfo.v_baseAddr;
2158 uint8_t * data = &handoff->data[0];
2374 IOReturn err = IOPolledFileWrite(vars->fileVars, (const uint8_t *)buffer, size, local_cryptvars);
2397 uint8_t * src;
2398 uint8_t * data;
2399 uint8_t * compressed;
2400 uint8_t * scratch;
2538 ((uint8_t *) &fileExtents[0]) + sizeof(header->fileExtentMap), count, cryptvars);
2571 src = (uint8_t *) trunc_page(hibernateBase);
2584 src = (uint8_t *) trunc_page(hibernateBase);
2593 (uint8_t *) 0,
2626 (const uint8_t *) &pageAndCount, sizeof(pageAndCount),
2637 src = (uint8_t *) vars->previewBuffer->getPhysicalSegment(0, NULL, _kIOMemorySourceSegment);
2681 src = (uint8_t *) vars->page_list_wired;
2721 src = (uint8_t *) vars->srcBuffer->getBytesNoCopy();
2803 (const uint8_t *) &pageAndCount, sizeof(pageAndCount),
2853 err = IOPolledFileWrite(vars->fileVars, (const uint8_t *) &tag, sizeof(tag), cryptvars);
2961 (uint8_t *) header, sizeof(IOHibernateImageHeader),
3137 uint8_t * data = &handoff->data[0];
3209 (uint8_t *) vars->videoMapping, 0, kIOHibernateProgressCount);
3211 uint8_t * src = (uint8_t *) vars->srcBuffer->getBytesNoCopy();
3212 uint8_t * compressed = src + page_size;
3213 uint8_t * scratch = compressed + page_size;
3270 err = IOPolledFileRead(vars->fileVars, (uint8_t *) &tag, 4, cryptvars);
3396 static uint8_t noteStore[32] __attribute__((aligned(32)));
3402 uint8_t * smcBytes;