Searched defs:pe_stat (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Defirom.c105 struct stat pe_stat; local
114 if ( fstat ( fileno ( pe ), &pe_stat ) != 0 ) {
119 pe_size = pe_stat.st_size;

Completed in 31 milliseconds