Home
last modified time | relevance | path

Searched refs:appendBytes (Results 1 – 14 of 14) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSData.h701 virtual bool appendBytes(
732 return appendBytes(&value, sizeof(T)); in appendValue()
756 virtual bool appendBytes(const OSData * aDataObj);
/xnu-11215/iokit/Tests/
H A DTestContainers.cpp149 TEST_ASSERT('d', "1f", test1->appendBytes(spaceCheck, 0)); in testData()
164 TEST_ASSERT('d', "2d", test1->appendBytes(testData, DATA_SIZE_1)); in testData()
196 TEST_ASSERT('d', "3f", test1->appendBytes(spaceCheck, 0)); in testData()
201 TEST_ASSERT('d', "3k", !test1->appendBytes(testData, 10)); in testData()
215 TEST_ASSERT('d', "4c", test1->appendBytes(test2)); in testData()
217 TEST_ASSERT('d', "4d", !test1->appendBytes(test2)); in testData()
/xnu-11215/libkern/c++/
H A DOSData.cpp334 OSData::appendBytes(const void *bytes, unsigned int inLength) in appendBytes() function in OSData
393 OSData::appendBytes(const OSData *other) in appendBytes() function in OSData
395 return appendBytes(other->data, other->length); in appendBytes()
H A DOSKext.cpp12175 …res = logData->appendBytes(&(header->sections[0]), (u_int)(header->sect_count * sizeof(header->sec…
12180 res = logData->appendBytes(os_log_data, (u_int)header->sections[OS_LOG_SECT_IDX].sect_size);
12186 res = logData->appendBytes(cstring_data, (u_int)header->sections[CSTRING_SECT_IDX].sect_size);
12192 …res = logData->appendBytes(asan_cstring_data, (u_int)header->sections[ASAN_CSTRING_SECT_IDX].sect_…
12239 …res = logData->appendBytes(&(header->sections[0]), (u_int)(header->sect_count * sizeof(header->sec…
/xnu-11215/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp626 if (!appendBytes(inBytes, inLength)) { in initWithBytes()
661 if (!me->appendBytes(inBytes, inLength)) { in withBytes()
826 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes() function in IOBufferMemoryDescriptor
H A DIOKitDebug.cpp1188 leakData->appendBytes(&siteInfo, sizeof(siteInfo)); in IOTrackingLeaks()
1437 data->appendBytes(&siteInfo, sizeof(siteInfo)); in IOTrackingDebug()
1497 data->appendBytes(&siteInfo, sizeof(siteInfo)); in IOTrackingDebug()
1559 data->appendBytes(&siteInfo, sizeof(siteInfo)); in IOTrackingDebug()
H A DIOReporter.cpp865 destination->appendBytes(&_elements[start_element_idx], size2cpy); in updateReportChannel()
H A DIOHibernateIO.cpp808 gIOHibernateBoot0082Data->appendBytes(data->getBytesNoCopy(), data->getLength() - 4); in IOHibernateSystemSleep()
809 gIOHibernateBoot0082Data->appendBytes(fileData); in IOHibernateSystemSleep()
811 gIOHibernateBoot0082Data->appendBytes(data); in IOHibernateSystemSleep()
H A DIOMemoryDescriptor.cpp183 bool appendBytes(const void * bytes, size_t length);
2179 _memoryEntries->appendBytes(&iopl, sizeof(iopl)); in initWithOptions()
4165 if (!_memoryEntries->appendBytes(NULL, uplPageSize)) { in wireVirtual()
4364 if (!_memoryEntries->appendBytes(&iopl, sizeof(iopl))) { in wireVirtual()
4458 _memoryEntries->appendBytes(NULL, computeDataSize(0, 0)); in initMemoryEntries()
6225 _IOMemoryDescriptorMixedData::appendBytes(const void * bytes, size_t length) in appendBytes() function in _IOMemoryDescriptorMixedData
H A DIOServicePM.cpp7473 dest->appendBytes(data2cpy, size2cpy); in updatePowerStatesReport()
7571 dest->appendBytes(data2cpy, size2cpy); in updateSimplePowerReport()
H A DIOPMrootDomain.cpp9889 dest->appendBytes(data2cpy, size2cpy);
9937 dest->appendBytes(data2cpy, size2cpy);
H A DIOService.cpp8437 sCpuDelayData->appendBytes(&ne, sizeof(ne)); in requireMaxCpuDelay()
/xnu-11215/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h351 virtual bool appendBytes(const void *bytes, vm_size_t withLength __xnu_data_size);
/xnu-11215/libkdd/
H A Dkdd_main.m78 [inflated appendBytes:buffer length:sizeof(buffer) - stream.avail_out];