函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Parse tag=value strings from .modinfo section

函数原型:static char *next_string(char *string, unsigned long *secsize)

返回类型:char

参数:

类型参数名称
char *string
unsigned long *secsize
2526 string[0]循环
2527  string自加
2528  如果secsize自减小于等于1则返回:NULL
2533  当非string[0]循环
2534  string自加
2535  如果secsize自减小于等于1则返回:NULL
2538  返回:string
调用者
名称描述
get_next_modinfo