Searched refs:getRegistryEntryID (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp1719 uint64_t regID = getRegistryEntryID();
1792 uint64_t regID1 = client->getRegistryEntryID();
1793 uint64_t regID2 = victim->getRegistryEntryID();
1920 uint64_t regID1 = getRegistryEntryID();
1921 uint64_t regID2 = provider->getRegistryEntryID();
1947 uint64_t regID1 = getRegistryEntryID();
2008 uint64_t regID1 = client->getRegistryEntryID();
2009 uint64_t regID2 = victim->getRegistryEntryID();
2041 uint64_t regID1 = client->getRegistryEntryID();
2042 uint64_t regID2 = victim->getRegistryEntryID();
[all...]
H A DIORegistryEntry.cpp1680 uint64_t IORegistryEntry::getRegistryEntryID( void ) function in class:IORegistryEntry
H A DIOUserClient.cpp2158 *entry_id = entry->getRegistryEntryID();
H A DIOServicePM.cpp8014 uint64_t regId = Owner->getRegistryEntryID();
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h781 @discussion The entry ID returned by getRegistryEntryID can be used to identify a registry entry across all tasks. A registry entry may be looked up by its entry ID by creating a matching dictionary with IORegistryEntryIDMatching() in user space, or <code>IOService::registryEntryIDMatching()</code> in the kernel, to be used with the IOKit matching functions. The ID is valid only until the machine reboots.
784 uint64_t getRegistryEntryID( void );

Completed in 40 milliseconds