Searched refs:publish (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp527 * Register instance - publish it for matching
4365 bool publish; local
4429 publish = (consoleUsers || (locked != regEntry->getProperty(gIOConsoleLockedKey)));
4430 if (publish)
4456 if (publish)
H A DIOPMrootDomain.cpp948 // List of PM settings that should not automatically publish itself
1014 // not load at all if you're booting with clamshell closed. We publish
1019 // There's at least one battery on the system, so we publish
1114 OSArray *publish = OSArray::withCapacity(pmSuspendedCapacity); local
1130 publish->setObject(suspended);
1136 if (0 != publish->getCount()) {
1137 setProperty(kPMSuspendedNotificationClients, publish);
1142 publish->release();
2086 // Time to publish a UUID for the Sleep --> Wake cycle
2867 * Optionally, publish
[all...]

Completed in 45 milliseconds