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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp6839 OSNumber *pidNum = NULL; local
6882 pidNum = OSNumber::withNumber(app_pid, 32);
6883 if (pidNum) {
6884 responseDescription->setObject(_statsPIDKey, pidNum);
6885 pidNum->release();
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c6772 CFNumberRef pidNum = NULL; local
6777 pidNum = CFDictionaryGetValue(d, kIOPMHIDAppPIDKey);
6778 CFNumberGetValue(pidNum, kCFNumberIntType, &_pid);

Completed in 423 milliseconds