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));
Indexes created Tue Sep 30 17:09:57 GMT 2025