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

12

/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/sys/
H A Dtypes.h38 typedef grub_int32_t int32_t;
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dkernel.h33 extern grub_int32_t grub_total_module_size;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Ddatetime.c60 grub_unixtime2datetime (grub_int32_t nix, struct grub_datetime *datetime)
90 && nix >= ((grub_int32_t) (i==1 && datetime->year % 4 == 0
92 nix -= ((grub_int32_t) (i==1 && datetime->year % 4 == 0
H A Dmisc.c82 grub_int32_t tm;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddatetime.h51 void grub_unixtime2datetime (grub_int32_t nix,
55 grub_datetime2unixtime (const struct grub_datetime *datetime, grub_int32_t *nix)
57 grub_int32_t ret;
H A Dfs.h41 grub_int32_t mtime;
78 grub_err_t (*mtime) (grub_device_t device, grub_int32_t *timebuf);
H A Dtypes.h62 typedef int grub_int32_t; typedef
96 typedef grub_int32_t grub_target_ssize_t;
118 typedef grub_int32_t grub_ssize_t;
H A Delf.h33 typedef grub_int32_t Elf32_Sword;
35 typedef grub_int32_t Elf64_Sword;
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwchar.h25 typedef grub_int32_t wint_t;
32 typedef grub_int32_t wchar_t;
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Damiga.c34 grub_int32_t checksum;
50 grub_int32_t size;
51 grub_int32_t checksum;
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/
H A Ddl.c111 (((grub_int32_t) ((value - (Elf_Addr) addr) >> 2)) &
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c58 grub_int32_t day;
76 grub_int32_t type;
H A Dcpio.c197 grub_int32_t *mtime, grub_disk_addr_t *ofs,
518 grub_int32_t mtime;
H A Dufs.c101 grub_int32_t bsize;
756 grub_ufs_mtime (grub_device_t device, grub_int32_t *tm)
H A Diso9660.c180 iso9660_to_unixtime (const struct grub_iso9660_date *i, grub_int32_t *nix)
208 iso9660_to_unixtime2 (const struct grub_iso9660_date2 *i, grub_int32_t *nix)
1061 grub_iso9660_mtime (grub_device_t device, grub_int32_t *timebuf)
H A Dhfsplus.c213 grub_int32_t mtime;
1029 grub_hfsplus_mtime (grub_device_t device, grub_int32_t *tm)
H A Djfs.c160 grub_int32_t sec;
161 grub_int32_t nanosec;
H A Dnilfs2.c1145 grub_nilfs2_mtime (grub_device_t device, grub_int32_t * tm)
1156 *tm = (grub_int32_t) grub_le_to_cpu64 (data->sblock.s_wtime);
H A Dext2.c940 grub_ext2_mtime (grub_device_t device, grub_int32_t *tm)
H A Dsquash4.c914 grub_squash_mtime (grub_device_t dev, grub_int32_t *tm)
H A Dreiserfs.c226 grub_int32_t mtime;
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dbootp.c565 grub_int32_t t;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c1234 *((grub_int32_t *) (core_img + GRUB_KERNEL_I386_QEMU_CORE_ENTRY_ADDR))
1239 *((grub_int32_t *) (boot_img + GRUB_BOOT_I386_QEMU_CORE_ENTRY_ADDR))

Completed in 115 milliseconds

12