/external/grub/netboot/ |
fsys_tftp.c | 147 if ((filemax = getdec (&p)) < 0) 149 filemax = -1; 153 grub_printf ("tsize = %d\n", filemax); 410 FILEMAX. */ 425 filemax = -1; 455 if (filemax == -1) 461 filemax = 0; 465 filemax += buf_read; 478 filemax += buf_read;
|
/external/grub/stage2/ |
fsys_minix.c | 371 filemax = (INODE->i_size); 372 if (filemax + len > sizeof (linkbuf) - 2) 382 memmove (linkbuf + filemax, dirname, len); 384 linkbuf[filemax + len] = '\0'; 387 len = grub_read (linkbuf, filemax); 422 filemax = (INODE->i_size);
|
disk_io.c | 128 int filemax; variable [all...] |
fsys_ext2fs.c | 617 filemax = (INODE->i_size); 618 if (filemax + len > sizeof (linkbuf) - 2) 628 memmove (linkbuf + filemax, dirname, len); 630 linkbuf[filemax + len] = '\0'; 636 len = grub_read (linkbuf, filemax); 644 len = filemax; 678 filemax = (INODE->i_size);
|
fsys_reiserfs.c | 990 * of the file we were trying to look up, filepos is 0 and filemax is 1038 filemax = ((struct stat_data *) INFO->current_item)->sd_size; 1045 if (filemax + len > sizeof (linkbuf) - 1) [all...] |
fsys_jfs.c | 301 filemax = di_size; 302 n = jfs_read (linkbuf, filemax); 321 filemax = di_size;
|
fsys_xfs.c | 560 filemax = di_size; 561 n = xfs_read (linkbuf, filemax); 580 filemax = di_size;
|
fsys_fat.c | 341 filemax = MAXINT; 479 filemax = FAT_DIRENTRY_FILELENGTH (dir_buf);
|
fsys_iso9660.c | 345 filemax = MAXINT; 373 filemax = idr->size.l;
|
fsys_vstafs.c | 162 filemax = FILE_INFO->len;
|
fsys_ffs.c | 210 filemax = INODE->i_size;
|
fsys_ufs2.c | 235 filemax = INODE_UFS2->di_size;
|
boot.c | 148 pu.mb->load_end_addr = cur_addr + filemax; 268 text_len = filemax - data_len - SECTOR_SIZE; 535 && pu.aout->a_syms < (filemax - filepos))
|
gunzip.c | 187 /* swap filemax */ 188 itmp = filemax; 189 filemax = gzip_filemax; 309 filepos = filemax - 8; [all...] |
shared.h | 667 extern int filemax;
|
builtins.c | 516 size = filemax; 531 if (size != filemax) 534 size, file1, filemax, file2); [all...] |
/external/icu4c/tools/toolutil/ |
pkg_gencmn.c | 90 static uint32_t fileMax = 0; 388 if(fileCount==fileMax) { 389 fileMax += CHUNK_FILE_COUNT; 390 files = uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */ 392 fprintf(stderr, "pkgdata/gencmn: Could not allocate %ld bytes for %d files\n", (fileMax*sizeof(files[0])), fileCount);
|
/external/grub/docs/ |
internals.texi | 227 @item filemax
|
grub.info | [all...] |
/external/grub/ |
ChangeLog | [all...] |