Searched defs:syscall_arg (Results 1 – 4 of 4) sorted by relevance
105 struct syscall_arg { struct108 struct syscall_arg_fmt *fmt; argument123 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx); argument
31 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
293 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro295 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro
3034 struct syscall_arg syscall_arg = { global() local 4151 struct syscall_arg syscall_arg = { global() local [all...]