Function report |
Source Code:include\linux\kernel.h |
Create Date:2022-07-28 05:34:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kstrtol - convert a string to a 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 or a minus sign.
Proto:static inline int __must_check kstrtol(const char *s, unsigned int base, long *res)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | s | |
unsigned int | base | |
long * | res |
378 | If sizeof(long) == sizeof(longlong) && __alignof__(long) == __alignof__(longlong) Then Return kstrtoll(s, base, (longlong * )res) |
Name | Describe |
---|---|
kstrtol_from_user | |
test_dev_config_update_u8 | |
test_dev_config_update_int | |
param_set_long | |
traceprobe_split_symbol_offset | Split symbol and offset. |
str_to_immediate | |
parse_probe_arg | Recursive argument parser |
datablob_parse | datablob_parse - parse the keyctl data and fill in the* payload and options structures* On success returns 0, otherwise -EINVAL. |
encrypted_key_alloc | Allocate memory for decrypted key and datablob. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |