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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSData.cpp88 bool OSData::initWithBytes(const void *bytes, unsigned int inLength) function in class:OSData
114 return initWithBytes(inData->data, inData->length);
123 return initWithBytes(localData, inLength);
144 if (me && !me->initWithBytes(bytes, inLength)) {
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSData.h108 @function initWithBytes
114 virtual bool initWithBytes(const void *bytes, unsigned int inLength);
116 @function initWithBytes
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp433 * initWithBytes:
438 bool IOBufferMemoryDescriptor::initWithBytes(const void * inBytes, function in class:IOBufferMemoryDescriptor
472 if (me && !me->initWithBytes(inBytes, inLength, inDirection, inContiguous))
480 if (me && !me->initWithBytes(inBytes, inLength, inDirection, inContiguous))
H A DIOMemoryDescriptor.cpp2000 (void) _memoryEntries->initWithBytes(dataP, sizeof(ioGMDData)); // == setLength()
2088 (void) _memoryEntries->initWithBytes(dataP, sizeof(ioGMDData)); // == setLength()
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h211 * initWithBytes:
216 virtual bool initWithBytes(const void * bytes,

Completed in 42 milliseconds