函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\power\snapshot.c Create Date:2022-07-27 11:01:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:check_image_kernel

函数原型:static char *check_image_kernel(struct swsusp_info *info)

返回类型:char

参数:

类型参数名称
struct swsusp_info *info
2028  如果version_code不等于LINUX_VERSION_CODE则返回:"kernel version"
2030  如果字符串比较则返回:"system type"
2032  如果字符串比较则返回:"kernel release"
2034  如果字符串比较则返回:"version"
2036  如果字符串比较则返回:"machine"
2038  返回:NULL
调用者
名称描述
check_header