Searched refs:kIOServiceClassDone (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h45 kIOServiceClassDone = 0x00000010, enumerator in enum:__anon770
H A DIOService.cpp2681 if( false == matchPassive(props, kIOServiceChangesOK | kIOServiceClassDone))
3622 options |= kIOServiceInternalDone | kIOServiceClassDone;
4624 match = ((kIOServiceClassDone & options) || (0 != metaCast(str)));
4627 if ((kIOServiceClassDone & options) && !match) panic("classDone");

Completed in 28 milliseconds