Home
last modified time | relevance | path

Searched refs:linux32_socketcall (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/compat/linux32/common/
Dlinux32_socketcall.c66 } linux32_socketcall[LINUX32_MAX_SOCKETCALL+1] = { variable
103 linux32_socketcall[SCARG(uap, what)].argsize)) != 0) in linux32_sys_socketcall()
107 ktrkuser(linux32_socketcall[SCARG(uap, what)].name, &ua, in linux32_sys_socketcall()
108 linux32_socketcall[SCARG(uap, what)].argsize); in linux32_sys_socketcall()
110 return linux32_socketcall[SCARG(uap, what)].syscall(l, &ua, retval); in linux32_sys_socketcall()
/netbsd/src/sys/modules/compat_linux32/
DMakefile16 SRCS+= linux32_socket.c linux32_socketcall.c linux32_stat.c linux32_sysctl.c
/netbsd/src/sys/compat/linux32/
Dfiles.linux3224 file compat/linux32/common/linux32_socketcall.c compat_linux32