HomeSort by relevance Sort by last modified time
    Searched refs:filemax (Results 1 - 16 of 16) sorted by null

  /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);
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);
disk_io.c 128 int filemax; variable
    [all...]
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_ffs.c 210 filemax = INODE->i_size;
fsys_ufs2.c 235 filemax = INODE_UFS2->di_size;
fsys_vstafs.c 162 filemax = FILE_INFO->len;
fsys_fat.c 341 filemax = MAXINT;
479 filemax = FAT_DIRENTRY_FILELENGTH (dir_buf);
fsys_iso9660.c 345 filemax = MAXINT;
373 filemax = idr->size.l;
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))
fsys_xfs.c 560 filemax = di_size;
561 n = xfs_read (linkbuf, filemax);
580 filemax = di_size;
gunzip.c 187 /* swap filemax */
188 itmp = filemax;
189 filemax = gzip_filemax;
309 filepos = filemax - 8;
    [all...]
builtins.c 516 size = filemax;
531 if (size != filemax)
534 size, file1, filemax, file2);
    [all...]
shared.h 667 extern int filemax;

Completed in 178 milliseconds