Home
last modified time | relevance | path

Searched refs:imgstat (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/utils/
Disohybrid.in174 (@imgstat = stat(FILE)) or die "$0: $file: $!\n";
175 $imgsize = $imgstat[7];
249 seek(FILE, $imgstat[7], SEEK_SET) or die "$0: $file: $!\n";
/external/syslinux/gpxe/src/include/usr/
Dimgmgmt.h19 extern void imgstat ( struct image *image );
/external/syslinux/gpxe/src/usr/
Dimgmgmt.c126 void imgstat ( struct image *image ) { in imgstat() function
/external/syslinux/bios/utils/
Disohybrid.pl174 (@imgstat = stat(FILE)) or die "$0: $file: $!\n";
175 $imgsize = $imgstat[7];
249 seek(FILE, $imgstat[7], SEEK_SET) or die "$0: $file: $!\n";
/external/syslinux/gpxe/src/hci/commands/
Dimage_cmd.c490 imgstat ( image ); in imgstat_exec()