Lines Matching refs:getBytesNoCopy

861 		buffer = (char *)((OSData *)inObj)->getBytesNoCopy();  in getCStringForObject()
1023 timeout = *((uint32_t *) data->getBytesNoCopy()); in PEHaltRestartInternal()
1203 memcpy((void *) value, data->getBytesNoCopy(), vlen); in PEReadNVRAMProperty()
1428 …memcpy(&coprocessor_version, coprocessor_version_obj->getBytesNoCopy(), coprocessor_version_obj->g… in PEGetCoprocessorVersion()
1495 UInt8 *panicWatchdogEnabled = (UInt8 *) data->getBytesNoCopy(); in registerNVRAMController()
1511 sysctl_set_osenvironment(data->getLength(), data->getBytesNoCopy()); in registerNVRAMController()
1667 char *device_type = (char *)tmpData->getBytesNoCopy(); in createNubs()
1677 uint32_t phys_id = *(UInt32 *)tmpData->getBytesNoCopy(); in createNubs()
1786 str = (const char *) prop->getBytesNoCopy(); in getModelName()
1834 strlcpy( name, (const char *) prop->getBytesNoCopy(), maxLength ); in getMachineName()
1859 strlcpy( name, (const char *)prop->getBytesNoCopy(), maxLength ); in getTargetName()
2023 serialNumber = (UInt8*)(myProperty->getBytesNoCopy()); in createSystemSerialNumberString()
2170 OSString *serNoString = OSString::withCString((const char *)mydata->getBytesNoCopy()); in configureDefaults()
2228 SHA1Update( &context, data1->getBytesNoCopy(), data1->getLength()); in generatePlatformUUID()
2229 SHA1Update( &context, data2->getBytesNoCopy(), data2->getLength()); in generatePlatformUUID()
2255 SHA1Update( &context, data->getBytesNoCopy(), data->getLength()); in generatePlatformUUID()
2273 uuid_unparse((uint8_t *) data->getBytesNoCopy(), uuid ); in generatePlatformUUID()