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

/macosx-10.10.1/gpt-12/
H A Dboot.c50 static const char *gptboot_path = "/boot/gptboot";
58 "usage: %s [-b pmbr] [-g gptboot] [-s count] device ...\n",
118 map_t *pmbr, *gptboot; local
165 /* Third step: open gptboot and obtain its size. */
173 if (gpt_find(&boot_uuid, &gptboot) != 0)
175 if (gptboot != NULL) {
176 if (gptboot->map_size * secsz < sb.st_size) {
188 gptboot = gpt_add_part(fd, &boot_uuid, 0, bsize, &entry);
189 if (gptboot == NULL)
194 * Fourth step, write out the gptboot binar
[all...]

Completed in 65 milliseconds