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 D | ufs.h | 32 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 D | ufs2.h | 53 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 D | types.h | 38 typedef grub_int32_t int32_t;
|
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/ |
H A D | kernel.h | 33 extern grub_int32_t grub_total_module_size;
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | datetime.c | 60 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 D | misc.c | 82 grub_int32_t tm;
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | datetime.h | 51 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 D | fs.h | 41 grub_int32_t mtime; 78 grub_err_t (*mtime) (grub_device_t device, grub_int32_t *timebuf);
|
H A D | types.h | 62 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 D | elf.h | 33 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 D | wchar.h | 25 typedef grub_int32_t wint_t; 32 typedef grub_int32_t wchar_t;
|
/osnet-11/usr/src/grub/grub2/grub-core/partmap/ |
H A D | amiga.c | 34 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 D | dl.c | 111 (((grub_int32_t) ((value - (Elf_Addr) addr) >> 2)) &
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | affs.c | 58 grub_int32_t day; 76 grub_int32_t type;
|
H A D | cpio.c | 197 grub_int32_t *mtime, grub_disk_addr_t *ofs, 518 grub_int32_t mtime;
|
H A D | ufs.c | 101 grub_int32_t bsize; 756 grub_ufs_mtime (grub_device_t device, grub_int32_t *tm)
|
H A D | iso9660.c | 180 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 D | hfsplus.c | 213 grub_int32_t mtime; 1029 grub_hfsplus_mtime (grub_device_t device, grub_int32_t *tm)
|
H A D | jfs.c | 160 grub_int32_t sec; 161 grub_int32_t nanosec;
|
H A D | nilfs2.c | 1145 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 D | ext2.c | 940 grub_ext2_mtime (grub_device_t device, grub_int32_t *tm)
|
H A D | squash4.c | 914 grub_squash_mtime (grub_device_t dev, grub_int32_t *tm)
|
H A D | reiserfs.c | 226 grub_int32_t mtime;
|
/osnet-11/usr/src/grub/grub2/grub-core/net/ |
H A D | bootp.c | 565 grub_int32_t t;
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-mkimage.c | 1234 *((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 111 milliseconds
12