Searched refs:linux_nanosleep_args (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_time.c507 linux_nanosleep(struct thread *td, struct linux_nanosleep_args *args)
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c55 { AS(linux_nanosleep_args), (sy_call_t *)linux_nanosleep, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 35 = linux_nanosleep */
H A Dlinux_proto.h156 struct linux_nanosleep_args { struct
1268 int linux_nanosleep(struct thread *, struct linux_nanosleep_args *);
H A Dlinux_systrace_args.c319 struct linux_nanosleep_args *p = params;
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c183 { AS(linux_nanosleep_args), (sy_call_t *)linux_nanosleep, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 162 = linux_nanosleep */
H A Dlinux32_proto.h500 struct linux_nanosleep_args { struct
1628 int linux_nanosleep(struct thread *, struct linux_nanosleep_args *);
H A Dlinux32_systrace_args.c1097 struct linux_nanosleep_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c182 { AS(linux_nanosleep_args), (sy_call_t *)linux_nanosleep, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 162 = linux_nanosleep */
H A Dlinux_proto.h498 struct linux_nanosleep_args { struct
1646 int linux_nanosleep(struct thread *, struct linux_nanosleep_args *);
H A Dlinux_systrace_args.c1135 struct linux_nanosleep_args *p = params;

Completed in 383 milliseconds