Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp7652 bool isUser; in matchInternal() local
7654 isUser = (NULL != table->getObject(gIOServiceNotificationUserKey)); in matchInternal()
7655 if (isUser) { in matchInternal()
7664 if (!table->getObject(gIOExclaveProxyKey) && !isUser) { in matchInternal()