Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bootparamd/bootparamd/
H A Dmain.c31 extern const char *bootpfile;
36 const char *bootpfile = "/etc/bootparams"; variable
69 bootpfile = optarg; in main()
84 if ( stat(bootpfile, &buf ) ) in main()
85 err(1, "%s", bootpfile); in main()
H A Dbootparamd.c29 extern const char *bootpfile;
197 bpf = fopen(bootpfile, "r"); in getthefile()
199 errx(1, "no %s", bootpfile); in getthefile()
229 warnx("could not close %s", bootpfile); in getthefile()
233 warnx("could not close %s", bootpfile); in getthefile()
276 if (fclose(bpf)) { warnx("could not close %s", bootpfile); } in getthefile()
299 bpf = fopen(bootpfile, "r"); in checkhost()
301 errx(1, "no %s", bootpfile); in checkhost()
338 warnx("could not close %s", bootpfile); in checkhost()
350 if (fclose(bpf)) { warnx("could not close %s", bootpfile); } in checkhost()