Searched refs:execname (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgetexecname.c37 static char execname[PATH_MAX + 1] = ""; local
44 if (strlen(execname) == 0) {
46 execname, sizeof (execname) - 1);
48 execname[0] = '\0';
50 execname[rc] = '\0';
51 ptr = execname;
54 ptr = execname;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.execname.d31 * To print execname and make sure it succeeds.
39 /execname == "dtrace" || execname == "java"/
41 trace("execname matched");
47 trace("execname didn't match");
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.execname.d31 * collect execname at every fbt probe and at every firing of a
37 @a[execname] = count();
42 @a[execname] = count();
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.count3.d48 @counts1[execname] = count();
49 @counts2[execname, arg0] = count();
H A Dtst.goodkey.d47 @counts[execname, pid, id, tid, arg0, vtimestamp ] = count();
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dgetexecname.c37 static char execname[PATH_MAX + 1] = ""; local
44 if (strlen(execname) == 0) {
53 error = sysctl(name, nitems(name), execname, &len, NULL, 0);
60 execname[0] = '\0';
62 execname[rc] = '\0';
63 ptr = execname;
66 ptr = execname;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Derr.end.d53 trace(execname);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d48 @func[execname] = count();
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_STKSTROVERFLOW.d44 /progenyof($pid) && execname == "java"/
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/stride_dd/
H A Dstride_dd.c30 static char *execname = "stride_dd"; variable
54 execname);
64 execname = argv[0];
135 (void) fprintf(stderr, "%s: %s: ", execname, ifile);
142 (void) fprintf(stderr, "%s: %s: ", execname, ofile);
154 "%s: %s\n", execname, strerror(err));
178 "bytes, expected %d\n", execname,
191 "bytes, expected %d\n", execname,
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithLquant.d54 @Lqauntus[execname] = lquantize(timestamp - self->ts, 0, 100, 1);
H A Derr.D_AGG_SPEC.SpeculateWithQuant.d54 @Qauntus[execname] = quantize(timestamp - self->ts);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d51 execname, (long long)stackdepth);
61 execname, (long long) stackdepth);
/freebsd-13-stable/sys/compat/linux/
H A Dcheck_error.d106 printf("WARNING: %s:%s:%s:%s in application %s, maybe an application error?\n", probename, probeprov, probemod, probefunc, execname);
113 printf("WARNING: Application %s failed to find %s in %s:%s:%s, this may or may not be a problem.\n", execname, stringof(args[0]), probename, probeprov, probemod);
120 printf("INFO: Application %s tried to use unknown clockid %d. Please report this to freebsd-emulation@FreeBSD.org.\n", execname, arg0);
126 printf("WARNING: Application %s tried to use unsupported clockid (%d), this may or may not be a problem for the application.\nPatches to support this clockid are welcome on the freebsd-emulation@FreeBSD.org mailinglist.\n", execname, arg0);
131 printf("WARNING: Application %s tried to use unsupported flags (%d), this may or may not be a problem for the application.\nPatches to support those flags are welcome on the freebsd-emulation@FreeBSD.org mailinglist.\n", execname, arg0);
136 printf("ERROR: Application %s issued a sysctl which failed the length restrictions.\nThe length passed is %d, the min length supported is 1 and the max length supported is %d.\n", execname, arg0, arg1);
143 printf("ERROR: Application %s issued an unsupported sysctl (%s).\nPatches to support this sysctl are welcome on the freebsd-emulation@FreeBSD.org mailinglist.\n", execname, stringof(args[0]));
H A Dstats_timing.d50 @calls[probeprov, execname, probefunc] = count();
58 @stats[probeprov, execname, probefunc] = quantize(this->timediff);
H A Dtrace_futexes.d77 probename, probeprov, probemod, probefunc, execname);
152 @calls[probeprov, execname, probefunc] = count();
160 @timestats[probeprov, execname, probefunc] = quantize(this->timediff);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/truncate/
H A Dtruncate_test.c35 usage(char *execname) argument
38 "usage: %s [-s filesize] [-f] /path/to/file\n", execname);
/freebsd-13-stable/share/dtrace/
H A Dblocking34 * usage: blocking <execname>
40 /execname == $$1/
46 /!self->inkevent && execname == $$1/
48 printf("\n%s(%d) is blocking...\n", execname, pid);
54 /execname == $$1/
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Dfile_write.c42 static char *execname; variable
68 execname = argv[0];
223 char *exec = (char *)execname;
H A Dfile_trunc.c60 static void usage(char *execname);
66 usage(char *execname) argument
70 " [-o offset] [-s seed] [-r] [-v] filename\n", execname);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh39 /execname == "kill" && curpsinfo->pr_ppid == $child &&
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.reeval.ksh85 /progenyof(\$pid) && execname == "test"/
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c62 static void usage(char *execname);
68 usage(char *execname) argument
72 " [-o offset] [-s seed] [-r] [-v] filename\n", execname);
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/builtinvar/
H A DMakefile26 tst.execname.d \
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/safety/
H A DMakefile18 tst.execname.d \

Completed in 87 milliseconds

12