Lines Matching refs:B_PRIu32

48 		kprintf("id: %" B_PRIdDEV ", fd: %d, device: %s, flags %" B_PRIu32 "\n",
50 kprintf("bytes/sector = %" B_PRIu32 ", sectors/cluster = %" B_PRIu32
51 ", reserved sectors = %" B_PRIu32 "\n", vol->bytes_per_sector,
53 kprintf("%" B_PRIu32 " fats, %" B_PRIu32 " root entries, %" B_PRIu32
54 " total sectors, %" B_PRIu32 " sectors/fat\n", vol->fat_count,
57 ", %" B_PRIu32 " clusters, %" B_PRIu32 " free\n",
62 kprintf("root start %" B_PRIu32 ", %" B_PRIu32
65 kprintf("label entry %" B_PRIu32 ", label %s\n", vol->vol_entry,
67 kprintf("data start %" B_PRIu32 ", last allocated %" B_PRIu32 "\n",
69 kprintf("last fake vnid %" B_PRIdINO ", vnid cache %" B_PRIu32
72 kprintf("dlist entries: %" B_PRIu32 "/%" B_PRIu32 " @ %p\n",
101 kprintf("iteration %" B_PRIu32 ", si=%" B_PRIu32 ", ei=%" B_PRIu32
102 ", cluster=%" B_PRIu32 "\n", n->iteration, n->sindex, n->eindex,
107 kprintf("end cluster = %" B_PRIu32 "\n", n->end_cluster);
132 kprintf("cluster %" B_PRIu32 " = block %" B_PRIdOFF "\n", cluster,
205 dprintf("dosfs error: unsupported bytes per sector (%" B_PRIu32 ")\n",
221 dprintf("dosfs error: unreasonable fat count (%" B_PRIu32 ")\n",
262 dprintf("dosfs error: root vnode cluster too large (0x%" B_PRIu32
272 dprintf("dosfs error: claims %" B_PRIu32 " fat tables\n",
355 DPRINTF(1, ("checking fat #%" B_PRIu32 "\n", i));
360 dprintf("dosfs error: error reading FAT %" B_PRIu32 "\n",
367 "%" B_PRIu32 " (%" B_PRIu8 " != %" B_PRIu8 ")\n", i,
425 DPRINTF(0, ("volume label [%s] (%" B_PRIu32 ")\n", vol->vol_label,
459 "invalid %" B_PRIu32 "\n", free_count);
517 dprintf("dosfs error: unsupported device block size (%" B_PRIu32 ")\n",
602 DPRINTF(0, ("%" B_PRIu32 " bytes/sector, %" B_PRIu32 " sectors/cluster\n",
604 DPRINTF(0, ("%" B_PRIu32 " reserved sectors, %" B_PRIu32 " total sectors\n",
606 DPRINTF(0, ("%" B_PRIu32 " %" B_PRIu8 "-bit fats, %" B_PRIu32
607 " sectors/fat, %" B_PRIu32 " root entries\n", vol->fat_count,
609 DPRINTF(0, ("root directory starts at sector %" B_PRIu32 " (cluster %"
610 B_PRIu32 "), data at sector %" B_PRIu32 "\n", vol->root_start,
612 DPRINTF(0, ("%" B_PRIu32 " total clusters, %" B_PRIu32 " free\n",
616 DPRINTF(0, ("last allocated cluster = %" B_PRIu32 "\n",
642 DPRINTF(0, ("volume label [%s] (%" B_PRIu32 ")\n", vol->vol_label,
1166 " code = %" B_PRIu32 "\n", vol->id, node->vnid, code));