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

/freebsd-9.3-release/usr.sbin/sade/
H A Ddisks.c78 static u_char * bootalloc(char *name, size_t *size);
241 if (!boot0) boot0 = bootalloc("boot0", &boot0_size);
244 if (!boot05) boot05 = bootalloc("boot0.5", &boot05_size);
287 if (!boot0) boot0 = bootalloc("boot0", &boot0_size);
292 if (!mbr) mbr = bootalloc("mbr", &mbr_size);
740 bootalloc(char *name, size_t *size) function
757 msgDebug("bootalloc: couldn't read %ld bytes from %s\n", (long)sb.st_size, buf);
765 msgDebug("bootalloc: couldn't open %s\n", buf);
768 msgDebug("bootalloc: can't stat %s\n", buf);
893 if (!boot1) boot1 = bootalloc("boot
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddisks.c222 bootalloc(char *name, size_t *size) function
239 msgDebug("bootalloc: couldn't read %ld bytes from %s\n", (long)sb.st_size, buf);
247 msgDebug("bootalloc: couldn't open %s\n", buf);
250 msgDebug("bootalloc: can't stat %s\n", buf);
285 if (!boot0) boot0 = bootalloc("boot0", &boot0_size);
288 if (!boot05) boot05 = bootalloc("boot0.5", &boot05_size);
331 if (!boot0) boot0 = bootalloc("boot0", &boot0_size);
336 if (!mbr) mbr = bootalloc("mbr", &mbr_size);
901 if (!boot1) boot1 = bootalloc("boot1", NULL);
902 if (!boot2) boot2 = bootalloc("boot
[all...]

Completed in 98 milliseconds