Home
last modified time | relevance | path

Searched refs:sys_sync (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/amd64/linux/
H A Dlinux_sysent.c182 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = 0, .sy_thrcn…
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_sysent.c56 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = 0, .sy_thrcn…
/freebsd-13.1/sys/i386/linux/
H A Dlinux_sysent.c56 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = 0, .sy_thrcn…
/freebsd-13.1/sys/arm/linux/
H A Dlinux_sysent.c56 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = 0, .sy_thrcn…
/freebsd-13.1/sys/kern/
H A Dinit_sysent.c94 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = SYF_CAPENABL…
H A Dvfs_syscalls.c175 sys_sync(struct thread *td, struct sync_args *uap) in sys_sync() function
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c101 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = SYF_CAPENABL…
/freebsd-13.1/sys/sys/
H A Dsysproto.h1888 int sys_sync(struct thread *, struct sync_args *);