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

12

/freebsd-11-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-11-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-11-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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Derr.end.d53 trace(execname);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d48 @func[execname] = count();
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_STKSTROVERFLOW.d44 /progenyof($pid) && execname == "java"/
/freebsd-11-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-11-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-11-stable/lib/libproc/
H A D_libproc.h50 char execname[MAXPATHLEN]; /* Path to program executable. */ member in struct:proc_handle
H A Dproc_create.c61 len = sizeof(phdl->execname);
62 if (sysctl(mib, 4, phdl->execname, &len, NULL, 0) != 0) {
68 phdl->execname[0] = '\0';
H A Dproc_rtld.c52 if (strcmp(lop->rdl_path, phdl->execname) == 0 &&
/freebsd-11-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-11-stable/contrib/binutils/bfd/
H A Delfcore.h50 const char* execname = strrchr (exec_bfd->filename, '/'); local
52 execname = execname ? execname + 1 : exec_bfd->filename;
54 if (strcmp (execname, corename) != 0)
/freebsd-11-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/
H A Dnfsattrstats63 printf("%s\t%s\t%s\t%s\n", probemod, stringof(arg0), execname,
71 printf("%s\t%s\t%s\t%s\n", probemod, stringof(arg0), execname,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh39 /execname == "kill" && curpsinfo->pr_ppid == $child &&
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.reeval.ksh85 /progenyof(\$pid) && execname == "test"/
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/builtinvar/
H A DMakefile26 tst.execname.d \
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/safety/
H A DMakefile18 tst.execname.d \
/freebsd-11-stable/sbin/mount/
H A Dmount.c163 exec_mountprog(const char *name, const char *execname, char *const argv[]) argument
174 execvP(execname, _PATH_SYSPATH, argv);
176 warn("exec %s not found", execname);
177 if (execname[0] != '/') {
570 char *optbuf, execname[PATH_MAX], mntpath[PATH_MAX]; local
607 (void)snprintf(execname, sizeof(execname), "mount_%s", vfstype);
610 append_arg(&mnt_argv, execname);
613 strlcpy(execname, mountprog, sizeof(execname));
[all...]
/freebsd-11-stable/libexec/tftpd/tests/
H A Dfunctional.c267 char execname[] = "/usr/libexec/tftpd"; local
316 argv[0] = execname;
326 execv(execname, argv);

Completed in 370 milliseconds

12