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

/external/syslinux/libinstaller/
H A Dsyslinux.h42 #define boot_image syslinux_ldlinux macro
/external/syslinux/com32/modules/
H A Dlinux.c260 char *boot_image; local
290 boot_image = malloc(strlen(kernel_name) + 12);
291 if (!boot_image) {
295 strcpy(boot_image, "BOOT_IMAGE=");
296 strcpy(boot_image + 11, kernel_name);
300 *argp = boot_image;

Completed in 156 milliseconds