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

  /external/vboot_reference/cgpt/
cgpt_boot.c 74 if (params->create_pmbr || params->partition || params->bootfile)
124 if (params->bootfile) {
125 int fd = open(params->bootfile, O_RDONLY);
127 Error("Can't read %s: %s\n", params->bootfile, strerror(errno));
133 Error("problem reading %s: %s\n", params->bootfile, strerror(errno));
cmd_boot.c 61 params.bootfile = optarg;
  /external/syslinux/core/fs/pxe/
dhcp_option.c 247 parse_dhcp_options(&dhcp->bootfile, 128, 0);
248 else if (dhcp->bootfile[0])
249 strcpy(boot_file, dhcp->bootfile);
pxe.h 103 char bootfile[128]; /* Boot file name */ member in struct:bootp_t
  /external/vboot_reference/host/include/
cgpt_params.h 68 char *bootfile; member in struct:CgptBootParams
  /external/syslinux/com32/modules/
prdhcp.c 130 printf(" bootfile: '%s'\n", p->bootfile);
pxechn.c 323 printf(" bootfile: '%s'\n", p->bootfile);
  /external/dhcpcd-6.8.2/
dhcp.h 175 uint8_t bootfile[BOOTFILE_LEN]; /* boot file name */ member in struct:dhcp_message
dhcp.c 205 p = dhcp->bootfile;
206 e = p + sizeof(dhcp->bootfile);
1300 if (*dhcp->bootfile && !(overl & 1))
1358 if (*dhcp->bootfile && !(overl & 1)) {
1360 dhcp->bootfile, sizeof(dhcp->bootfile));
    [all...]
  /development/tools/labpretest/
labpretest.sh 27 bootfile=''
263 # bootfile, then flashes device
341 # bootfile
402 # bootfile
  /external/syslinux/com32/include/syslinux/
pxe_api.h 80 uint8_t bootfile[128]; member in struct:__anon37019
  /external/syslinux/gpxe/src/arch/i386/include/
pxe_api.h 377 UINT8_t bootfile[128]; /**< Boot file name */ member in struct:bootph
    [all...]

Completed in 445 milliseconds