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

  /external/syslinux/gpxe/src/include/gpxe/
image.h 151 extern int image_set_cmdline ( struct image *image, const char *cmdline );
  /external/syslinux/gpxe/src/core/
image.c 103 int image_set_cmdline ( struct image *image, const char *cmdline ) { function
  /external/syslinux/gpxe/src/hci/commands/
image_cmd.c 73 return image_set_cmdline ( image, buf );
  /external/syslinux/gpxe/src/arch/i386/interface/syslinux/
comboot_call.c 225 if ( ( rc = image_set_cmdline ( kernel, cmdline ) ) != 0 ) {

Completed in 58 milliseconds