Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:init\main.c Create Date:2022-07-28 13:53:52
Last Modify:2022-05-23 13:07:03 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:console_on_rootfs

Proto:void console_on_rootfs(void)

Type:void

Parameter:Nothing

1162  If ksys_open((constchar__user * )"/dev/console", O_RDWR, 0) < 0 Then pr_err("Warning: unable to open an initial console.\n")
1166  ksys_dup(0)
1167  ksys_dup(0)
Caller
NameDescribe
kernel_init_freeable
init_linuxrc