Home
last modified time | relevance | path

Searched refs:getPlane (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/iokit/Kernel/
H A DIOUserClient.cpp3211 IORegistryEntry::getPlane( plane ), options )); in is_io_registry_create_iterator()
3228 IORegistryEntry::getPlane( plane ), options )); in is_io_registry_entry_create_iterator()
3369 *inPlane = entry->inPlane( IORegistryEntry::getPlane( plane )); in is_io_registry_entry_in_plane()
3386 if (entry->getPath( path, &length, IORegistryEntry::getPlane( plane ))) { in is_io_registry_entry_get_path()
3412 if (entry->getPath(path, &length, IORegistryEntry::getPlane(plane))) { in is_io_registry_entry_get_path_ool()
3419 } else if (!entry->getPath(buf, &length, IORegistryEntry::getPlane(plane))) { in is_io_registry_entry_get_path_ool()
3458 plane = IORegistryEntry::getPlane( planeName ); in is_io_registry_entry_get_name_in_plane()
3479 plane = IORegistryEntry::getPlane( planeName ); in is_io_registry_entry_get_location_in_plane()
3681 IORegistryEntry::getPlane( plane ), options ); in is_io_registry_entry_get_property_recursively()
3882 …IORegistryIterator * iter = IORegistryIterator::iterateOver(entry, IORegistryEntry::getPlane(plane… in is_io_registry_entry_get_property_bin_buf()
[all …]
H A DIORegistryEntry.cpp267 IORegistryEntry::getPlane( const char * name ) in getPlane() function in IORegistryEntry
1571 plane = getPlane( temp ); in fromPath()
H A DIOUserServer.cpp4589 object = copyProperty(name, IORegistryEntry::getPlane(plane), regOptions); in SearchProperty_Impl()
/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h267 static const IORegistryPlane * getPlane( const char * name );