Home
last modified time | relevance | path

Searched refs:FSYS_BUF (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h157 #define BLK_CUR_FILEPOS (*((int*)FSYS_BUF))
158 #define BLK_CUR_BLKLIST (*((int*)(FSYS_BUF+4)))
159 #define BLK_CUR_BLKNUM (*((int*)(FSYS_BUF+8)))
160 #define BLK_MAX_ADDR (FSYS_BUF+0x7FF9)
163 #define BLK_BLKLIST_START (FSYS_BUF+12)
H A Dfsys_ffs.c74 #define SUPERBLOCK ((struct fs *) ( FSYS_BUF + 8192 ))
75 #define INODE ((struct icommon *) ( FSYS_BUF + 16384 ))
76 #define MAPBUF ( FSYS_BUF + 24576 )
258 (char *) FSYS_BUF)) in ffs_dir()
266 dp = (struct direct *) (FSYS_BUF + off); in ffs_dir()
H A Dfsys_ufs.c35 #define SUPERBLOCK ((struct fs *)(FSYS_BUF + 0x2000))
36 #define INODE ((struct icommon *)(FSYS_BUF + 0x1000))
37 #define DIRENT (FSYS_BUF + 0x4000)
38 #define INDIRBLK1 ((grub_daddr32_t *)(FSYS_BUF + 0x4000)) /* 2+ indir blk */
39 #define INDIRBLK0 ((grub_daddr32_t *)(FSYS_BUF+ 0x6000)) /* 1st indirect blk */
H A Dfsys_ufs2.c74 #define SUPERBLOCK ((struct fs *) ( FSYS_BUF + 8192 ))
76 #define INODE_UFS2 ((struct ufs2_dinode *) ( FSYS_BUF + 16384 ))
78 #define MAPBUF ( FSYS_BUF + 24576 )
279 (char *) FSYS_BUF)) in ufs2_dir()
287 dp = (struct direct *) (FSYS_BUF + off); in ufs2_dir()
H A Dfsys_iso9660.c50 ((struct iso_sb_info *)(FSYS_BUF))
52 ((struct iso_inode_info *)(FSYS_BUF+sizeof(struct iso_sb_info)))
53 #define PRIMDESC ((struct iso_primary_descriptor *)(FSYS_BUF + 2048))
54 #define DIRREC ((struct iso_directory_record *)(FSYS_BUF + 4096))
55 #define RRCONT_BUF ((unsigned char *)(FSYS_BUF + 6144))
56 #define NAME_BUF ((unsigned char *)(FSYS_BUF + 8192))
H A Dfsys_jfs.c49 #define xtpage ((xtpage_t *)FSYS_BUF)
50 #define dtpage ((dtpage_t *)((char *)FSYS_BUF + 4096))
51 #define fileset ((dinode_t *)((char *)FSYS_BUF + 8192))
52 #define inode ((dinode_t *)((char *)FSYS_BUF + 8192 + sizeof(dinode_t)))
H A Dfsys_vstafs.c32 #define FIRST_SECTOR ((struct first_sector *) FSYS_BUF)
52 || ! devread (0, 0, BLOCK_SIZE, (char *) FSYS_BUF) in vstafs_mount()
H A Dfsys_fat.c51 ( FSYS_BUF + 32256) )/* 512 bytes long */
52 #define FAT_BUF ( FSYS_BUF + 30208 ) /* 4 sector FAT buffer */
53 #define NAME_BUF ( FSYS_BUF + 29184 ) /* Filename buffer (833 bytes) */
H A Dfsys_xfs.c63 #define dirbuf ((char *)FSYS_BUF)
64 #define filebuf ((char *)FSYS_BUF + 4096)
65 #define inode ((xfs_dinode_t *)((char *)FSYS_BUF + 8192))
H A Dfsys_reiserfs.c344 #define ROOT ((char *) ((int) FSYS_BUF))
356 ((struct fsys_reiser_info *) ((int) FSYS_BUF + FSYSREISER_CACHE_SIZE))
366 #define JOURNAL_END ((__u32 *) (FSYS_BUF + FSYS_BUFLEN))
H A Dshared.h107 #define FSYS_BUF RAW_ADDR (0x68000) macro
280 #define PROTSTACKINIT (FSYS_BUF - 0x10)
H A Dfsys_minix.c139 ((struct minix_super_block *)(FSYS_BUF))
H A Dfsys_ext2fs.c251 ((struct ext2_super_block *)(FSYS_BUF))
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c455 buf = (char *) FSYS_BUF; in send_rrq()
844 buf = (char *) FSYS_BUF; in tftp_dir_undi()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c168 assert (FSYS_BUF % 16 == 0); in grub_stage2()
169 assert (FSYS_BUF + FSYS_BUFLEN == BUFFERADDR); in grub_stage2()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi212 @item FSYS_BUF
260 filesystem, presume the filesystem buffer @code{FSYS_BUF} is corrupted,
H A Dgrub.info-4198 * FSYS_BUF: Filesystem interface.
H A Dgrub.info-31290 `FSYS_BUF'
1333 filesystem, presume the filesystem buffer `FSYS_BUF' is corrupted, and
H A Dgrub.info3999 `FSYS_BUF'
4042 filesystem, presume the filesystem buffer `FSYS_BUF' is corrupted, and
4242 * FSYS_BUF: Filesystem interface. (line 46)