Searched refs:mach_daddr_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_inode.h60 * sizeof (mach_daddr_t))
79 mach_daddr_t Mb_db[FFS_NDADDR]; /* 40: disk block addresses */
80 mach_daddr_t Mb_ib[FFS_NIADDR]; /* 88: indirect blocks */
H A Ddefs.h62 typedef unsigned int mach_daddr_t; /* an unsigned int */ typedef
H A Dfs.h73 #define BBLOCK ((mach_daddr_t)(0))
74 #define SBLOCK ((mach_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
150 mach_daddr_t fs_sblkno; /* addr of super-block in filesys */
151 mach_daddr_t fs_cblkno; /* offset of cyl-block in filesys */
152 mach_daddr_t fs_iblkno; /* offset of inode-blocks in filesys */
153 mach_daddr_t fs_dblkno; /* offset of first data after cg */
193 mach_daddr_t fs_csaddr; /* blk addr of cyl grp summary area */
356 #define cgbase(fs, c) ((mach_daddr_t)((fs)->fs_fpg * (c)))
373 ((mach_daddr_t)(cgimin(fs, itog(fs, x)) + \

Completed in 61 milliseconds