Function report |
Source Code:kernel\cred.c |
Create Date:2022-07-28 09:32:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Allocate blank credentials, such that the credentials can be filled in at a* later date without risk of ENOMEM.
Proto:struct cred *cred_alloc_blank(void)
Type:struct cred
Parameter:Nothing
218 | If Not new Then Return NULL |
221 | atomic_set( & usage, 1) |
226 | If security_cred_alloc_blank(new, GFP_KERNEL_ACCOUNT) < 0 Then Go to error |
229 | Return new |
231 | error : |
233 | Return NULL |
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 |