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

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/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");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.arg1.d31 * print arg1 and make sure it succeeds.
40 printf("The argument is %u\n", arg1);
H A Dtst.arg1to8.d31 * print arg1 to arg8 and make sure it succeeds.
40 printf("The argument is %u %u %u %u %u %u %u %u\n", arg1, arg2,
H A Dtst.arg1to8clause.d31 * print arg1 to arg8 from a profile and make sure it succeeds
44 printf("The argument is %u %u %u %u %u %u %u %u\n", arg1, arg2,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/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.d40 /arg0 != 4 || arg1 != 10 || arg2 != 10 || arg3 != 4/
43 arg0, arg1, arg2, arg3);
/freebsd-11-stable/sys/netinet/
H A Din_kdtrace.h31 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \
32 SDT_PROBE6(ip, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
33 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \
34 SDT_PROBE5(udp, , , probe, arg0, arg1, arg2, arg3, arg4)
37 #define TCP_PROBE2(probe, arg0, arg1) \
38 SDT_PROBE2(tcp, , , probe, arg0, arg1)
39 #define TCP_PROBE3(probe, arg0, arg1, arg2) \
40 SDT_PROBE3(tcp, , , probe, arg0, arg1, arg2)
41 #define TCP_PROBE4(probe, arg0, arg1, arg2, arg3) \
42 SDT_PROBE4(tcp, , , probe, arg0, arg1, arg
[all...]
/freebsd-11-stable/contrib/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,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/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);
H A Dkstat.d42 self->ksname = arg1;
46 /self->ksname != NULL && arg1 != NULL/
49 this->ksp = (kstat_named_t *)copyin(arg1, sizeof (kstat_named_t));
54 /self->ksname != NULL && arg1 == NULL/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/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);
H A Dtst.functionreturnvalue.d41 printf("The function return value is stored in %u\n", arg1);
H A Dtst.return0.d40 /arg1 == 0/
H A Dtst.basic.d46 printf("The arguments are %u %u %u %u %u %u %u %u\n", arg0, arg1,
/freebsd-11-stable/contrib/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...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/error/
H A Dtst.DTRACEFLT_BADADDR.d43 arg1, arg2, arg3, arg4, arg5);
H A Dtst.DTRACEFLT_DIVZERO.d43 arg1, arg2, arg3, arg4, arg5);
H A Dtst.DTRACEFLT_UNKNOWN.d43 arg1, arg2, arg3, arg4, arg5);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.c34 go(long arg0, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6, argument
37 return (arg1);
H A Dtst.ret1.d57 /arg1 == 101/
64 printf("wrong return value: %d", arg1);
H A Dtst.ret2.d57 /arg1 == 100/
64 printf("wrong return value: %d", arg1);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc23 static uptr internal_syscall(u64 nr, T1 arg1) {
25 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1) :
31 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) {
33 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1),
39 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) {
41 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1),
47 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
50 "syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1),
57 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
62 "syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1),
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication_test.cpp44 char arg1[] = "progname"; local
48 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
82 char arg1[] = "progname"; local
83 char *const argv[] = { arg1, NULL };
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d47 /arg0 != 1 || arg1 != 2 || arg2 != 3 || arg3 != 4 || arg4 != 5 || arg5 != 6 ||
51 printf("args are : %d, %d, %d, %d, %d, %d, %d\n", arg0, arg1, arg2,

Completed in 93 milliseconds

1234567891011>>