Searched defs:grub_uint32_t (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpihalt.c29 typedef uint32_t grub_uint32_t; typedef
44 static inline grub_uint32_t
48 grub_uint32_t ret;
68 static inline grub_uint32_t
95 static inline grub_uint32_t
122 static inline grub_uint32_t
281 grub_uint32_t *entry_ptr;
293 for (entry_ptr = (grub_uint32_t *) (rsdt + 1);
294 entry_ptr < (grub_uint32_t *) (((grub_uint8_t *) rsdt)
300 grub_uint32_t por
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dtypes.h71 typedef unsigned grub_uint32_t; typedef
94 typedef grub_uint32_t grub_target_addr_t;
95 typedef grub_uint32_t grub_target_size_t;
116 typedef grub_uint32_t grub_addr_t;
117 typedef grub_uint32_t grub_size_t;
173 static inline grub_uint32_t grub_swap_bytes32(grub_uint32_t x)
185 grub_uint32_t _x = (x); \
186 (grub_uint32_t) ((_x << 24) \
187 | ((_x & (grub_uint32_t)
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dufs.h35 typedef unsigned long grub_uint32_t; typedef
63 grub_uint32_t fs_link; /* linked list of file systems */
64 grub_uint32_t fs_rolled; /* logging only: fs fully rolled */
154 grub_uint32_t fs_csp_pad[MAXCSBUFS];
183 grub_uint32_t ic_sizelo; /* 8: number of bytes in file */
184 grub_uint32_t ic_sizehi; /* 12: number of bytes in file */
196 grub_uint32_t ic_oeftflag; /* 124: extended attr directory ino, */
209 #define itoo(fs, x) ((x) % (grub_uint32_t)INOPB(fs))
210 #define itog(fs, x) ((x) / (grub_uint32_t)(fs)->fs_ipg)
213 ((x) % (grub_uint32_t)(f
[all...]
H A Dufs2.h57 typedef unsigned int grub_uint32_t; typedef
61 typedef grub_uint32_t grub_u_int;
65 typedef grub_uint32_t grub_u_int32_t;
90 typedef grub_uint32_t grub_ino_t;

Completed in 27 milliseconds