Lines Matching +defs:x +defs:get
152 #define min(x, y) ((x) < (y) ? (x) : (y))
229 static char BASE[] = "o u x";
232 static char lastpo = 'x';
292 static offset_t get(short);
608 printf("an unknown value (0x%x)\n", fs->fs_clean);
902 value = get(objsz);
952 value = get(objsz);
963 value = get(objsz);
979 value = get(objsz);
992 if (c != 'o' && c != 'd' && c != 'x' &&
999 c = lastpo = 'x';
1029 value = get(objsz);
1035 value = get(objsz);
1077 case 'x':
1170 value = get(LONG);
1190 value = get(LONG);
1203 value = get(LONG);
1313 value = get(LONG);
1355 value = get(LONG);
1387 value = get(LONG);
1447 value = get(SHORT);
1461 value = get(INODE);
1475 value = get(INODE);
1501 value = get(LONG);
1604 value = get(SHORT);
1623 value = get(LONG);
1632 value = get(SHORT);
1645 dvalue = get(LONG);
1660 dvalue = (long)get(LONG);
1795 value = get(LONG);
1805 value = get(U_OFFSET_T);
1824 value = get(SHORT);
1873 * getachar - get next character from input buffer.
2052 * term - used by expression evaluator to get an operand.
2078 * zero signifies octal interpretation, a leading '0x'
2099 if ((c = getachar()) == 'x')
2882 * get - read a byte, short or long from the file system.
2887 get(short lngth)
2981 * getdirslot - get the address of the directory slot desired.
3101 * getshadowslot - get the address of the shadow data desired
3170 buf[tfsd] = get(SHADOW_DATA);
3600 * x X - print as hexadecimal shorts (longs)
3698 case 'x': /* print as hex shorts */
3724 case 'x':
3725 printf("%04x ", *sptr++);
4032 printf("db#%x: ", i);
4048 * to curoff each time to get the
4056 printf("ib#%x: ", i);
4241 printf("%02x", (int)(*p++ & 0377L));
4558 printf("magic\t%x\ttime\t%s",
4561 printf("version\t%x\n", fs->fs_version);
4580 printf("rotdelay %ldms\tfs_id[0] 0x%lx\tfs_id[1] 0x%lx\trps\t%ld\n",
4697 printf("magic\t%x\ttell\t%llx\ttime\t%s",
4827 nb = get(LONG);
4833 if (nullblk(nb = get(LONG)))
4948 * log_get_header_info - get the basic info of the logging filesystem
4992 * allocate that but, why get sloppy.
4998 printf("Extents block has invalid type (0x%x)\n",
5054 int x;
5063 printf("Log block number: 0x%x\n------------------\n",
5066 printf("Log frag number: 0x%x\n------------------\n",
5068 printf("Extent Info\n\t# Extents : %d\n\t# Bytes : 0x%x\n",
5070 printf("\tNext Block : 0x%x\n\tExtent List\n\t--------\n",
5072 for (x = 0; x < log_eb->nextents; x++)
5073 printf("\t [%d] lbno 0x%08x pbno 0x%08x nbno 0x%08x\n",
5074 x, log_eb->extents[x].lbno, log_eb->extents[x].pbno,
5075 log_eb->extents[x].nbno);
5076 printf("\nOn Disk Info\n\tbol_lof : 0x%08x\n\teol_lof : 0x%08x\n",
5078 printf("\tlog_size : 0x%08x\n",
5080 printf("\thead_lof : 0x%08x\tident : 0x%x\n",
5082 printf("\ttail_lof : 0x%08x\tident : 0x%x\n\thead_tid : 0x%08x\n",
5084 printf("\tcheck sum : 0x%08x\n", log_odi->od_chksum);
5087 printf("bad checksum: found 0x%08x, should be 0x%08x\n",
5101 int x;
5110 for (x = 0; x < log_eb->nextents; x++)
5111 if ((lblk >= log_eb->extents[x].lbno) &&
5112 (lblk < (log_eb->extents[x].lbno +
5113 log_eb->extents[x].nbno))) {
5114 *pblk = (diskaddr_t)lblk - log_eb->extents[x].lbno +
5115 logbtodb(fs, log_eb->extents[x].pbno);
5173 "Expected sector trailer id 0x%08x, but saw 0x%08x\n",
5228 int x = 0;
5282 printf("[%04d] %08x %08x.%08x %08x %s\n", x++, bol,