Searched refs:arg1 (Results 1 - 25 of 623) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/profile-n/
H A Dtst.argtest.d32 * Either one of arg0 (or) arg1 should be 0 and non-zero.
42 /(arg0 != 0 && arg1 == 0) || (arg0 == 0 && arg1 != 0)/
44 printf("Test passed; either arg0/arg1 is zero\n");
49 /(arg0 == 0 && arg1 == 0) || (arg0 != 0 && arg1 != 0)/
51 printf("Test failed; either arg0 (or) arg1 should be non zero\n");
/macosx-10.10/apache-793/httpd/modules/core/test/conf/
H A Dtest32.conf3 <Macro foo $arg1 $arg2 $arg3 $arg2>
/macosx-10.10/dtrace-147/test/tst/common/builtinvar/
H A Dtst.arg1.d27 #pragma ident "@(#)tst.arg1.d 1.1 06/08/28 SMI"
31 * print arg1 and make sure it succeeds.
40 printf("The argument is %u\n", arg1);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Dcspdebugging.h69 extern void dblog1(char *str, void * arg1);
70 extern void dblog2(char *str, void * arg1, void * arg2);
71 extern void dblog3(char *str, void * arg1, void * arg2, void * arg3);
72 extern void dblog4(char *str, void * arg1, void * arg2, void * arg3, void * arg4);
82 #define dblog1(str, arg1) printf(str, arg1)
83 #define dblog2(str, arg1, arg2) printf(str, arg1, arg2)
84 #define dblog3(str, arg1, arg2, arg3) printf(str, arg1, arg
[all...]
H A Dcspdebugging.c55 void dblog1(char *str, void *arg1) { argument
57 sprintf((char *)outStr, str, arg1);
61 void dblog2(char *str, void * arg1, void * arg2) { argument
63 sprintf((char *)outStr, str, arg1, arg2);
67 void dblog3(char *str, void * arg1, void * arg2, void * arg3) { argument
69 sprintf((char *)outStr, str, arg1, arg2, arg3);
73 void dblog4(char *str, void * arg1, void * arg2, void * arg3, void * arg4) { argument
75 sprintf((char *)outStr, str, arg1, arg2, arg3, arg4);
/macosx-10.10/ruby-106/ruby/
H A Dprobes.dmyh10 #define RUBY_DTRACE_METHOD_ENTRY(arg0, arg1, arg2, arg3) do { } while(0)
13 #define RUBY_DTRACE_METHOD_RETURN(arg0, arg1, arg2, arg3) do { } while(0)
17 #define RUBY_DTRACE_CMETHOD_ENTRY(arg0, arg1, arg2, arg3) do { } while(0)
20 #define RUBY_DTRACE_CMETHOD_RETURN(arg0, arg1, arg2, arg3) do { } while(0)
24 #define RUBY_DTRACE_REQUIRE_ENTRY(arg0, arg1, arg2) do { } while(0)
28 #define RUBY_DTRACE_REQUIRE_RETURN(arg0, arg1, arg2) do { } while(0)
32 #define RUBY_DTRACE_FIND_REQUIRE_ENTRY(arg0, arg1, arg2) do { } while(0)
36 #define RUBY_DTRACE_FIND_REQUIRE_RETURN(arg0, arg1, arg2) do { } while(0)
40 #define RUBY_DTRACE_LOAD_ENTRY(arg0, arg1, arg2) do { } while(0)
44 #define RUBY_DTRACE_LOAD_RETURN(arg0, arg1, arg
[all...]
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.args.d44 /arg0 == 10 && arg1 == 4/
51 printf("args are %d, %d; should be 10, 4", arg0, arg1);
H A Dtst.argmap.d44 /arg0 == 4 && arg1 == 10 && arg2 == 10 && arg3 == 4/
52 arg0, arg1, arg2, arg3);
/macosx-10.10/apache-793/httpd/include/
H A Dapache_noprobes.h20 #define AP_ACCESS_CHECKER_DISPATCH_COMPLETE(arg0, arg1)
28 #define AP_AUTH_CHECKER_DISPATCH_COMPLETE(arg0, arg1)
36 #define AP_CANON_HANDLER_DISPATCH_COMPLETE(arg0, arg1)
44 #define AP_CHECK_USER_ID_DISPATCH_COMPLETE(arg0, arg1)
52 #define AP_CHILD_INIT_DISPATCH_COMPLETE(arg0, arg1)
60 #define AP_CREATE_CONNECTION_DISPATCH_COMPLETE(arg0, arg1)
68 #define AP_CREATE_REQUEST_DISPATCH_COMPLETE(arg0, arg1)
76 #define AP_DEFAULT_PORT_DISPATCH_COMPLETE(arg0, arg1)
84 #define AP_ERROR_LOG_DISPATCH_COMPLETE(arg0, arg1)
92 #define AP_FIND_LIVEPROP_DISPATCH_COMPLETE(arg0, arg1)
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/machine/
H A Dsdt.h55 #define DTRACE_PROBE2(provider, name, arg0, arg1) { \
58 __dtrace_args[1] = (uintptr_t)arg1; \
62 #define DTRACE_PROBE3(provider, name, arg0, arg1, arg2) { \
65 __dtrace_args[1] = (uintptr_t)arg1; \
70 #define DTRACE_PROBE4(provider, name, arg0, arg1, arg2, arg3) { \
73 __dtrace_args[1] = (uintptr_t)arg1; \
79 #define DTRACE_PROBE5(provider, name, arg0, arg1, arg2, arg3, arg4) { \
82 __dtrace_args[1] = (uintptr_t)arg1; \
89 #define DTRACE_PROBE6(provider, name, arg0, arg1, arg2, arg3, arg4, arg5) { \
92 __dtrace_args[1] = (uintptr_t)arg1; \
[all...]
/macosx-10.10/groff-38/groff/src/include/
H A Derror.h24 const errarg &arg1 = empty_errarg,
30 const errarg &arg1 = empty_errarg,
36 const errarg &arg1 = empty_errarg,
41 const errarg &arg1 = empty_errarg,
46 const errarg &arg1 = empty_errarg,
51 const errarg &arg1 = empty_errarg,
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m144 -(id)boolArg:(bool)arg1 andboolArg:(bool)arg2;
147 -(id)boolArg:(bool)arg1 andBOOLArg:(BOOL)arg2;
150 -(id)boolArg:(bool)arg1 andcharArg:(char)arg2;
153 -(id)boolArg:(bool)arg1 andsignedshortArg:(signed short)arg2;
156 -(id)boolArg:(bool)arg1 andsignedintArg:(signed int)arg2;
159 -(id)boolArg:(bool)arg1 andsignedlongArg:(signed long)arg2;
162 -(id)boolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2;
165 -(id)boolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2;
168 -(id)boolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2;
171 -(id)boolArg:(bool)arg1 andunsignedintAr
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m144 -(id)boolArg:(bool)arg1 andboolArg:(bool)arg2;
147 -(id)boolArg:(bool)arg1 andBOOLArg:(BOOL)arg2;
150 -(id)boolArg:(bool)arg1 andcharArg:(char)arg2;
153 -(id)boolArg:(bool)arg1 andsignedshortArg:(signed short)arg2;
156 -(id)boolArg:(bool)arg1 andsignedintArg:(signed int)arg2;
159 -(id)boolArg:(bool)arg1 andsignedlongArg:(signed long)arg2;
162 -(id)boolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2;
165 -(id)boolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2;
168 -(id)boolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2;
171 -(id)boolArg:(bool)arg1 andunsignedintAr
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dtestbndl2.m144 -(id)boolArg:(bool)arg1 andboolArg:(bool)arg2;
147 -(id)boolArg:(bool)arg1 andBOOLArg:(BOOL)arg2;
150 -(id)boolArg:(bool)arg1 andcharArg:(char)arg2;
153 -(id)boolArg:(bool)arg1 andsignedshortArg:(signed short)arg2;
156 -(id)boolArg:(bool)arg1 andsignedintArg:(signed int)arg2;
159 -(id)boolArg:(bool)arg1 andsignedlongArg:(signed long)arg2;
162 -(id)boolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2;
165 -(id)boolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2;
168 -(id)boolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2;
171 -(id)boolArg:(bool)arg1 andunsignedintAr
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DCCallHelpers.h70 ALWAYS_INLINE void setupArguments(FPRReg arg1) argument
73 addCallArgument(arg1);
76 ALWAYS_INLINE void setupArguments(FPRReg arg1, FPRReg arg2) argument
79 addCallArgument(arg1);
83 ALWAYS_INLINE void setupArguments(GPRReg arg1) argument
86 addCallArgument(arg1);
89 ALWAYS_INLINE void setupArguments(GPRReg arg1, GPRReg arg2) argument
92 addCallArgument(arg1);
96 ALWAYS_INLINE void setupArguments(TrustedImmPtr arg1, GPRReg arg2) argument
99 addCallArgument(arg1);
103 setupArguments(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
111 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImmPtr arg4) argument
120 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5) argument
130 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5, GPRReg arg6) argument
141 setupArguments(TrustedImmPtr arg1) argument
153 setupArgumentsWithExecState(GPRReg arg1) argument
160 setupArgumentsWithExecState(TrustedImmPtr arg1) argument
167 setupArgumentsWithExecState(TrustedImm32 arg1) argument
174 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2) argument
182 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2) argument
190 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2) argument
198 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2) argument
206 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2) argument
214 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2) argument
222 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2) argument
230 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2) argument
238 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2, TrustedImm32 arg3) argument
247 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
256 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3) argument
265 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3) argument
274 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, GPRReg arg3) argument
283 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, TrustedImmPtr arg3) argument
292 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3) argument
301 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3) argument
310 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImmPtr arg3) argument
319 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImm32 arg3) argument
328 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
337 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
346 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
356 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2, GPRReg arg3, TrustedImmPtr arg4) argument
366 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
376 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
387 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
398 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
408 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
418 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImmPtr arg2, GPRReg arg3) argument
427 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
437 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImm32 arg4) argument
447 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4) argument
457 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3, GPRReg arg4) argument
467 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
477 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImmPtr arg5) argument
488 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, TrustedImmPtr arg6) argument
500 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImm32 arg5, TrustedImmPtr arg6) argument
512 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
522 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
532 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3, GPRReg arg4) argument
542 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
553 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
564 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImmPtr arg5) argument
575 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImmPtr arg5) argument
586 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImm32 arg5) argument
597 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, GPRReg arg6) argument
610 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, TrustedImm32 arg6) argument
622 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
630 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
772 setupStubArguments(GPRReg arg1, GPRReg arg2) argument
777 setupStubArguments(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
789 setupArguments(FPRReg arg1) argument
794 setupArguments(FPRReg arg1, FPRReg arg2) argument
799 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
813 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
827 setupArguments(FPRReg arg1) argument
832 setupArguments(FPRReg arg1, FPRReg arg2) argument
848 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
855 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
869 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32, FPRReg arg4) argument
877 setupArguments(FPRReg arg1) argument
882 setupArguments(FPRReg arg1, FPRReg arg2) argument
888 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
895 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
903 setupArgumentsWithExecState(TrustedImm32 arg1, FPRReg arg2, GPRReg arg3) argument
911 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, FPRReg arg4) argument
922 setupArguments(FPRReg arg1) argument
927 setupArguments(FPRReg arg1, FPRReg arg2) argument
941 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
948 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
955 setupArgumentsWithExecState(TrustedImm32 arg1, FPRReg arg2, GPRReg arg3) argument
960 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, FPRReg arg4) argument
965 setupArguments(FPRReg arg1) argument
970 setupArguments(FPRReg arg1, FPRReg arg2) argument
982 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
989 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
999 setupArguments(GPRReg arg1) argument
1004 setupArguments(TrustedImmPtr arg1, GPRReg arg2) argument
1010 setupArguments(GPRReg arg1, GPRReg arg2) argument
1015 setupArguments(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1020 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImmPtr arg4) argument
1027 setupArguments(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1033 setupArguments(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1040 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5, GPRReg arg6) argument
1049 setupArguments(TrustedImmPtr arg1) argument
1059 setupArgumentsWithExecState(GPRReg arg1) argument
1065 setupArgumentsWithExecState(TrustedImmPtr arg1) argument
1071 setupArgumentsWithExecState(TrustedImm32 arg1) argument
1078 setupArgumentsWithExecStateForCallWithSlowPathReturnType(TrustedImm32 arg1) argument
1085 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2) argument
1091 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2) argument
1098 setupArgumentsWithExecState(GPRReg arg1, TrustedImm64 arg2) argument
1105 setupArgumentsWithExecState(TrustedImm64 arg1, GPRReg arg2) argument
1112 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2) argument
1119 setupArgumentsWithExecState(GPRReg arg1, ImmPtr arg2) argument
1126 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2) argument
1133 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2) argument
1140 setupArgumentsWithExecState(ImmPtr arg1, GPRReg arg2) argument
1147 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2) argument
1154 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2) argument
1161 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2) argument
1168 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2, TrustedImm32 arg3) argument
1176 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1182 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3) argument
1189 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, GPRReg arg3) argument
1196 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3) argument
1203 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, TrustedImmPtr arg3) argument
1211 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3) argument
1219 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, TrustedImm32 arg3) argument
1227 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
1235 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3) argument
1242 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3) argument
1250 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImmPtr arg2, GPRReg arg3) argument
1258 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3) argument
1266 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3) argument
1273 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3) argument
1280 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3) argument
1288 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImmPtr arg3) argument
1296 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImm32 arg3) argument
1304 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
1312 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, TrustedImm32 arg3) argument
1325 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
1331 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
1337 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3, GPRReg arg4) argument
1343 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
1349 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
1355 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1361 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
1367 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImmPtr arg5) argument
1374 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
1381 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImm32 arg4) argument
1387 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImm32 arg4, TrustedImm32 arg5) argument
1394 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3, GPRReg arg4) argument
1400 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1406 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
1413 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImm32 arg5) argument
1420 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
1426 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1432 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
1438 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4) argument
1444 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
1450 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
1456 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
1463 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, TrustedImm32 arg5) argument
1470 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImmPtr arg5) argument
1477 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImm32 arg5) argument
1484 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
1491 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
1498 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
1505 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, GPRReg arg4, TrustedImm32 arg5) argument
1512 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, GPRReg arg6) argument
1520 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, TrustedImm32 arg6) argument
1528 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5, TrustedImm32 arg6) argument
1536 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, GPRReg arg4, GPRReg arg5) argument
1543 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, TrustedImm32 arg5, TrustedImmPtr arg6) argument
1551 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, TrustedImmPtr arg6) argument
1559 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImm32 arg5, TrustedImmPtr arg6) argument
1567 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, TrustedImm32 arg6) argument
1575 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, GPRReg arg5, GPRReg arg6) argument
1583 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, GPRReg arg6, GPRReg arg7) argument
1592 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5, GPRReg arg6, GPRReg arg7) argument
1601 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImm32 arg5, GPRReg arg6, GPRReg arg7) argument
1610 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5) argument
1620 setupStubArguments134(GPRReg arg1, GPRReg arg3, GPRReg arg4) argument
1625 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
1633 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3, GPRReg arg4) argument
1640 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1648 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
1655 setupArguments(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3, GPRReg arg4, TrustedImmPtr arg5) argument
1662 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dapplication_test.cpp48 char arg1[] = "progname"; local
52 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
82 char arg1[] = "progname"; local
83 char *const argv[] = { arg1, NULL };
/macosx-10.10/dtrace-147/test/tst/common/docsExamples/
H A Dtrussrw.d44 printf("%s(%d, 0x%x, %4d)", probefunc, arg0, arg1, arg2);
51 printf("\t\t = %d\n", arg1);
/macosx-10.10/dtrace-147/test/tst/common/fbtprovider/
H A Dtst.ioctlargs.d42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
48 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
H A Dtst.offsetzero.d42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
49 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Derror.cpp36 const errarg &arg1,
68 errprint(format, arg1, arg2, arg3);
78 const errarg &arg1,
83 current_lineno, type, format, arg1, arg2, arg3);
88 const errarg &arg1,
92 do_error(ERROR, format, arg1, arg2, arg3);
96 const errarg &arg1,
100 do_error(WARNING, format, arg1, arg2, arg3);
104 const errarg &arg1,
108 do_error(FATAL, format, arg1, arg
31 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
76 do_error(error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
87 error(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
95 warning(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
103 fatal(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
111 error_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
122 warning_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
133 fatal_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
[all...]
/macosx-10.10/ruby-106/extras/dtrace_sample/
H A Dprint_calls.d6 printf("-> %s:%d `%s#%s'\n", copyinstr(arg2), arg3, copyinstr(arg0), copyinstr(arg1));
11 printf("<- %s:%d `%s#%s'\n", copyinstr(arg2), arg3, copyinstr(arg0), copyinstr(arg1));
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_log.h161 #define Log1( level, severity, fmt, arg1 ) \
164 lutil_debug( ldap_debug, (level), (fmt), (arg1) ); \
166 syslog( LDAP_LEVEL_MASK((severity)), (fmt), (arg1) ); \
168 #define Log2( level, severity, fmt, arg1, arg2 ) \
171 lutil_debug( ldap_debug, (level), (fmt), (arg1), (arg2) ); \
173 syslog( LDAP_LEVEL_MASK((severity)), (fmt), (arg1), (arg2) ); \
175 #define Log3( level, severity, fmt, arg1, arg2, arg3 ) \
178 lutil_debug( ldap_debug, (level), (fmt), (arg1), (arg2), (arg3) ); \
180 syslog( LDAP_LEVEL_MASK((severity)), (fmt), (arg1), (arg2), (arg3) ); \
182 #define Log4( level, severity, fmt, arg1, arg
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DTracing.h42 #define JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(arg0, arg1, arg2, arg3)
45 #define JAVASCRIPTCORE_PROFILE_DID_EXECUTE(arg0, arg1, arg2, arg3)
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DFDSet.h46 typedef void (FDCalloutFunc)(void * arg1, void * arg2);
53 FDCalloutCreate(int fd, FDCalloutFuncRef func, void * arg1, void * arg2);
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dcreatbyproc.d10 syscall::open:entry /arg1 == 0x0200 | 0x0400 | 0x0001 /* O_CREAT | O_TRUNC | O_WRONLY */ /

Completed in 201 milliseconds

1234567891011>>