Searched refs:interests (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOReportTypes.h189 IOReportInterest interests[]; member in struct:__anon15005
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.m395 - (void) importKeyInterests: (NSDictionary*) interests
397 _alwaysKeys = [NSMutableSet setWithArray: interests[kKeyAlwaysKeys]];
398 _firstUnlockKeys = [NSMutableSet setWithArray: interests[kKeyFirstUnlockKeys]];
399 _unlockedKeys = [NSMutableSet setWithArray: interests[kKeyUnlockedKeys]];
401 _pendingKeys = [NSMutableSet setWithArray: interests[kKeyPendingKeys]];
402 _syncWithPeersPending = [interests[kKeySyncWithPeersPending] boolValue];
403 _ensurePeerRegistration = [interests[kKeyEnsurePeerRegistration] boolValue];
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSTransport.c21 CFStringRef SOSInterestListCopyDescription(CFArrayRef interests) argument
26 CFArrayForEach(interests, ^(const void* string) {
104 secerror("Error getting key parameters interests %@", localError);
126 secerror("Error getting circle interests %@", localError);
149 secerror("Error getting message interests %@", localError);
H A DSOSAccount.h209 CFStringRef SOSInterestListCopyDescription(CFArrayRef interests);
H A DSOSAccountPriv.h214 CFStringRef SOSInterestListCopyDescription(CFArrayRef interests);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h100 IOPMCapabilityBits interests,
H A Ddy_framework.c158 _IOPMConnectionCreate(CFStringRef myName, IOPMCapabilityBits interests, IOPMConnection *newConnection) argument
166 return dyfunc ? dyfunc(myName, interests, newConnection) : kIOReturnError;
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A Dpowermanagement.defs161 in interests : int;
H A DIOPMLibPrivate.c1143 IOPMCapabilityBits interests,
1169 // * vet argument 'interests'
1170 // A caller specifying 0 interests would get no notifications
1171 if (0 == interests) {
1195 interests,
1141 IOPMConnectionCreate( CFStringRef myName, IOPMCapabilityBits interests, IOPMConnection *newConnection) argument
H A DIOPMLibPrivate.h1905 * This notification is issued only if the client has set this bit in 'interests' while
2203 * Pass this as an argument to the <code>interests</code> field of IOPMConnectionCreate() to
2221 * @param interests A bitfield of IOPMCapabilityBits defining
2232 IOPMCapabilityBits interests,
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMConnection.c433 int interests,
457 newConnection->interestsBits = interests;
428 _io_pm_connection_create( mach_port_t server, mach_port_t task_in, string_t name, int interests, uint32_t *connection_id, int *return_code ) argument
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm661 interests me.

Completed in 307 milliseconds