Home
last modified time | relevance | path

Searched defs:audit_context (Results 1 – 1 of 1) sorted by relevance

/kernel/
Daudit.h115 struct audit_context { struct
116 int dummy; /* must be the first element */
117 int in_syscall; /* 1 if task is in a syscall */
118 enum audit_state state, current_state;
119 unsigned int serial; /* serial number for record */
120 int major; /* syscall number */
121 struct timespec ctime; /* time of syscall entry */
122 unsigned long argv[4]; /* syscall arguments */
123 long return_code;/* syscall return code */
124 u64 prio;
[all …]