Home
last modified time | relevance | path

Searched refs:unsigned64BitValue (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSNumber.cpp198 OSNumber::unsigned64BitValue() const in unsigned64BitValue() function in OSNumber
229 return unsigned64BitValue() == integer->unsigned64BitValue(); in isEqualTo()
H A DOSKext.cpp2090 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 DOSNumber.h375 virtual unsigned long long unsigned64BitValue() const;
/xnu-11215/iokit/Kernel/
H A DIOWorkloadConfig.cpp315 UInt64 criticalityOffset64 = cOffset->unsigned64BitValue(); in parseCriticalityOffset()
H A DIOService.cpp735 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 DIOHibernateIO.cpp546 vars->fileMinSize = num->unsigned64BitValue(); in IOHibernateSystemSleep()
552 vars->fileMaxSize = num->unsigned64BitValue(); in IOHibernateSystemSleep()
H A DIONVRAM.cpp1867 …RAM, "write", "%s as number to %#llx", name, ((OSNumber *)propObject.get())->unsigned64BitValue()); in setPropertyWithGUIDAndName()
H A DIOUserClient.cpp3681 offsetBytes = off->unsigned64BitValue(); in is_io_registry_entry_get_property_bytes()
H A DIOServicePM.cpp7063 AbsoluteTime_to_scalar(&start) = num ? num->unsigned64BitValue() : ack->completionTimestamp; in responseValid()
H A DIOUserServer.cpp5742 assert(registryEntryID->unsigned64BitValue() == service->getRegistryEntryID()); in serviceStop()
H A DIOPMrootDomain.cpp12125 pmStatusCode = statusCode->unsigned64BitValue();