Searched refs:arg0 (Results 1 - 25 of 136) sorted by relevance

123456

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.d33 /pid == $1 && arg0 == -1u/
39 /pid == $1 && arg0 != -1u && arg1 == 0 && arg2 == NULL/
41 printf("fds[%d] fi_name = %s\n", arg0, fds[arg0].fi_name);
42 printf("fds[%d] fi_dirname = %s\n", arg0, fds[arg0].fi_dirname);
43 printf("fds[%d] fi_pathname = %s\n", arg0, fds[arg0].fi_pathname);
44 printf("fds[%d] fi_fs = %s\n", arg0, fds[arg0]
[all...]
/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");
H A Dtst.func.ksh32 /arg0 != 0/
34 @[func(arg0)] = count();
H A Dtst.mod.ksh32 /arg0 != 0/
34 @[mod(arg0)] = count();
H A Dtst.sym.ksh32 /arg0 != 0/
34 @[sym(arg0)] = count();
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.arg0.d31 * print arg0 and make sure it succeeds.
40 printf("The argument is %u\n", arg0);
H A Dtst.arg0clause.d31 * print arg0 from a profile and make sure it succeeds
45 printf("The argument is %u", arg0);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.motoomany.d39 mutex_owned((kmutex_t *)arg0, 99);
H A Derr.D_PROTO_LEN.mtatoomany.d40 mutex_type_adaptive((kmutex_t *)arg0, 99);
H A Dtst.mutex_owned.d41 this->owned = mutex_owned((struct mtx *)arg0);
42 this->owner = mutex_owner((struct mtx *)arg0);
H A Dtst.mutex_owner.d54 ptr = mutex_owner((struct mtx *)arg0);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Dtst.tickarg0.d32 * Simple tick-n 'arg0' test.
43 printf("The arg0 is %d\n", (int)arg0);
/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)
35 #define TCP_PROBE1(probe, arg0) \
36 SDT_PROBE1(tcp, , , probe, arg0)
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, arg
[all...]
/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.return0.d31 * ASSERTION: simple fbt provider arg0 and probfunc print test.
42 printf("%s %x returned 0", probefunc, arg0);
H A Dtst.basic.d46 printf("The arguments are %u %u %u %u %u %u %u %u\n", arg0, arg1,
H A Dtst.offset.d51 printf("The offset = %u\n", arg0);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh34 self->p = arg0;
45 /self->err && (int)arg0 == -1 && (int)arg1 == -1/
53 printf("a failed open(2) returned %d\n", (int)arg0);
H A Dtst.args.d36 /pid == $1 && arg0 == 0 && arg1 == 1 && arg2 == 2 && arg3 == 3 &&
/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,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.count3.d49 @counts2[execname, arg0] = count();
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.printtypetarg.ksh45 print(*(pid\`$t *)(copyin(arg0, sizeof (pid\`$t))));
53 print(*(pid\`$t *)(copyin(arg0, sizeof (pid\`$t))));
61 print(*(pid\`$t *)(copyin(arg0, sizeof (pid\`$t))));

Completed in 122 milliseconds

123456