Searched defs:syscall_arg (Results 1 – 2 of 2) sorted by relevance
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
282 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro284 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro