函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\decompress_unxz.c Create Date:2022-07-27 07:14:25
Last Modify:2020-03-15 22:53:09 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Not static to avoid a conflict with the prototype in the Linux headers.

函数原型:void *memmove(void *dest, const void *src, size_t size)

返回类型:void

参数:

类型参数名称
void *dest
const void *src
size_tsize
206  d等于dest
207  s等于src
210  如果d小于s
211 i小于size循环d[i]等于s[i]
213  否则如果d大于s
214  i等于size
215 i自减大于0循环
216  d[i]等于s[i]
219  返回:dest
调用者
名称描述
move_right
fixup_bad_iret
add_range_with_merge
repair_env_stringChange NUL term back to "=", to make "param" the whole string.
lzma2_lzmaThe LZMA decoder assumes that if the input limit (s->rc
LZ4_decompress_genericLZ4_decompress_generic() :* This generic decompression function covers all use cases.* It shall be instantiated several times, using different sets of directives.* Note that it is important for performance that this function really get inlined,
fdt_move
fdt_splice_
fdt_packblocks_
fdt_open_into
fdt_resize
fdt_finish
test_parman_move
fe_copyh = f
fe_copy_lt
LZ4_saveDict
LZ4_saveDictHCdictionary saving
ZSTD_execSequenceLast7
ZSTD_execSequence
ZSTD_execSequenceLong
memblock_remove_region
badblocks_setadblocks_set() - Add a range of bad blocks to the table
selinux_sb_eat_lsm_opts
posix_acl_from_nfsaclConvert from a Solaris ACL to a POSIX 1003.1e draft 17 ACL.