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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs.h32 typedef long grub_int32_t; typedef
42 grub_int32_t tv_usec;
55 grub_int32_t cs_ndir; /* number of directories */
56 grub_int32_t cs_nbfree; /* number of free blocks */
57 grub_int32_t cs_nifree; /* number of free inodes */
58 grub_int32_t cs_nffree; /* number of free frags */
69 grub_int32_t fs_cgoffset; /* cylinder group offset in cylinder */
70 grub_int32_t fs_cgmask; /* used to calc mod fs_ntrak */
72 grub_int32_t fs_size; /* number of blocks in fs */
73 grub_int32_t fs_dsiz
[all...]
H A Dufs2.h53 typedef signed int grub_int32_t; typedef
84 typedef grub_int32_t ufs1_daddr_t;
129 grub_int32_t di_atime; /* 16: Last access time. */
130 grub_int32_t di_atimensec; /* 20: Last access time. */
131 grub_int32_t di_mtime; /* 24: Last modified time. */
132 grub_int32_t di_mtimensec; /* 28: Last modified time. */
133 grub_int32_t di_ctime; /* 32: Last inode change time. */
134 grub_int32_t di_ctimensec; /* 36: Last inode change time. */
138 grub_int32_t di_blocks; /* 104: Blocks actually held. */
139 grub_int32_t di_ge
[all...]
H A Dgpt.h25 typedef signed int grub_int32_t; typedef

Completed in 75 milliseconds