Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp1969 OSDictionary * savedInterestNotifiers = NULL; in free() local
1976 savedInterestNotifiers = ivars->interestNotifiers; in free()
1981 savedInterestNotifiers->iterateObjects(^bool (const OSSymbol * key, OSObject * object) { in free()
1986 OSSafeReleaseNULL(savedInterestNotifiers); in free()