Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Parse tag=value strings from .modinfo section

Proto:static char *next_string(char *string, unsigned long *secsize)

Type:char

Parameter:

TypeParameterName
char *string
unsigned long *secsize
2526  When string[0] cycle
2527  string++
2528  If secsize-- <= 1 Then Return NULL
2533  When Not string[0] cycle
2534  string++
2535  If secsize-- <= 1 Then Return NULL
2538  Return string
Caller
NameDescribe
get_next_modinfo