HomeSort by: relevance | last modified time | path
    Searched defs:linux_socketcall (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/linux/common/
linux_socketcall.c 1 /* $NetBSD: linux_socketcall.c,v 1.49 2021/09/23 06:56:27 ryo Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.49 2021/09/23 06:56:27 ryo Exp $");
64 #include <compat/linux/common/linux_socketcall.h>
80 * This file contains the linux_socketcall() multiplexer. Arguments
90 } linux_socketcall[LINUX_MAX_SOCKETCALL+1] = { variable in typeref:typename:const struct __anone8c0c96a0108[]
132 linux_socketcall[SCARG(uap, what)].argsize))) {
134 linux_socketcall[SCARG(uap, what)].name, error));
138 ktrkuser(linux_socketcall[SCARG(uap, what)].name, &lda,
139 linux_socketcall[SCARG(uap, what)].argsize);
144 DPRINTF(("linux_socketcall('%s'): "
    [all...]

Completed in 69 milliseconds