Searched defs:audit_context (Results 1 – 1 of 1) sorted by relevance
108 struct audit_context { struct109 int dummy; /* must be the first element */110 int in_syscall; /* 1 if task is in a syscall */111 enum audit_state state, current_state;112 unsigned int serial; /* serial number for record */113 int major; /* syscall number */114 struct timespec ctime; /* time of syscall entry */115 unsigned long argv[4]; /* syscall arguments */116 long return_code;/* syscall return code */117 u64 prio;[all …]