Lines Matching defs:DPRINTF
44 #define DPRINTF(fmt, args...) printf(fmt, ##args)
46 #define DPRINTF(arg...) ((void)0)
103 DPRINTF("Invalid VTOC.\n");
107 DPRINTF("[VTOC] (%d byte)\n", sizeof *vtoc);
108 DPRINTF("Bootinfo = %08x %08x %08x\n",
110 DPRINTF("Magic = %08x\n", vtoc->magic);
111 DPRINTF("Version = %d\n", vtoc->version);
112 DPRINTF("Volume = %s\n", vtoc->volume);
113 DPRINTF("Sector size = %d\n", vtoc->sector_size_byte);
114 DPRINTF("# of partitions = %d\n", vtoc->npartitions);
127 DPRINTF(" Partition Tag Flags Start Count Last\n");
129 DPRINTF(" %x %d %02x %8d %8d %8d\n",