Searched refs:linux_socketcall (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_socketcall.c | 90 } linux_socketcall[LINUX_MAX_SOCKETCALL+1] = { variable 132 linux_socketcall[SCARG(uap, what)].argsize))) { in linux_sys_socketcall() 134 linux_socketcall[SCARG(uap, what)].name, error)); in linux_sys_socketcall() 138 ktrkuser(linux_socketcall[SCARG(uap, what)].name, &lda, in linux_sys_socketcall() 139 linux_socketcall[SCARG(uap, what)].argsize); in linux_sys_socketcall() 145 linux_socketcall[SCARG(uap, what)].name)); in linux_sys_socketcall() 156 sz = linux_socketcall[SCARG(uap, what)].argsize in linux_sys_socketcall() 233 DPRINTF(("sys_%s() = %d\n", linux_socketcall[SCARG(uap, what)].name, in linux_sys_socketcall()
|
/netbsd-src/sys/compat/linux/arch/mips/ |
H A D | files.linux_mips | 15 file compat/linux/common/linux_socketcall.c compat_linux
|
/netbsd-src/sys/compat/linux/arch/powerpc/ |
H A D | files.linux_powerpc | 16 file compat/linux/common/linux_socketcall.c compat_linux
|
/netbsd-src/sys/compat/linux/arch/m68k/ |
H A D | files.linux_m68k | 16 file compat/linux/common/linux_socketcall.c compat_linux
|