Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sys.c Create Date:2022-07-28 09:21:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:SYSCALL_DEFINE1

Proto:SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info)

Type:

Parameter:Nothing

2581  do_sysinfo - fill in sysinfo struct*@info: pointer to buffer to fill
2583  If copy_to_user(info, & val, sizeof(structsysinfo)) Then Return -EFAULT
2586  Return 0