Home
last modified time | relevance | path

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

/NextBSD/tools/tools/kdrv/
HDKernelDriver235 proc validateDrvPackage {dir kpath} { argument
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]} {
311 proc installDrvFiles {dir kpath} { argument
322 if {$Options(verbose)} {puts "$f -> $kpath$Drv(filei386:$f)";}
324 if {[catch {exec cp $dir$f $kpath$Drv(filei386:$f)} msg]} {
332 if {$Options(verbose)} {puts "$f -> $kpath$Drv(fileconf:$f)";}
[all …]