Function report |
Source Code:lib\kstrtox.c |
Create Date:2022-07-28 06:26:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Since "base" would be a nonsense argument, this open-codes the* _from_user helper instead of using the helper macro below.
Proto:int kstrtobool_from_user(const char __user *s, size_t count, bool *res)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char __user * | s | |
size_t | count | |
bool * | res |
379 | count = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(count, size of buf - 1) |
380 | If copy_from_user(buf, s, count) Then Return -EFAULT |
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 |