Searched defs:callout (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetworkreachability.py37 def callout(ref, flags, ctx): function in function:TestSCNetworkReachability.testFunctions
H A Dtest_scnetworkconnection.py52 def callout(ref, status, info): function in function:TestSCNetworkConnection.testFunctions
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetworkreachability.py40 def callout(ref, flags, ctx): function in function:TestSCNetworkReachability.testFunctions
H A Dtest_scnetworkconnection.py52 def callout(ref, status, info): function in function:TestSCNetworkConnection.testFunctions
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/PyObjCTest/
H A Dtest_scnetworkreachability.py46 def callout(ref, flags, ctx): function in function:TestSCNetworkReachability.testFunctions
H A Dtest_scnetworkconnection.py62 def callout(ref, status, info): function in function:TestSCNetworkConnection.testFunctions
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cffiledescriptor.py22 def callout(fd, types, context): function in function:TestFileDescriptor.testInspection
H A Dtest_cfmachport.py19 def callout(port, msg, size, info): function in function:TestMachPort.testCreate
H A Dtest_cfmessageport.py23 def callout(port, messageid, data, info): function in function:TestMessagePort.testInteraction
79 def callout(port, messageid, data, info): function in function:TestMessagePort.testSending
H A Dtest_cfusernotification.py29 def callout(notification, flags): function in function:TestUserNotification.testCreation
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cffiledescriptor.py19 def callout(fd, types, context): function in function:TestFileDescriptor.testInspection
H A Dtest_cfmachport.py18 def callout(port, msg, size, info): function in function:TestMachPort.testCreate
H A Dtest_cfusernotification.py30 def callout(notification, flags): function in function:TestUserNotification.testCreation
H A Dtest_cfmessageport.py32 def callout(port, messageid, data, info): function in function:TestMessagePort.testInteraction
82 def callout(port, messageid, data, info): function in function:TestMessagePort.testSending
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cffiledescriptor.py27 def callout(fd, types, context): function in function:TestFileDescriptor.testInspection
H A Dtest_cfmachport.py28 def callout(port, msg, size, info): function in function:TestMachPort.testCreate10_8
41 def callout(port, msg, size, info): function in function:TestMachPort.testCreate
H A Dtest_cfmessageport.py35 def callout(port, messageid, data, info): function in function:TestMessagePort.testInteraction
85 def callout(port, messageid, data, info): function in function:TestMessagePort.testSending
H A Dtest_cfusernotification.py42 def callout(notification, flags): function in function:TestUserNotification.testCreation
/macosx-10.10.1/xnu-2782.1.97/bsd/conf/
H A Dparam.c116 struct callout *callout; variable in typeref:struct:callout
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DFDSet.c78 FDCalloutCreateSocket(FDCalloutRef callout, int fd) argument
96 FDCalloutCreateFileDescriptor(FDCalloutRef callout, int fd) argument
119 FDCalloutRef callout; local
143 FDCalloutReleaseSocket(FDCalloutRef callout) argument
154 FDCalloutReleaseFileDescriptor(FDCalloutRef callout) argument
167 FDCalloutRef callout = *callout_p; local
187 FDCalloutRef callout = (FDCalloutRef)info; local
199 FDCalloutRef callout = (FDCalloutRef)info; local
211 FDCalloutGetFD(FDCalloutRef callout) argument
[all...]
H A Dtimer.c124 timer_callout_t * callout = (timer_callout_t *)info; local
136 timer_callout_t * callout; local
150 timer_callout_t * callout = *callout_p; local
162 timer_callout_set(timer_callout_t * callout, CFAbsoluteTime relative_time, timer_func_t * func, void * arg1, void * arg2, void * arg3) argument
198 timer_set_relative(timer_callout_t * callout, struct timeval rel_time, timer_func_t * func, void * arg1, void * arg2, void * arg3) argument
214 timer_cancel(timer_callout_t * callout) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched.h64 struct callout { struct
/macosx-10.10.1/Libc-1044.1.2/os/
H A Dassumes.c298 _os_assumes_log_ctx_impl(os_log_callout_t callout, void *ctx, uint64_t code) argument
317 _os_assert_log_ctx_impl(os_log_callout_t callout, void *ctx, uint64_t code) argument
348 _os_assumes_log_ctx(os_log_callout_t callout, void *ctx, uint64_t code) argument
354 _os_assert_log_ctx(os_log_callout_t callout, void *ctx, uint64_t code) argument
379 _osx_assumes_log_ctx(osx_log_callout_t callout, void *ctx, uint64_t code) argument
385 _osx_assert_log_ctx(osx_log_callout_t callout, void *ctx, uint64_t code) argument
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDOpen.c287 __SCDynamicStoreCreatePrivate(CFAllocatorRef allocator, const CFStringRef name, SCDynamicStoreCallBack callout, SCDynamicStoreContext *context) argument
734 SCDynamicStoreCreateWithOptions(CFAllocatorRef allocator, CFStringRef name, CFDictionaryRef storeOptions, SCDynamicStoreCallBack callout, SCDynamicStoreContext *context) argument
774 SCDynamicStoreCreate(CFAllocatorRef allocator, CFStringRef name, SCDynamicStoreCallBack callout, SCDynamicStoreContext *context) argument
790 SCDynamicStoreSetDisconnectCallBack(SCDynamicStoreRef store, SCDynamicStoreDisconnectCallBack callout) argument
[all...]
H A DSCDPlugin.c54 SCDPluginExecCallBack callout; member in struct:childInfo
271 _SCDPluginExecCommand2(SCDPluginExecCallBack callout, argument
392 _SCDPluginExecCommand(SCDPluginExecCallBack callout, argument

Completed in 127 milliseconds

12