Searched refs:linux_eventfd2 (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/sys/compat/linux/ |
H A D | linux_event.c | 588 linux_eventfd2(struct thread *td, struct linux_eventfd2_args *args) in linux_eventfd2() function
|
/freebsd-src/sys/arm64/linux/ |
H A D | linux_sysent.c | 36 { .sy_narg = AS(linux_eventfd2_args), .sy_call = (sy_call_t *)linux_eventfd2, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 19 = linux_eventfd2 */
|
H A D | linux_proto.h | 1261 int linux_eventfd2(struct thread *, struct linux_eventfd2_args *);
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 346 { .sy_narg = AS(linux_eventfd2_args), .sy_call = (sy_call_t *)linux_eventfd2, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 328 = linux_eventfd2 */
|
H A D | linux32_proto.h | 1994 int linux_eventfd2(struct thread *, struct linux_eventfd2_args *);
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_sysent.c | 307 { .sy_narg = AS(linux_eventfd2_args), .sy_call = (sy_call_t *)linux_eventfd2, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 290 = linux_eventfd2 */
|
H A D | linux_proto.h | 1675 int linux_eventfd2(struct thread *, struct linux_eventfd2_args *);
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_sysent.c | 345 { .sy_narg = AS(linux_eventfd2_args), .sy_call = (sy_call_t *)linux_eventfd2, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 328 = linux_eventfd2 */
|
H A D | linux_proto.h | 1990 int linux_eventfd2(struct thread *, struct linux_eventfd2_args *);
|