Home
last modified time | relevance | path

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

/external/syslinux/gpxe/
Dpxelinuxk.gpxe4 imgload pxelinux.0
Dpxelinux.gpxe4 imgload pxelinux.0
/external/syslinux/gpxe/src/include/usr/
Dimgmgmt.h16 extern int imgload ( struct image *image );
/external/syslinux/gpxe/src/usr/
Dimgmgmt.c81 int imgload ( struct image *image ) { in imgload() function
/external/syslinux/gpxe/src/hci/commands/
Dimage_cmd.c297 if ( ( rc = imgload ( image ) ) != 0 ) { in imgload_exec()