Searched refs:sys_sync (Results 1 – 25 of 31) sorted by relevance
12
/linux-2.4.37.9/kernel/ |
D | panic.c | 21 asmlinkage void sys_sync(void); /* it's really int */ 70 sys_sync(); in panic()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | setup.c | 74 asmlinkage void sys_sync(void); /* it's really int */ 97 sys_sync(); in prom_sync_me()
|
D | systbls.S | 28 /*35*/ .long sys_chown, sys_sync, sys_kill, sys_newstat, sys_sendfile 93 .long sys_sync, sys_kill, sys_newstat
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | systbls.S | 29 .word sys_chown, sys_sync, sys_kill, sys32_newstat, sys32_sendfile 88 .word sys_nis_syscall, sys_sync, sys_kill, sys_newstat, sys_sendfile 153 .word sys_sync, sys_kill, sys32_newstat
|
D | setup.c | 71 asmlinkage void sys_sync(void); /* it's really int */ 126 sys_sync(); in prom_callback()
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | unistd.h | 370 __SYSCALL(__NR_sync, sys_sync) 624 extern long sys_sync(void); 627 return sys_sync();
|
/linux-2.4.37.9/include/asm-alpha/ |
D | unistd.h | 586 extern long sys_sync(void); 589 return sys_sync(); in sync()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | x8664_ksyms.c | 210 EXPORT_SYMBOL(sys_sync);
|
/linux-2.4.37.9/include/asm-arm/ |
D | unistd.h | 439 extern long sys_sync(void); in sync() 440 return sys_sync(); in sync()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | alpha_ksyms.c | 167 EXPORT_SYMBOL(sys_sync);
|
D | entry.S | 804 .quad sys_sync
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | syscalls.h | 53 SYS(sys_sync, 0)
|
D | sysirix.c | 232 extern void sys_sync(void); 432 sys_sync(); in irix_syssgi()
|
/linux-2.4.37.9/include/asm-parisc/ |
D | unistd.h | 829 extern int sys_sync(void); in sync() 830 return sys_sync(); in sync()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | calls.S | 53 .long SYMBOL_NAME(sys_sync)
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32entry.S | 178 .quad sys_sync
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | scall_64.S | 295 PTR sys_sync
|
D | scall_n32.S | 296 PTR sys_sync
|
D | scall_o32.S | 363 sys sys_sync 0
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | entry.S | 458 .long SYMBOL_NAME(sys_sync)
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | misc.S | 638 .llong .sys_sync 869 .llong .sys_sync
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | ia32_entry.S | 234 data8 sys_sync
|
/linux-2.4.37.9/arch/parisc/hpux/ |
D | entry_hpux.S | 57 ENTRY_NAME(sys_sync)
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | entry.S | 860 .long SYMBOL_NAME(sys_sync)
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | entry.S | 443 .long SYMBOL_NAME(sys_sync)
|
12