Searched refs:arg2 (Results 101 - 125 of 500) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/dtrace/
H A Dtest_cmethod.rb9 printf("%s %s %s %d\\n", copyinstr(arg0), copyinstr(arg1), copyinstr(arg2), arg3);
26 printf("%s %s %s %d\\n", copyinstr(arg0), copyinstr(arg1), copyinstr(arg2), arg3);
H A Dtest_singleton_function.rb10 printf("%s %s %s %d\\n", copyinstr(arg0), copyinstr(arg1), copyinstr(arg2), arg3);
30 printf("%s %s %s %d\\n", copyinstr(arg0), copyinstr(arg1), copyinstr(arg2), arg3);
H A Dtest_array_create.rb30 printf("%d %s %d\\n", arg0, copyinstr(arg1), arg2);
H A Dtest_object_create_start.rb30 printf("%s %s %d\\n", copyinstr(arg0), copyinstr(arg1), arg2);
H A Dtest_string.rb22 printf("String %s %d %d\\n", copyinstr(arg1), arg2, arg0);
/macosx-10.10/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>
205 static IOReturn closeClientAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
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>
215 static IOReturn registerNotificationAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
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>
248 static IOReturn registerBufferAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
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>
250 static IOReturn unregisterBufferAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
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>
256 static IOReturn getNearestStartTimeAction(OSObject *owner, void *arg1, void *arg2, voi
[all...]
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/ATAPILogger/
H A DATAPILogger.cpp706 if ( entry->taskID == gTraceBuffer[index].arg2 )
727 entry->taskID = gTraceBuffer[index].arg2;
756 if ( entry->taskID == gTraceBuffer[index].arg2 )
802 if ( entry->taskID == gTraceBuffer[index].arg2 )
841 if ( entry->taskID == gTraceBuffer[index].arg2 )
893 ( unsigned int ) gTraceBuffer[index].arg2,
904 ( unsigned int ) gTraceBuffer[index].arg2,
916 ( unsigned int ) gTraceBuffer[index].arg2,
927 ( unsigned int ) gTraceBuffer[index].arg2,
941 ( unsigned int ) gTraceBuffer[index].arg2,
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.h1020 JITCompiler::Call callOperation(P_JITOperation_EStZ operation, GPRReg result, Structure* structure, GPRReg arg2) argument
1022 m_jit.setupArgumentsWithExecState(TrustedImmPtr(structure), arg2); local
1025 JITCompiler::Call callOperation(P_JITOperation_EStZ operation, GPRReg result, Structure* structure, size_t arg2) argument
1027 m_jit.setupArgumentsWithExecState(TrustedImmPtr(structure), TrustedImm32(arg2));
1030 JITCompiler::Call callOperation(P_JITOperation_EStZ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1032 m_jit.setupArgumentsWithExecState(arg1, arg2);
1080 JITCompiler::Call callOperation(C_JITOperation_EJssJss operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1082 m_jit.setupArgumentsWithExecState(arg1, arg2);
1085 JITCompiler::Call callOperation(C_JITOperation_EJssJssJss operation, GPRReg result, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1087 m_jit.setupArgumentsWithExecState(arg1, arg2, arg
1091 callOperation(S_JITOperation_ECC operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1120 callOperation(V_JITOperation_ECCIcf operation, GPRReg arg1, GPRReg arg2, InlineCallFrame* inlineCallFrame) argument
1126 callOperation(V_JITOperation_ECZ operation, GPRReg arg1, int arg2) argument
1131 callOperation(V_JITOperation_ECC operation, GPRReg arg1, GPRReg arg2) argument
1136 callOperation(V_JITOperation_ECC operation, GPRReg arg1, JSCell* arg2) argument
1141 callOperation(V_JITOperation_ECC operation, JSCell* arg1, GPRReg arg2) argument
1143 m_jit.setupArgumentsWithExecState(TrustedImmPtr(arg1), arg2); local
1165 callOperation(FunctionType operation, NoResultTag, ArgumentType1 arg1, ArgumentType2 arg2) argument
1170 callOperation(FunctionType operation, NoResultTag, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3) argument
1175 callOperation(FunctionType operation, NoResultTag, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3, ArgumentType4 arg4) argument
1180 callOperation(FunctionType operation, NoResultTag, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3, ArgumentType4 arg4, ArgumentType5 arg5) argument
1185 callOperation(D_JITOperation_ZZ operation, FPRReg result, GPRReg arg1, GPRReg arg2) argument
1195 callOperation(D_JITOperation_DD operation, FPRReg result, FPRReg arg1, FPRReg arg2) argument
1254 callOperation(J_JITOperation_EAZ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1259 callOperation(J_JITOperation_EJssZ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1294 callOperation(J_JITOperation_EDA operation, GPRReg result, FPRReg arg1, GPRReg arg2) argument
1299 callOperation(J_JITOperation_EJA operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1319 callOperation(J_JITOperation_EZZ operation, GPRReg result, int32_t arg1, GPRReg arg2) argument
1321 m_jit.setupArgumentsWithExecState(TrustedImm32(arg1), arg2); local
1324 callOperation(J_JITOperation_EZIcfZ operation, GPRReg result, int32_t arg1, InlineCallFrame* inlineCallFrame, GPRReg arg2) argument
1326 m_jit.setupArgumentsWithExecState(TrustedImm32(arg1), TrustedImmPtr(inlineCallFrame), arg2); local
1336 callOperation(P_JITOperation_EStJ operation, GPRReg result, Structure* structure, GPRReg arg2) argument
1338 m_jit.setupArgumentsWithExecState(TrustedImmPtr(structure), arg2); local
1362 callOperation(S_JITOperation_EJJ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1368 callOperation(J_JITOperation_EPP operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1373 callOperation(J_JITOperation_EJJ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1383 callOperation(J_JITOperation_EJJ operation, GPRReg result, MacroAssembler::TrustedImm32 imm, GPRReg arg2) argument
1388 callOperation(J_JITOperation_ECC operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1393 callOperation(J_JITOperation_ECJ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1398 callOperation(J_JITOperation_ECJ operation, GPRReg result, GPRReg arg1, JSValueRegs arg2) argument
1404 callOperation(V_JITOperation_EOZD operation, GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
1414 callOperation(V_JITOperation_EJPP operation, GPRReg arg1, GPRReg arg2, void* pointer) argument
1419 callOperation(V_JITOperation_ESsiJJI operation, StructureStubInfo* stubInfo, GPRReg arg1, GPRReg arg2, StringImpl* uid) argument
1421 m_jit.setupArgumentsWithExecState(TrustedImmPtr(stubInfo), arg1, arg2, TrustedImmPtr(uid)); local
1424 callOperation(V_JITOperation_EJJJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1429 callOperation(V_JITOperation_EPZJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1435 callOperation(V_JITOperation_EOZJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1440 callOperation(V_JITOperation_ECJJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1515 callOperation(J_JITOperation_EAZ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1, GPRReg arg2) argument
1520 callOperation(J_JITOperation_EJssZ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1, GPRReg arg2) argument
1540 callOperation(J_JITOperation_EJP operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2) argument
1566 callOperation(J_JITOperation_EDA operation, GPRReg resultTag, GPRReg resultPayload, FPRReg arg1, GPRReg arg2) argument
1571 callOperation(J_JITOperation_EJA operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2) argument
1576 callOperation(J_JITOperation_EJA operation, GPRReg resultTag, GPRReg resultPayload, TrustedImm32 arg1Tag, GPRReg arg1Payload, GPRReg arg2) argument
1596 callOperation(J_JITOperation_EZIcfZ operation, GPRReg resultTag, GPRReg resultPayload, int32_t arg1, InlineCallFrame* inlineCallFrame, GPRReg arg2) argument
1598 m_jit.setupArgumentsWithExecState(TrustedImm32(arg1), TrustedImmPtr(inlineCallFrame), arg2); local
1601 callOperation(J_JITOperation_EZZ operation, GPRReg resultTag, GPRReg resultPayload, int32_t arg1, GPRReg arg2) argument
1603 m_jit.setupArgumentsWithExecState(TrustedImm32(arg1), arg2); local
1661 callOperation(J_JITOperation_ECJ operation, JSValueRegs result, GPRReg arg1, JSValueRegs arg2) argument
1666 callOperation(J_JITOperation_ECC operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1, GPRReg arg2) argument
1672 callOperation(V_JITOperation_EOZD operation, GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
1684 callOperation(V_JITOperation_EJPP operation, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2, void* pointer) argument
1700 callOperation(V_JITOperation_EPZJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3Tag, GPRReg arg3Payload) argument
1706 callOperation(V_JITOperation_EOZJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3Tag, GPRReg arg3Payload) argument
1711 callOperation(V_JITOperation_EOZJ operation, GPRReg arg1, GPRReg arg2, TrustedImm32 arg3Tag, GPRReg arg3Payload) argument
1745 callOperation( FunctionType operation, JSValueRegs result, ArgumentType1 arg1, ArgumentType2 arg2) argument
1753 callOperation( FunctionType operation, JSValueRegs result, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3) argument
1762 callOperation( FunctionType operation, JSValueRegs result, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3, ArgumentType4 arg4) argument
1771 callOperation( FunctionType operation, JSValueRegs result, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3, ArgumentType4 arg4, ArgumentType5 arg5) argument
[all...]
/macosx-10.10/libffi-18.1/tests/testsuite/libffi.call/
H A Dcls_pointer_stack.c109 void* arg2 = (void*)0x89abcdef; local
120 args[1] = &arg2;
133 res = (ffi_arg)((void*(*)(void*, void*))(pcl))(arg1, arg2);
/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Difconfig.h71 typedef void c_func2(const char *arg1, const char *arg2, int s, const struct afswtch *afp);
96 #define DECL_CMD_FUNC2(name, arg1, arg2) \
97 void name(const char *arg1, const char *arg2, int s, const struct afswtch *afp)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_pointer_stack.c109 void* arg2 = (void*)0x89abcdef; local
120 args[1] = &arg2;
133 res = (ffi_arg)((void*(*)(void*, void*))(pcl))(arg1, arg2);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_pointer_stack.c109 void* arg2 = (void*)0x89abcdef; local
120 args[1] = &arg2;
133 res = (ffi_arg)((void*(*)(void*, void*))(pcl))(arg1, arg2);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dcls_pointer_stack.c109 void* arg2 = (void*)0x89abcdef; local
120 args[1] = &arg2;
133 res = (ffi_arg)((void*(*)(void*, void*))(pcl))(arg1, arg2);
/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/SBP2DiskLogger/
H A DSBP2DiskLogger.cpp703 entry->taskID = gTraceBuffer[index].arg2;
732 if ( entry->taskID == gTraceBuffer[index].arg2 )
778 if ( entry->taskID == gTraceBuffer[index].arg2 )
812 if ( entry->taskID == gTraceBuffer[index].arg2 )
816 &( ctime ( &currentTime )[11] ), ( unsigned int ) gTraceBuffer[index].arg2, ( int ) (gTraceBuffer[index].arg3 >> 8) & 0xFF, ( int ) gTraceBuffer[index].arg3 & 0xFF, entry->senseKey, entry->ASC, entry->ASCQ );
839 GUID = gTraceBuffer[index].arg2;
892 printf ( "FireWire Login Request, obj = 0x%08X, state = %d, count = %d\n", ( unsigned int ) gTraceBuffer[index].arg1, ( int ) gTraceBuffer[index].arg2, ( int ) gTraceBuffer[index].arg3 );
903 if ( gTraceBuffer[index].arg2 == 0 )
905 printf ( "FireWire Login Completion, obj = 0x%08X, status = 0x%08X, details = 0x%02X, sbpStatus = 0x%02X\n", ( unsigned int ) gTraceBuffer[index].arg1, ( unsigned int ) gTraceBuffer[index].arg2, ( unsigned int ) gTraceBuffer[index].arg3, ( unsigned int ) gTraceBuffer[index].arg4 );
909 printf ( "FireWire Login Completion, obj = 0x%08X, status = 0x%08X\n", ( unsigned int ) gTraceBuffer[index].arg1, ( unsigned int ) gTraceBuffer[index].arg2 );
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dscope.test64 list [itcl::code arg1 arg2] [itcl::code arg1 arg2 arg3 arg4]
65 } {{namespace inscope :: {arg1 arg2}} {namespace inscope :: {arg1 arg2 arg3 arg4}}}
73 itcl::code [itcl::code arg1 arg2] arg3
74 } {namespace inscope :: {{namespace inscope :: {arg1 arg2}} arg3}}
85 list [catch {itcl::code -namespace xyzzy arg1 arg2} msg] $msg \
86 [catch {itcl::code -namespace test_scope_ns::child arg1 arg2} msg] $msg
87 } {1 {unknown namespace "xyzzy"} 0 {namespace inscope ::test_scope_ns::child {arg1 arg2}}}
138 list [test_scope0 mcontext itcl::code arg1 arg2] \
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dsysctl.c50 if (arg2 == -1) {
52 arg2 = 0;
55 if (arg2 == 0 && ((char *)ptr)[0] == '\0') {
59 if (arg2 == sizeof(uint8_t)) {
62 arg2 = sizeof(uint32_t);
64 return SYSCTL_OUT(req, ptr, arg2 ? (size_t) arg2 : strlen((char *)ptr)+1);
71 return _i386_cpu_info(oidp, ptr, arg2, req);
83 return _i386_cpu_info(oidp, ptr, arg2, req);
92 return _i386_cpu_info(oidp, ptr, arg2, re
248 panic_set_restart_timeout(__unused struct sysctl_oid *oidp, __unused void *arg1, __unused int arg2, struct sysctl_req *req) argument
270 misc_interrupt_latency_max(__unused struct sysctl_oid *oidp, __unused void *arg1, __unused int arg2, struct sysctl_req *req) argument
292 misc_machine_check_panic(__unused struct sysctl_oid *oidp, __unused void *arg1, __unused int arg2, struct sysctl_req *req) argument
782 misc_timer_queue_trace(__unused struct sysctl_oid *oidp, __unused void *arg1, __unused int arg2, struct sysctl_req *req) argument
804 misc_nmis(__unused struct sysctl_oid *oidp, __unused void *arg1, __unused int arg2, struct sysctl_req *req) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerARM.cpp132 dataLogF("%s arg2: %p %llu\n", indentation, arg2, reinterpret_cast<int64_t>(arg2));
148 void MacroAssemblerARM::probe(MacroAssemblerARM::ProbeFunction function, void* arg1, void* arg2) argument
155 push(trustedImm32FromPtr(arg2));
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-lhash.h148 int f_name ## _LHASH_COMP(const void *arg1, const void *arg2) { \
150 o_type b = (o_type)arg2; \
167 void f_name ## _LHASH_DOALL_ARG(void *arg1, void *arg2) { \
169 a_type b = (a_type)arg2; \
/macosx-10.10/OpenSSL098-52/src/crypto/txt_db/
H A Dtxt_db.h88 long arg2; member in struct:txt_db_st
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dtxt_db.h88 long arg2; member in struct:txt_db_st
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dhashing.h123 DynamicHashInstance(const Arg1 &arg1, const Arg2 &arg2) : _HashType(arg1, arg2) { } argument
125 DynamicHashInstance(const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3) : _HashType(arg1, arg2, arg3) { } argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dhashing.h123 DynamicHashInstance(const Arg1 &arg1, const Arg2 &arg2) : _HashType(arg1, arg2) { } argument
125 DynamicHashInstance(const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3) : _HashType(arg1, arg2, arg3) { } argument
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dmessage.c312 char *arg2,
340 NL_SPRINTF(str, msg_text, arg1, arg2, arg3, arg4, arg5);
363 char *arg2,
377 NL_SPRINTF(str, msg_text, arg1, arg2, arg3, arg4, arg5);
302 message_sprint( char *str, size_t str_len, long msgid, char *arg1, char *arg2, char *arg3, char *arg4, char *arg5 ) argument
353 message_fprint( FILE *fid, long msgid, char *arg1, char *arg2, char *arg3, char *arg4, char *arg5 ) argument
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsystrace.h67 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_ecc.c41 get_ecc_data_handler(__unused struct sysctl_oid *oidp, __unused void *arg1, __unused int arg2, argument

Completed in 438 milliseconds

1234567891011>>