/src/sys/arch/alpha/stand/common/ |
boot.c | 57 char boot_file[128]; variable in typeref:typename:char[128] 112 prom_getenv(PROM_E_BOOTED_FILE, boot_file, sizeof(boot_file)); 115 if (boot_file[0] != 0) 116 (void)printf("Boot file: %s\n", boot_file); 121 kgets(boot_file, sizeof(boot_file)); 131 if (boot_file[0] != '\0') { 132 name = boot_file;
|
/src/sys/arch/arm/ofw/ |
ofwgencfg_machdep.c | 102 char *boot_file = NULL; variable in typeref:typename:char * 168 ofw_getbootinfo(&boot_file, &boot_args);
|
/src/sys/arch/evbmips/stand/sbmips/common/ |
boot.c | 54 char boot_file[128]; variable in typeref:typename:char[128] 110 boot_file[0] = 0; 111 cfe_getenv("KERNEL_FILE",boot_file,sizeof(boot_file)); 116 if (boot_file[0] != 0) 117 (void)printf("Boot file: %s\n", boot_file); 122 kgets(boot_file, sizeof(boot_file)); 126 if (boot_file[0] != '\0') { 127 name = boot_file; [all...] |
/src/sys/arch/sbmips/stand/common/ |
boot.c | 54 char boot_file[128]; variable in typeref:typename:char[128] 110 boot_file[0] = 0; 111 cfe_getenv("KERNEL_FILE",boot_file,sizeof(boot_file)); 116 if (boot_file[0] != 0) 117 (void)printf("Boot file: %s\n", boot_file); 122 kgets(boot_file, sizeof(boot_file)); 126 if (boot_file[0] != '\0') { 127 name = boot_file; [all...] |
/src/sys/arch/evbarm/mmnet/ |
mmnet_machdep.c | 138 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/mpcsa/ |
mpcsa_machdep.c | 161 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/hpcarm/hpcarm/ |
hpc_machdep.c | 93 char boot_file[16]; variable in typeref:typename:char[16] 233 boot_file[0] = '\0'; 247 strncpy(boot_file, cp, 248 sizeof(boot_file));
|
/src/sys/arch/shark/shark/ |
shark_machdep.c | 124 char *boot_file = NULL; variable in typeref:typename:char * 245 ofw_getbootinfo(&boot_file, &boot_args); 389 boot_component = boot_file;
|
/src/sys/arch/evbarm/integrator/ |
integrator_machdep.c | 121 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/cats/cats/ |
cats_machdep.c | 123 char *boot_file = NULL; variable in typeref:typename:char * 497 boot_file = bootargs; 511 printf("bootfile: %s\n", boot_file);
|
/src/sys/arch/evbarm/imx31/ |
imx31lk_machdep.c | 172 char *boot_file = NULL; variable in typeref:typename:char * 731 boot_file = bootargs; 745 printf("bootfile: %s\n", boot_file);
|
/src/sys/arch/evbarm/ixm1200/ |
ixm1200_machdep.c | 148 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/hdl_g/ |
hdlg_machdep.c | 133 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/iq80321/ |
iq80321_machdep.c | 133 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/ixdp425/ |
ixdp425_machdep.c | 127 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/nslu2/ |
nslu2_machdep.c | 157 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/adi_brh/ |
brh_machdep.c | 135 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/iq80310/ |
iq80310_machdep.c | 132 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/lubbock/ |
lubbock_machdep.c | 177 char *boot_file = NULL; variable in typeref:typename:char * 941 boot_file = bootargs; 955 printf("bootfile: %s\n", boot_file);
|
/src/sys/arch/evbarm/smdk2xx0/ |
smdk2800_machdep.c | 178 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/tsarm/ |
tsarm_machdep.c | 150 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/viper/ |
viper_machdep.c | 176 char *boot_file = NULL; variable in typeref:typename:char * 787 boot_file = bootargs; 801 printf("bootfile: %s\n", boot_file);
|
/src/sys/arch/evbarm/g42xxeb/ |
g42xxeb_machdep.c | 168 char *boot_file = NULL; variable in typeref:typename:char * 877 boot_file = bootargs; 891 printf("bootfile: %s\n", boot_file);
|
/src/sys/arch/evbarm/npwr_fc/ |
npwr_fc_machdep.c | 133 char *boot_file = NULL; variable in typeref:typename:char *
|
/src/sys/arch/evbarm/armadaxp/ |
armadaxp_machdep.c | 116 char *boot_file = NULL; variable in typeref:typename:char *
|