Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp7772 OSString * nextKey; in matchInternal() local
7780 nextKey = OSDynamicCast( OSString, obj); in matchInternal()
7781 if (nextKey) { in matchInternal()
7788 while (nextKey in matchInternal()
7789 || (iter && (NULL != (nextKey = OSDynamicCast(OSString, in matchInternal()
7791 match = (NULL != matchProps->getObject(nextKey)); in matchInternal()
7795 nextKey = NULL; in matchInternal()