Home
last modified time | relevance | path

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

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