Home
last modified time | relevance | path

Searched refs:mach_daddr_t (Results 1 – 21 of 21) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/grubfs/
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)) + \
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.h52 typedef unsigned int mach_daddr_t; /* an unsigned int */ typedef
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/grubfs/
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)) + \
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.h52 typedef unsigned int mach_daddr_t; /* an unsigned int */ typedef
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/grubfs/
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)) + \
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.h52 typedef unsigned int mach_daddr_t; /* an unsigned int */ typedef
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/grubfs/
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)) + \
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.h52 typedef unsigned int mach_daddr_t; /* an unsigned int */ typedef
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/grubfs/
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)) + \
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.h52 typedef unsigned int mach_daddr_t; /* an unsigned int */ typedef
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/grubfs/
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)) + \
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.h52 typedef unsigned int mach_daddr_t; /* an unsigned int */ typedef
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/grubfs/
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)) + \
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.h52 typedef unsigned int mach_daddr_t; /* an unsigned int */ typedef