Home
last modified time | relevance | path

Searched refs:relation (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h991 unsigned int relation,
994 unsigned int relation,
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp1690 unsigned int relation, in makeLink() argument
1697 registryTable()->getObject( plane->keys[relation] ))) { in makeLink()
1706 result = registryTable()->setObject( plane->keys[relation], in makeLink()
1718 unsigned int relation, in breakLink() argument
1725 registryTable()->getObject( plane->keys[relation]))) { in breakLink()
1729 registryTable()->removeObject( plane->keys[relation]); in breakLink()