Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp3872 OSObject * rematchCountProp; in probeCandidates() local
3880 rematchCountProp = NULL; in probeCandidates()
3885 rematchCountProp = copyProperty(gIORematchCountKey); in probeCandidates()
3886 num = OSDynamicCast(OSNumber, rematchCountProp); in probeCandidates()
3931 if (isDext && !gIODextRelaunchMax && rematchCountProp) { in probeCandidates()
4040 OSSafeReleaseNULL(rematchCountProp); in probeCandidates()