HomeSort by: relevance | last modified time | path
    Searched refs:gpt_msg (Results 1 - 8 of 8) sorted by relevancy

  /src/sbin/gpt/
recover.c 110 gpt_msg(gpt, "Recovered %s GPT header from %s", name, origname);
147 gpt_msg(gpt, "Recovered %s GPT table from %s", name, origname);
226 gpt_msg(gpt,
gpt.c 297 gpt_msg(gpt,
322 gpt_msg(gpt, "PMBR at sector %ju", (uintmax_t)lba);
329 gpt_msg(gpt, "MBR at sector %ju", (uintmax_t)lba);
349 gpt_msg(gpt, "MBR part: flag=%#x type=%d, start=%ju, "
401 gpt_msg(gpt, "Bad CRC in GPT header at sector %ju",
414 gpt_msg(gpt,
424 gpt_msg(gpt, "Bad CRC in GPT table at sector %ju",
430 gpt_msg(gpt, "%s GPT at sector %ju",
458 gpt_msg(gpt, "GPT partition: type=%s, start=%ju, "
569 gpt_msg(gpt, "mediasize=%ju; sectorsize=%u; blocks=%ju"
677 gpt_msg(gpt_t gpt, const char *fmt, ...) function in typeref:typename:void
    [all...]
migrate.c 206 gpt_msg(gpt, "rawofs=%ju", (uintmax_t)rawofs);
211 gpt_msg(gpt, "Disklabel partition %u type %s", i,
267 gpt_msg(gpt, "MBR partition %u type %s", i,
resize.c 136 gpt_msg(gpt, "Partition %d resized: %" PRIu64 " %" PRIu64, entry,
resizedisk.c 173 gpt_msg(gpt, "Moving secondary GPT header");
178 gpt_msg(gpt, "Creating new secondary GPT header");
add.c 157 gpt_msg(gpt, "Partition %d added: %s %" PRIu64 " %" PRIu64, i + 1,
gpt.h 99 void gpt_msg(gpt_t, const char *, ...) __printflike(2, 3);
biosboot.c 258 gpt_msg(gpt, "Partition %d marked as bootable", i + 1);

Completed in 17 milliseconds