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

/freebsd-13-stable/tools/tools/kdrv/
H A DKernelDriver233 # (dir), and that the kernel config at (kpath) can be written.
235 proc validateDrvPackage {dir kpath} {
267 if {![file isdirectory $kpath$p]} {
270 if {![file writable $kpath$p]} {
279 if {![file isdirectory $kpath$p]} {
282 if {![file writable $kpath$p]} {
294 if {![file writable $kpath$f]} {
309 # Install the files listed in the global Drv into (kpath) from (dir)
311 proc installDrvFiles {dir kpath} {
322 if {$Options(verbose)} {puts "$f -> $kpath
[all...]
/freebsd-13-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c349 const char *kex = NULL, *kpath = NULL, *data_path = NULL; local
387 kpath = optarg;
411 if (kpath == NULL)
413 if ((fd = open(kpath, O_RDONLY)) == -1)
414 err(1, "open %s", kpath);
417 errx(1, "Unable to load key %s: %s", kpath, ssh_err(r));

Completed in 96 milliseconds