| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSData.h | 701 virtual bool appendBytes( 732 return appendBytes(&value, sizeof(T)); in appendValue() 756 virtual bool appendBytes(const OSData * aDataObj);
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestContainers.cpp | 149 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 D | OSData.cpp | 334 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 D | OSKext.cpp | 12175 …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 D | IOBufferMemoryDescriptor.cpp | 626 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 D | IOKitDebug.cpp | 1188 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 D | IOReporter.cpp | 865 destination->appendBytes(&_elements[start_element_idx], size2cpy); in updateReportChannel()
|
| H A D | IOHibernateIO.cpp | 808 gIOHibernateBoot0082Data->appendBytes(data->getBytesNoCopy(), data->getLength() - 4); in IOHibernateSystemSleep() 809 gIOHibernateBoot0082Data->appendBytes(fileData); in IOHibernateSystemSleep() 811 gIOHibernateBoot0082Data->appendBytes(data); in IOHibernateSystemSleep()
|
| H A D | IOMemoryDescriptor.cpp | 183 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 D | IOServicePM.cpp | 7473 dest->appendBytes(data2cpy, size2cpy); in updatePowerStatesReport() 7571 dest->appendBytes(data2cpy, size2cpy); in updateSimplePowerReport()
|
| H A D | IOPMrootDomain.cpp | 9889 dest->appendBytes(data2cpy, size2cpy); 9937 dest->appendBytes(data2cpy, size2cpy);
|
| H A D | IOService.cpp | 8437 sCpuDelayData->appendBytes(&ne, sizeof(ne)); in requireMaxCpuDelay()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOBufferMemoryDescriptor.h | 351 virtual bool appendBytes(const void *bytes, vm_size_t withLength __xnu_data_size);
|
| /xnu-11215/libkdd/ |
| H A D | kdd_main.m | 78 [inflated appendBytes:buffer length:sizeof(buffer) - stream.avail_out];
|