Home
last modified time | relevance | path

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

/freebsd/sys/i386/linux/
H A Dlinux_sysent.c53 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = 0, .sy_thrcn…
/freebsd/sys/amd64/linux/
H A Dlinux_sysent.c179 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = 0, .sy_thrcn…
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysent.c54 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = 0, .sy_thrcn…
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c106 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = SYF_CAPENABL…
/freebsd/sys/kern/
H A Dinit_sysent.c105 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_sync, .sy_auevent = AUE_SYNC, .sy_flags = SYF_CAPENABL…
H A Dvfs_syscalls.c172 sys_sync(struct thread *td, struct sync_args *uap) in sys_sync() function
/freebsd/sys/sys/
H A Dsysproto.h1919 int sys_sync(struct thread *, struct sync_args *);