Searched refs:unsigned64BitValue (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215/libkern/c++/ |
| H A D | OSNumber.cpp | 198 OSNumber::unsigned64BitValue() const in unsigned64BitValue() function in OSNumber 229 return unsigned64BitValue() == integer->unsigned64BitValue(); in isEqualTo()
|
| H A D | OSKext.cpp | 2090 if (addressNum && addressNum->unsigned64BitValue() != kOSKextCodelessKextLoadAddr) { in initWithPrelinkedInfoDict() 2102 data = (void *) (((uintptr_t) (addressNum->unsigned64BitValue())) + kext_slide); in initWithPrelinkedInfoDict() 2120 srcData = (void *) (((uintptr_t) (addressNum->unsigned64BitValue())) + kext_slide); in initWithPrelinkedInfoDict() 2191 if (addressNum->unsigned64BitValue() != 0) { in initWithPrelinkedInfoDict() 2192 kmod_info = (kmod_info_t *) (((uintptr_t) (addressNum->unsigned64BitValue())) + kext_slide); in initWithPrelinkedInfoDict() 4433 uintptr_t slidAddress = ml_static_slide((uintptr_t)address->unsigned64BitValue()); in copyKextUUIDForAddress() 4448 kext = lookupKextWithAddress((vm_address_t)address->unsigned64BitValue()); in copyKextUUIDForAddress() 10962 kcKextCount->addValue(num->unsigned64BitValue()); 12912 serverTag->unsigned64BitValue(), 15560 UInt64 numberValue = number->unsigned64BitValue();
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSNumber.h | 375 virtual unsigned long long unsigned64BitValue() const;
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOWorkloadConfig.cpp | 315 UInt64 criticalityOffset64 = cOffset->unsigned64BitValue(); in parseCriticalityOffset()
|
| H A D | IOService.cpp | 735 debugFlags = debugProp->unsigned64BitValue(); in getDebugFlags() 753 debugFlags = debugProp->unsigned64BitValue(); in getDebugFlags() 4165 …getRegistryEntryID(), key->getCStringNoCopy(), match->getName(), probeScore->unsigned64BitValue()); in probeCandidates() 4885 …-%llx\n", DKN(service), tokenServerName->getCStringNoCopy(), tokenServerTag->unsigned64BitValue()); in startCandidate() 7825 match = (getRegistryEntryID() == num->unsigned64BitValue()); in matchInternal() 8004 …ernateMatchingDict = IOService::registryEntryIDMatching(alternateRegistryID->unsigned64BitValue()); in matchPassive()
|
| H A D | IOHibernateIO.cpp | 546 vars->fileMinSize = num->unsigned64BitValue(); in IOHibernateSystemSleep() 552 vars->fileMaxSize = num->unsigned64BitValue(); in IOHibernateSystemSleep()
|
| H A D | IONVRAM.cpp | 1867 …RAM, "write", "%s as number to %#llx", name, ((OSNumber *)propObject.get())->unsigned64BitValue()); in setPropertyWithGUIDAndName()
|
| H A D | IOUserClient.cpp | 3681 offsetBytes = off->unsigned64BitValue(); in is_io_registry_entry_get_property_bytes()
|
| H A D | IOServicePM.cpp | 7063 AbsoluteTime_to_scalar(&start) = num ? num->unsigned64BitValue() : ack->completionTimestamp; in responseValid()
|
| H A D | IOUserServer.cpp | 5742 assert(registryEntryID->unsigned64BitValue() == service->getRegistryEntryID()); in serviceStop()
|
| H A D | IOPMrootDomain.cpp | 12125 pmStatusCode = statusCode->unsigned64BitValue();
|