Searched refs:syscall_not_present (Results 1 – 2 of 2) sorted by relevance
50 extern int syscall_not_present(struct thread *, const char *, struct nosys_args *);55 return syscall_not_present(td, #SC , (struct nosys_args *)uap); \
65 syscall_not_present(struct thread *td, const char *s, struct nosys_args *uap) in syscall_not_present() function