Function report |
Source Code:kernel\auditsc.c |
Create Date:2022-07-28 11:27:58 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__audit_reusename - fill out filename with info from existing entry*@uptr: userland ptr to pathname* Search the audit_names list for the current audit context. If there is an* existing entry with a matching "uptr" then return the filename
Proto:struct filename *__audit_reusename(const __user char *uptr)
Type:struct filename
Parameter:
Type | Parameter | Name |
---|---|---|
const __user char * | uptr |
1854 | context = audit_context() |
1858 | If Not name Then Continue |
1860 | If original userland pointer == uptr Then |
1865 | 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 |