Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1035 bool minus = options & kIODTExclusive; in IODTFindMatchingEntries() local
1061 if ((minus && (false == cmp)) in IODTFindMatchingEntries()
1062 || ((false == minus) && (false != cmp))) { in IODTFindMatchingEntries()