Function report |
Source Code:kernel\audit.c |
Create Date:2022-07-28 11:22:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:audit_log_config_change
Proto:static int audit_log_config_change(char *function_name, unsigned int new, unsigned int old, int allow_changes)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | function_name | |
unsigned int | new | |
unsigned int | old | |
int | allow_changes |
384 | rc = 0 |
386 | ab = audit_log_start - obtain an audit buffer*@ctx: audit_context (may be NULL)*@gfp_mask: type of allocation*@type: audit message type* Returns audit_buffer pointer on success or NULL on error |
387 | If Value for the false possibility is greater at compile time(!ab) Then Return rc |
390 | audit_log_session_info(ab) |
391 | rc = audit_log_task_context(ab) |
392 | If rc Then allow_changes = 0 |
396 | Return rc |
Name | Describe |
---|---|
audit_do_config_change | |
audit_receive_msg |
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 |