Searched defs:syscall_info (Results 1 – 3 of 3) sorted by relevance
32 static void syscall_info(void) in syscall_info() function
185 struct syscall_info { struct186 char *sy_name;187 int sy_type;188 struct status *(*sy_syscall) ();189 int (*sy_buffer) ();190 char *(*sy_format) ();191 int sy_flags;192 int sy_bits;
45839 struct syscall_info { struct45840 __u64 sp;45841 struct seccomp_data data;