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

123456

/freebsd-current/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-current/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.sym.ksh32 /arg0 != 0/
34 @[sym(arg0)] = count();
H A Dtst.func.ksh32 /arg0 != 0/
34 @[func(arg0)] = count();
H A Dtst.mod.ksh32 /arg0 != 0/
34 @[mod(arg0)] = count();
/freebsd-current/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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.mtatoomany.d40 mutex_type_adaptive((kmutex_t *)arg0, 99);
H A Derr.D_PROTO_LEN.motoomany.d39 mutex_owned((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-current/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-current/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-current/sys/netinet/
H A Dsctp_kdtrace.h40 #define SCTP_PROBE1(probe, arg0) \
41 SDT_PROBE1(sctp, , , probe, arg0)
42 #define SCTP_PROBE2(probe, arg0, arg1) \
43 SDT_PROBE2(sctp, , , probe, arg0, arg1)
44 #define SCTP_PROBE3(probe, arg0, arg1, arg2) \
45 SDT_PROBE3(sctp, , , probe, arg0, arg1, arg2)
46 #define SCTP_PROBE4(probe, arg0, arg1, arg2, arg3) \
47 SDT_PROBE4(sctp, , , probe, arg0, arg1, arg2, arg3)
48 #define SCTP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \
49 SDT_PROBE5(sctp, , , probe, arg0, arg
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
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.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.return0.d31 * ASSERTION: simple fbt provider arg0 and probfunc print test.
42 printf("%s %x returned 0", probefunc, arg0);
H A Dtst.offset.d51 printf("The offset = %u\n", arg0);
H A Dtst.basic.d46 printf("The arguments are %u %u %u %u %u %u %u %u\n", arg0, arg1,
/freebsd-current/contrib/tcp_wrappers/
H A Dinetcf.c39 static void inet_chk(char *protocol, char *path, char *arg0, char *arg1);
66 char *arg0; local
133 if ((arg0 = strtok((char *) 0, whitespace)) == 0) {
137 if (arg0[strspn(arg0, "0123456789")] == 0) {
144 if ((arg0 = strtok((char *) 0, whitespace)) == 0) {
152 inet_chk(protocol, path, arg0, arg1);
161 static void inet_chk(char *protocol, char *path, char *arg0, char *arg1) argument
167 char *tcpd_proc_name = (arg0[0] == '/' ? base_name(arg0)
[all...]
/freebsd-current/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-current/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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.count3.d49 @counts2[execname, arg0] = count();

Completed in 162 milliseconds

123456