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

/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp403 initWithBytes(const void * inBytes, vm_size_t inLength, IODirection inDirection, bool inContiguous) argument
430 withBytes(const void * inBytes, vm_size_t inLength, IODirection inDirection, bool inContiguous) argument
/xnu-2782.1.97/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
249 appendBytes(const void *bytes, unsigned int inLength) argument
273 appendByte(unsigned char byte, unsigned int inLength) argument
[all...]

Completed in 22 milliseconds