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

/netbsd-6-1-5-RELEASE/usr.sbin/rpc.bootparamd/
H A Dbootparamd.c64 const char *bootpfile = _PATH_BOOTPARAMS; variable
104 bootpfile = optarg;
119 if (stat(bootpfile, &buf))
120 err(1, "%s", bootpfile);
312 FILE *f = fopen(bootpfile, "r");

Completed in 102 milliseconds