Home
last modified time | relevance | path

Searched refs:syscall_not_present (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dposix4.h50 extern int syscall_not_present(struct thread *, const char *, struct nosys_args *);
55 return syscall_not_present(td, #SC , (struct nosys_args *)uap); \
/f-stack/freebsd/kern/
H A Dp1003_1b.c65 syscall_not_present(struct thread *td, const char *s, struct nosys_args *uap) in syscall_not_present() function