Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/core/
H A Dcaching.py118 def __init__(self, name, registry): argument
121 registry.append(self)
362 def _cache_with_registry(fn, registry, maxsize=1024, sentinel=object()): argument
374 cache = _Cache(fn.__qualname__, registry)
386 cache = _Cache(fn.__name__, registry)
/xnu-12377.81.4/iokit/DriverKit/
H A DIOService.iig208 * @brief Obtain the IOKit registry properties for the IOService.
217 * @brief Obtain the an IOKit registry properties from the service or one of its parents.
219 …* @param plane Name of the registry plane to be searched, if the option kIOServiceSearchProp…
222 * its parents in the IOKit registry.
332 …ion Obtain supportable properties describing the provider chain. This will be a subset of registry
465 * registry properties directly.
/xnu-12377.81.4/libsyscall/mach/
H A Derr_iokit.sub195 "(iokit/firewire) IOFireWire plane in registry updated", // 7d2
/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.c4971 #define SESTP_EXTRACT_STATE(registry, cpu_id) ((registry >> SESTP_BIT_POS(cpu_id)) & mask(SESTP_BIT… argument
4972 #define SESTP_SET_STATE(registry, cpu_id, state) ((registry & ~SESTP_MASK(cpu_id)) | ((sched_edge_s… argument
/xnu-12377.81.4/tests/
H A Dstackshot_tests.m1449 …T_EXPECT_MACH_SUCCESS(IORegistryEntryGetChildIterator(root, kIOServicePlane, &iter), "get registry