Searched defs:inLength (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp438 initWithBytes(const void * inBytes, vm_size_t inLength, IODirection inDirection, bool inContiguous) argument
465 withBytes(const void * inBytes, vm_size_t inLength, IODirection inDirection, bool inContiguous) argument
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSData.cpp88 bool OSData::initWithBytes(const void *bytes, unsigned int inLength) argument
100 bool OSData::initWithBytesNoCopy(void *bytes, unsigned int inLength) argument
117 initWithData(const OSData *inData, unsigned int start, unsigned int inLength) argument
140 withBytes(const void *bytes, unsigned int inLength) argument
151 withBytesNoCopy(void *bytes, unsigned int inLength) argument
175 withData(const OSData *inData, unsigned int start, unsigned int inLength) argument
236 appendBytes(const void *bytes, unsigned int inLength) argument
260 appendByte(unsigned char byte, unsigned int inLength) argument
[all...]

Completed in 25 milliseconds