Lines Matching defs:Print

18 #define Print printf
42 Print("%s(%" B_PRId32 ", %d, %d)%s\n", prefix, run.allocation_group,
50 Print("disk_super_block:\n");
51 Print(" name = %s\n", superBlock->name);
52 Print(" magic1 = %#08" B_PRIx32 " (%s) %s\n", superBlock->magic1,
55 Print(" fs_byte_order = %#08" B_PRIx32 " (%s, %s endian)\n",
58 Print(" block_size = %" B_PRIu32 "\n", superBlock->block_size);
59 Print(" block_shift = %" B_PRIu32 "\n", superBlock->block_shift);
60 Print(" num_blocks = %" B_PRIdOFF "\n", superBlock->num_blocks);
61 Print(" used_blocks = %" B_PRIdOFF "\n", superBlock->used_blocks);
62 Print(" inode_size = %" B_PRId32 "\n", superBlock->inode_size);
63 Print(" magic2 = %#08" B_PRIx32 " (%s) %s\n", superBlock->magic2,
66 Print(" blocks_per_ag = %" B_PRId32 "\n", superBlock->blocks_per_ag);
67 Print(" ag_shift = %" B_PRId32 "\n", superBlock->ag_shift);
68 Print(" num_ags = %" B_PRId32 "\n", superBlock->num_ags);
69 Print(" flags = %#08" B_PRIx32 " (%s)\n", superBlock->flags,
72 Print(" log_start = %" B_PRIdOFF "\n", superBlock->log_start);
73 Print(" log_end = %" B_PRIdOFF "\n", superBlock->log_end);
74 Print(" magic3 = %#08" B_PRIx32 " (%s) %s\n", superBlock->magic3,
85 Print("data_stream:\n");
91 Print(" direct[%02d] = ", i);
104 Print(" max_direct_range = %" B_PRIdOFF "\n",
110 Print(" max_indirect_range = %" B_PRIdOFF "\n",
118 Print(" max_double_indirect_range = %" B_PRIdOFF "\n",
120 Print(" size = %" B_PRIdOFF "\n", stream->size);
128 Print("inode \"%s\":\n", nameNode->Name());
130 Print("inode:\n");
132 Print(" magic1 = %08" B_PRIx32 " (%s) %s\n",inode->magic1,
136 Print(" uid = %" B_PRIu32 "\n",inode->uid);
137 Print(" gid = %" B_PRIu32 "\n",inode->gid);
138 Print(" mode = %10" B_PRIo32 " (octal)\n",inode->mode);
139 Print(" flags = %08" B_PRIx32 "\n",inode->flags);
143 Print(" create_time = %s",ctime(&time));
145 Print(" last_modified_time = %s",ctime(&time));
149 Print(" type = %" B_PRIu32 "\n",inode->type);
150 Print(" inode_size = %" B_PRId32 "\n",inode->inode_size);
151 Print(" etc = %#08" B_PRIx32 "\n",inode->etc);
152 Print(" short_symlink = %s\n",
157 Print(" --\n");
159 Print(" --\n pad[0] = %08lx\n", inode->pad[0]);
160 Print(" pad[1] = %08lx\n", inode->pad[1]);
161 Print(" pad[2] = %08lx\n", inode->pad[2]);
162 Print(" pad[3] = %08lx\n", inode->pad[3]);
215 Print("bplustree_node (%s node):\n",
217 Print(" left_link = %" B_PRIdOFF "\n", node->left_link);
218 Print(" right_link = %" B_PRIdOFF "\n", node->right_link);
219 Print(" overflow_link = %" B_PRIdOFF "\n", node->overflow_link);
220 Print(" all_key_count = %u\n", node->all_key_count);
221 Print(" all_key_length = %u\n", node->all_key_length);
228 Print("\n");
233 Print("\n");
238 Print(" %2" B_PRId32 ". Invalid length (%u)!!\n", i, length);
250 Print(" %2" B_PRId32 ". Invalid Offset!!\n", i);
252 Print(" %2" B_PRId32 ". ",i);
254 Print("\"%s\"",buffer);
256 Print("int32 = %" B_PRId32 " (0x%" B_PRIx32 ")",
259 Print("uint32 = %" B_PRIu32 " (0x%" B_PRIx32 ")",
262 Print("int64 = %" B_PRId64 " (0x%" B_PRIx64 ")",
265 Print("???");
268 Print(" (%d bytes) -> %" B_PRIdOFF,length,offset);
271 Print(" (%" B_PRId32 ", %d)", run.allocation_group, run.start);
275 Print(" (duplicate fragment %" B_PRIdOFF ")\n",
279 Print(" (duplicate node)\n");
281 Print("\n");
297 Print(" ");
300 Print(" ");
302 Print("%02x", *(unsigned char *)(buffer + i));
304 Print(" ");
311 Print(".");
313 Print("%c",c);
320 Print(" (");
324 Print("%s%" B_PRIdOFF, offset == start ? "" : ", ",
327 Print(")");
330 Print("\n");