| /src/sys/rump/librump/rumpvfs/ |
| rumpvfs_syscalls.c | 23 extern sy_call_t sys_sync; 128 { 36, sys_sync },
|
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 512 int sys_sync(struct lwp *, const void *, register_t *);
|
| sunos_sysent.c | 176 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/sunos32/ |
| sunos32_syscallargs.h | 521 int sys_sync(struct lwp *, const void *, register_t *);
|
| sunos32_sysent.c | 164 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 487 int sys_sync(struct lwp *, const void *, register_t *);
|
| ultrix_sysent.c | 167 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 747 int sys_sync(struct lwp *, const void *, register_t *);
|
| aoutm68k_sysent.c | 218 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 677 int sys_sync(struct lwp *, const void *, register_t *);
|
| freebsd_sysent.c | 198 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_sysent.c | 169 .sy_call = (sy_call_t *)sys_sync
|
| linux32_syscallargs.h | 1183 int sys_sync(struct lwp *, const void *, register_t *);
|
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_sysent.c | 173 .sy_call = (sy_call_t *)sys_sync
|
| linux32_syscallargs.h | 1178 int sys_sync(struct lwp *, const void *, register_t *);
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1303 int sys_sync(struct lwp *, const void *, register_t *);
|
| linux_sysent.c | 401 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 818 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 183 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 184 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 192 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 183 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 181 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/netbsd32/ |
| netbsd32_sysent.c | 288 .sy_call = (sy_call_t *)sys_sync
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1493 int sys_sync(struct lwp *, const void *, register_t *);
|