Searched refs:bootfile (Results 1 - 11 of 11) sorted by relevance

/external/vboot_reference/cgpt/
H A Dcgpt_boot.c74 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));
H A Dcmd_boot.c61 params.bootfile = optarg;
/external/syslinux/core/fs/pxe/
H A Ddhcp_option.c247 parse_dhcp_options(&dhcp->bootfile, 128, 0);
248 else if (dhcp->bootfile[0])
249 strcpy(boot_file, dhcp->bootfile);
H A Dpxe.h103 char bootfile[128]; /* Boot file name */ member in struct:bootp_t
/external/vboot_reference/host/include/
H A Dcgpt_params.h68 char *bootfile; member in struct:CgptBootParams
/external/syslinux/com32/modules/
H A Dprdhcp.c130 printf(" bootfile: '%s'\n", p->bootfile);
H A Dpxechn.c323 printf(" bootfile: '%s'\n", p->bootfile);
/external/dhcpcd-6.8.2/
H A Ddhcp.h175 uint8_t bootfile[BOOTFILE_LEN]; /* boot file name */ member in struct:dhcp_message
H A Ddhcp.c205 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));
1967 iterator->ptr = iterator->message->bootfile;
1969 sizeof(iterator->message->bootfile);
/external/syslinux/com32/include/syslinux/
H A Dpxe_api.h80 uint8_t bootfile[128]; member in struct:__anon20891
/external/syslinux/gpxe/src/arch/i386/include/
H A Dpxe_api.h377 UINT8_t bootfile[128]; /**< Boot file name */ member in struct:bootph

Completed in 951 milliseconds