Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kstrtox.c Create Date:2022-07-28 06:26:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kstrtouint - convert a string to an unsigned int*@s: The start of the string. The string must be null-terminated, and may also* include a single newline before its terminating null. The first character* may also be a plus sign, but not a minus sign.

Proto:int kstrtouint(const char *s, unsigned int base, unsigned int *res)

Type:int

Parameter:

TypeParameterName
const char *s
unsigned intbase
unsigned int *res
222  rv = kstrtoull - convert a string to an unsigned long long*@s: The start of the string. The string must be null-terminated, and may also* include a single newline before its terminating null. The first character* may also be a plus sign, but not a minus sign.
223  If rv < 0 Then Return rv
225  If tmp != tmp Then Return -ERANGE
227  res = tmp
228  Return 0
Caller
NameDescribe
kstrtouint_from_user
parse_linenoParse a single line number. Note that the empty string ""* is treated as a special case and converted to zero, which* is later treated as a "don't care" value.
rate_limit_us_store
resumedelay_setup
audit_backlog_limit_setProcess kernel command-line parameter at boot time.* audit_backlog_limit=
hung_task_panic_setup
synth_field_string_size
trace_kprobe_create
traceprobe_parse_probe_arg_bodyString length checking wrapper
max_ratio_store
parse_memtest
fs_parses_parse - Parse a filesystem configuration parameter*@fc: The filesystem context to log errors through