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

/freebsd-9.3-release/usr.sbin/bootparamd/bootparamd/
H A Dmain.c37 char *bootpfile = "/etc/bootparams"; variable
71 bootpfile = optarg;
86 if ( stat(bootpfile, &buf ) )
87 err(1, "%s", bootpfile);
H A Dbootparamd.c32 extern char *bootpfile;
204 bpf = fopen(bootpfile, "r");
206 errx(1, "no %s", bootpfile);
236 warnx("could not close %s", bootpfile);
279 if (fclose(bpf)) { warnx("could not close %s", bootpfile); }
305 bpf = fopen(bootpfile, "r");
307 errx(1, "no %s", bootpfile);
344 warnx("could not close %s", bootpfile);
356 if (fclose(bpf)) { warnx("could not close %s", bootpfile); }

Completed in 45 milliseconds