Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp54 #define kIORegPlaneLocationSuffix "Location" macro
59 #define kIORegPlaneLocationSuffixLen (sizeof(kIORegPlaneLocationSuffix) - 1)
224 strlcpy( end, kIORegPlaneLocationSuffix, kIORegPlaneLocationSuffixLen + 1 ); in makePlane()