Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp1282 OSObject * ioProperty = IORegistryEntry::getRegistryRoot()->copyProperty(gIOConsoleUsersKey); in CopyConsoleUser() local
1283 if ((array = OSDynamicCast(OSArray, ioProperty))) { in CopyConsoleUser()
1296 OSSafeReleaseNULL(ioProperty); in CopyConsoleUser()
1306 OSObject * ioProperty = IORegistryEntry::getRegistryRoot()->copyProperty(gIOConsoleUsersKey); in CopyUserOnConsole() local
1307 if ((array = OSDynamicCast(OSArray, ioProperty))) { in CopyUserOnConsole()
1317 OSSafeReleaseNULL(ioProperty); in CopyUserOnConsole()