Searched refs:boot_file (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | fdisk_sgi.c | 66 unsigned char boot_file[16]; /* name of the bootfile */ member 341 sgilabel->boot_file); in sgi_list_table() 389 if (strncmp(aFile, (char*)sgilabel->boot_file, 16)) { in sgi_check_bootfile() 401 return (char*)sgilabel->boot_file; in sgi_get_bootfile() 413 sgilabel->boot_file[i] = aFile[i]; in sgi_set_bootfile() 415 sgilabel->boot_file[i] = 0; in sgi_set_bootfile() 418 printf("\n\tBootfile is changed to \"%s\"\n", sgilabel->boot_file); in sgi_set_bootfile() 821 strcpy((char*)sgilabel->boot_file, "/unix"); /* sizeof(sgilabel->boot_file) == 16 > 6 */ in create_sgilabel()
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpd.h | 52 char *boot_file; /* bootp boot file option */ member
|
D | dhcpd.c | 421 {"boot_file" , read_str , OFS(boot_file ), NULL}, 707 if (server_data.boot_file) in add_server_options() 708 strncpy((char*)packet->file, server_data.boot_file, sizeof(packet->file) - 1); in add_server_options()
|
/busybox-1.35.0/klibc-utils/ |
D | ipconfig.c.txt | 311 //write_option("filename", dev->filename); boot_file=/pxelinux.0
|