Searched refs:appendBytes (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSData.h485 * @function appendBytes
507 virtual bool appendBytes(
513 * @function appendBytes
531 virtual bool appendBytes(const OSData * aDataObj);
/darwin-on-arm/xnu/iokit/Tests/
H A DTestContainers.cpp146 TEST_ASSERT('d', "1f", test1->appendBytes(spaceCheck, 0));
161 TEST_ASSERT('d', "2d", test1->appendBytes(testData, DATA_SIZE_1));
191 TEST_ASSERT('d', "3f", test1->appendBytes(spaceCheck, 0));
196 TEST_ASSERT('d', "3k", !test1->appendBytes(testData, 10));
210 TEST_ASSERT('d', "4c", test1->appendBytes(test2));
211 TEST_ASSERT('d', "4d", !test1->appendBytes(test2));
/darwin-on-arm/xnu/libkern/c++/
H A DOSData.cpp250 bool OSData::appendBytes(const void *bytes, unsigned int inLength) function in class:OSData
294 bool OSData::appendBytes(const OSData *other) function in class:OSData
296 return appendBytes(other->data, other->length);
H A DOSKext.cpp2472 if (!mkextExecutableInfo->appendBytes(&entryRef,
2921 if (!result->appendBytes(&entryRef, sizeof(entryRef))) {
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h263 * appendBytes:
266 * maintains the memory descriptor buffer length. Note that appendBytes
269 virtual bool appendBytes(const void *bytes, vm_size_t withLength);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp642 if (!appendBytes(inBytes, inLength))
677 if (!me->appendBytes(inBytes, inLength))
793 * appendBytes:
796 * maintains the memory descriptor buffer length. Note that appendBytes
800 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) function in class:IOBufferMemoryDescriptor
H A DIONVRAM.cpp1601 ok &= data->appendBytes(wherePtr, endPtr - wherePtr);
1648 ok &= data->appendBytes("/@", 2);
1656 ok &= data->appendBytes(comp, strlen(comp));
1662 ok &= data->appendBytes(propName->getCStringNoCopy(), propName->getLength() + 1);
1668 ok &= data->appendBytes(oldData);
H A DIOHibernateIO.cpp563 ctx->extents->appendBytes(&extent, sizeof(extent));
814 data->appendBytes(str2, strlen(str2));
1420 gIOHibernateBoot0082Data->appendBytes(&loadOptionHeader, sizeof(loadOptionHeader));
1421 gIOHibernateBoot0082Data->appendBytes(data);
1473 data->appendBytes(&value, sizeof(value));
2968 noteProp->appendBytes(&element, sizeof(element));
2970 noteProp->appendBytes(&element, sizeof(element));
2975 noteProp->appendBytes(&element, sizeof(element));
H A DIOMemoryDescriptor.cpp775 _memoryEntries->appendBytes(&iopl, sizeof(iopl));
2105 // Note that appendBytes(NULL) zeros the data up to the desired length.
2106 _memoryEntries->appendBytes(0, dataP->fPageCnt * sizeof(upl_page_info_t));
2222 if (!_memoryEntries->appendBytes(&iopl, sizeof(iopl))) {
2288 _memoryEntries->appendBytes(0, computeDataSize(0, 0));
H A DIOService.cpp5213 sCpuDelayData->appendBytes(&ne, sizeof(ne));
H A DIOPMrootDomain.cpp1732 aggressivesData->appendBytes(&newRecord, sizeof(newRecord));

Completed in 180 milliseconds