Home
last modified time | relevance | path

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

/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c107 static char const *xxboot; /* primary boot */ variable
151 xxboot = optarg; in main()
331 if (xxboot == NULL) in readboot()
332 xxboot = "/boot/boot"; in readboot()
333 fd = open(xxboot, O_RDONLY); in readboot()
335 err(1, "cannot open %s", xxboot); in readboot()
339 err(1, "read error %s", xxboot); in readboot()
343 errx(1, "boot code %s is wrong size", xxboot); in readboot()