HomeSort by relevance Sort by last modified time
    Searched refs:comboot (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gpxe/src/arch/i386/interface/syslinux/
comboot_resolv.c 2 #include <comboot.h>
com32_call.c 28 #include <comboot.h>
comboot_call.c 20 * @file SYSLINUX COMBOOT API
31 #include <comboot.h>
189 DBG ( "COMBOOT: fetching initrd '%s'\n", initrd_file );
194 DBG ( "COMBOOT: could not allocate initrd\n" );
200 DBG ( "COMBOOT: could not fetch initrd: %s\n",
210 DBG ( "COMBOOT: fetching kernel '%s'\n", kernel_file );
215 DBG ( "COMBOOT: could not allocate kernel\n" );
221 DBG ( "COMBOOT: could not fetch kernel: %s\n",
226 DBG ( "COMBOOT: could not set kernel command line: %s\n",
315 DBG ( "COMBOOT unknown int21 function %02x\n", ix86->regs.ah )
    [all...]
  /external/syslinux/gpxe/src/config/
config.c 185 REQUIRE_OBJECT ( comboot ); variable