Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp2046 size_t keysuffix; in inPlane() local
2049 keysuffix = key->getLength(); in inPlane()
2050 if (keysuffix <= kIORegPlaneParentSuffixLen) { in inPlane()
2053 keysuffix -= kIORegPlaneParentSuffixLen; in inPlane()
2054 if (!strncmp(key->getCStringNoCopy() + keysuffix, in inPlane()