Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\boot\string.c Create Date:2022-07-28 07:27:05
Last Modify:2022-05-21 21:56:45 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:simple_strtol

Proto:long simple_strtol(const char *cp, char **endp, unsigned int base)

Type:long

Parameter:

TypeParameterName
const char *cp
char **endp
unsigned intbase
148  If cp == '-' Then Return -simple_strtoull - convert a string to an unsigned long long*@cp: The start of the string*@endp: A pointer to the end of the parsed string will be placed here*@base: The number base to use
151  Return simple_strtoull - convert a string to an unsigned long long*@cp: The start of the string*@endp: A pointer to the end of the parsed string will be placed here*@base: The number base to use
Caller
NameDescribe
apm_setup
kdb_killkdb_kill - This function implements the 'kill' commands.
kdb_ftdumpkdb_ftdump - Dump the ftrace log buffer
prompt_ramdisk
ramdisk_start_setup