函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\compiler.h Create Date:2022-07-27 06:38:02
Last Modify:2020-03-15 19:10:59 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:read_word_at_a_time

函数原型:static __no_kasan_or_inline unsigned long read_word_at_a_time(const void *addr)

返回类型:unsigned long

参数:

类型参数名称
const void *addr
280  kasan_check_read(addr, 1)
281  返回:addr
调用者
名称描述
strscpystrscpy - Copy a C-string into a sized buffer*@dest: Where to copy the string to*@src: Where to copy the string from*@count: Size of destination buffer* Copy the string, or as much of it as fits, into the dest buffer. The