Searched refs:arg1 (Results 126 - 150 of 623) sorted by relevance

1234567891011>>

/macosx-10.10/IOUSBMassStorageClass-370.0.4/UMCLogger/
H A DUMCLogger.cpp1104 printf ( "[%10p] Task %p Aborted!!!\n", ( void * ) inTracePoint.arg1, ( void * ) inTracePoint.arg2 );
1111 ( void * ) inTracePoint.arg1, ( void * ) inTracePoint.arg2,
1120 ( void * ) inTracePoint.arg1, ( void * ) inTracePoint.arg2,
1123 printf ( "[%10p] -------------------------------------------------\n", ( void * ) inTracePoint.arg1 );
1130 printf ( "[%10p] !!!!! Hark !!!!! Completing command with an ERROR status!\n", ( void * ) inTracePoint.arg1 );
1136 printf ( "[%10p] MaxLUN = %u\n", ( void * ) inTracePoint.arg1, ( unsigned int ) inTracePoint.arg2 );
1142 printf ( "[%10p] Task = %p received while terminating!!!\n", ( void * ) inTracePoint.arg1, ( void * ) inTracePoint.arg2 );
1148 printf ( "[%10p] This device has a USB Characteristics Dictionary\n", ( void * ) inTracePoint.arg1 );
1154 printf ( "[%10p] !!! NO USB TRANSPORT PROTOCOL FOR THIS DEVICE !!!\n", ( void * ) inTracePoint.arg1 );
1160 printf ( "[%10p] Starting up!\n", ( void * ) inTracePoint.arg1 );
[all...]
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_version.c173 const char *arg1, const char *arg2,
183 arg2 = arg1;
184 arg1 = "=";
190 arg2 = arg1;
191 arg1 = "=";
204 p = arg1;
279 return apr_pstrcat(cmd->pool, "unrecognized operator '", arg1, "'",
172 start_ifversion(cmd_parms *cmd, void *mconfig, const char *arg1, const char *arg2, const char *arg3) argument
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dtimer.c58 void * arg1; member in struct:timer_callout
128 (*callout->func)(callout->arg1, callout->arg2, callout->arg3);
164 void * arg1, void * arg2, void * arg3)
177 callout->arg1 = arg1;
200 void * arg1, void * arg2, void * arg3)
210 return (timer_callout_set(callout, relative_time, func, arg1, arg2, arg3));
162 timer_callout_set(timer_callout_t * callout, CFAbsoluteTime relative_time, timer_func_t * func, void * arg1, void * arg2, void * arg3) argument
198 timer_set_relative(timer_callout_t * callout, struct timeval rel_time, timer_func_t * func, void * arg1, void * arg2, void * arg3) argument
H A DFDSet.c64 void * arg1; member in struct:FDCallout
117 void * arg1, void * arg2)
137 callout->arg1 = arg1;
190 (*callout->func)(callout->arg1, callout->arg2);
202 (*callout->func)(callout->arg1, callout->arg2);
116 FDCalloutCreate(int fd, FDCalloutFuncRef func, void * arg1, void * arg2) argument
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.h1010 JITCompiler::Call callOperation(P_JITOperation_ESJss operation, GPRReg result, size_t index, GPRReg arg1) argument
1012 m_jit.setupArgumentsWithExecState(TrustedImmPtr(index), arg1); local
1030 JITCompiler::Call callOperation(P_JITOperation_EStZ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1032 m_jit.setupArgumentsWithExecState(arg1, arg2);
1050 JITCompiler::Call callOperation(C_JITOperation_EC operation, GPRReg result, GPRReg arg1) argument
1052 m_jit.setupArgumentsWithExecState(arg1);
1060 JITCompiler::Call callOperation(C_JITOperation_ECC operation, GPRReg result, GPRReg arg1, JSCell* cell) argument
1062 m_jit.setupArgumentsWithExecState(arg1, TrustedImmPtr(cell));
1075 JITCompiler::Call callOperation(C_JITOperation_EJssSt operation, GPRReg result, GPRReg arg1, Structure* structure) argument
1077 m_jit.setupArgumentsWithExecState(arg1, TrustedImmPt
1080 callOperation(C_JITOperation_EJssJss operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1085 callOperation(C_JITOperation_EJssJssJss operation, GPRReg result, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1091 callOperation(S_JITOperation_ECC operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1097 callOperation(Jss_JITOperation_EZ operation, GPRReg result, GPRReg arg1) argument
1103 callOperation(V_JITOperation_EC operation, GPRReg arg1) argument
1109 callOperation(V_JITOperation_EC operation, JSCell* arg1) argument
1115 callOperation(V_JITOperation_ECIcf operation, GPRReg arg1, InlineCallFrame* inlineCallFrame) 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
1160 callOperation(FunctionType operation, NoResultTag, ArgumentType1 arg1) argument
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
1190 callOperation(D_JITOperation_D operation, FPRReg result, FPRReg arg1) argument
1195 callOperation(D_JITOperation_DD operation, FPRReg result, FPRReg arg1, FPRReg arg2) argument
1200 callOperation(I_JITOperation_EJss operation, GPRReg result, GPRReg arg1) argument
1205 callOperation(C_JITOperation_EZ operation, GPRReg result, GPRReg arg1) argument
1210 callOperation(C_JITOperation_EZ operation, GPRReg result, int32_t arg1) argument
1227 callOperation(Z_JITOperation_D operation, GPRReg result, FPRReg arg1) argument
1249 callOperation(J_JITOperation_EA operation, GPRReg result, GPRReg arg1) 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
1274 callOperation(J_JITOperation_EPP operation, GPRReg result, GPRReg arg1, void* pointer) argument
1284 callOperation(J_JITOperation_ESsiCI operation, GPRReg result, StructureStubInfo* stubInfo, GPRReg arg1, const StringImpl* uid) argument
1286 m_jit.setupArgumentsWithExecState(TrustedImmPtr(stubInfo), arg1, TrustedImmPtr(uid)); local
1289 callOperation(J_JITOperation_ESsiJI operation, GPRReg result, StructureStubInfo* stubInfo, GPRReg arg1, StringImpl* uid) argument
1291 m_jit.setupArgumentsWithExecState(TrustedImmPtr(stubInfo), arg1, TrustedImmPtr(uid)); local
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
1304 callOperation(J_JITOperation_EP operation, GPRReg result, GPRReg arg1) argument
1309 callOperation(J_JITOperation_EZ operation, GPRReg result, GPRReg arg1) argument
1314 callOperation(J_JITOperation_EZ operation, GPRReg result, int32_t arg1) argument
1319 callOperation(J_JITOperation_EZZ operation, GPRReg result, int32_t arg1, GPRReg arg2) argument
1324 callOperation(J_JITOperation_EZIcfZ operation, GPRReg result, int32_t arg1, InlineCallFrame* inlineCallFrame, GPRReg arg2) argument
1342 callOperation(C_JITOperation_EJ operation, GPRReg result, GPRReg arg1) argument
1347 callOperation(S_JITOperation_J operation, GPRReg result, GPRReg arg1) argument
1352 callOperation(S_JITOperation_EJ operation, GPRReg result, GPRReg arg1) argument
1357 callOperation(J_JITOperation_EJ operation, GPRReg result, GPRReg arg1) argument
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
1378 callOperation(J_JITOperation_EJJ operation, GPRReg result, GPRReg arg1, MacroAssembler::TrustedImm32 imm) 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
1409 callOperation(V_JITOperation_EJ operation, GPRReg arg1) 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
1452 callOperation(D_JITOperation_EJ operation, FPRReg result, GPRReg arg1) argument
1477 callOperation(Z_JITOperation_D operation, GPRReg result, FPRReg arg1) argument
1495 callOperation(J_JITOperation_EPP operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1, void* pointer) argument
1500 callOperation(J_JITOperation_EP operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1) argument
1510 callOperation(J_JITOperation_EA operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1) 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
1551 callOperation(J_JITOperation_ESsiCI operation, GPRReg resultTag, GPRReg resultPayload, StructureStubInfo* stubInfo, GPRReg arg1, const StringImpl* uid) argument
1553 m_jit.setupArgumentsWithExecState(TrustedImmPtr(stubInfo), arg1, TrustedImmPtr(uid)); local
1566 callOperation(J_JITOperation_EDA operation, GPRReg resultTag, GPRReg resultPayload, FPRReg arg1, GPRReg arg2) argument
1586 callOperation(J_JITOperation_EZ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1) argument
1591 callOperation(J_JITOperation_EZ operation, GPRReg resultTag, GPRReg resultPayload, int32_t arg1) argument
1596 callOperation(J_JITOperation_EZIcfZ operation, GPRReg resultTag, GPRReg resultPayload, int32_t arg1, InlineCallFrame* inlineCallFrame, GPRReg arg2) argument
1601 callOperation(J_JITOperation_EZZ operation, GPRReg resultTag, GPRReg resultPayload, int32_t arg1, GPRReg arg2) argument
1656 callOperation(J_JITOperation_ECJ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1, GPRReg arg2Tag, GPRReg arg2Payload) argument
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
1694 callOperation(V_JITOperation_ECJJ operation, GPRReg arg1, GPRReg arg2Tag, GPRReg arg2Payload, GPRReg arg3Tag, GPRReg arg3Payload) 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
1739 callOperation( FunctionType operation, JSValueRegs result, ArgumentType1 arg1) 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/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-104077.js77 sum = arg1 + arg2;
88 obj.arg1 = 1;
160 sum = arg1 + arg2;
187 obj.arg1 = 1;
324 sum = arg1 + arg2;
367 obj.arg1 = 1;
387 sum = arg1 + arg2;
435 obj.arg1 = 1;
455 sum = arg1 + arg2;
498 obj.arg1
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dtest.c368 binary_test (op, arg1, arg2, flags)
369 char *op, *arg1, *arg2;
377 return (patmatch ? patcomp (arg1, arg2, EQ) : STREQ (arg1, arg2));
380 return ((op[0] == '>') ? (strcmp (arg1, arg2) > 0) : (strcmp (arg1, arg2) < 0));
383 return (patmatch ? patcomp (arg1, arg2, NE) : (STREQ (arg1, arg2) == 0));
389 case 'n': return (filecomp (arg1, arg2, NT)); /* -nt */
390 case 'o': return (filecomp (arg1, arg
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dhashing.h121 DynamicHashInstance(const Arg1 &arg1) : _HashType(arg1) { } argument
123 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_codesigning/dtrace/
H A Dsp-watch.d14 syspolicy*:::assess-outcome-* / arg1 == 1 / { self->type = "execute"; }
15 syspolicy*:::assess-outcome-* / arg1 == 2 / { self->type = "install"; }
16 syspolicy*:::assess-outcome-* / arg1 == 3 / { self->type = "open"; }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dhashing.h121 DynamicHashInstance(const Arg1 &arg1) : _HashType(arg1) { } argument
123 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/tcl-105/tcl84/tcl/generic/
H A DtclDTrace.d27 * arg1: number of arguments (int)
35 * arg1: return code (int)
42 * arg1: return code (int)
52 * arg1-arg9: proc arguments or NULL (strings)
54 probe proc__args(char* name, char* arg1, char* arg2, char* arg3,
63 * arg1: number of arguments (int)
71 * arg1: return code (int)
78 * arg1: return code (int)
88 * arg1-arg9: command arguments or NULL (strings)
90 probe cmd__args(char* name, char* arg1, cha
[all...]
/macosx-10.10/libffi-18.1/tests/testsuite/libffi.call/
H A Dcls_longdouble.c63 long double arg1 = 1; local
85 args[0] = &arg1;
103 long double, long double, long double, long double))(pcl))(arg1, arg2,
/macosx-10.10/libmalloc-53.1.1/src/
H A Dstack_logging.c152 void stack_logging_log_stack(unsigned type, unsigned arg1, unsigned arg2, unsigned arg3, unsigned result, unsigned num_hot_to_skip) { argument
155 // printf("stack_logging_log_stack 0x%x 0x%x 0x%x 0x%x -> 0x%x\n", type, arg1, arg2, arg3, result);
158 arg1 = arg2; arg2 = arg3; arg3 = 0; type &= ~stack_logging_flag_zone;
161 if (arg1 == result) return; // realloc had no effect, skipping
162 if (!arg1) {
164 type = stack_logging_type_alloc; arg1 = arg2; arg2 = arg3; arg3 = 0;
166 // realloc(arg1, arg2) -> result is same as free(arg1); malloc(arg2) -> result
167 stack_logging_log_stack(stack_logging_type_dealloc, arg1, 0, 0, 0, num_hot_to_skip+1);
174 if (!arg1) retur
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_longdouble.c64 long double arg1 = 1; local
91 args[0] = &arg1;
109 long double, long double, long double, long double))(pcl))(arg1, arg2,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_longdouble.c64 long double arg1 = 1; local
91 args[0] = &arg1;
109 long double, long double, long double, long double))(pcl))(arg1, arg2,
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dcls_longdouble.c63 long double arg1 = 1; local
85 args[0] = &arg1;
103 long double, long double, long double, long double))(pcl))(arg1, arg2,
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c158 int arg1; member in struct:th_info
2690 insert_diskio(type, kd[i].arg1, kd[i].arg2, kd[i].arg3, kd[i].arg4, thread, (double)now);
2694 if ((dio = complete_diskio(kd[i].arg1, kd[i].arg4, kd[i].arg3, thread, (double)now))) {
2719 insert_diskio(cs_type, kd[i].arg2, kd[i].arg1, kd[i].arg3, kd[i].arg4, thread, (double)now);
2746 exit_event(" SyncCacheCS", thread, cs_type, kd[i].arg1, 0, 0, 0, FMT_SYNC_DISK_CS, (double)now);
2757 if (kd[i].arg1) {
2760 ti->child_thread = kd[i].arg1;
2769 create_map_entry(ti->child_thread, ti->pid, (char *)&kd[i].arg1);
2778 ti->pid = kd[i].arg1;
2793 create_map_entry(thread, ti->pid, (char *)&kd[i].arg1);
3221 exit_event(char *sc_name, uintptr_t thread, int type, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, int format, double now) argument
3301 format_print(struct th_info *ti, char *sc_name, uintptr_t thread, int type, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, int format, double now, double stime, int waited, char *pathname, struct diskio *dio) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dsel.h56 void *arg1; member in struct:hx_expr
/macosx-10.10/OpenSSL098-52/src/crypto/lhash/
H A Dlhash.h113 int f_name##_LHASH_COMP(const void *arg1, const void *arg2) { \
114 o_type a = (o_type)arg1; \
132 void f_name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
133 o_type a = (o_type)arg1; \
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dlhash.h113 int f_name##_LHASH_COMP(const void *arg1, const void *arg2) { \
114 o_type a = (o_type)arg1; \
132 void f_name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
133 o_type a = (o_type)arg1; \
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Drwbytype.d69 self->size = ((struct uio *)arg1)->uio_resid;
70 self->uiop = (struct uio *)arg1;
/macosx-10.10/dtrace-147/DTTk/Proc/
H A Drwbytype.d69 self->size = ((struct uio *)arg1)->uio_resid;
70 self->uiop = (struct uio *)arg1;
/macosx-10.10/libdispatch-442.1.4/tools/
H A Ddispatch_timers.d62 usym(arg1);
87 usym(arg1);
H A Ddispatch_trace.d58 copyinstr(arg1, 42), arg2, copyinstr(arg3, 13), arg5);
73 copyinstr(arg1, 42), "", "", arg3);
/macosx-10.10/ruby-106/ruby/test/dtrace/
H A Dtest_raise.rb9 printf("%s %s %d\\n", copyinstr(arg0), copyinstr(arg1), arg2);

Completed in 342 milliseconds

1234567891011>>