Searched refs:inOptions (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DRootDomainUserClient.h56 IOReturn secureSleepSystemOptions( const void *inOptions,
H A DRootDomainUserClient.cpp82 const void *inOptions,
100 if (inOptions)
103 OSUnserializeXML((const char *)inOptions, inOptionsSize, &unserializeErrorString));
81 secureSleepSystemOptions( const void *inOptions, IOByteCount inOptionsSize, uint32_t *returnCode) argument
/macosx-10.10.1/KerberosHelper-151/Source/
H A DKerberosHelper.h130 inOptions a dictionary with options regarding the acquisition of the user principal.
134 inOptions Dictionary Keys
163 OSStatus KRBCopyClientPrincipalInfo (KRBHelperContextRef inKerberosSession, CFDictionaryRef inOptions, CFDictionaryRef *outClientPrincipalInfo);
H A DKerberosHelper.c892 inOptions a dictionary with options regarding the acquisition of the user principal.
896 inOptions Dictionary Keys
909 OSStatus KRBCopyClientPrincipalInfo (KRBHelperContextRef inKerberosSession, CFDictionaryRef inOptions, CFDictionaryRef *outClientPrincipalInfo) argument
932 if (NULL != inOptions) {
934 newCount = CFDictionaryGetCount (inOptions) + 3;
937 outInfo = CFDictionaryCreateMutableCopy (kCFAllocatorDefault, newCount, inOptions);
940 CFDictionaryGetValueIfPresent (inOptions, kKRBCertificateKey, (const void **)&certRef);
1003 } else if (NULL != inOptions) {
1004 CFDictionaryGetValueIfPresent (inOptions, kKRBUsernameKey, (const void **)&useClientName);
/macosx-10.10.1/WebKit-7600.1.25/mac/Carbon/
H A DHIWebView.mm158 UInt32 inOptions,
574 UInt32 inOptions,
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.c137 UInt32 inOptions,
1125 UInt32 inOptions,
1135 DEBUG_UNUSED( inOptions );
1123 DebugAssertOutputHandler( OSType inComponentSignature, UInt32 inOptions, const char * inAssertString, const char * inExceptionString, const char * inErrorString, const char * inFileName, long inLineNumber, void * inValue, ConstStr255Param inOutputMsg ) argument

Completed in 88 milliseconds