Home
last modified time | relevance | path

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

/external/grub/stage2/
Dfilesys.h136 #define BLK_CUR_FILEPOS (*((int*)FSYS_BUF))
137 #define BLK_CUR_BLKLIST (*((int*)(FSYS_BUF+4)))
138 #define BLK_CUR_BLKNUM (*((int*)(FSYS_BUF+8)))
139 #define BLK_MAX_ADDR (FSYS_BUF+0x7FF9)
142 #define BLK_BLKLIST_START (FSYS_BUF+12)
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()
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()
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))
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)))
Dfsys_vstafs.c32 #define FIRST_SECTOR ((struct first_sector *) FSYS_BUF)
52 || ! devread (0, 0, BLOCK_SIZE, (char *) FSYS_BUF) in vstafs_mount()
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) */
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))
Dshared.h88 #define FSYS_BUF RAW_ADDR (0x68000) macro
255 #define PROTSTACKINIT (FSYS_BUF - 0x10)
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))
Dfsys_minix.c139 ((struct minix_super_block *)(FSYS_BUF))
Dfsys_ext2fs.c206 ((struct ext2_super_block *)(FSYS_BUF))
/external/grub/grub/
Dasmstub.c165 assert (FSYS_BUF % 16 == 0); in grub_stage2()
166 assert (FSYS_BUF + FSYS_BUFLEN == BUFFERADDR); in grub_stage2()
/external/grub/netboot/
Dfsys_tftp.c268 buf = (char *) FSYS_BUF; in send_rrq()
/external/grub/docs/
Dinternals.texi212 @item FSYS_BUF
260 filesystem, presume the filesystem buffer @code{FSYS_BUF} is corrupted,
Dgrub.info3999 `FSYS_BUF'
4042 filesystem, presume the filesystem buffer `FSYS_BUF' is corrupted, and
4242 * FSYS_BUF: Filesystem interface. (line 46)