Searched refs:kIOPSNotifyAttach (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOKitUser-1050.1.21/ps.subproj/
H A DIOPowerSources.h147 * @define kIOPSNotifyAttach
149 * @discussion Example: IOKit posts kIOPSNotifyAttach upon detection of internal battery.
150 * IOKit posts kIOPSNotifyAttach when a user attaches or detaches an external UPS.
152 * Note that IOKit doesn't deliver kIOPSNotifyAttach upon plugging or unplugging AC Power to a laptop; see
156 * at early boot, use kIOPSNotifyAttach to detect an IOPowerSource's appearance.
159 #define kIOPSNotifyAttach "com.apple.system.powersources.attach" macro
/macosx-10.10/PowerManagement-494.1.2/ioupsd/
H A Dupsd.c401 notify_post(kIOPSNotifyAttach);
449 notify_post(kIOPSNotifyAttach);
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c3377 notify_register_dispatch(kIOPSNotifyAttach,
3381 printf("%s\n", kIOPSNotifyAttach);
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c1399 // TODO: We should really be posting this kIOPSNotifyAttach from
1401 notify_post(kIOPSNotifyAttach);

Completed in 121 milliseconds