Home | History | Annotate | Download | only in common

Lines Matching defs:boot_flags

55 char boot_flags[128];
113 boot_flags[0] = 0;
114 cfe_getenv("BOOT_FLAGS",boot_flags,sizeof(boot_flags));
118 (void)printf("Boot flags: %s\n", boot_flags);
120 if (strchr(boot_flags, 'i') || strchr(boot_flags, 'I')) {
151 strncpy(bootinfo.boot_flags,boot_flags,sizeof(bootinfo.boot_flags));