Searched refs:icommon (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_inode.h53 * Data in icommon is read in from permanent inode on volume.
62 struct icommon struct
103 struct icommon di_com;
H A Dfsys_ufs.c36 #define INODE ((struct icommon *)(FSYS_BUF + 0x1000))
157 off = itoo(SUPERBLOCK, inode) * sizeof (struct icommon);
159 return (devread(dblk, off, sizeof (struct icommon), (char *)INODE));
H A Dfsys_ffs.c75 #define INODE ((struct icommon *) ( FSYS_BUF + 16384 ))
H A Dufs.h178 struct icommon { struct

Completed in 19 milliseconds