Function report |
Source Code:kernel\auditsc.c |
Create Date:2022-07-28 11:28:15 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__audit_mq_sendrecv - record audit data for a POSIX MQ timed send/receive*@mqdes: MQ descriptor*@msg_len: Message length*@msg_prio: Message priority*@abs_timeout: Message timeout in absolute time
Proto:void __audit_mq_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec64 *abs_timeout)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
mqd_t | mqdes | |
size_t | msg_len | |
unsigned int | msg_prio | |
const struct timespec64 * | abs_timeout |
2219 | context = audit_context() |
2220 | p = abs_timeout |
2222 | If abs_timeout Then No 3D Now!(p, abs_timeout, size of p ) |
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 |