taglinefilesource code
syscall_t20arch/mips/kernel/syscall.ctypedef asmlinkage int (*syscall_t)(void *a0,...);
syscall_t21arch/mips/kernel/syscall.cextern asmlinkage int do_syscalls(struct pt_regs *regs, syscall_t fun,
syscall_t23arch/mips/kernel/syscall.cextern syscall_t sys_call_table[];
syscall_t113arch/mips/kernel/syscall.csyscall_t syscall;
syscall_t123arch/mips/kernel/syscall.cif (syscall == (syscall_t) sys_syscall)
syscall_t135arch/mips/kernel/syscall.csyscall_t syscall;