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

/freebsd-11-stable/usr.sbin/boot98cfg/
H A Dboot98cfg.c96 const char *iplpath = "/boot/boot0", *menupath = "/boot/boot0.5"; local
118 iplpath = optarg;
187 fd1 = open(iplpath, O_RDONLY);
192 err(1, "%s", iplpath);
194 errx(1, "%s: invalid file", iplpath);

Completed in 51 milliseconds