Searched refs:arg0 (Results 176 - 200 of 255) sorted by relevance

1234567891011

/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dfsrw.d78 (uint64_t)arg0 * (uint64_t)sizeof (uf_entry_t));
/macosx-10.10.1/dtrace-147/DTTk/FS/
H A Dfspaging.d82 (uint64_t)arg0 * (uint64_t)sizeof (uf_entry_t));
H A Dfsrw.d78 (uint64_t)arg0 * (uint64_t)sizeof (uf_entry_t));
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclDTrace.d26 * arg0: proc name (string)
34 * arg0: proc name (string)
41 * arg0: proc name (string)
51 * arg0: proc name (string)
61 * arg0: TIP 280 cmd (string)
75 * arg0: command name (string)
83 * arg0: command name (string)
90 * arg0: command name (string)
100 * arg0: command name (string)
110 * arg0
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Ddevtimer.c175 devtimer_create(devtimer_process_func process_func, void * arg0) argument
192 timer->dt_arg0 = arg0;
/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/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dmisc.c57 char *arg0; member in struct:login
65 logdata.arg0 = 0;
71 logdata.arg0 = opt_info.arg;
143 if(logp && logp->arg0)
144 argv[0] = logp->arg0;
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_cc.c740 dt_action_stack_args(dtrace_hdl_t *dtp, dtrace_actdesc_t *ap, dt_node_t *arg0) argument
750 if (arg0 != NULL) {
751 if (arg0->dn_list != NULL) {
752 dnerror(arg0, D_STACK_PROTO, "stack( ) prototype "
756 if (dt_node_is_posconst(arg0) == 0) {
757 dnerror(arg0, D_STACK_SIZE, "stack( ) size must be a "
761 ap->dtad_arg = arg0->dn_value;
777 dt_node_t *arg0 = dnp->dn_args; local
778 dt_node_t *arg1 = arg0 != NULL ? arg0
838 dt_node_t *arg0, *arg1; local
[all...]
/macosx-10.10.1/system_cmds-643.1.1/login.tproj/
H A Dlogin.c249 char *arg0; local
1035 if (asprintf(&arg0, "%s%s", lflag ? "" : "-", p ? p + 1 : pwd->pw_shell) >= MAXPATHLEN) {
1037 if (asprintf(&arg0, "-%s", p ? p + 1 : pwd->pw_shell) >= MAXPATHLEN) {
1042 } else if (arg0 == NULL) {
1048 *argv = arg0;
1050 err(1, "%s", arg0);
1053 execlp(shell, arg0, (char *)0);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1234 IOReturn AppleUSBCDCDMM::acquirePortAction(OSObject *owner, void *arg0, void *, void *, void *) argument
1237 return ((AppleUSBCDCDMM *)owner)->acquirePortGated((bool)arg0);
1544 IOReturn AppleUSBCDCDMM::setStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *) argument
1547 return ((AppleUSBCDCDMM *)owner)->setStateGated((UInt32 *)arg0, (UInt32 *)arg1);
1673 IOReturn AppleUSBCDCDMM::watchStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *) argument
1676 return ((AppleUSBCDCDMM *)owner)->watchStateGated((UInt32 *)arg0, (UInt32 *)arg1);
1871 IOReturn AppleUSBCDCDMM::executeEventAction(OSObject *owner, void *arg0, void *arg1, void *, void *) argument
1874 return ((AppleUSBCDCDMM *)owner)->executeEventGated((UInt32 *)arg0, (UInt32 *)arg1);
2358 IOReturn AppleUSBCDCDMM::enqueueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3) argument
2361 return ((AppleUSBCDCDMM *)owner)->enqueueDataGated((UInt8 *)arg0, (UInt3
2496 dequeueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3) argument
[all...]
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOEthernetInterface.h188 @param arg0 Command argument 0. Generally a pointer to an ifnet structure
196 void * arg0,
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dmanual.c83 manual_resolve_router_retry(void * arg0, void * arg1, void * arg2) argument
86 ServiceRef service_p = (ServiceRef)arg0;
/macosx-10.10.1/dtrace-147/lockstat/
H A Dlockstat.c654 char arg0[80]; local
670 * For interrupt events, arg0 (normally the lock pointer) is
675 (void) snprintf(arg0, sizeof(arg0), "(uintptr_t) 0x%"PRIxPTR" + cpu", cpu_addr);
676 caller = "(uintptr_t)arg0";
679 (void) snprintf(arg0, sizeof(arg0), "(uintptr_t) arg0");
709 (void) sprintf(buf, "self->ev%d[(uintptr_t)arg0]", event);
742 "self->ev%d[(uintptr_t)arg0]", even
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ntp/
H A Dtime.tcl174 if {[catch {info level -1} arg0]} {
175 set arg0 [info level 0]
178 \"[lindex $arg0 0] ?options? timeserver ?port?\""
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h159 @param arg0 Argument to action from run operation.
165 void *arg0, void *arg1,
172 @param arg0 Parameter for action parameter, defaults to 0.
179 void *arg0 = 0, void *arg1 = 0,
/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 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 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>
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>
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dpath.c999 void path_exec(Shell_t *shp,register const char *arg0,register char *argv[],struct argnod *local) argument
1007 if(strchr(arg0,'/'))
1012 errormsg(SH_DICT,ERROR_exit(1),e_restricted,arg0);
1015 pp=path_get(shp,arg0);
1027 pp = path_nextcomp(shp,pp,arg0,0);
1031 opath = arg0;
1034 pp = path_nextcomp(shp,pp,arg0,0);
1040 errormsg(SH_DICT,ERROR_exit(ERROR_NOENT),e_found,arg0);
1042 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,arg0);
/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/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManager.cpp306 void *arg0,
311 IOSMBusTransaction *trans = (IOSMBusTransaction *)arg0;
305 performExternalTransactionGated( void *arg0, void *arg1, void *arg2 __unused, void *arg3 __unused) argument
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOWorkLoop.cpp492 void *arg0, void *arg1,
499 res = (*inAction)(target, arg0, arg1, arg2, arg3);
491 runAction(Action inAction, OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATAController.h269 void * arg0,
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dinit.c1587 char *arg0 = zsh_name; local
1588 if (!(zsh_name = strrchr(arg0, '/')))
1589 zsh_name = arg0;
1596 if (sh && *sh && arg0 != sh)

Completed in 498 milliseconds

1234567891011