Searched refs:callout (Results 51 - 75 of 82) sorted by relevance

1234

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c98 struct callout { struct
102 struct callout *c_next;
218 struct callout *callout = NULL; /* Callout list */ variable in typeref:struct:callout
3103 struct callout *newp, *p, **pp;
3106 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL)
3122 for (pp = &callout; (p = *pp); pp = &p->c_next)
3137 struct callout **copp, *freep;
3142 for (copp = &callout; (free
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c2178 proc_iterate(flags, callout, arg, filterfn, filterarg)
2180 int (*callout)(proc_t, void *);
2233 retval = callout(p, arg);
2251 retval = callout(p, arg);
2280 proc_scanall(flags, callout, arg)
2282 int (*callout)(proc_t, void *);
2294 retval = callout(p, arg);
2301 retval = callout(p, arg);
2316 proc_rebootscan(callout, arg, filterfn, filterarg)
2317 int (*callout)(proc_
[all...]
H A Dkern_event.c813 * filt_timerexpire - the timer callout routine
854 thread_call_t callout = kn->kn_hook; local
858 /* cancel the callout if we can */
859 cancelled = thread_call_cancel(callout);
881 thread_call_t callout; local
884 callout = thread_call_allocate(filt_timerexpire, kn);
885 if (NULL == callout)
895 kn->kn_hook = (void*)callout;
916 thread_call_enter_delayed_with_leeway(callout, NULL,
930 * Shut down the timer if it's running, and free the callout
935 thread_call_t callout; local
[all...]
H A Dkern_shutdown.c46 #include <sys/callout.h>
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.h114 - (void) calloutWith: (void(^)(NSSet *pending, bool syncWithPeersPending, bool ensurePeerRegistration, dispatch_queue_t queue, void(^done)(NSSet *handledKeys, bool handledSyncWithPeers, bool handledEnsurePeerRegistration))) callout;
H A DCKDKVSProxy.m618 - (void) calloutWith: (void(^)(NSSet *pending, bool syncWithPeersPending, bool ensurePeerRegistration, dispatch_queue_t queue, void(^done)(NSSet *handledKeys, bool handledSyncWithPeers, bool handledEnsurePeerRegistration))) callout
641 secnotice("deaf", ">>>>>>>>>>> WTFBBQ _oldInCallout is NO and we're heading in to the callout!");
647 callout(myPending, mySyncWithPeersPending, myEnsurePeerRegistration, ckdkvsproxy_queue, ^(NSSet *handledKeys, bool handledSyncWithPeers, bool handledEnsurePeerRegistration) {
648 secdebug("event", "%@ %s%s before callout handled: %s%s", self, mySyncWithPeersPending ? "S" : "s", myEnsurePeerRegistration ? "E" : "e", handledSyncWithPeers ? "S" : "s", handledEnsurePeerRegistration ? "E" : "e");
683 any kvs changes while we were in our callout.
/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_rmclass.h230 struct callout callout_; /* for timeout() calls */
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h737 extern int pgrp_iterate(struct pgrp * pgrp, int flags, int (*callout)(proc_t , void *), void *arg, int (*filterfn)(proc_t , void *), void *filterarg);
738 extern int proc_iterate(int flags, int (*callout)(proc_t , void *), void *arg, int (*filterfn)(proc_t , void *), void *filterarg);
739 extern int proc_rebootscan(int (*callout)(proc_t , void *), void *arg, int (*filterfn)(proc_t , void *), void *filterarg);
740 extern int proc_childrenwalk(proc_t p, int (*callout)(proc_t , void *), void *arg);
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClient.c100 _EAPOLClientCFMachPortCreate(CFMachPortCallBack callout, CFMachPortContext * context) argument
115 cf_port = CFMachPortCreateWithPort(NULL, port, callout, context, NULL);
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c226 int (*callout)(const cnode_t *cp, void *), void * arg)
269 result = callout(cp, arg);
/macosx-10.10.1/smb-759.0/lib/smbclient/
H A Dserver.c310 void (*callout)(void *, void *),
407 err = smb_mount(hContext, mountPtRef, mOptions, NULL, callout, args);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h292 @param callout C function ptr or member function cast as such.
302 IOPMSettingControllerCallback callout,
313 @param callout C function ptr or member function cast as such.
324 IOPMSettingControllerCallback callout,
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPrivate.h812 CFMachPortCallBack callout,
H A DSCNetworkConnection.c122 /* run loop source, callout, context, rl scheduling info */
563 CFSTR("<SCNetworkConnection MP %p> {service = %@, callout = %p}"),
573 SCNetworkConnectionCallBack callout,
608 connectionPrivate->rlsFunction = callout;
1223 SCNetworkConnectionCallBack callout,
1233 connectionPrivate = __SCNetworkConnectionCreatePrivate(allocator, service, callout, context);
1241 SCNetworkConnectionCallBack callout,
1257 connection = SCNetworkConnectionCreateWithService(allocator, service, callout, context);
1266 SCNetworkConnectionCallBack callout,
1269 SCNetworkConnectionPrivateRef connectionPrivate = __SCNetworkConnectionCreatePrivate(allocator, NULL, callout, contex
571 __SCNetworkConnectionCreatePrivate(CFAllocatorRef allocator, SCNetworkServiceRef service, SCNetworkConnectionCallBack callout, SCNetworkConnectionContext *context) argument
1221 SCNetworkConnectionCreateWithService(CFAllocatorRef allocator, SCNetworkServiceRef service, SCNetworkConnectionCallBack callout, SCNetworkConnectionContext *context) argument
1239 SCNetworkConnectionCreateWithServiceID(CFAllocatorRef allocator, CFStringRef serviceID, SCNetworkConnectionCallBack callout, SCNetworkConnectionContext *context) argument
1265 SCNetworkConnectionCreate(CFAllocatorRef allocator, SCNetworkConnectionCallBack callout, SCNetworkConnectionContext *context) argument
[all...]
H A DSCPOpen.c789 /* callout */
851 SCPreferencesCallBack callout,
869 prefsPrivate->rlsFunction = callout;
850 SCPreferencesSetCallback(SCPreferencesRef prefs, SCPreferencesCallBack callout, SCPreferencesContext *context) argument
H A DSCNetworkConnectionPrivate.c383 processPreferencesCallout callout,
404 newDict = (*callout)(serviceID, dict, context1, context2, context3);
424 newDict = (*callout)(serviceID, NULL, context1, context2, context3);
382 processPreferences(CFStringRef serviceID, processPreferencesCallout callout, void *context1, void *context2, void *context3) argument
H A DSCDPrivate.c1042 CFMachPortCallBack callout,
1048 port = CFMachPortCreateWithPort(NULL, portNum, callout, context, &shouldFree);
1040 _SC_CFMachPortCreateWithPort(const char *portDescription, mach_port_t portNum, CFMachPortCallBack callout, CFMachPortContext *context) argument
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dmalloc.c1477 _malloc_lock_all(void (*callout)(void)) { argument
1484 callout();
1488 _malloc_unlock_all(void (*callout)(void)) { argument
1490 callout();
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_utils.h146 int event_create_socket(void *ctxt, int *eventfd, CFSocketRef *eventref, CFSocketCallBack callout, Boolean anysubclass);
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dtests.c676 callout(SCNetworkReachabilityRef target, SCNetworkReachabilityFlags flags, void *info) function
742 if (!SCNetworkReachabilitySetCallback(target_async, callout, &context)) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddocbk.vim53 syn keyword docbkKeyword bridgehead callout calloutlist caption caution contained
H A Dicon.vim16 syn keyword iconFunction callout center char chdir close collect copy
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c1379 * if BUF_NOTIFY_BUSY is set, call the callout function using a NULL bp for busy pages
1388 buf_iterate(vnode_t vp, int (*callout)(buf_t, void *), int flags, void *arg) argument
1441 retval = callout(bp, arg);
2013 /* Register a callout for relieving vm pressure */
2015 panic("Couldn't register buffer cache callout for vm pressure!\n");
2594 CLR(bp->b_flags, B_FILTER); /* but note callout done */
3973 int callout = ISSET(bp->b_flags, B_CALL); local
3982 if (callout)
3987 if (callout) {
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dctx.c2574 void (*callout)(void *, void *), void *args)
2886 if (callout && !ctx->inCallback) {
2888 callout(dfs_ctx, args);
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Ddns-configuration.c1603 dns_configuration_monitor(SCDynamicStoreRef store, SCDynamicStoreCallBack callout) argument
1612 dns_configuration_callout = callout;

Completed in 390 milliseconds

1234