Symbol: gpt_msg
sbin/gpt/add.c
159
gpt_msg(gpt, "Partition %d added: %s %" PRIu64 " %" PRIu64, i + 1,
sbin/gpt/biosboot.c
260
gpt_msg(gpt, "Partition %d marked as bootable", i + 1);
sbin/gpt/gpt.c
1157
gpt_msg(gpt, "Partition %d %s", m->map_index, find->msg);
sbin/gpt/gpt.c
1184
gpt_msg(gpt, "Header %s", find->msg);
sbin/gpt/gpt.c
1406
gpt_msg(gpt, "Partition %d attributes updated", entry);
sbin/gpt/gpt.c
300
gpt_msg(gpt,
sbin/gpt/gpt.c
325
gpt_msg(gpt, "PMBR at sector %ju", (uintmax_t)lba);
sbin/gpt/gpt.c
332
gpt_msg(gpt, "MBR at sector %ju", (uintmax_t)lba);
sbin/gpt/gpt.c
352
gpt_msg(gpt, "MBR part: flag=%#x type=%d, start=%ju, "
sbin/gpt/gpt.c
404
gpt_msg(gpt, "Bad CRC in GPT header at sector %ju",
sbin/gpt/gpt.c
417
gpt_msg(gpt,
sbin/gpt/gpt.c
427
gpt_msg(gpt, "Bad CRC in GPT table at sector %ju",
sbin/gpt/gpt.c
433
gpt_msg(gpt, "%s GPT at sector %ju",
sbin/gpt/gpt.c
461
gpt_msg(gpt, "GPT partition: type=%s, start=%ju, "
sbin/gpt/gpt.c
594
gpt_msg(gpt, "mediasize=%ju; sectorsize=%u; blocks=%ju",
sbin/gpt/gpt.c
675
gpt_msg(gpt, "You need to run \"dkctl %s makewedges\""
sbin/gpt/gpt.h
99
void gpt_msg(gpt_t, const char *, ...) __printflike(2, 3);
sbin/gpt/migrate.c
209
gpt_msg(gpt, "rawofs=%ju", (uintmax_t)rawofs);
sbin/gpt/migrate.c
214
gpt_msg(gpt, "Disklabel partition %u type %s", i,
sbin/gpt/migrate.c
270
gpt_msg(gpt, "MBR partition %u type %s", i,
sbin/gpt/recover.c
113
gpt_msg(gpt, "Recovered %s GPT header from %s", name, origname);
sbin/gpt/recover.c
150
gpt_msg(gpt, "Recovered %s GPT table from %s", name, origname);
sbin/gpt/recover.c
229
gpt_msg(gpt,
sbin/gpt/resize.c
139
gpt_msg(gpt, "Partition %d resized: %" PRIu64 " %" PRIu64, entry,
sbin/gpt/resizedisk.c
176
gpt_msg(gpt, "Moving secondary GPT header");
sbin/gpt/resizedisk.c
181
gpt_msg(gpt, "Creating new secondary GPT header");