Searched refs:plane (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h61 @discussion The IORegistryEntry base class provides functions for describing graphs of connected registry entries, each with a dictionary-based property table. Entries may be connected in different planes, with differing topologies. Access to the registry is protected against multiple threads. Inside the kernel planes are specified with plane objects and are published by the creator - IOService exports the gIOServicePlane plane object for example. Non kernel clients specify planes by their name.
95 @param plane The plane to iterate over, eg. gIOServicePlane.
100 const IORegistryPlane * plane,
109 @param plane The plane to iterate over, eg. gIOServicePlane.
114 const IORegistryPlane * plane,
123 @param plane The plane t
854 const IORegistryPlane * plane; member in class:IORegistryIterator
[all...]
H A DIOKitDebug.h118 const IORegistryPlane * plane
120 const struct IORegistryPlane * plane
H A DIONVRAM.h136 virtual bool init(IORegistryEntry *old, const IORegistryPlane *plane);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp188 IORegistryPlane * plane; local
214 plane = new IORegistryPlane;
216 if( plane && plane->init()
220 plane->nameKey = nameKey;
221 plane->keys[ kParentSetIndex ] = parentKey;
222 plane->keys[ kChildSetIndex ] = childKey;
223 plane->pathNameKey = pathNameKey;
224 plane->pathLocationKey = pathLocationKey;
227 gIORegistryPlanes->setObject( nameKey, plane );
252 const IORegistryPlane * plane; local
1110 hasAlias( const IORegistryPlane * plane, char * opath, int * length ) const argument
1190 fromPath( const char * path, const IORegistryPlane * plane, char * opath, int * length, IORegistryEntry * fromEntry ) argument
1285 childFromPath( const char * path, const IORegistryPlane * plane, char * opath, int * len ) argument
1538 isChild( IORegistryEntry * child, const IORegistryPlane * plane, bool onlyChild ) const argument
1559 isParent( IORegistryEntry * parent, const IORegistryPlane * plane, bool onlyParent ) const argument
1855 iterateOver( IORegistryEntry * root, const IORegistryPlane * plane, IOOptionBits options ) argument
1886 iterateOver( const IORegistryPlane * plane, IOOptionBits options ) argument
[all...]
H A DIOKitDebug.cpp68 void IOPrintPlane( const IORegistryPlane * plane )
76 iter = IORegistryIterator::iterateOver( plane );
87 snprintf(format + 1, sizeof(format) - 1, "%ds", 2 * next->getDepth( plane ));
89 DEBG( "\033[33m%s", next->getName( plane ));
90 if( (next->getLocation( plane )))
91 DEBG("@%s", next->getLocation( plane ));
105 void db_dumpiojunk( const IORegistryPlane * plane __unused )
H A DIOUserClient.cpp1996 io_name_t plane,
2004 IORegistryEntry::getPlane( plane ), options );
2012 io_name_t plane,
2019 IORegistryEntry::getPlane( plane ), options );
2069 io_name_t plane,
2074 *inPlane = entry->inPlane( IORegistryEntry::getPlane( plane ));
2083 io_name_t plane,
2090 if( entry->getPath( path, &length, IORegistryEntry::getPlane( plane )))
2115 const IORegistryPlane * plane; local
2119 plane
1994 is_io_registry_create_iterator( mach_port_t master_port, io_name_t plane, uint32_t options, io_object_t *iterator ) argument
2010 is_io_registry_entry_create_iterator( io_object_t registry_entry, io_name_t plane, uint32_t options, io_object_t *iterator ) argument
2067 is_io_registry_entry_in_plane( io_object_t registry_entry, io_name_t plane, boolean_t *inPlane ) argument
2081 is_io_registry_entry_get_path( io_object_t registry_entry, io_name_t plane, io_string_t path ) argument
2134 const IORegistryPlane * plane; local
2284 is_io_registry_entry_get_property_recursively( io_object_t registry_entry, io_name_t plane, io_name_t property_name, uint32_t options, io_buf_ptr_t *properties, mach_msg_type_number_t *propertiesCnt ) argument
2399 is_io_registry_entry_get_child_iterator( io_object_t registry_entry, io_name_t plane, io_object_t *iterator ) argument
2413 is_io_registry_entry_get_parent_iterator( io_object_t registry_entry, io_name_t plane, io_object_t *iterator) argument
[all...]
H A DIONVRAM.cpp44 bool IODTNVRAM::init(IORegistryEntry *old, const IORegistryPlane *plane) argument
48 if (!super::init(old, plane)) return false;
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice.defs171 in plane : io_name_t;
208 in plane : io_name_t;
214 in plane : io_name_t;
310 in plane : io_name_t;
327 in plane : io_name_t;
348 in plane : io_name_t;
409 in plane : io_name_t;
509 in plane : io_name_t;
515 in plane : io_name_t;

Completed in 43 milliseconds