Searched refs:arg0 (Results 1 - 25 of 255) sorted by last modified time

1234567891011

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dthread.c1616 thread_cputime_callback(int warning, __unused const void *arg0, __unused const void *arg1) argument
/macosx-10.10.1/xnu-2782.1.97/osfmk/chud/
H A Dchud_xnu.h236 typedef kern_return_t (*chudxnu_kdebug_callback_func_t)(uint32_t debugid, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4);
/macosx-10.10.1/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c1915 static void vc_progress_task( void * arg0, void * arg );
1916 static void vc_progressmeter_task( void * arg0, void * arg );
2539 vc_progressmeter_task(__unused void *arg0, __unused void *arg) argument
2573 vc_progress_task(__unused void *arg0, __unused void *arg) argument
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp473 IOReturn handleSetUserAssertionLevels(void * arg0);
5759 uint32_t event, void * arg0, uint64_t arg1 )
5761 DLOG("power event %u args %p 0x%llx\n", event, OBFUSCATE(arg0), arg1);
5771 handlePowerNotification( (UInt32)(uintptr_t) arg0 );
5814 if (kOSBooleanTrue == (OSBoolean *) arg0)
5836 userDisabledAllSleep = (kOSBooleanTrue == (OSBoolean *) arg0);
5845 if (arg0)
5847 systemCapabilityNotifier = (IONotifier *) arg0;
5855 if (arg0)
5857 IONotifier * notify = (IONotifier *) arg0;
5758 dispatchPowerEvent( uint32_t event, void * arg0, uint64_t arg1 ) argument
8363 handleSetUserAssertionLevels(void * arg0) argument
[all...]
H A DIOServicePM.cpp3074 thread_call_param_t arg0, thread_call_param_t arg1 )
3076 IOService * me = (IOService *) arg0;
3783 void * arg0, void * arg1,
3786 IOServicePM * pwrMgt = (IOServicePM *) arg0;
3822 /* arg0 */ (void *) from->pwrMgt );
5030 settle_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) argument
5032 IOService * me = (IOService *) arg0;
5290 IOService::watchdog_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) argument
5292 IOService * me = (IOService *) arg0;
5354 void * arg0, voi
3073 idle_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) argument
3781 actionDriverCalloutDone( OSObject * target, void * arg0, void * arg1, void * arg2, void * arg3 ) argument
5352 actionAckTimerExpired( OSObject * target, void * arg0, void * arg1, void * arg2, void * arg3 ) argument
5380 ack_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c5482 uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3);
5484 uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3);
6902 uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3)
6911 ctx = (vfs_context_t)arg0;
6978 result = vnode_authorize_callback_int(cred, idata, action, arg0, arg1, arg2, arg3);
6996 uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3)
7013 ctx = vcp->ctx = (vfs_context_t)arg0;
6901 vnode_authorize_callback(kauth_cred_t cred, void *idata, kauth_action_t action, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3) argument
6995 vnode_authorize_callback_int(__unused kauth_cred_t unused_cred, __unused void *idata, kauth_action_t action, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddtrace.h2188 * 2.10 void dtrace_probe(dtrace_id_t probe, uintptr_t arg0, uintptr_t arg1,
2200 * arguments are the values to which the D variables "arg0" through "arg4"
2254 extern void dtrace_probe(dtrace_id_t, uintptr_t arg0, uintptr_t arg1,
2257 extern void dtrace_probe(dtrace_id_t, uint64_t arg0, uint64_t arg1,
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c1011 hfs_syncer(void *arg0, void *unused) argument
1015 struct hfsmount *hfsmp = arg0;
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/chud/
H A Dchud_bsd_callback.c46 typedef void (*chudxnu_kdebug_callback_func_t)(uint32_t debugid, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4);
47 static void chud_null_kdebug(uint32_t debugid, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4);
56 static void chud_null_kdebug(uint32_t debugid __unused, uintptr_t arg0 __unused,
65 uintptr_t arg0,
79 (fn)(debugid, arg0, arg1, arg2, arg3, arg4);
112 typedef kern_return_t (*chudxnu_syscall_callback_func_t)(uint64_t code, uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4);
114 static kern_return_t chud_null_syscall(uint64_t code, uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4);
121 uint64_t arg0 __unused, uint64_t arg1 __unused, uint64_t arg2 __unused,
63 chudxnu_private_kdebug_callback( uint32_t debugid, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c5846 __dtrace_probe(dtrace_id_t id, uint64_t arg0, uint64_t arg1, argument
5921 * 0 through "arg0" and the probe_id of the overridden probe as arg1.
5924 if (dtrace_probeid_error == id && 0 == arg0) {
5932 arg0 = (uint64_t)(uintptr_t)ftp_state;
5944 mstate.dtms_arg[0] = arg0;
5986 * arg0 (the dtrace_state_t) is equal to the ECB's
5990 if (arg0 != (uint64_t)(uintptr_t)state)
6213 (uint32_t *)(uintptr_t)arg0);
6564 dtrace_probe(dtrace_id_t id, uint64_t arg0, uint64_t arg1, argument
6570 __dtrace_probe(id, arg0, arg
13654 dtrace_helper(int which, dtrace_mstate_t *mstate, dtrace_state_t *state, uint64_t arg0, uint64_t arg1) argument
[all...]
H A Dsystrace.c94 systrace_stub(dtrace_id_t id, uint64_t arg0, uint64_t arg1, argument
97 #pragma unused(id,arg0,arg1,arg2,arg3,arg4)
123 * passed as 'arg0'
232 * had its return value in arg0, and the fbt and pid providers had their return
233 * values in arg1 (so that we could use arg0 for the offset of the return site).
238 * pid. We debated briefly about removing the return value from arg0, but
240 * than to have some non-helpful, non-intuitive value in arg0.
979 /* dtrace_probe arguments arg0 .. arg4 are 64bits wide */
1002 /* dtrace_probe arguments arg0 .. arg4 are 64bits wide */
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c486 static void print_usage(const char *arg0, int print_all) argument
488 fprintf(stderr, "%s -E (Enumerate recommended registration domains)\n", arg0);
489 fprintf(stderr, "%s -F (Enumerate recommended browsing domains)\n", arg0);
490 fprintf(stderr, "%s -R <Name> <Type> <Domain> <Port> [<TXT>...] (Register a service)\n", arg0);
491 fprintf(stderr, "%s -B <Type> <Domain> (Browse for services instances)\n", arg0);
492 fprintf(stderr, "%s -L <Name> <Type> <Domain> (Look up a service instance)\n", arg0);
493 fprintf(stderr, "%s -P <Name> <Type> <Domain> <Port> <Host> <IP> [<TXT>...] (Proxy)\n", arg0);
494 fprintf(stderr, "%s -q <name> <rrtype> <rrclass> (Generic query for any record type)\n", arg0);
495 fprintf(stderr, "%s -D <name> <rrtype> <rrclass>(Validate query for any record type with DNSSEC)\n", arg0);
496 fprintf(stderr, "%s -Z <Type> <Domain> (Output results in Zone File format)\n", arg0);
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1901 IOReturn AppleUSBCDCACMData::acquirePortAction(OSObject *owner, void *arg0, void *, void *, void *) argument
1904 return ((AppleUSBCDCACMData *)owner)->acquirePortGated((bool)arg0);
2343 IOReturn AppleUSBCDCACMData::setStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *) argument
2346 return ((AppleUSBCDCACMData *)owner)->setStateGated((UInt32 *)arg0, (UInt32 *)arg1);
2521 IOReturn AppleUSBCDCACMData::watchStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *) argument
2524 return ((AppleUSBCDCACMData *)owner)->watchStateGated((UInt32 *)arg0, (UInt32 *)arg1);
2723 IOReturn AppleUSBCDCACMData::executeEventAction(OSObject *owner, void *arg0, void *arg1, void *, void *) argument
2726 return ((AppleUSBCDCACMData *)owner)->executeEventGated((UInt32 *)arg0, (UInt32 *)arg1);
3223 IOReturn AppleUSBCDCACMData::enqueueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3) argument
3226 return ((AppleUSBCDCACMData *)owner)->enqueueDataGated((UInt8 *)arg0, (UInt3
3361 dequeueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3) argument
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp139 void* arg0; member in struct:_IOHIDCmdGateActionArgs
1792 IOReturn IOHIDSystem::doUnregisterScreen (IOHIDSystem *self, void * arg0, void *arg1) argument
1795 uintptr_t index = (uintptr_t) arg0;
1868 IOHIDSystem::doSetDisplayBounds (IOHIDSystem *self, void * arg0, void * arg1) argument
1870 uintptr_t index = (uintptr_t) arg0;
1930 IOReturn IOHIDSystem::doRegisterEventQueue (IOHIDSystem *self, void * arg0) argument
1933 return self->registerEventQueueGated((IODataQueue *)arg0);
1955 IOReturn IOHIDSystem::doUnregisterEventQueue (IOHIDSystem *self, void * arg0) argument
1958 return self->unregisterEventQueueGated((IODataQueue *)arg0);
1979 IOReturn IOHIDSystem::doCreateShmem (IOHIDSystem *self, void * arg0) argument
2278 extGetUserHidActivityState(void *arg0,void*,void*,void*,void*,void*) argument
2283 getUserHidActivityState(IOHIDSystem *self, void *arg0) argument
4228 doTabletEvent(IOHIDSystem *self, void * arg0, void * arg1, void * arg2) argument
4297 doProximityEvent(IOHIDSystem *self, void * arg0, void *arg1, void * arg2) argument
5773 doSetCursorEnable(IOHIDSystem *self, void * arg0) argument
5829 doSetContinuousCursorEnable(IOHIDSystem *self, void * arg0) argument
5882 doExtPostEvent(IOHIDSystem *self, void * arg0, void * arg1, void * arg2, void * arg3 __unused) argument
6128 doExtSetMouseLocation(IOHIDSystem *self, void * arg0) argument
6358 doExtGetButtonEventNum(IOHIDSystem *self, void * arg0, void * arg1) argument
6732 doSetParamPropertiesPre(IOHIDSystem *self, void * arg0, void * arg1) argument
6935 doSetParamPropertiesPost(IOHIDSystem *self, void * arg0) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dmp.c149 void *arg0, *arg1; member in struct:_kdp_xcpu_call_func
1021 void *arg0; /* routine's 1st arg */ member in struct:__anon15075
1176 call.func, call.arg0, call.arg1, call.maskp, 0);
1177 call.func(call.arg0, call.arg1);
1251 void *arg0,
1268 cpus, mode, VM_KERNEL_UNSLIDE(action_func), arg0, arg1);
1275 action_func(arg0, arg1);
1312 arg0, arg1, 0, 0);
1313 action_func(arg0, arg1);
1357 callp->arg0
1247 mp_cpus_call1( cpumask_t cpus, mp_sync_t mode, void (*action_func)(void *, void *), void *arg0, void *arg1, cpumask_t *cpus_calledp, cpumask_t *cpus_notcalledp) argument
1690 kdp_x86_xcpu_invoke(const uint16_t lcpu, kdp_x86_xcpu_func_t func, void *arg0, void *arg1) argument
[all...]
H A Dmp.h141 typedef long (*kdp_x86_xcpu_func_t) (void *arg0, void *arg1, uint16_t lcpu);
145 void *arg0, void *arg1);
184 void *arg0,
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioControl.cpp441 IOReturn IOAudioControl::_setValueAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
454 result = cg->runAction(setValueAction, arg0, arg1, arg2, arg3);
901 IOReturn IOAudioControl::_addUserClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
914 result = cg->runAction(addUserClientAction, arg0, arg1, arg2, arg3);
940 IOReturn IOAudioControl::_removeUserClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
953 result = cg->runAction(removeUserClientAction, arg0, arg1, arg2, arg3);
H A DIOAudioDevice.cpp603 IOReturn IOAudioDevice::_setPowerStateAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
615 result = cg->runAction(setPowerStateAction, arg0, arg1, arg2, arg3);
H A DIOAudioEngine.cpp958 IOReturn IOAudioEngine::_addUserClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
971 result = cg->runAction(addUserClientAction, arg0, arg1, arg2, arg3);
1000 IOReturn IOAudioEngine::_removeUserClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
1013 result = cg->runAction(removeUserClientAction, arg0, arg1, arg2, arg3);
H A DIOAudioEngineUserClient.cpp646 IOReturn IOAudioEngineUserClient::_getNearestStartTimeAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
655 result = userClient->commandGate->runAction(getNearestStartTimeAction, arg0, arg1, arg2, arg3);
1020 IOReturn IOAudioEngineUserClient::_closeClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
1029 result = userClient->commandGate->runAction(closeClientAction, arg0, arg1, arg2, arg3);
1195 IOReturn IOAudioEngineUserClient::_registerNotificationAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
1204 result = userClient->commandGate->runAction(registerNotificationAction, arg0, arg1, arg2, arg3);
1283 audioDebugIOLog(3, "+ IOAudioEngineUserClient::externalMethod, selector=0x%x, arg0 0x%llX, arg1 0x%llx, arg2 0x%llx arg3 0x%llx \n",
1371 IOReturn IOAudioEngineUserClient::_registerBufferAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
1380 result = userClient->commandGate->runAction(registerBufferAction, arg0, arg1, arg2, arg3);
1420 IOReturn IOAudioEngineUserClient::_unregisterBufferAction(OSObject *target, void *arg0, voi argument
2484 _startClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
2519 _stopClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
[all...]
H A DIOAudioDevice.h500 static IOReturn _setPowerStateAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10; // <rdar://8508064>
H A DIOAudioEngine.h846 static IOReturn _addUserClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10; // <rdar://7529580>
848 static IOReturn _removeUserClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10; // <rdar://7529580>
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c6651 link_timer_expired(void * arg0, void * arg1, void * arg2) argument
6653 process_link_timer_expired(arg0);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h297 static IOReturn acquirePortAction(OSObject *owner, void *arg0, void *, void *, void *);
300 static IOReturn setStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
301 static IOReturn watchStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
302 static IOReturn executeEventAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
303 static IOReturn enqueueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3);
304 static IOReturn dequeueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3);
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-os.h292 # define OBJC_RUNTIME_OBJC_EXCEPTION_THROW(arg0) do {} while(0)

Completed in 584 milliseconds

1234567891011