HomeSort by: relevance | last modified time | path
    Searched refs:boot_file (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/arch/evbmips/stand/sbmips/common/
boot.c 54 char boot_file[128]; variable
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
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/alpha/stand/common/
boot.c 57 char boot_file[128]; variable
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/cats/include/
bootconfig.h 64 extern char *boot_file;
  /src/sys/arch/hpcarm/include/
bootconfig.h 64 extern char boot_file[];
  /src/sys/arch/shark/include/
bootconfig.h 80 extern char *boot_file;
  /src/sys/arch/zaurus/include/
bootconfig.h 66 extern char *boot_file;
  /src/sys/arch/hpcarm/hpcarm/
hpc_machdep.c 93 char boot_file[16]; variable
233 boot_file[0] = '\0';
247 strncpy(boot_file, cp,
248 sizeof(boot_file));
autoconf.c 113 if (boot_file[0] != '\0')
114 get_device(boot_file);
  /src/sys/arch/cats/cats/
autoconf.c 107 if (boot_file)
108 get_device(boot_file);
cats_machdep.c 123 char *boot_file = NULL; variable
497 boot_file = bootargs;
511 printf("bootfile: %s\n", boot_file);
  /src/sys/arch/shark/shark/
autoconf.c 133 if (boot_file)
134 get_device(boot_file);
shark_machdep.c 124 char *boot_file = NULL; variable
245 ofw_getbootinfo(&boot_file, &boot_args);
389 boot_component = boot_file;
  /src/sys/arch/arm/ofw/
ofwgencfg_machdep.c 102 char *boot_file = NULL; variable
168 ofw_getbootinfo(&boot_file, &boot_args);
  /src/external/bsd/wpa/dist/src/common/
dhcp.h 38 u8 boot_file[128]; member in struct:dhcp_data
57 u8 boot_file[128]; member in struct:bootp_pkt
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_machdep.c 168 char *boot_file = NULL; variable
877 boot_file = bootargs;
891 printf("bootfile: %s\n", boot_file);
  /src/sys/arch/evbarm/imx31/
imx31lk_machdep.c 172 char *boot_file = NULL; variable
731 boot_file = bootargs;
745 printf("bootfile: %s\n", boot_file);
  /src/sys/arch/evbarm/viper/
viper_machdep.c 176 char *boot_file = NULL; variable
787 boot_file = bootargs;
801 printf("bootfile: %s\n", boot_file);
  /src/sys/arch/evbarm/lubbock/
lubbock_machdep.c 177 char *boot_file = NULL; variable
941 boot_file = bootargs;
955 printf("bootfile: %s\n", boot_file);
  /src/sys/arch/netwinder/netwinder/
netwinder_machdep.c 122 char *boot_file = NULL; variable
853 boot_file = bootargs;
867 printf("bootfile: %s\n", boot_file);
  /src/sys/arch/evbarm/integrator/
integrator_machdep.c 121 char *boot_file = NULL; variable
  /src/sys/arch/evbarm/mmnet/
mmnet_machdep.c 138 char *boot_file = NULL; variable
  /src/sys/arch/evbarm/mpcsa/
mpcsa_machdep.c 161 char *boot_file = NULL; variable
  /src/sys/arch/evbarm/adi_brh/
brh_machdep.c 135 char *boot_file = NULL; variable
  /src/sys/arch/evbarm/armadaxp/
armadaxp_machdep.c 116 char *boot_file = NULL; variable

Completed in 43 milliseconds

1 2