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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c43 static int openi(grub_ino_t);
44 static grub_ino_t dlook(grub_ino_t, char *);
68 grub_ino_t inode = ROOTINO; /* start from root */
150 openi(grub_ino_t inode)
228 static grub_ino_t
229 dlook(grub_ino_t dir_ino, char *name)
H A Dufs.h31 typedef long grub_ino_t; typedef
201 grub_ino_t d_ino;
H A Dufs2.h79 #define ROOTINO ((grub_ino_t)2)
90 typedef grub_uint32_t grub_ino_t; typedef

Completed in 59 milliseconds