Searched refs:withBytes (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSData.h67 @function withBytes
73 static OSData *withBytes(const void *bytes, unsigned int inLength);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h222 * withBytes:
227 static IOBufferMemoryDescriptor * withBytes(
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSData.cpp140 OSData *OSData::withBytes(const void *bytes, unsigned int inLength) function in class:OSData
H A DOSUnserializeXML.cpp2640 data = OSData::withBytes(o->data, o->size);
H A DOSUnserializeXML.y1028 data = OSData::withBytes(o->data, o->size);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp340 propObject = OSData::withBytes(tmpString->getCStringNoCopy(),
675 propObject = OSData::withBytes(_piImage + 4, propDataLength);
1319 *value = OSData::withBytes(prop->data, length);
1581 data = OSData::withBytes(propStart, nvPath - propStart);
H A DIOBufferMemoryDescriptor.cpp459 * withBytes:
465 IOBufferMemoryDescriptor::withBytes(const void * inBytes, function in class:IOBufferMemoryDescriptor
H A DIODeviceTreeSupport.cpp355 data = OSData::withBytes(prop, propSize);
919 prop = OSData::withBytes( &persist, sizeof(persist));
H A DIOCPU.cpp634 tmpData = OSData::withBytes(&tmpLong, sizeof(tmpLong));
H A DIOHibernateIO.cpp712 data = OSData::withBytes(tail + 1, strlen(tail + 1));
1183 data = OSData::withBytes(valueString, len + 1);
1234 data = OSData::withBytes(&rtcVars, sizeof(rtcVars));
1264 data = OSData::withBytes(&vars->wiredCryptKey[0], sizeof(vars->wiredCryptKey));
H A DIOInterruptController.cpp529 vectorData = OSData::withBytes(&vectorNumber, sizeof(vectorNumber));
H A DIORegistryEntry.cpp658 OSData * data = OSData::withBytes( bytes, length );
H A DIOUserClient.cpp2314 OSData * data = OSData::withBytes(&ndr, sizeof(ndr));
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestContainers.cpp184 test1 = OSData::withBytes(testData, sizeof(testData));
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp1015 checksumObj = OSData::withBytes((void *)&checksum,

Completed in 65 milliseconds