函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-27 12:31:31
Last Modify:2020-03-17 16:31:21 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:auditsc_get_stamp - get local copies of audit_context values*@ctx: audit_context for the task*@t: timespec64 to store time recorded in the audit_context*@serial: serial value that is recorded in the audit_context* Also sets the context as auditable.

函数原型:int auditsc_get_stamp(struct audit_context *ctx, struct timespec64 *t, unsigned int *serial)

返回类型:int

参数:

类型参数名称
struct audit_context *ctx
struct timespec64 *t
unsigned int *serial
2172  如果非是系统调用则返回:0
2174  如果非序号序号等于audit_serial - compute a serial number for the audit record* Compute a serial number for the audit record. Audit records are* written to user-space as soon as they are generated, so a complete* audit record may be written in several pieces
2176  seconds 等于 seconds
2177  nanoseconds 等于 nanoseconds
2178  serial等于序号
2179  如果非prio
2180  prio等于1
2181  当前状态等于全程审计
2183  返回:1
调用者
名称描述
audit_get_stamp