Searched refs:boot_file (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dsgi.c14 s8 boot_file[16]; /* Name of boot file for ARCS */ member in struct:sgi_disklabel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk_sgi.c64 unsigned char boot_file[16]; /* name of the bootfile */ member in struct:__anon11434
340 sgilabel->boot_file);
388 if (strncmp(aFile, (char*)sgilabel->boot_file, 16)) {
400 return (char*)sgilabel->boot_file;
412 sgilabel->boot_file[i] = aFile[i];
414 sgilabel->boot_file[i] = 0;
417 printf("\n\tBootfile is changed to \"%s\"\n", sgilabel->boot_file);
822 //memset(sgilabel->boot_file, 0, 16);
823 strcpy((char*)sgilabel->boot_file, "/unix"); /* sizeof(sgilabel->boot_file)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Ddhcpd.h128 char *boot_file; /* bootp boot file option */ member in struct:server_config_t
H A Dserverpacket.c102 if (server_config.boot_file)
103 strncpy(packet->file, server_config.boot_file, sizeof(packet->file) - 1);
H A Dfiles.c192 {"boot_file", read_str, &(server_config.boot_file), ""},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpd.h53 char *boot_file; /* bootp boot file option */ member in struct:server_config_t
H A Dserverpacket.c96 if (server_config.boot_file)
97 strncpy((char*)packet->file, server_config.boot_file, sizeof(packet->file) - 1);
H A Dfiles.c307 {"boot_file", read_str, &(server_config.boot_file), ""},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipconfig.c543 u8 boot_file[128]; /* Name of boot file */ member in struct:bootp_pkt

Completed in 61 milliseconds