Lines Matching refs:getLength
860 len = ((OSData *)inObj)->getLength(); in getCStringForObject()
1022 if (data && data->getLength() == 4) { in PEHaltRestartInternal()
1200 *len = data->getLength(); in PEReadNVRAMProperty()
1427 …if ((coprocessor_version_obj != NULL) && (coprocessor_version_obj->getLength() <= sizeof(uint64_t)… in PEGetCoprocessorVersion()
1428 …rocessor_version, coprocessor_version_obj->getBytesNoCopy(), coprocessor_version_obj->getLength()); in PEGetCoprocessorVersion()
1494 if (data && (data->getLength() == sizeof(UInt8))) { in registerNVRAMController()
1511 sysctl_set_osenvironment(data->getLength(), data->getBytesNoCopy()); in registerNVRAMController()
1675 assert(tmpData->getLength() >= sizeof(UInt32)); in createNubs()
2022 serialNumberSize = myProperty->getLength(); in createSystemSerialNumberString()
2217 if (data1 && data1->getLength() == 8) { in generatePlatformUUID()
2221 if (data2 && data2->getLength() == 4) { in generatePlatformUUID()
2228 SHA1Update( &context, data1->getBytesNoCopy(), data1->getLength()); in generatePlatformUUID()
2229 SHA1Update( &context, data2->getBytesNoCopy(), data2->getLength()); in generatePlatformUUID()
2248 if (data && data->getLength() == 16) { in generatePlatformUUID()
2255 SHA1Update( &context, data->getBytesNoCopy(), data->getLength()); in generatePlatformUUID()
2272 if (data && data->getLength() == sizeof(uuid_t)) { in generatePlatformUUID()