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

1234567891011>>

/macosx-10.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A Dcspdebugging.h70 extern void dblog1(char *str, void * arg1);
71 extern void dblog2(char *str, void * arg1, void * arg2);
72 extern void dblog3(char *str, void * arg1, void * arg2, void * arg3);
73 extern void dblog4(char *str, void * arg1, void * arg2, void * arg3, void * arg4);
83 #define dblog1(str, arg1) printf(str, arg1)
84 #define dblog2(str, arg1, arg2) printf(str, arg1, arg2)
85 #define dblog3(str, arg1, arg2, arg3) printf(str, arg1, arg
[all...]
H A Dcspdebugging.c56 void dblog1(char *str, void *arg1) { argument
58 sprintf((char *)outStr, str, arg1);
62 void dblog2(char *str, void * arg1, void * arg2) { argument
64 sprintf((char *)outStr, str, arg1, arg2);
68 void dblog3(char *str, void * arg1, void * arg2, void * arg3) { argument
70 sprintf((char *)outStr, str, arg1, arg2, arg3);
74 void dblog4(char *str, void * arg1, void * arg2, void * arg3, void * arg4) { argument
76 sprintf((char *)outStr, str, arg1, arg2, arg3, arg4);
/macosx-10.9.5/ruby-104/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.9.5/dtrace-118.1/test/tst/common/fbtprovider/
H A Dtst.functionreturnvalue.d42 printf("The function return value is stored in %u\n", arg1);
48 printf("The function return value is stored in %u\n", arg1);
H A Dtst.return0.d41 /arg1 == 0/
48 /arg1 == 0/
/macosx-10.9.5/dtrace-118.1/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.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGCCallHelpers.h72 ALWAYS_INLINE void setupArguments(FPRReg arg1) argument
75 addCallArgument(arg1);
78 ALWAYS_INLINE void setupArguments(FPRReg arg1, FPRReg arg2) argument
81 addCallArgument(arg1);
85 ALWAYS_INLINE void setupArguments(GPRReg arg1) argument
88 addCallArgument(arg1);
91 ALWAYS_INLINE void setupArguments(GPRReg arg1, GPRReg arg2) argument
94 addCallArgument(arg1);
98 ALWAYS_INLINE void setupArguments(TrustedImmPtr arg1) argument
101 addCallArgument(arg1);
110 setupArgumentsWithExecState(GPRReg arg1) argument
117 setupArgumentsWithExecState(TrustedImmPtr arg1) argument
124 setupArgumentsWithExecState(TrustedImm32 arg1) argument
131 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2) argument
139 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2) argument
147 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2) argument
155 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2) argument
163 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2) argument
171 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2) argument
179 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2) argument
187 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2) argument
195 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
204 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3) argument
213 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, GPRReg arg3) argument
222 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, TrustedImmPtr arg3) argument
231 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
240 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
249 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
259 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
270 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
280 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
290 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImmPtr arg2, GPRReg arg3) argument
299 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
309 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImm32 arg4) argument
319 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3, GPRReg arg4) argument
329 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
340 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
348 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
436 setupStubArguments(GPRReg arg1, GPRReg arg2) argument
440 setupStubArguments(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
493 setupArguments(FPRReg arg1) argument
498 setupArguments(FPRReg arg1, FPRReg arg2) argument
503 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
510 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
518 setupArguments(FPRReg arg1) argument
523 setupArguments(FPRReg arg1, FPRReg arg2) argument
539 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
546 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
553 setupArguments(FPRReg arg1) argument
558 setupArguments(FPRReg arg1, FPRReg arg2) argument
564 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
571 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
580 setupArguments(FPRReg arg1) argument
585 setupArguments(FPRReg arg1, FPRReg arg2) argument
599 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
606 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
616 setupArguments(GPRReg arg1) argument
621 setupArguments(GPRReg arg1, GPRReg arg2) argument
626 setupArguments(TrustedImmPtr arg1) argument
636 setupArgumentsWithExecState(GPRReg arg1) argument
642 setupArgumentsWithExecState(TrustedImmPtr arg1) argument
648 setupArgumentsWithExecState(TrustedImm32 arg1) argument
654 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2) argument
660 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2) argument
667 setupArgumentsWithExecState(GPRReg arg1, TrustedImm64 arg2) argument
674 setupArgumentsWithExecState(TrustedImm64 arg1, GPRReg arg2) argument
681 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2) argument
688 setupArgumentsWithExecState(GPRReg arg1, ImmPtr arg2) argument
695 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2) argument
702 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2) argument
709 setupArgumentsWithExecState(ImmPtr arg1, GPRReg arg2) argument
716 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2) argument
723 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2) argument
730 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2) argument
737 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
743 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3) argument
750 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, GPRReg arg3) argument
757 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, TrustedImmPtr arg3) argument
765 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3) argument
773 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
781 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3) argument
788 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3) argument
796 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImmPtr arg2, GPRReg arg3) argument
804 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3) argument
812 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3) argument
819 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
827 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, TrustedImm32 arg3) argument
846 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
852 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
858 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
864 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
871 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImm32 arg4) argument
877 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3, GPRReg arg4) argument
883 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
889 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
896 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
902 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
908 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
914 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4) argument
920 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
927 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, TrustedImm32 arg5) argument
934 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImmPtr arg5) argument
941 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImm32 arg5) argument
948 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
955 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
965 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/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.9.5/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.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/bind9-45.100/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.9.5/dtrace-118.1/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.9.5/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.9.5/ruby-104/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.9.5/OpenLDAP-491.1/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.9.5/JavaScriptCore-7537.78.1/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.9.5/bootp-268.1/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.9.5/dtrace-118.1/DTTk/Bin/
H A Dcreatbyproc.d10 syscall::open:entry /arg1 == 0x0200 | 0x0400 | 0x0001 /* O_CREAT | O_TRUNC | O_WRONLY */ /
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }
H A Dlockbyproc.d10 lockstat:::adaptive-block { @time[execname] = sum(arg1); }
/macosx-10.9.5/dtrace-118.1/DTTk/Locks/
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }

Completed in 282 milliseconds

1234567891011>>