Searched refs:registry (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/tools/lldbmacros/core/ |
| H A D | caching.py | 118 def __init__(self, name, registry): argument 121 registry.append(self) 362 def _cache_with_registry(fn, registry, maxsize=128, sentinel=object()): argument 374 cache = _Cache(fn.__qualname__, registry) 386 cache = _Cache(fn.__name__, registry)
|
| /xnu-11215.81.4/iokit/DriverKit/ |
| H A D | IOService.iig | 191 * @brief Obtain the IOKit registry properties for the IOService. 200 * @brief Obtain the an IOKit registry properties from the service or one of its parents. 202 …* @param plane Name of the registry plane to be searched, if the option kIOServiceSearchProp… 205 * its parents in the IOKit registry. 315 …ion Obtain supportable properties describing the provider chain. This will be a subset of registry 448 * registry properties directly.
|
| /xnu-11215.81.4/libsyscall/mach/ |
| H A D | err_iokit.sub | 195 "(iokit/firewire) IOFireWire plane in registry updated", // 7d2
|
| /xnu-11215.81.4/tests/ |
| H A D | stackshot_tests.m | 1392 …T_EXPECT_MACH_SUCCESS(IORegistryEntryGetChildIterator(root, kIOServicePlane, &iter), "get registry…
|