Home
last modified time | relevance | path

Searched refs:image_autoload (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/gpxe/src/core/
Dimage.c209 int image_autoload ( struct image *image ) { in image_autoload() function
306 if ( ( rc = image_autoload ( image ) ) != 0 ) in register_and_autoload_image()
/external/syslinux/gpxe/src/image/
Dembedded.c91 if ( ( rc = image_autoload ( image ) ) != 0 ) { in embedded_init()
/external/syslinux/gpxe/src/usr/
Dimgmgmt.c85 if ( ( rc = image_autoload ( image ) ) != 0 ) in imgload()
/external/syslinux/gpxe/src/include/gpxe/
Dimage.h157 extern int image_autoload ( struct image *image );
/external/syslinux/gpxe/src/arch/i386/image/
Dcomboot.c197 image_autoload ( image->replacement ); in comboot_exec()
Dcom32.c128 image_autoload ( image->replacement ); in com32_exec()