| /src/sbin/fsck_lfs/ |
| fsck_vars.h | 70 extern char *typemap; /* ptr to inode type table */
|
| vars.c | 71 char *typemap; /* ptr to inode type table */ variable
|
| setup.c | 139 typemap = erealloc(typemap, len * sizeof(char)); 144 memset(typemap + maxino, 0, (len - maxino) * sizeof(char)); 448 typemap = ecalloc(maxino, sizeof(char));
|
| pass2.c | 123 typemap[ULFS_WINO] = LFS_DT_WHT; 445 if (lfs_dir_gettype(fs, dirp) != typemap[lfs_dir_getino(fs, dirp)]) { 450 pwarn("dir has %d, typemap has %d\n", 451 lfs_dir_gettype(fs, dirp), typemap[lfs_dir_getino(fs, dirp)]); 452 lfs_dir_settype(fs, dirp, typemap[lfs_dir_getino(fs, dirp)]);
|
| pass1.c | 322 typemap[inumber] = LFS_IFTODT(mode);
|
| dir.c | 399 lfs_dir_settype(fs, dirp, typemap[idesc->id_parent]); 417 lfs_dir_settype(fs, dirp, typemap[idesc->id_parent]);
|
| inode.c | 641 typemap[ino] = LFS_IFTODT(type);
|
| /src/sbin/fsck_ext2fs/ |
| fsck.h | 210 extern u_char *typemap; /* ptr to inode type table */
|
| pass2.c | 439 inot2ext2dt(typemap[fs2h32(dirp->e2d_ino)])) { 441 inot2ext2dt(typemap[fs2h32(dirp->e2d_ino)]);
|
| main.c | 121 u_char *typemap; variable
|
| setup.c | 263 typemap = calloc((unsigned int)(maxino + 1), sizeof(char)); 264 if (typemap == NULL) { 265 printf("cannot alloc %u bytes for typemap\n",
|
| pass1.c | 300 typemap[inumber] = E2IFTODT(mode);
|
| dir.c | 358 newent.e2d_type = inot2ext2dt(typemap[idesc->id_parent]); 389 dirp->e2d_type = inot2ext2dt(typemap[idesc->id_parent]);
|
| inode.c | 733 typemap[ino] = E2IFTODT(type);
|
| /src/sbin/fsdb/ |
| fsdb.c | 1246 static struct typemap { struct 1263 struct typemap *tp;
|
| /src/lib/libc/time/ |
| zic.c | 2800 int typemap[TZ_MAX_TYPES]; local 2869 Use TYPEMAP to swap OLD0 and THISDEFAULTTYPE so that 2871 of OLD0. TYPEMAP also omits unused types. */ 2934 typemap[i == old0 ? thisdefaulttype 3011 putc(typemap[pretranstype], fp); 3013 putc(typemap[types[i]], fp); 3015 putc(typemap[unspecifiedtype], fp);
|