Searched refs:initWithBytes (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSData.cpp94 bool OSData::initWithBytes(const void *bytes, unsigned int inLength) function in class:OSData
120 return initWithBytes(inData->data, inData->length);
129 return initWithBytes(localData, inLength);
150 if (me && !me->initWithBytes(bytes, inLength)) {
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSData.h248 * @function initWithBytes
268 virtual bool initWithBytes(
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h202 virtual bool initWithBytes(const void * bytes,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp624 * initWithBytes:
629 bool IOBufferMemoryDescriptor::initWithBytes(const void * inBytes, function in class:IOBufferMemoryDescriptor
H A DIOMemoryDescriptor.cpp2266 (void) _memoryEntries->initWithBytes(dataP, computeDataSize(0, 0)); // == setLength()
2535 (void) _memoryEntries->initWithBytes(dataP, computeDataSize(0, 0)); // == setLength()

Completed in 30 milliseconds