Home | History | Annotate | Download | only in linux

Lines Matching defs:args

86 	__u64 args[6];
91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32))
1022 pid_t tracee, int status, void *args);
1025 tracer_func_t tracer_func, void *args)
1069 tracer_func(_metadata, tracee, status, args);
1082 tracer_func_t func, void *args)
1098 tracer(_metadata, pipefd[1], tracee, func, args);
1130 void *args)
1134 struct tracer_args_poke_t *info = (struct tracer_args_poke_t *)args;
1175 /* Set up tracer args. */
1343 int status, void *args)
1547 /* Reject insane args for filter. */