Searched refs:bootlog (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/ |
| H A D | qemu.py | 25 dump_dir='', dump_host_cmds='', display='', bootlog='', argument 42 self.bootlog = bootlog 46 logfile=bootlog, boottime=boottime, 92 blcmd = ["tail", "-20", self.bootlog] 96 msg += "file: %s\n\n" % self.bootlog
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | qemurunner.py | 449 bootlog = b'' 468 bootlog += data 474 if self.boot_patterns['search_reached_prompt'] in bootlog: 494 bootlog = bootlog.decode("utf-8") 496 lines = tail(bootlog if bootlog else self.msg)
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 88 .bootlog = -1, 1679 if (!mca_cfg.bootlog) in __mcheck_cpu_init_generic() 1788 if (c->x86 < 0x11 && cfg->bootlog < 0) { in __mcheck_cpu_apply_quirks() 1793 cfg->bootlog = 0; in __mcheck_cpu_apply_quirks() 1836 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks() 1837 cfg->bootlog = 0; in __mcheck_cpu_apply_quirks() 1856 if (cfg->bootlog != 0) in __mcheck_cpu_apply_quirks() 2228 cfg->bootlog = (str[0] == 'b'); in mcheck_enable()
|
| H A D | internal.h | 132 s8 bootlog; member
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testimage.bbclass | 278 # Get bootlog 279 bootlog = os.path.join(d.getVar("TEST_LOG_DIR"), 311 'bootlog' : bootlog, 414 os.symlink(bootlog, os.path.join(targetdir, os.path.basename(bootlog)))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/ |
| H A D | bootlogd.init | 38 *stop-bootlog*)
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | boot-options.rst | 41 mce=bootlog
|