Home
last modified time | relevance | path

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

/f-stack/freebsd/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…
/f-stack/freebsd/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…
/f-stack/freebsd/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…
/f-stack/freebsd/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…
/f-stack/freebsd/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.c173 sys_sync(struct thread *td, struct sync_args *uap) in sys_sync() function
/f-stack/freebsd/sys/
H A Dsysproto.h1881 int sys_sync(struct thread *, struct sync_args *);