Searched refs:arg0 (Results 151 - 175 of 255) sorted by relevance

1234567891011

/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_scanner.cc134 const Arg& arg0,
137 const bool result = re.Consume(&input_, arg0, arg1, arg2);
133 Consume(const RE& re, const Arg& arg0, const Arg& arg1, const Arg& arg2) argument
H A Dpcre_scanner.h83 const Arg& arg0 = RE::no_arg,
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dlockstat.h182 #define LOCKSTAT_RECORD4(probe, lp, arg0, arg1, arg2, arg3) \
186 (*lockstat_probe)(id, (uintptr_t)(lp), (arg0), \
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOWorkLoop.h69 @param arg0 Argument to action from run operation.
75 void *arg0, void *arg1,
284 @param arg0 Parameter for action parameter, defaults to 0.
291 void *arg0 = 0, void *arg1 = 0,
/macosx-10.10.1/ruby-106/ruby/sample/webrick/
H A Ddemo-app.rb63 def make_tr(arg0, arg1)
64 "<TR><TD>#{arg0}</TD><TD>#{WEBrick::HTMLUtils::escape(arg1)}</TD></TR>"
/macosx-10.10.1/ruby-106/ruby/test/dtrace/
H A Dtest_hash_create.rb47 printf("%d %s %d\\n", arg0, copyinstr(arg1), arg2);
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.h204 static IOReturn _closeClientAction(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>
214 static IOReturn _registerNotificationAction(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>
247 static IOReturn _registerBufferAction(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>
249 static IOReturn _unregisterBufferAction(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>
255 static IOReturn _getNearestStartTimeAction(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>
266 static IOReturn _startClientAction(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>
268 static IOReturn _stopClientAction(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 DIOAudioControl.h408 static IOReturn _setValueAction(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>
553 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>
565 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/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/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h312 static IOReturn acquirePortAction(OSObject *owner, void *arg0, void *, void *, void *);
315 static IOReturn setStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
316 static IOReturn watchStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
317 static IOReturn executeEventAction(OSObject *owner, void *arg0, void *arg1, void *, void *);
318 static IOReturn enqueueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3);
319 static IOReturn dequeueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExpConstructor.cpp251 JSValue arg0 = args.at(0); local
254 if (arg0.inherits(RegExpObject::info())) {
259 RegExp* regExp = static_cast<RegExpObject*>(asObject(arg0))->regExp();
262 return asObject(arg0);
265 String pattern = arg0.isUndefined() ? emptyString() : arg0.toString(exec)->value(exec);
/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...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_authorization.c129 uintptr_t arg0, uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3);
132 uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3);
399 uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3)
405 result = scope->ks_callback(credential, scope->ks_idata, action, arg0, arg1, arg2, arg3);
424 action, arg0, arg1, arg2, arg3);
441 __unused uintptr_t arg0, __unused uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3)
478 uintptr_t arg0, uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3)
484 /* arg0 - process to signal
487 if (cansignal(current_proc(), credential, (struct proc *)arg0, (int)arg1, 0))
492 * arg0
398 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3) argument
440 kauth_authorize_allow(__unused kauth_cred_t credential, __unused void *idata, __unused kauth_action_t action, __unused uintptr_t arg0, __unused uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3) argument
477 kauth_authorize_process_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, uintptr_t arg0, uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3) argument
540 kauth_authorize_fileop(kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t arg1) argument
591 kauth_authorize_generic_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, __unused uintptr_t arg0, __unused uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3) argument
[all...]
/macosx-10.10.1/dtrace-147/test/tst/i386/pid/
H A Dtst.nop.d14 copyout(this->value, arg0, sizeof (int));
/macosx-10.10.1/ruby-106/ruby/ext/dl/
H A Dcptr.c491 VALUE arg0, arg1; local
498 switch( rb_scan_args(argc, argv, "11", &arg0, &arg1) ){
500 offset = NUM2ULONG(arg0);
504 offset = NUM2ULONG(arg0);
526 VALUE arg0, arg1, arg2; local
534 switch( rb_scan_args(argc, argv, "21", &arg0, &arg1, &arg2) ){
536 offset = NUM2ULONG(arg0);
541 offset = NUM2ULONG(arg0);
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/
H A Dpointer.c541 VALUE arg0, arg1; local
548 switch( rb_scan_args(argc, argv, "11", &arg0, &arg1) ){
550 offset = NUM2ULONG(arg0);
554 offset = NUM2ULONG(arg0);
578 VALUE arg0, arg1, arg2; local
586 switch( rb_scan_args(argc, argv, "21", &arg0, &arg1, &arg2) ){
588 offset = NUM2ULONG(arg0);
593 offset = NUM2ULONG(arg0);
/macosx-10.10.1/tcl-105/tcl84/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)
62 * arg0: command name (string)
70 * arg0: command name (string)
77 * arg0: command name (string)
87 * arg0: command name (string)
98 * arg0: bytecode name (string)
106 * arg0
[all...]
/macosx-10.10.1/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManager.h129 IOReturn performExternalTransactionGated(void *arg0, void *arg1,
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dexec.c562 commandnotfound(char *arg0, LinkList args) argument
570 pushnode(args, arg0);
582 char *s, *z, *arg0; local
586 arg0 = (char *) peekfirst(args);
587 if (isset(RESTRICTED) && (strchr(arg0, '/') || defpath)) {
588 zerr("%s: restricted", arg0);
624 sprintf(buf2, "-%s", arg0);
644 if ((int) strlen(arg0) >= PATH_MAX) {
645 zerr("command too long: %s", arg0);
648 for (s = arg0; *
764 findcmd(char *arg0, int docopy) argument
862 hashcmd(char *arg0, char **pp) argument
[all...]
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dtcpsnoop.d113 this->tcpp = (tcp_t *)arg0;
237 self->lport = (uint16_t)arg0;
240 self->lport = BSWAP_16((uint16_t)arg0);
243 self->lport = BE16_TO_U16(arg0);
303 self->conn_p = (conn_t *)arg0;
H A Dfspaging.d82 (uint64_t)arg0 * (uint64_t)sizeof (uf_entry_t));
/macosx-10.10.1/dtrace-147/DTTk/Net/
H A Dtcpsnoop.d113 this->tcpp = (tcp_t *)arg0;
237 self->lport = (uint16_t)arg0;
240 self->lport = BSWAP_16((uint16_t)arg0);
243 self->lport = BE16_TO_U16(arg0);
303 self->conn_p = (conn_t *)arg0;
/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IONetworkingFamily/
H A DIOFWInterface.h195 @param arg0 Command argument 0. Generally a pointer to an ifnet structure
202 void * arg0,
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Expressions/
H A D11.2.1-1.js261 function MyObject( arg0, arg1, arg2, arg3, arg4 ) {
262 this.name = arg0;
/macosx-10.10.1/apache-793/httpd/support/win32/
H A Dwintty.c98 char *arg0 = argv[0]; local
142 printf(options, arg0);

Completed in 445 milliseconds

1234567891011