Searched defs:syscall_arg (Results 1 – 3 of 3) sorted by relevance
30 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
273 struct syscall_arg { struct274 unsigned long val;275 struct thread *thread;299 static size_t __syscall_arg__scnprintf_strarray(char *bf, size_t size, in __syscall_arg__scnprintf_strarray() argument301 struct syscall_arg *arg) in __syscall_arg__scnprintf_strarray() argument
91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro