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

1 2 3

  /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;
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);
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...]
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...]
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 *
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 *
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));
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;
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 *
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);
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 *

Completed in 35 milliseconds

1 2 3