Searched refs:getBytesNoCopy (Results 1 - 25 of 25) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMPE.cpp65 populate_model_name((char *) prop->getBytesNoCopy());
97 strlcpy( name, (const char *) prop->getBytesNoCopy(), maxLength );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAController.cpp54 dmaParentName = createControllerName(*(UInt32 *)dmaParentData->getBytesNoCopy());
82 _dmaControllerName = createControllerName(*(UInt32 *)phandleData->getBytesNoCopy());
H A DIODeviceTreeSupport.cpp186 parent->setName( (const char *) prop->getBytesNoCopy() );
266 propPtr = (unsigned int *)propObj->getBytesNoCopy();
307 memcpy( infoAddr, defaultObj->getBytesNoCopy(), defaultSize );
416 if( phandle == *((UInt32 *)data->getBytesNoCopy())) {
433 *value = *((UInt32 *) data->getBytesNoCopy());
450 phandle = ((UInt32 *) data->getBytesNoCopy())[index];
510 addrCmp = (UInt32 *) data->getBytesNoCopy();
536 map = (UInt32 *) data->getBytesNoCopy();
540 maskCmp = (UInt32 *) data->getBytesNoCopy();
675 localBits = (UInt32 *) local->getBytesNoCopy();
[all...]
H A DIOInterruptController.cpp74 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy();
226 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy();
271 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy();
288 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy();
317 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy();
339 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy();
609 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy();
641 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy();
H A DIOPlatformExpert.cpp701 buffer = (char *)((OSData *)inObj)->getBytesNoCopy();
868 memcpy((void *) value, data->getBytesNoCopy(), vlen);
957 SHA1Update( &context, data1->getBytesNoCopy( ), data1->getLength( ) );
958 SHA1Update( &context, data2->getBytesNoCopy( ), data2->getLength( ) );
984 SHA1Update( &context, data->getBytesNoCopy( ), data->getLength( ) );
1006 uuid_unparse( ( uint8_t * ) data->getBytesNoCopy( ), uuid );
1196 str = (const char *) prop->getBytesNoCopy();
1227 strlcpy( name, (const char *) prop->getBytesNoCopy(), maxLength );
1322 serialNumber = (UInt8*)(myProperty->getBytesNoCopy());
H A DIOBufferMemoryDescriptor.cpp821 * getBytesNoCopy:
825 void * IOBufferMemoryDescriptor::getBytesNoCopy() function in class:IOBufferMemoryDescriptor
835 * getBytesNoCopy:
840 IOBufferMemoryDescriptor::getBytesNoCopy(vm_size_t start, vm_size_t withLength) function in class:IOBufferMemoryDescriptor
857 void * bytes = getBytesNoCopy(offset, 0);
H A DIOHibernateIO.cpp637 vars->buffer = (uint8_t *) ioBuffer->getBytesNoCopy();
691 vars->extentMap = (IOPolledFileExtent *) extentsData->getBytesNoCopy();
1399 gIOHibernateCurrentHeader->machineSignature = *((UInt32 *)data->getBytesNoCopy());
1699 UInt32 flags = *((UInt32 *)data->getBytesNoCopy());
1874 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy();
1951 if (data) switch (*((uint32_t *)data->getBytesNoCopy()))
2143 fileExtents = (IOPolledFileExtent *) vars->fileExtents->getBytesNoCopy();
2365 src = (uint8_t *) vars->srcBuffer->getBytesNoCopy();
2720 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy();
2784 uint8_t * src = (uint8_t *) vars->srcBuffer->getBytesNoCopy();
[all...]
H A DIONVRAM.cpp1151 bcopy(tmpData->getBytesNoCopy(), buffer, propDataLength);
1379 bcopy(value->getBytesNoCopy(), prop->data, dataLength);
1449 wherePtr = (const UInt8 *) value->getBytesNoCopy();
1509 startPtr = (const UInt8 *) data->getBytesNoCopy();
1578 startPtr = (const UInt8 *) oldData->getBytesNoCopy();
H A DIOPMrootDomain.cpp1378 (const IOPMCalendarStruct *) data->getBytesNoCopy();
1559 record = (AggressivesRecord *) aggressivesData->getBytesNoCopy();
1660 start = (AggressivesRecord *) aggressivesData->getBytesNoCopy();
1736 start = (AggressivesRecord *) aggressivesData->getBytesNoCopy();
3854 pt = (const IOPMSystemSleepPolicyTable *) policyData->getBytesNoCopy();
7870 hdr = (IOPMTraceBufferHeader *)pmTraceMemoryDescriptor->getBytesNoCopy();
7981 _a = (PMAssertStruct *)_d->getBytesNoCopy();
8045 _a = (PMAssertStruct *)_d->getBytesNoCopy();
8251 if (_d && (_a = (PMAssertStruct *)_d->getBytesNoCopy()))
H A DIOLib.cpp492 entry->virtualAddr = (mach_vm_address_t) bmd->getBytesNoCopy();
H A DIODMACommand.cpp552 state->fCopyMD->getBytesNoCopy(),
556 state->fCopyMD->getBytesNoCopy(),
H A DIORegistryEntry.cpp1130 path = (const char *) data->getBytesNoCopy();
1178 rpath = (const char *) data->getBytesNoCopy();
H A DIOService.cpp5185 CpuDelayEntry *entries = (CpuDelayEntry *) sCpuDelayData->getBytesNoCopy();
5302 CpuDelayEntry *entries = (CpuDelayEntry *) sCpuDelayData->getBytesNoCopy();
H A DIOUserClient.cpp2209 bytes = data->getBytesNoCopy();
2922 ret = copyoutkdata(data->getBytesNoCopy(), len, var_output);
H A DIOMemoryDescriptor.cpp167 #define getDataP(osd) ((ioGMDData *) (osd)->getBytesNoCopy())
/darwin-on-arm/xnu/iokit/Tests/
H A DTestContainers.cpp144 TEST_ASSERT('d', "1d", !test1->getBytesNoCopy());
145 TEST_ASSERT('d', "1e", !test1->getBytesNoCopy(10, DATA_SIZE_1 - 10));
149 TEST_ASSERT('d', "1i", !test1->getBytesNoCopy());
160 TEST_ASSERT('d', "2c", !test1->getBytesNoCopy());
163 TEST_ASSERT('d', "2f", test1->getBytesNoCopy());
164 cp = (unsigned short *) test1->getBytesNoCopy();
170 TEST_ASSERT('d', "2h", test1->getBytesNoCopy(10, DATA_SIZE_1-10));
171 cp = (unsigned short *) test1->getBytesNoCopy(10, DATA_SIZE_1 - 10);
189 TEST_ASSERT('d', "3d", test1->getBytesNoCopy());
190 TEST_ASSERT('d', "3e", test1->getBytesNoCopy(1
[all...]
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSData.h535 * @function getBytesNoCopy
553 virtual const void * getBytesNoCopy() const;
557 * @function getBytesNoCopy
582 virtual const void * getBytesNoCopy(
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h249 * getBytesNoCopy:
253 virtual void *getBytesNoCopy();
256 * getBytesNoCopy:
260 virtual void *getBytesNoCopy(vm_size_t start, vm_size_t withLength);
273 IOByteCount * length) APPLE_KEXT_DEPRECATED; /* use getBytesNoCopy() instead */
/darwin-on-arm/xnu/iokit/bsddev/
H A DDINetBootHook.cpp234 dmgSize = *(uint64_t *) data->getBytesNoCopy();
247 extentList = (IOAddressRange *) extentData->getBytesNoCopy();
H A DIOKitBSDInit.cpp355 matching = OSDynamicCast(OSDictionary, OSUnserializeXML((char *)data->getBytesNoCopy()));
363 uuidStr = (const char*)data->getBytesNoCopy();
394 ramdParms = (UInt32 *)data->getBytesNoCopy(); /* Point to the ram disk base and size */
637 return (data->getBytesNoCopy());
/darwin-on-arm/xnu/libkern/c++/
H A DOSData.cpp126 const void *localData = inData->getBytesNoCopy(start, inLength);
299 const void *OSData::getBytesNoCopy() const function in class:OSData
307 const void *OSData::getBytesNoCopy(unsigned int start, function in class:OSData
H A DOSString.cpp233 char * dataPtr = (char *) obj->getBytesNoCopy ();
H A DOSKext.cpp1592 kextFileInfo = (_BooterKextFileInfo *)booterData->getBytesNoCopy();
2283 mkextHeader = (mkext_header *)mkextData->getBytesNoCopy();
2354 mkextHeader = (mkext1_header *)mkextData->getBytesNoCopy();
2424 (const char *)infoDictDataObject->getBytesNoCopy(),
2682 mkextHeader = (mkext2_header *)mkextData->getBytesNoCopy();
2747 mkextPlistUncompressedData->getBytesNoCopy();
2911 uint8_t * mkextBuffer = (uint8_t *)mkextData->getBytesNoCopy();
3498 (vm_address_t)thisKext->linkedExecutable->getBytesNoCopy();
3790 mkextExecutableRef->getBytesNoCopy();
4008 header = (const kernel_mach_header_t *)theExecutable->getBytesNoCopy();
[all...]
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp187 dmaDescriptors = (IODBDMADescriptor*)buffer->getBytesNoCopy();
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp594 deviceTreeEntry->getBytesNoCopy(0, sizeof(deviceTreeBuffer));

Completed in 184 milliseconds