Lines Matching refs:DPRINTF
46 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) macro
48 #define DPRINTF(fmt, args...) ((void)0) macro
181 DPRINTF("no GPT signature"); in gpt_checkhdr()
186 DPRINTF("invalid GPT header size: %u", sz); in gpt_checkhdr()
192 DPRINTF("GPT header's CRC doesn't match"); in gpt_checkhdr()
198 DPRINTF("unsupported GPT revision %u", hdr->hdr_revision); in gpt_checkhdr()
203 DPRINTF("self LBA doesn't match"); in gpt_checkhdr()
208 DPRINTF("invalid alternate LBA"); in gpt_checkhdr()
216 DPRINTF("invalid entry size or number of entries"); in gpt_checkhdr()
240 DPRINTF("GPT table's CRC doesn't match"); in gpt_checktbl()
335 DPRINTF("GPT detected"); in ptable_gptread()
371 DPRINTF("new GPT partition added"); in ptable_gptread()
429 DPRINTF("EBR detected"); in ptable_ebrread()
457 DPRINTF("new EBR partition added"); in ptable_ebrread()
495 DPRINTF("Too small sectorsize"); in ptable_bsdread()
502 DPRINTF("read failed"); in ptable_bsdread()
512 DPRINTF("unsupported sector size"); in ptable_bsdread()
517 DPRINTF("invalid number of partitions"); in ptable_bsdread()
520 DPRINTF("BSD detected"); in ptable_bsdread()
538 DPRINTF("new BSD partition added"); in ptable_bsdread()
579 DPRINTF("read failed"); in ptable_vtoc8read()
589 DPRINTF("incorrect checksum"); in ptable_vtoc8read()
593 DPRINTF("invalid number of entries"); in ptable_vtoc8read()
599 DPRINTF("invalid geometry"); in ptable_vtoc8read()
602 DPRINTF("VTOC8 detected"); in ptable_vtoc8read()
618 DPRINTF("new VTOC8 partition added"); in ptable_vtoc8read()
662 DPRINTF("Too small sectorsize"); in ptable_dklabelread()
669 DPRINTF("read failed"); in ptable_dklabelread()
678 DPRINTF("dk_label magic error"); in ptable_dklabelread()
682 DPRINTF("this vtoc is not sane"); in ptable_dklabelread()
686 DPRINTF("invalid number of entries"); in ptable_dklabelread()
689 DPRINTF("VTOC detected"); in ptable_dklabelread()
704 DPRINTF("new VTOC partition added"); in ptable_dklabelread()
726 DPRINTF("read failed"); in ptable_iso9660read()
770 DPRINTF("read failed"); in ptable_open()
816 DPRINTF("magic sequence not found"); in ptable_open()
838 DPRINTF("invalid partition flag %x", dp[i].dp_flag); in ptable_open()
844 DPRINTF("PMBR detected"); in ptable_open()
856 DPRINTF("MBR detected"); in ptable_open()
882 DPRINTF("new MBR partition added"); in ptable_open()