Home
last modified time | relevance | path

Searched refs:linux_nosys (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/sys/amd64/linux32/
HDlinux32_syscalls.c9 #define nosys linux_nosys
HDlinux32_proto.h36 #define nosys linux_nosys
1510 #define nosys linux_nosys
1859 #define nosys linux_nosys
1866 #define nosys linux_nosys
1873 #define nosys linux_nosys
1880 #define nosys linux_nosys
1887 #define nosys linux_nosys
HDlinux32_systrace_args.c14 #define nosys linux_nosys in systrace_args()
2966 #define nosys linux_nosys in systrace_entry_setargdesc()
7470 #define nosys linux_nosys in systrace_return_setargdesc()
HDlinux32_sysent.c20 #define nosys linux_nosys
/freebsd-11-stable/sys/amd64/linux/
HDlinux_syscalls.c9 #define nosys linux_nosys
HDlinux_proto.h36 #define nosys linux_nosys
1243 #define nosys linux_nosys
1519 #define nosys linux_nosys
1526 #define nosys linux_nosys
1533 #define nosys linux_nosys
1540 #define nosys linux_nosys
1547 #define nosys linux_nosys
HDlinux_systrace_args.c14 #define nosys linux_nosys in systrace_args()
2506 #define nosys linux_nosys in systrace_entry_setargdesc()
6421 #define nosys linux_nosys in systrace_return_setargdesc()
HDlinux_sysent.c19 #define nosys linux_nosys
/freebsd-11-stable/sys/i386/linux/
HDlinux_syscalls.c9 #define nosys linux_nosys
HDlinux_proto.h36 #define nosys linux_nosys
1528 #define nosys linux_nosys
1879 #define nosys linux_nosys
1886 #define nosys linux_nosys
1893 #define nosys linux_nosys
1900 #define nosys linux_nosys
1907 #define nosys linux_nosys
HDlinux_systrace_args.c14 #define nosys linux_nosys in systrace_args()
3042 #define nosys linux_nosys in systrace_entry_setargdesc()
7701 #define nosys linux_nosys in systrace_return_setargdesc()
HDlinux_sysent.c19 #define nosys linux_nosys
/freebsd-11-stable/sys/compat/linux/
HDlinux_sysproto.h34 int linux_nosys(struct thread *, struct nosys_args *);
HDlinux_misc.c1791 linux_nosys(struct thread *td, struct nosys_args *ignore) in linux_nosys() function