/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | graphics.c | 376 if (!grub_read((char*)&buf, 10) || grub_memcmp(buf, "/* XPM */\n", 10)) { in read_image() 383 while (grub_read(&c, 1)) { in read_image() 389 while (grub_read(&c, 1) && (c == ' ' || c == '\t')) in read_image() 399 while (grub_read(&c, 1)) { in read_image() 407 while (grub_read(&c, 1) && (c == ' ' || c == '\t')) in read_image() 411 while (grub_read(&c, 1)) { in read_image() 419 while (grub_read(&c, 1) && (c == ' ' || c == '\t')) ; in read_image() 422 while (grub_read(&c, 1)) { in read_image() 430 while (grub_read(&c, 1) && c != '"') in read_image() 447 while (grub_read(&c, 1) && c != '"') in read_image() [all …]
|
H A D | boot.c | 67 if (!(len = grub_read (buffer, MULTIBOOT_SEARCH)) || len < 32) in load_image() 384 grub_read (linux_data_tmp_addr + MULTIBOOT_SEARCH, in load_image() 447 grub_read ((char *) LINUX_BZIMAGE_ADDR, text_len); in load_image() 502 if (grub_read ((char *) RAW_ADDR (cur_addr), text_len) == text_len) in load_image() 516 if ((grub_read ((char *) RAW_ADDR (cur_addr), data_len) in load_image() 550 if (grub_read ((char *) RAW_ADDR (cur_addr), pu.aout->a_syms) in load_image() 556 if (grub_read ((char *) &i, sizeof (int)) == sizeof (int)) in load_image() 567 symtab_err = (grub_read ((char *) RAW_ADDR (cur_addr), i) in load_image() 640 && grub_read ((char *) memaddr, filesiz) == filesiz) in load_image() 677 if (grub_read ((char *) (cur_addr), tab_size) in load_image() [all …]
|
H A D | stage1_5.c | 44 grub_read ((char *) 0x8000, SECTOR_SIZE * 2); in cmain() 54 ret = grub_read ((char *) 0x8000 + SECTOR_SIZE * 2, -1); in cmain()
|
H A D | builtins.c | 233 if (! grub_read (dummy, -1)) in blocklist_func() 414 while (grub_read (&c, 1)) in cat_func() 460 if (grub_read ((char *) BOOTSEC_LOCATION, SECTOR_SIZE) != SECTOR_SIZE) in chainloader_func() 547 if (grub_read (addr1, -1) != size) in cmp_func() 569 if (! grub_read (addr2, -1)) in cmp_func() 1359 while (grub_read (&c, 1)) in dump_func() 1410 len = grub_read (stage1_5_buffer, -1); in embed_func() 2352 || ! grub_read (stage1_buffer, SECTOR_SIZE) == SECTOR_SIZE) in install_func() 2434 if (grub_read (stage2_first_buffer, SECTOR_SIZE) != SECTOR_SIZE) in install_func() 2440 if (grub_read (stage2_second_buffer, SECTOR_SIZE) != SECTOR_SIZE) in install_func() [all …]
|
H A D | gunzip.c | 224 while ((not_retval = grub_read (&ch, 1)) == 1); in bad_field() 285 || grub_read (buf, 10) != 10 in gunzip_test_header() 301 && (grub_read (buf, 2) != 2 in gunzip_test_header() 502 grub_read (inbuf, INBUFSIZ); in get_byte() 513 grub_read(eb, filemax - filepos); in get_byte()
|
H A D | stage2.c | 811 if (! grub_read (&c, 1)) in get_line_from_config() 940 len = grub_read (buf, sizeof (buf)); in cmain()
|
H A D | fsys_minix.c | 387 len = grub_read (linkbuf, filemax); in minix_dir()
|
H A D | fsys_ext2fs.c | 684 len = grub_read (linkbuf, filemax); in ext2fs_dir()
|
H A D | shared.h | 1040 int grub_read (char *buf, int len);
|
H A D | disk_io.c | 1811 grub_read (char *buf, int len) in grub_read() function
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | internals.texi | 245 @item grub_read 246 If the backend uses the block list code, then @code{grub_read} can be
|
H A D | grub.info-4 | 200 * grub_read: Filesystem interface.
|
H A D | grub.info-3 | 1319 `grub_read' 1320 If the backend uses the block list code, then `grub_read' can be
|
H A D | grub.info | 4028 `grub_read' 4029 If the backend uses the block list code, then `grub_read' can be 4244 * grub_read: Filesystem interface. (line 75)
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 2668 (grub_read) [STAGE1_5]: Likewise. 2840 ERR_EXEC_FORMAT, when ERRNUM is ERR_NONE, even if grub_read 5405 (fat_dir): Use fat_read instead of grub_read; this makes 6023 * stage2/stage1_5.c (cmain): Call grub_close after grub_read. 6024 Set RET to the value returned by grub_read, and if RET is 6424 (grub_read): "|" -> "||". 7001 (grub_read) [!STAGE1_5]: Likewise. 8548 int to pointer to char for grub_read.
|