OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imgstat
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/gpxe/src/include/usr/
imgmgmt.h
19
extern void
imgstat
( struct image *image );
/external/syslinux/utils/
isohybrid.in
174
(@
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/usr/
imgmgmt.c
126
void
imgstat
( struct image *image ) {
function
/external/syslinux/bios/utils/
isohybrid.pl
174
(@
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/
image_cmd.c
443
* "
imgstat
" command syntax message
456
* The "
imgstat
" command
490
imgstat
( image );
496
* "
imgstat
" command syntax message
601
.name = "
imgstat
",
Completed in 117 milliseconds