Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp2650 OSObject * rematchProps; in terminatePhase1() local
2665 rematchProps = copyProperty(gIOMatchedPersonalityKey); in terminatePhase1()
2666 rematchProvider->setProperty(gIORematchPersonalityKey, rematchProps); in terminatePhase1()
2668 OSSafeReleaseNULL(rematchProps); in terminatePhase1()