Searched refs:execfile (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/ktrdump/
H A Dktrdump.c75 static char execfile[PATH_MAX]; variable
119 if (strlcpy(execfile, optarg, sizeof(execfile))
120 >= sizeof(execfile))
178 * Open our execfile and corefile, resolve needed symbols and read in
181 if ((kd = kvm_openfiles(Nflag ? execfile : NULL,

Completed in 168 milliseconds