Home
last modified time | relevance | path

Searched refs:sys_socketcall (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/arch/sparc64/solaris/
Dtimod.c232 int (*sys_socketcall)(int, unsigned long *) = in timod_optmgmt() local
281 error = sys_socketcall(SYS_SETSOCKOPT, args); in timod_optmgmt()
302 error = sys_socketcall(SYS_GETSOCKOPT, args); in timod_optmgmt()
354 int (*sys_socketcall)(int, unsigned long *) = in timod_putmsg() local
399 error = sys_socketcall(SYS_BIND, args); in timod_putmsg()
412 error = sys_socketcall(SYS_LISTEN, args); in timod_putmsg()
429 sys_socketcall(SYS_GETSOCKNAME,args); in timod_putmsg()
509 error = sys_socketcall(SYS_CONNECT, args); in timod_putmsg()
633 int (*sys_socketcall)(int, unsigned long *) = in timod_getmsg() local
649 sys_socketcall(SYS_LISTEN, args); in timod_getmsg()
[all …]
Dioctl.c655 int (*sys_socketcall)(int, unsigned long *) = in solaris_i() local
660 ret = sys_socketcall(((cmd & 0xff) == 52) ? SYS_GETSOCKNAME : SYS_GETPEERNAME, in solaris_i()
/linux-2.4.37.9/arch/mips/kernel/
Dsyscalls.h119 SYS(sys_socketcall, 2)
/linux-2.4.37.9/arch/arm/kernel/
Dcalls.S119 .long SYMBOL_NAME(sys_socketcall)
/linux-2.4.37.9/arch/sparc/kernel/
Dsystbls.S62 /*205*/ .long sys_readahead, sys_socketcall, sys_syslog, sys_nis_syscall, sys_nis_syscall
/linux-2.4.37.9/arch/m68k/kernel/
Dentry.S524 .long SYMBOL_NAME(sys_socketcall)
/linux-2.4.37.9/arch/sparc64/kernel/
Dsystbls.S122 .word sys_readahead, sys_socketcall, sys_syslog, sys_nis_syscall, sys_nis_syscall
/linux-2.4.37.9/arch/cris/kernel/
Dentry.S926 .long SYMBOL_NAME(sys_socketcall)
/linux-2.4.37.9/arch/i386/kernel/
Dentry.S509 .long SYMBOL_NAME(sys_socketcall)
/linux-2.4.37.9/arch/ppc64/kernel/
Dmisc.S935 .llong .sys_socketcall
/linux-2.4.37.9/arch/ppc/kernel/
Dmisc.S1165 .long sys_socketcall
/linux-2.4.37.9/arch/sh/kernel/
Dentry.S1264 .long SYMBOL_NAME(sys_socketcall)
/linux-2.4.37.9/net/
Dsocket.c1541 asmlinkage long sys_socketcall(int call, unsigned long *args) in sys_socketcall() function
/linux-2.4.37.9/arch/sh64/kernel/
Dentry.S310 .long sys_socketcall /* Obsolete implementation of socket syscall */