Home | History | Annotate | Line # | Download | only in netbsd32
netbsd32_netbsd.c revision 1.132
      1  1.132       dsl /*	$NetBSD: netbsd32_netbsd.c,v 1.132 2007/12/08 18:36:19 dsl Exp $	*/
      2    1.1       mrg 
      3    1.1       mrg /*
      4   1.57       mrg  * Copyright (c) 1998, 2001 Matthew R. Green
      5    1.1       mrg  * All rights reserved.
      6    1.1       mrg  *
      7    1.1       mrg  * Redistribution and use in source and binary forms, with or without
      8    1.1       mrg  * modification, are permitted provided that the following conditions
      9    1.1       mrg  * are met:
     10    1.1       mrg  * 1. Redistributions of source code must retain the above copyright
     11    1.1       mrg  *    notice, this list of conditions and the following disclaimer.
     12    1.1       mrg  * 2. Redistributions in binary form must reproduce the above copyright
     13    1.1       mrg  *    notice, this list of conditions and the following disclaimer in the
     14    1.1       mrg  *    documentation and/or other materials provided with the distribution.
     15    1.1       mrg  * 3. The name of the author may not be used to endorse or promote products
     16    1.1       mrg  *    derived from this software without specific prior written permission.
     17    1.1       mrg  *
     18    1.1       mrg  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     19    1.1       mrg  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     20    1.1       mrg  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     21    1.1       mrg  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     22    1.1       mrg  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
     23    1.1       mrg  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
     24    1.1       mrg  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
     25    1.1       mrg  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
     26    1.1       mrg  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     27    1.1       mrg  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     28    1.1       mrg  * SUCH DAMAGE.
     29    1.1       mrg  */
     30   1.62     lukem 
     31   1.62     lukem #include <sys/cdefs.h>
     32  1.132       dsl __KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.132 2007/12/08 18:36:19 dsl Exp $");
     33    1.1       mrg 
     34   1.58       mrg #if defined(_KERNEL_OPT)
     35   1.28       eeh #include "opt_ddb.h"
     36    1.6       eeh #include "opt_ntp.h"
     37   1.20       eeh #include "opt_compat_netbsd.h"
     38    1.7  drochner #include "opt_compat_43.h"
     39   1.20       eeh #include "opt_sysv.h"
     40   1.71    martin #include "opt_nfsserver.h"
     41   1.71    martin #include "opt_syscall_debug.h"
     42  1.110      cube #include "opt_ptrace.h"
     43    1.7  drochner 
     44    1.6       eeh #include "fs_lfs.h"
     45    1.6       eeh #include "fs_nfs.h"
     46   1.42  jdolecek #endif
     47   1.42  jdolecek 
     48   1.42  jdolecek /*
     49   1.42  jdolecek  * Though COMPAT_OLDSOCK is needed only for COMPAT_43, SunOS, Linux,
     50   1.42  jdolecek  * HP-UX, FreeBSD, Ultrix, OSF1, we define it unconditionally so that
     51   1.42  jdolecek  * this would be LKM-safe.
     52   1.42  jdolecek  */
     53   1.42  jdolecek #define COMPAT_OLDSOCK /* used by <sys/socket.h> */
     54    1.4       eeh 
     55    1.1       mrg #include <sys/param.h>
     56    1.1       mrg #include <sys/systm.h>
     57    1.6       eeh #include <sys/kernel.h>
     58   1.57       mrg //#define msg __msg /* Don't ask me! */
     59    1.1       mrg #include <sys/malloc.h>
     60    1.1       mrg #include <sys/mount.h>
     61    1.1       mrg #include <sys/socket.h>
     62    1.1       mrg #include <sys/sockio.h>
     63    1.6       eeh #include <sys/socketvar.h>
     64    1.6       eeh #include <sys/mbuf.h>
     65    1.1       mrg #include <sys/stat.h>
     66    1.1       mrg #include <sys/time.h>
     67    1.4       eeh #include <sys/signalvar.h>
     68    1.6       eeh #include <sys/ptrace.h>
     69    1.6       eeh #include <sys/ktrace.h>
     70    1.6       eeh #include <sys/trace.h>
     71    1.6       eeh #include <sys/resourcevar.h>
     72    1.6       eeh #include <sys/pool.h>
     73    1.6       eeh #include <sys/vnode.h>
     74    1.6       eeh #include <sys/file.h>
     75    1.6       eeh #include <sys/filedesc.h>
     76    1.6       eeh #include <sys/namei.h>
     77   1.98  christos #include <sys/dirent.h>
     78  1.104      elad #include <sys/kauth.h>
     79   1.29       mrg 
     80   1.29       mrg #include <uvm/uvm_extern.h>
     81   1.29       mrg 
     82    1.1       mrg #include <sys/syscallargs.h>
     83    1.6       eeh #include <sys/proc.h>
     84   1.20       eeh #include <sys/acct.h>
     85   1.20       eeh #include <sys/exec.h>
     86    1.1       mrg 
     87    1.1       mrg #include <net/if.h>
     88    1.1       mrg 
     89   1.10       mrg #include <compat/netbsd32/netbsd32.h>
     90   1.75  christos #include <compat/netbsd32/netbsd32_exec.h>
     91   1.42  jdolecek #include <compat/netbsd32/netbsd32_syscall.h>
     92   1.10       mrg #include <compat/netbsd32/netbsd32_syscallargs.h>
     93   1.56       mrg #include <compat/netbsd32/netbsd32_conv.h>
     94    1.1       mrg 
     95    1.4       eeh #include <machine/frame.h>
     96   1.28       eeh 
     97   1.28       eeh #if defined(DDB)
     98   1.28       eeh #include <ddb/ddbvar.h>
     99   1.28       eeh #endif
    100    1.4       eeh 
    101   1.42  jdolecek extern struct sysent netbsd32_sysent[];
    102   1.42  jdolecek #ifdef SYSCALL_DEBUG
    103   1.42  jdolecek extern const char * const netbsd32_syscallnames[];
    104   1.42  jdolecek #endif
    105   1.46   mycroft #ifdef __HAVE_SYSCALL_INTERN
    106  1.131       dsl void netbsd32_syscall_intern(struct proc *);
    107   1.46   mycroft #else
    108  1.131       dsl void syscall(void);
    109   1.46   mycroft #endif
    110   1.42  jdolecek 
    111  1.115  christos #define LIMITCHECK(a, b) ((a) != RLIM_INFINITY && (a) > (b))
    112  1.115  christos 
    113   1.82  drochner #ifdef COMPAT_16
    114   1.82  drochner extern char netbsd32_sigcode[], netbsd32_esigcode[];
    115   1.74       chs struct uvm_object *emul_netbsd32_object;
    116   1.82  drochner #endif
    117   1.82  drochner 
    118   1.77    atatat extern struct sysctlnode netbsd32_sysctl_root;
    119   1.74       chs 
    120   1.42  jdolecek const struct emul emul_netbsd32 = {
    121   1.42  jdolecek 	"netbsd32",
    122   1.42  jdolecek 	"/emul/netbsd32",
    123   1.46   mycroft #ifndef __HAVE_MINIMAL_EMUL
    124   1.46   mycroft 	0,
    125   1.42  jdolecek 	NULL,
    126  1.130       dsl 	NETBSD32_SYS_syscall,
    127  1.130       dsl 	NETBSD32_SYS_NSYSENT,
    128   1.46   mycroft #endif
    129   1.42  jdolecek 	netbsd32_sysent,
    130   1.42  jdolecek #ifdef SYSCALL_DEBUG
    131   1.42  jdolecek 	netbsd32_syscallnames,
    132   1.42  jdolecek #else
    133   1.42  jdolecek 	NULL,
    134   1.42  jdolecek #endif
    135   1.46   mycroft 	netbsd32_sendsig,
    136   1.59  christos 	trapsignal,
    137   1.80      fvdl 	NULL,
    138   1.82  drochner #ifdef COMPAT_16
    139   1.42  jdolecek 	netbsd32_sigcode,
    140   1.42  jdolecek 	netbsd32_esigcode,
    141   1.74       chs 	&emul_netbsd32_object,
    142   1.82  drochner #else
    143   1.82  drochner 	NULL,
    144   1.82  drochner 	NULL,
    145   1.82  drochner 	NULL,
    146   1.82  drochner #endif
    147   1.61  jdolecek 	netbsd32_setregs,
    148   1.45  jdolecek 	NULL,
    149   1.45  jdolecek 	NULL,
    150   1.45  jdolecek 	NULL,
    151   1.79      manu 	NULL,
    152   1.79      manu 	NULL,
    153   1.46   mycroft #ifdef __HAVE_SYSCALL_INTERN
    154   1.60      fvdl 	netbsd32_syscall_intern,
    155   1.46   mycroft #else
    156   1.46   mycroft 	syscall,
    157   1.46   mycroft #endif
    158   1.77    atatat 	&netbsd32_sysctl_root,
    159   1.65      manu 	NULL,
    160   1.88      fvdl 
    161   1.88      fvdl 	netbsd32_vm_default_addr,
    162  1.101      cube 	NULL,
    163  1.116        ad 	sizeof(ucontext32_t),
    164  1.117      cube 	startlwp32,
    165   1.42  jdolecek };
    166   1.42  jdolecek 
    167    1.1       mrg /*
    168    1.1       mrg  * below are all the standard NetBSD system calls, in the 32bit
    169   1.32       mrg  * environment, with the necessary conversions to 64bit before
    170   1.57       mrg  * calling the real syscall.  anything that needs special
    171   1.57       mrg  * attention is handled elsewhere.
    172    1.1       mrg  */
    173    1.1       mrg 
    174    1.6       eeh int
    175  1.132       dsl netbsd32_exit(struct lwp *l, void *v, register_t *retval)
    176    1.6       eeh {
    177   1.19       eeh 	struct netbsd32_exit_args /* {
    178    1.6       eeh 		syscallarg(int) rval;
    179    1.6       eeh 	} */ *uap = v;
    180    1.6       eeh 	struct sys_exit_args ua;
    181    1.6       eeh 
    182   1.11       mrg 	NETBSD32TO64_UAP(rval);
    183   1.70   thorpej 	return sys_exit(l, &ua, retval);
    184    1.6       eeh }
    185    1.6       eeh 
    186    1.1       mrg int
    187  1.132       dsl netbsd32_read(struct lwp *l, void *v, register_t *retval)
    188    1.1       mrg {
    189   1.19       eeh 	struct netbsd32_read_args /* {
    190    1.1       mrg 		syscallarg(int) fd;
    191   1.10       mrg 		syscallarg(netbsd32_voidp) buf;
    192   1.10       mrg 		syscallarg(netbsd32_size_t) nbyte;
    193    1.1       mrg 	} */ *uap = v;
    194    1.1       mrg 	struct sys_read_args ua;
    195    1.1       mrg 
    196   1.11       mrg 	NETBSD32TO64_UAP(fd);
    197   1.11       mrg 	NETBSD32TOP_UAP(buf, void *);
    198   1.11       mrg 	NETBSD32TOX_UAP(nbyte, size_t);
    199   1.70   thorpej 	return sys_read(l, &ua, retval);
    200    1.1       mrg }
    201    1.1       mrg 
    202    1.1       mrg int
    203  1.132       dsl netbsd32_write(struct lwp *l, void *v, register_t *retval)
    204    1.1       mrg {
    205   1.19       eeh 	struct netbsd32_write_args /* {
    206    1.1       mrg 		syscallarg(int) fd;
    207   1.10       mrg 		syscallarg(const netbsd32_voidp) buf;
    208   1.10       mrg 		syscallarg(netbsd32_size_t) nbyte;
    209    1.1       mrg 	} */ *uap = v;
    210    1.1       mrg 	struct sys_write_args ua;
    211    1.1       mrg 
    212   1.11       mrg 	NETBSD32TO64_UAP(fd);
    213   1.11       mrg 	NETBSD32TOP_UAP(buf, void *);
    214   1.11       mrg 	NETBSD32TOX_UAP(nbyte, size_t);
    215   1.70   thorpej 	return sys_write(l, &ua, retval);
    216    1.6       eeh }
    217    1.6       eeh 
    218    1.6       eeh int
    219  1.132       dsl netbsd32_close(struct lwp *l, void *v, register_t *retval)
    220    1.6       eeh {
    221   1.19       eeh 	struct netbsd32_close_args /* {
    222    1.6       eeh 		syscallarg(int) fd;
    223    1.6       eeh 	} */ *uap = v;
    224    1.6       eeh 	struct sys_close_args ua;
    225    1.1       mrg 
    226   1.11       mrg 	NETBSD32TO64_UAP(fd);
    227   1.70   thorpej 	return sys_close(l, &ua, retval);
    228    1.1       mrg }
    229    1.1       mrg 
    230    1.1       mrg int
    231  1.132       dsl netbsd32_open(struct lwp *l, void *v, register_t *retval)
    232    1.1       mrg {
    233   1.19       eeh 	struct netbsd32_open_args /* {
    234   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    235    1.1       mrg 		syscallarg(int) flags;
    236    1.1       mrg 		syscallarg(mode_t) mode;
    237    1.1       mrg 	} */ *uap = v;
    238    1.1       mrg 	struct sys_open_args ua;
    239    1.1       mrg 
    240   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    241   1.11       mrg 	NETBSD32TO64_UAP(flags);
    242   1.11       mrg 	NETBSD32TO64_UAP(mode);
    243    1.1       mrg 
    244   1.70   thorpej 	return (sys_open(l, &ua, retval));
    245    1.1       mrg }
    246    1.1       mrg 
    247    1.1       mrg int
    248  1.132       dsl netbsd32_link(struct lwp *l, void *v, register_t *retval)
    249    1.1       mrg {
    250   1.19       eeh 	struct netbsd32_link_args /* {
    251   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    252   1.10       mrg 		syscallarg(const netbsd32_charp) link;
    253    1.1       mrg 	} */ *uap = v;
    254    1.1       mrg 	struct sys_link_args ua;
    255    1.1       mrg 
    256   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    257   1.11       mrg 	NETBSD32TOP_UAP(link, const char);
    258   1.70   thorpej 	return (sys_link(l, &ua, retval));
    259    1.1       mrg }
    260    1.1       mrg 
    261    1.1       mrg int
    262  1.132       dsl netbsd32_unlink(struct lwp *l, void *v, register_t *retval)
    263    1.1       mrg {
    264   1.19       eeh 	struct netbsd32_unlink_args /* {
    265   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    266    1.1       mrg 	} */ *uap = v;
    267    1.1       mrg 	struct sys_unlink_args ua;
    268    1.1       mrg 
    269   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    270    1.1       mrg 
    271   1.70   thorpej 	return (sys_unlink(l, &ua, retval));
    272    1.1       mrg }
    273    1.1       mrg 
    274    1.1       mrg int
    275  1.132       dsl netbsd32_chdir(struct lwp *l, void *v, register_t *retval)
    276    1.1       mrg {
    277   1.19       eeh 	struct netbsd32_chdir_args /* {
    278   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    279    1.1       mrg 	} */ *uap = v;
    280    1.1       mrg 	struct sys_chdir_args ua;
    281    1.1       mrg 
    282   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    283    1.1       mrg 
    284   1.70   thorpej 	return (sys_chdir(l, &ua, retval));
    285    1.1       mrg }
    286    1.1       mrg 
    287    1.1       mrg int
    288  1.132       dsl netbsd32_fchdir(struct lwp *l, void *v, register_t *retval)
    289    1.6       eeh {
    290   1.19       eeh 	struct netbsd32_fchdir_args /* {
    291    1.6       eeh 		syscallarg(int) fd;
    292    1.6       eeh 	} */ *uap = v;
    293    1.6       eeh 	struct sys_fchdir_args ua;
    294    1.6       eeh 
    295   1.11       mrg 	NETBSD32TO64_UAP(fd);
    296    1.6       eeh 
    297   1.70   thorpej 	return (sys_fchdir(l, &ua, retval));
    298    1.6       eeh }
    299    1.6       eeh 
    300    1.6       eeh int
    301  1.132       dsl netbsd32_mknod(struct lwp *l, void *v, register_t *retval)
    302    1.1       mrg {
    303   1.19       eeh 	struct netbsd32_mknod_args /* {
    304   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    305    1.1       mrg 		syscallarg(mode_t) mode;
    306    1.1       mrg 		syscallarg(dev_t) dev;
    307    1.1       mrg 	} */ *uap = v;
    308    1.1       mrg 	struct sys_mknod_args ua;
    309    1.1       mrg 
    310   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    311   1.11       mrg 	NETBSD32TO64_UAP(dev);
    312   1.11       mrg 	NETBSD32TO64_UAP(mode);
    313    1.1       mrg 
    314   1.70   thorpej 	return (sys_mknod(l, &ua, retval));
    315    1.1       mrg }
    316    1.1       mrg 
    317    1.1       mrg int
    318  1.132       dsl netbsd32_chmod(struct lwp *l, void *v, register_t *retval)
    319    1.1       mrg {
    320   1.19       eeh 	struct netbsd32_chmod_args /* {
    321   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    322    1.1       mrg 		syscallarg(mode_t) mode;
    323    1.1       mrg 	} */ *uap = v;
    324    1.1       mrg 	struct sys_chmod_args ua;
    325    1.1       mrg 
    326   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    327   1.11       mrg 	NETBSD32TO64_UAP(mode);
    328    1.1       mrg 
    329   1.70   thorpej 	return (sys_chmod(l, &ua, retval));
    330    1.1       mrg }
    331    1.1       mrg 
    332    1.1       mrg int
    333  1.132       dsl netbsd32_chown(struct lwp *l, void *v, register_t *retval)
    334    1.1       mrg {
    335   1.19       eeh 	struct netbsd32_chown_args /* {
    336   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    337    1.1       mrg 		syscallarg(uid_t) uid;
    338    1.1       mrg 		syscallarg(gid_t) gid;
    339    1.1       mrg 	} */ *uap = v;
    340    1.1       mrg 	struct sys_chown_args ua;
    341    1.1       mrg 
    342   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    343   1.11       mrg 	NETBSD32TO64_UAP(uid);
    344   1.11       mrg 	NETBSD32TO64_UAP(gid);
    345    1.1       mrg 
    346   1.70   thorpej 	return (sys_chown(l, &ua, retval));
    347    1.1       mrg }
    348    1.1       mrg 
    349    1.1       mrg int
    350  1.132       dsl netbsd32_break(struct lwp *l, void *v, register_t *retval)
    351    1.1       mrg {
    352   1.19       eeh 	struct netbsd32_break_args /* {
    353   1.10       mrg 		syscallarg(netbsd32_charp) nsize;
    354    1.1       mrg 	} */ *uap = v;
    355    1.1       mrg 	struct sys_obreak_args ua;
    356    1.1       mrg 
    357  1.121       dsl 	SCARG(&ua, nsize) = SCARG_P32(uap, nsize);
    358   1.11       mrg 	NETBSD32TOP_UAP(nsize, char);
    359   1.70   thorpej 	return (sys_obreak(l, &ua, retval));
    360    1.1       mrg }
    361    1.1       mrg 
    362    1.1       mrg int
    363  1.132       dsl netbsd32_mount(struct lwp *l, void *v, register_t *retval)
    364    1.1       mrg {
    365   1.19       eeh 	struct netbsd32_mount_args /* {
    366   1.10       mrg 		syscallarg(const netbsd32_charp) type;
    367   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    368    1.1       mrg 		syscallarg(int) flags;
    369   1.10       mrg 		syscallarg(netbsd32_voidp) data;
    370    1.1       mrg 	} */ *uap = v;
    371  1.125       dsl 	struct compat_40_sys_mount_args ua;
    372    1.1       mrg 
    373   1.11       mrg 	NETBSD32TOP_UAP(type, const char);
    374   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    375   1.11       mrg 	NETBSD32TO64_UAP(flags);
    376   1.11       mrg 	NETBSD32TOP_UAP(data, void);
    377  1.125       dsl 	return (compat_40_sys_mount(l, &ua, retval));
    378    1.1       mrg }
    379    1.1       mrg 
    380    1.1       mrg int
    381  1.132       dsl netbsd32_unmount(struct lwp *l, void *v, register_t *retval)
    382    1.1       mrg {
    383   1.19       eeh 	struct netbsd32_unmount_args /* {
    384   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    385    1.1       mrg 		syscallarg(int) flags;
    386    1.1       mrg 	} */ *uap = v;
    387    1.1       mrg 	struct sys_unmount_args ua;
    388    1.1       mrg 
    389   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    390   1.11       mrg 	NETBSD32TO64_UAP(flags);
    391   1.70   thorpej 	return (sys_unmount(l, &ua, retval));
    392    1.1       mrg }
    393    1.1       mrg 
    394    1.1       mrg int
    395  1.132       dsl netbsd32_setuid(struct lwp *l, void *v, register_t *retval)
    396    1.6       eeh {
    397   1.19       eeh 	struct netbsd32_setuid_args /* {
    398    1.6       eeh 		syscallarg(uid_t) uid;
    399    1.6       eeh 	} */ *uap = v;
    400    1.6       eeh 	struct sys_setuid_args ua;
    401    1.6       eeh 
    402   1.11       mrg 	NETBSD32TO64_UAP(uid);
    403   1.70   thorpej 	return (sys_setuid(l, &ua, retval));
    404    1.6       eeh }
    405    1.6       eeh 
    406    1.6       eeh int
    407  1.132       dsl netbsd32_ptrace(struct lwp *l, void *v, register_t *retval)
    408    1.1       mrg {
    409  1.111      matt #if defined(PTRACE) || defined(_LKM)
    410   1.19       eeh 	struct netbsd32_ptrace_args /* {
    411    1.1       mrg 		syscallarg(int) req;
    412    1.1       mrg 		syscallarg(pid_t) pid;
    413  1.119  christos 		syscallarg(netbsd32_caddr_t) addr;
    414    1.1       mrg 		syscallarg(int) data;
    415    1.1       mrg 	} */ *uap = v;
    416    1.1       mrg 	struct sys_ptrace_args ua;
    417    1.1       mrg 
    418   1.11       mrg 	NETBSD32TO64_UAP(req);
    419   1.11       mrg 	NETBSD32TO64_UAP(pid);
    420  1.120       dsl 	NETBSD32TOP_UAP(addr, void *);
    421   1.11       mrg 	NETBSD32TO64_UAP(data);
    422  1.111      matt #ifdef _LKM
    423  1.111      matt 	return (*sysent[SYS_ptrace].sy_call)(l, &ua, retval);
    424  1.111      matt #else
    425  1.111      matt 	return sys_ptrace(l, &ua, retval);
    426  1.111      matt #endif
    427  1.111      matt #else
    428  1.111      matt 	return (ENOSYS);
    429  1.111      matt #endif /* PTRACE || _LKM */
    430    1.1       mrg }
    431    1.1       mrg 
    432    1.1       mrg int
    433  1.132       dsl netbsd32_accept(struct lwp *l, void *v, register_t *retval)
    434    1.1       mrg {
    435   1.19       eeh 	struct netbsd32_accept_args /* {
    436    1.1       mrg 		syscallarg(int) s;
    437   1.10       mrg 		syscallarg(netbsd32_sockaddrp_t) name;
    438   1.10       mrg 		syscallarg(netbsd32_intp) anamelen;
    439    1.1       mrg 	} */ *uap = v;
    440    1.1       mrg 	struct sys_accept_args ua;
    441    1.1       mrg 
    442   1.11       mrg 	NETBSD32TO64_UAP(s);
    443   1.11       mrg 	NETBSD32TOP_UAP(name, struct sockaddr);
    444  1.103       mrg 	NETBSD32TOP_UAP(anamelen, socklen_t);
    445   1.70   thorpej 	return (sys_accept(l, &ua, retval));
    446    1.1       mrg }
    447    1.1       mrg 
    448    1.1       mrg int
    449  1.132       dsl netbsd32_getpeername(struct lwp *l, void *v, register_t *retval)
    450    1.1       mrg {
    451   1.19       eeh 	struct netbsd32_getpeername_args /* {
    452    1.1       mrg 		syscallarg(int) fdes;
    453   1.10       mrg 		syscallarg(netbsd32_sockaddrp_t) asa;
    454   1.10       mrg 		syscallarg(netbsd32_intp) alen;
    455    1.1       mrg 	} */ *uap = v;
    456    1.1       mrg 	struct sys_getpeername_args ua;
    457    1.1       mrg 
    458   1.11       mrg 	NETBSD32TO64_UAP(fdes);
    459   1.11       mrg 	NETBSD32TOP_UAP(asa, struct sockaddr);
    460  1.103       mrg 	NETBSD32TOP_UAP(alen, socklen_t);
    461    1.6       eeh /* NB: do the protocol specific sockaddrs need to be converted? */
    462   1.70   thorpej 	return (sys_getpeername(l, &ua, retval));
    463    1.1       mrg }
    464    1.1       mrg 
    465    1.1       mrg int
    466  1.132       dsl netbsd32_getsockname(struct lwp *l, void *v, register_t *retval)
    467    1.1       mrg {
    468   1.19       eeh 	struct netbsd32_getsockname_args /* {
    469    1.1       mrg 		syscallarg(int) fdes;
    470   1.10       mrg 		syscallarg(netbsd32_sockaddrp_t) asa;
    471   1.10       mrg 		syscallarg(netbsd32_intp) alen;
    472    1.1       mrg 	} */ *uap = v;
    473    1.1       mrg 	struct sys_getsockname_args ua;
    474    1.1       mrg 
    475   1.11       mrg 	NETBSD32TO64_UAP(fdes);
    476   1.11       mrg 	NETBSD32TOP_UAP(asa, struct sockaddr);
    477  1.103       mrg 	NETBSD32TOP_UAP(alen, socklen_t);
    478   1.70   thorpej 	return (sys_getsockname(l, &ua, retval));
    479    1.1       mrg }
    480    1.1       mrg 
    481    1.1       mrg int
    482  1.132       dsl netbsd32_access(struct lwp *l, void *v, register_t *retval)
    483    1.1       mrg {
    484   1.19       eeh 	struct netbsd32_access_args /* {
    485   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    486    1.1       mrg 		syscallarg(int) flags;
    487    1.1       mrg 	} */ *uap = v;
    488    1.1       mrg 	struct sys_access_args ua;
    489    1.1       mrg 
    490   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    491   1.11       mrg 	NETBSD32TO64_UAP(flags);
    492    1.1       mrg 
    493  1.123       dsl 	return sys_access(l, &ua, retval);
    494    1.1       mrg }
    495    1.1       mrg 
    496    1.1       mrg int
    497  1.132       dsl netbsd32_chflags(struct lwp *l, void *v, register_t *retval)
    498    1.1       mrg {
    499   1.19       eeh 	struct netbsd32_chflags_args /* {
    500   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    501   1.10       mrg 		syscallarg(netbsd32_u_long) flags;
    502    1.1       mrg 	} */ *uap = v;
    503    1.1       mrg 	struct sys_chflags_args ua;
    504    1.1       mrg 
    505   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    506   1.11       mrg 	NETBSD32TO64_UAP(flags);
    507    1.1       mrg 
    508   1.70   thorpej 	return (sys_chflags(l, &ua, retval));
    509    1.1       mrg }
    510    1.1       mrg 
    511    1.1       mrg int
    512  1.132       dsl netbsd32_fchflags(struct lwp *l, void *v, register_t *retval)
    513    1.1       mrg {
    514   1.19       eeh 	struct netbsd32_fchflags_args /* {
    515    1.1       mrg 		syscallarg(int) fd;
    516   1.10       mrg 		syscallarg(netbsd32_u_long) flags;
    517    1.1       mrg 	} */ *uap = v;
    518    1.1       mrg 	struct sys_fchflags_args ua;
    519    1.1       mrg 
    520   1.11       mrg 	NETBSD32TO64_UAP(fd);
    521   1.11       mrg 	NETBSD32TO64_UAP(flags);
    522    1.1       mrg 
    523   1.70   thorpej 	return (sys_fchflags(l, &ua, retval));
    524    1.1       mrg }
    525    1.1       mrg 
    526    1.1       mrg int
    527  1.132       dsl netbsd32_lchflags(struct lwp *l, void *v, register_t *retval)
    528   1.50       mrg {
    529   1.50       mrg 	struct netbsd32_lchflags_args /* {
    530   1.81       mrg 		syscallarg(const char *) path;
    531   1.50       mrg 		syscallarg(netbsd32_u_long) flags;
    532   1.50       mrg 	} */ *uap = v;
    533   1.50       mrg 	struct sys_lchflags_args ua;
    534   1.50       mrg 
    535   1.50       mrg 	NETBSD32TOP_UAP(path, const char);
    536   1.50       mrg 	NETBSD32TO64_UAP(flags);
    537   1.50       mrg 
    538   1.70   thorpej 	return (sys_lchflags(l, &ua, retval));
    539   1.50       mrg }
    540   1.50       mrg 
    541   1.50       mrg int
    542  1.132       dsl netbsd32_kill(struct lwp *l, void *v, register_t *retval)
    543    1.6       eeh {
    544   1.19       eeh 	struct netbsd32_kill_args /* {
    545    1.6       eeh 		syscallarg(int) pid;
    546    1.6       eeh 		syscallarg(int) signum;
    547    1.6       eeh 	} */ *uap = v;
    548    1.6       eeh 	struct sys_kill_args ua;
    549    1.6       eeh 
    550   1.11       mrg 	NETBSD32TO64_UAP(pid);
    551   1.11       mrg 	NETBSD32TO64_UAP(signum);
    552    1.6       eeh 
    553   1.70   thorpej 	return (sys_kill(l, &ua, retval));
    554    1.6       eeh }
    555    1.6       eeh 
    556    1.6       eeh int
    557  1.132       dsl netbsd32_dup(struct lwp *l, void *v, register_t *retval)
    558    1.6       eeh {
    559   1.19       eeh 	struct netbsd32_dup_args /* {
    560    1.6       eeh 		syscallarg(int) fd;
    561    1.6       eeh 	} */ *uap = v;
    562    1.6       eeh 	struct sys_dup_args ua;
    563    1.6       eeh 
    564   1.11       mrg 	NETBSD32TO64_UAP(fd);
    565    1.6       eeh 
    566   1.70   thorpej 	return (sys_dup(l, &ua, retval));
    567    1.6       eeh }
    568    1.6       eeh 
    569    1.6       eeh int
    570  1.132       dsl netbsd32_profil(struct lwp *l, void *v, register_t *retval)
    571    1.1       mrg {
    572   1.19       eeh 	struct netbsd32_profil_args /* {
    573  1.119  christos 		syscallarg(netbsd32_caddr_t) samples;
    574   1.10       mrg 		syscallarg(netbsd32_size_t) size;
    575   1.10       mrg 		syscallarg(netbsd32_u_long) offset;
    576    1.1       mrg 		syscallarg(u_int) scale;
    577    1.1       mrg 	} */ *uap = v;
    578    1.1       mrg 	struct sys_profil_args ua;
    579    1.1       mrg 
    580  1.120       dsl 	NETBSD32TOP_UAP(samples, void *);
    581   1.11       mrg 	NETBSD32TOX_UAP(size, size_t);
    582   1.11       mrg 	NETBSD32TOX_UAP(offset, u_long);
    583   1.11       mrg 	NETBSD32TO64_UAP(scale);
    584   1.70   thorpej 	return (sys_profil(l, &ua, retval));
    585    1.1       mrg }
    586    1.1       mrg 
    587    1.1       mrg int
    588  1.132       dsl netbsd32_ktrace(struct lwp *l, void *v, register_t *retval)
    589    1.1       mrg {
    590   1.19       eeh 	struct netbsd32_ktrace_args /* {
    591   1.10       mrg 		syscallarg(const netbsd32_charp) fname;
    592    1.1       mrg 		syscallarg(int) ops;
    593    1.1       mrg 		syscallarg(int) facs;
    594    1.1       mrg 		syscallarg(int) pid;
    595    1.1       mrg 	} */ *uap = v;
    596    1.1       mrg 	struct sys_ktrace_args ua;
    597    1.1       mrg 
    598   1.11       mrg 	NETBSD32TOP_UAP(fname, const char);
    599   1.11       mrg 	NETBSD32TO64_UAP(ops);
    600   1.11       mrg 	NETBSD32TO64_UAP(facs);
    601   1.11       mrg 	NETBSD32TO64_UAP(pid);
    602   1.70   thorpej 	return (sys_ktrace(l, &ua, retval));
    603    1.1       mrg }
    604   1.50       mrg 
    605   1.50       mrg int
    606  1.132       dsl netbsd32_utrace(struct lwp *l, void *v, register_t *retval)
    607   1.50       mrg {
    608   1.50       mrg 	struct netbsd32_utrace_args /* {
    609   1.50       mrg 		syscallarg(const netbsd32_charp) label;
    610   1.50       mrg 		syscallarg(netbsd32_voidp) addr;
    611   1.50       mrg 		syscallarg(netbsd32_size_t) len;
    612   1.50       mrg 	} */ *uap = v;
    613   1.50       mrg 	struct sys_utrace_args ua;
    614   1.50       mrg 
    615   1.50       mrg 	NETBSD32TOP_UAP(label, const char);
    616   1.50       mrg 	NETBSD32TOP_UAP(addr, void);
    617   1.50       mrg 	NETBSD32TO64_UAP(len);
    618   1.70   thorpej 	return (sys_utrace(l, &ua, retval));
    619   1.50       mrg }
    620    1.1       mrg 
    621    1.1       mrg int
    622  1.132       dsl netbsd32___getlogin(struct lwp *l, void *v, register_t *retval)
    623    1.1       mrg {
    624   1.19       eeh 	struct netbsd32___getlogin_args /* {
    625   1.10       mrg 		syscallarg(netbsd32_charp) namebuf;
    626    1.1       mrg 		syscallarg(u_int) namelen;
    627    1.1       mrg 	} */ *uap = v;
    628    1.1       mrg 	struct sys___getlogin_args ua;
    629    1.1       mrg 
    630   1.11       mrg 	NETBSD32TOP_UAP(namebuf, char);
    631   1.11       mrg 	NETBSD32TO64_UAP(namelen);
    632   1.70   thorpej 	return (sys___getlogin(l, &ua, retval));
    633    1.1       mrg }
    634    1.1       mrg 
    635    1.1       mrg int
    636  1.132       dsl netbsd32_setlogin(struct lwp *l, void *v, register_t *retval)
    637    1.1       mrg {
    638   1.19       eeh 	struct netbsd32_setlogin_args /* {
    639   1.10       mrg 		syscallarg(const netbsd32_charp) namebuf;
    640    1.1       mrg 	} */ *uap = v;
    641   1.70   thorpej 	struct sys___setlogin_args ua;
    642    1.1       mrg 
    643   1.11       mrg 	NETBSD32TOP_UAP(namebuf, char);
    644   1.70   thorpej 	return (sys___setlogin(l, &ua, retval));
    645    1.1       mrg }
    646    1.1       mrg 
    647    1.1       mrg int
    648  1.132       dsl netbsd32_acct(struct lwp *l, void *v, register_t *retval)
    649    1.1       mrg {
    650   1.19       eeh 	struct netbsd32_acct_args /* {
    651   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    652    1.1       mrg 	} */ *uap = v;
    653    1.1       mrg 	struct sys_acct_args ua;
    654    1.1       mrg 
    655   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    656   1.70   thorpej 	return (sys_acct(l, &ua, retval));
    657    1.1       mrg }
    658    1.1       mrg 
    659    1.1       mrg int
    660  1.132       dsl netbsd32_revoke(struct lwp *l, void *v, register_t *retval)
    661    1.1       mrg {
    662   1.19       eeh 	struct netbsd32_revoke_args /* {
    663   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    664    1.1       mrg 	} */ *uap = v;
    665    1.1       mrg 	struct sys_revoke_args ua;
    666    1.1       mrg 
    667   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    668    1.1       mrg 
    669   1.70   thorpej 	return (sys_revoke(l, &ua, retval));
    670    1.1       mrg }
    671    1.1       mrg 
    672    1.1       mrg int
    673  1.132       dsl netbsd32_symlink(struct lwp *l, void *v, register_t *retval)
    674    1.1       mrg {
    675   1.19       eeh 	struct netbsd32_symlink_args /* {
    676   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    677   1.10       mrg 		syscallarg(const netbsd32_charp) link;
    678    1.1       mrg 	} */ *uap = v;
    679    1.1       mrg 	struct sys_symlink_args ua;
    680    1.1       mrg 
    681   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    682   1.11       mrg 	NETBSD32TOP_UAP(link, const char);
    683    1.1       mrg 
    684   1.70   thorpej 	return (sys_symlink(l, &ua, retval));
    685    1.1       mrg }
    686    1.1       mrg 
    687    1.1       mrg int
    688  1.132       dsl netbsd32_readlink(struct lwp *l, void *v, register_t *retval)
    689    1.1       mrg {
    690   1.19       eeh 	struct netbsd32_readlink_args /* {
    691   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    692   1.10       mrg 		syscallarg(netbsd32_charp) buf;
    693   1.10       mrg 		syscallarg(netbsd32_size_t) count;
    694    1.1       mrg 	} */ *uap = v;
    695    1.1       mrg 	struct sys_readlink_args ua;
    696    1.1       mrg 
    697   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    698   1.11       mrg 	NETBSD32TOP_UAP(buf, char);
    699   1.11       mrg 	NETBSD32TOX_UAP(count, size_t);
    700    1.1       mrg 
    701   1.70   thorpej 	return (sys_readlink(l, &ua, retval));
    702    1.1       mrg }
    703    1.1       mrg 
    704    1.1       mrg int
    705  1.132       dsl netbsd32_umask(struct lwp *l, void *v, register_t *retval)
    706    1.6       eeh {
    707   1.19       eeh 	struct netbsd32_umask_args /* {
    708    1.6       eeh 		syscallarg(mode_t) newmask;
    709    1.6       eeh 	} */ *uap = v;
    710    1.6       eeh 	struct sys_umask_args ua;
    711    1.6       eeh 
    712   1.11       mrg 	NETBSD32TO64_UAP(newmask);
    713   1.70   thorpej 	return (sys_umask(l, &ua, retval));
    714    1.6       eeh }
    715    1.6       eeh 
    716    1.6       eeh int
    717  1.132       dsl netbsd32_chroot(struct lwp *l, void *v, register_t *retval)
    718    1.1       mrg {
    719   1.19       eeh 	struct netbsd32_chroot_args /* {
    720   1.10       mrg 		syscallarg(const netbsd32_charp) path;
    721    1.1       mrg 	} */ *uap = v;
    722    1.1       mrg 	struct sys_chroot_args ua;
    723    1.1       mrg 
    724   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
    725   1.70   thorpej 	return (sys_chroot(l, &ua, retval));
    726    1.1       mrg }
    727    1.1       mrg 
    728    1.1       mrg int
    729  1.132       dsl netbsd32_sbrk(struct lwp *l, void *v, register_t *retval)
    730    1.6       eeh {
    731   1.19       eeh 	struct netbsd32_sbrk_args /* {
    732    1.6       eeh 		syscallarg(int) incr;
    733    1.6       eeh 	} */ *uap = v;
    734    1.6       eeh 	struct sys_sbrk_args ua;
    735    1.6       eeh 
    736   1.11       mrg 	NETBSD32TO64_UAP(incr);
    737   1.70   thorpej 	return (sys_sbrk(l, &ua, retval));
    738    1.6       eeh }
    739    1.6       eeh 
    740    1.6       eeh int
    741  1.132       dsl netbsd32_sstk(struct lwp *l, void *v, register_t *retval)
    742    1.6       eeh {
    743   1.19       eeh 	struct netbsd32_sstk_args /* {
    744    1.6       eeh 		syscallarg(int) incr;
    745    1.6       eeh 	} */ *uap = v;
    746    1.6       eeh 	struct sys_sstk_args ua;
    747    1.6       eeh 
    748   1.11       mrg 	NETBSD32TO64_UAP(incr);
    749   1.70   thorpej 	return (sys_sstk(l, &ua, retval));
    750    1.6       eeh }
    751    1.6       eeh 
    752    1.6       eeh int
    753  1.132       dsl netbsd32_munmap(struct lwp *l, void *v, register_t *retval)
    754    1.1       mrg {
    755   1.19       eeh 	struct netbsd32_munmap_args /* {
    756   1.10       mrg 		syscallarg(netbsd32_voidp) addr;
    757   1.10       mrg 		syscallarg(netbsd32_size_t) len;
    758    1.1       mrg 	} */ *uap = v;
    759    1.1       mrg 	struct sys_munmap_args ua;
    760    1.1       mrg 
    761   1.11       mrg 	NETBSD32TOP_UAP(addr, void);
    762   1.11       mrg 	NETBSD32TOX_UAP(len, size_t);
    763   1.70   thorpej 	return (sys_munmap(l, &ua, retval));
    764    1.1       mrg }
    765    1.1       mrg 
    766    1.1       mrg int
    767  1.132       dsl netbsd32_mprotect(struct lwp *l, void *v, register_t *retval)
    768    1.1       mrg {
    769   1.19       eeh 	struct netbsd32_mprotect_args /* {
    770   1.10       mrg 		syscallarg(netbsd32_voidp) addr;
    771   1.10       mrg 		syscallarg(netbsd32_size_t) len;
    772    1.1       mrg 		syscallarg(int) prot;
    773    1.1       mrg 	} */ *uap = v;
    774    1.1       mrg 	struct sys_mprotect_args ua;
    775    1.1       mrg 
    776   1.11       mrg 	NETBSD32TOP_UAP(addr, void);
    777   1.11       mrg 	NETBSD32TOX_UAP(len, size_t);
    778   1.11       mrg 	NETBSD32TO64_UAP(prot);
    779   1.70   thorpej 	return (sys_mprotect(l, &ua, retval));
    780    1.1       mrg }
    781    1.1       mrg 
    782    1.1       mrg int
    783  1.132       dsl netbsd32_madvise(struct lwp *l, void *v, register_t *retval)
    784    1.1       mrg {
    785   1.19       eeh 	struct netbsd32_madvise_args /* {
    786   1.10       mrg 		syscallarg(netbsd32_voidp) addr;
    787   1.10       mrg 		syscallarg(netbsd32_size_t) len;
    788    1.1       mrg 		syscallarg(int) behav;
    789    1.1       mrg 	} */ *uap = v;
    790    1.1       mrg 	struct sys_madvise_args ua;
    791    1.1       mrg 
    792   1.11       mrg 	NETBSD32TOP_UAP(addr, void);
    793   1.11       mrg 	NETBSD32TOX_UAP(len, size_t);
    794   1.11       mrg 	NETBSD32TO64_UAP(behav);
    795   1.70   thorpej 	return (sys_madvise(l, &ua, retval));
    796    1.1       mrg }
    797    1.1       mrg 
    798    1.1       mrg int
    799  1.132       dsl netbsd32_mincore(struct lwp *l, void *v, register_t *retval)
    800    1.1       mrg {
    801   1.19       eeh 	struct netbsd32_mincore_args /* {
    802  1.119  christos 		syscallarg(netbsd32_caddr_t) addr;
    803   1.10       mrg 		syscallarg(netbsd32_size_t) len;
    804   1.10       mrg 		syscallarg(netbsd32_charp) vec;
    805    1.1       mrg 	} */ *uap = v;
    806    1.1       mrg 	struct sys_mincore_args ua;
    807    1.1       mrg 
    808  1.120       dsl 	NETBSD32TOP_UAP(addr, void *);
    809   1.11       mrg 	NETBSD32TOX_UAP(len, size_t);
    810   1.11       mrg 	NETBSD32TOP_UAP(vec, char);
    811   1.70   thorpej 	return (sys_mincore(l, &ua, retval));
    812    1.1       mrg }
    813    1.1       mrg 
    814   1.57       mrg /* XXX MOVE ME XXX ? */
    815    1.1       mrg int
    816  1.132       dsl netbsd32_getgroups(struct lwp *l, void *v, register_t *retval)
    817    1.1       mrg {
    818   1.19       eeh 	struct netbsd32_getgroups_args /* {
    819    1.1       mrg 		syscallarg(int) gidsetsize;
    820   1.10       mrg 		syscallarg(netbsd32_gid_tp) gidset;
    821    1.1       mrg 	} */ *uap = v;
    822  1.124       dsl 	struct sys_getgroups_args ua;
    823  1.124       dsl 
    824  1.124       dsl 	/* Since sizeof (gid_t) == sizeof (netbsd32_gid_t) ... */
    825    1.1       mrg 
    826  1.124       dsl 	NETBSD32TO64_UAP(gidsetsize);
    827  1.124       dsl 	NETBSD32TOP_UAP(gidset, gid_t);
    828  1.124       dsl 	return (sys_getgroups(l, &ua, retval));
    829    1.1       mrg }
    830    1.1       mrg 
    831    1.1       mrg int
    832  1.132       dsl netbsd32_setgroups(struct lwp *l, void *v, register_t *retval)
    833    1.1       mrg {
    834   1.19       eeh 	struct netbsd32_setgroups_args /* {
    835    1.1       mrg 		syscallarg(int) gidsetsize;
    836   1.10       mrg 		syscallarg(const netbsd32_gid_tp) gidset;
    837    1.1       mrg 	} */ *uap = v;
    838    1.1       mrg 	struct sys_setgroups_args ua;
    839    1.1       mrg 
    840   1.11       mrg 	NETBSD32TO64_UAP(gidsetsize);
    841   1.11       mrg 	NETBSD32TOP_UAP(gidset, gid_t);
    842   1.70   thorpej 	return (sys_setgroups(l, &ua, retval));
    843    1.1       mrg }
    844    1.1       mrg 
    845    1.1       mrg int
    846  1.132       dsl netbsd32_setpgid(struct lwp *l, void *v, register_t *retval)
    847    1.6       eeh {
    848   1.19       eeh 	struct netbsd32_setpgid_args /* {
    849    1.6       eeh 		syscallarg(int) pid;
    850    1.6       eeh 		syscallarg(int) pgid;
    851    1.6       eeh 	} */ *uap = v;
    852    1.6       eeh 	struct sys_setpgid_args ua;
    853    1.6       eeh 
    854   1.11       mrg 	NETBSD32TO64_UAP(pid);
    855   1.11       mrg 	NETBSD32TO64_UAP(pgid);
    856   1.70   thorpej 	return (sys_setpgid(l, &ua, retval));
    857    1.6       eeh }
    858    1.6       eeh 
    859    1.1       mrg int
    860  1.132       dsl netbsd32_fcntl(struct lwp *l, void *v, register_t *retval)
    861    1.1       mrg {
    862   1.19       eeh 	struct netbsd32_fcntl_args /* {
    863    1.1       mrg 		syscallarg(int) fd;
    864    1.1       mrg 		syscallarg(int) cmd;
    865   1.10       mrg 		syscallarg(netbsd32_voidp) arg;
    866    1.1       mrg 	} */ *uap = v;
    867    1.1       mrg 	struct sys_fcntl_args ua;
    868    1.1       mrg 
    869   1.11       mrg 	NETBSD32TO64_UAP(fd);
    870   1.11       mrg 	NETBSD32TO64_UAP(cmd);
    871   1.11       mrg 	NETBSD32TOP_UAP(arg, void);
    872   1.54       mrg 	/* we can do this because `struct flock' doesn't change */
    873   1.70   thorpej 	return (sys_fcntl(l, &ua, retval));
    874    1.1       mrg }
    875    1.1       mrg 
    876    1.1       mrg int
    877  1.132       dsl netbsd32_dup2(struct lwp *l, void *v, register_t *retval)
    878    1.6       eeh {
    879   1.19       eeh 	struct netbsd32_dup2_args /* {
    880    1.6       eeh 		syscallarg(int) from;
    881    1.6       eeh 		syscallarg(int) to;
    882    1.6       eeh 	} */ *uap = v;
    883    1.6       eeh 	struct sys_dup2_args ua;
    884    1.6       eeh 
    885   1.11       mrg 	NETBSD32TO64_UAP(from);
    886   1.11       mrg 	NETBSD32TO64_UAP(to);
    887   1.70   thorpej 	return (sys_dup2(l, &ua, retval));
    888    1.6       eeh }
    889    1.6       eeh 
    890    1.6       eeh int
    891  1.132       dsl netbsd32_fsync(struct lwp *l, void *v, register_t *retval)
    892    1.6       eeh {
    893   1.19       eeh 	struct netbsd32_fsync_args /* {
    894    1.6       eeh 		syscallarg(int) fd;
    895    1.6       eeh 	} */ *uap = v;
    896    1.6       eeh 	struct sys_fsync_args ua;
    897    1.1       mrg 
    898   1.11       mrg 	NETBSD32TO64_UAP(fd);
    899   1.70   thorpej 	return (sys_fsync(l, &ua, retval));
    900    1.6       eeh }
    901    1.6       eeh 
    902    1.6       eeh int
    903  1.132       dsl netbsd32_setpriority(struct lwp *l, void *v, register_t *retval)
    904    1.6       eeh {
    905   1.19       eeh 	struct netbsd32_setpriority_args /* {
    906    1.6       eeh 		syscallarg(int) which;
    907    1.6       eeh 		syscallarg(int) who;
    908    1.6       eeh 		syscallarg(int) prio;
    909    1.6       eeh 	} */ *uap = v;
    910    1.6       eeh 	struct sys_setpriority_args ua;
    911    1.6       eeh 
    912   1.11       mrg 	NETBSD32TO64_UAP(which);
    913   1.11       mrg 	NETBSD32TO64_UAP(who);
    914   1.11       mrg 	NETBSD32TO64_UAP(prio);
    915   1.70   thorpej 	return (sys_setpriority(l, &ua, retval));
    916    1.6       eeh }
    917    1.6       eeh 
    918    1.6       eeh int
    919  1.132       dsl netbsd32_sys___socket30(struct lwp *l, void *v, register_t *retval)
    920  1.105       mrg {
    921  1.105       mrg 	struct netbsd32_sys___socket30_args /* {
    922  1.105       mrg 		syscallarg(int) domain;
    923  1.105       mrg 		syscallarg(int) type;
    924  1.105       mrg 		syscallarg(int) protocol;
    925  1.105       mrg 	} */ *uap = v;
    926  1.105       mrg 	struct sys___socket30_args ua;
    927  1.105       mrg 
    928  1.105       mrg 	NETBSD32TO64_UAP(domain);
    929  1.105       mrg 	NETBSD32TO64_UAP(type);
    930  1.105       mrg 	NETBSD32TO64_UAP(protocol);
    931  1.105       mrg 	return (sys___socket30(l, &ua, retval));
    932    1.1       mrg }
    933    1.1       mrg 
    934    1.1       mrg int
    935  1.132       dsl netbsd32_connect(struct lwp *l, void *v, register_t *retval)
    936    1.1       mrg {
    937   1.19       eeh 	struct netbsd32_connect_args /* {
    938    1.1       mrg 		syscallarg(int) s;
    939   1.10       mrg 		syscallarg(const netbsd32_sockaddrp_t) name;
    940    1.1       mrg 		syscallarg(int) namelen;
    941    1.1       mrg 	} */ *uap = v;
    942    1.1       mrg 	struct sys_connect_args ua;
    943    1.1       mrg 
    944   1.11       mrg 	NETBSD32TO64_UAP(s);
    945   1.11       mrg 	NETBSD32TOP_UAP(name, struct sockaddr);
    946   1.11       mrg 	NETBSD32TO64_UAP(namelen);
    947   1.70   thorpej 	return (sys_connect(l, &ua, retval));
    948    1.1       mrg }
    949    1.1       mrg 
    950    1.6       eeh int
    951  1.132       dsl netbsd32_getpriority(struct lwp *l, void *v, register_t *retval)
    952    1.6       eeh {
    953   1.19       eeh 	struct netbsd32_getpriority_args /* {
    954    1.6       eeh 		syscallarg(int) which;
    955    1.6       eeh 		syscallarg(int) who;
    956    1.6       eeh 	} */ *uap = v;
    957    1.6       eeh 	struct sys_getpriority_args ua;
    958    1.6       eeh 
    959   1.11       mrg 	NETBSD32TO64_UAP(which);
    960   1.11       mrg 	NETBSD32TO64_UAP(who);
    961   1.70   thorpej 	return (sys_getpriority(l, &ua, retval));
    962    1.6       eeh }
    963    1.6       eeh 
    964    1.1       mrg int
    965  1.132       dsl netbsd32_bind(struct lwp *l, void *v, register_t *retval)
    966    1.1       mrg {
    967   1.19       eeh 	struct netbsd32_bind_args /* {
    968    1.1       mrg 		syscallarg(int) s;
    969   1.10       mrg 		syscallarg(const netbsd32_sockaddrp_t) name;
    970    1.1       mrg 		syscallarg(int) namelen;
    971    1.1       mrg 	} */ *uap = v;
    972    1.6       eeh 	struct sys_bind_args ua;
    973    1.1       mrg 
    974   1.11       mrg 	NETBSD32TO64_UAP(s);
    975   1.11       mrg 	NETBSD32TOP_UAP(name, struct sockaddr);
    976   1.11       mrg 	NETBSD32TO64_UAP(namelen);
    977   1.70   thorpej 	return (sys_bind(l, &ua, retval));
    978    1.1       mrg }
    979    1.1       mrg 
    980    1.1       mrg int
    981  1.132       dsl netbsd32_setsockopt(struct lwp *l, void *v, register_t *retval)
    982    1.1       mrg {
    983   1.19       eeh 	struct netbsd32_setsockopt_args /* {
    984    1.1       mrg 		syscallarg(int) s;
    985    1.1       mrg 		syscallarg(int) level;
    986    1.1       mrg 		syscallarg(int) name;
    987   1.10       mrg 		syscallarg(const netbsd32_voidp) val;
    988    1.1       mrg 		syscallarg(int) valsize;
    989    1.1       mrg 	} */ *uap = v;
    990    1.1       mrg 	struct sys_setsockopt_args ua;
    991    1.1       mrg 
    992   1.11       mrg 	NETBSD32TO64_UAP(s);
    993   1.11       mrg 	NETBSD32TO64_UAP(level);
    994   1.11       mrg 	NETBSD32TO64_UAP(name);
    995   1.11       mrg 	NETBSD32TOP_UAP(val, void);
    996   1.11       mrg 	NETBSD32TO64_UAP(valsize);
    997    1.6       eeh 	/* may be more efficient to do this inline. */
    998   1.70   thorpej 	return (sys_setsockopt(l, &ua, retval));
    999    1.1       mrg }
   1000    1.1       mrg 
   1001    1.1       mrg int
   1002  1.132       dsl netbsd32_listen(struct lwp *l, void *v, register_t *retval)
   1003    1.6       eeh {
   1004   1.19       eeh 	struct netbsd32_listen_args /* {
   1005    1.6       eeh 		syscallarg(int) s;
   1006    1.6       eeh 		syscallarg(int) backlog;
   1007    1.6       eeh 	} */ *uap = v;
   1008    1.6       eeh 	struct sys_listen_args ua;
   1009    1.6       eeh 
   1010   1.11       mrg 	NETBSD32TO64_UAP(s);
   1011   1.11       mrg 	NETBSD32TO64_UAP(backlog);
   1012   1.70   thorpej 	return (sys_listen(l, &ua, retval));
   1013    1.6       eeh }
   1014    1.6       eeh 
   1015    1.6       eeh int
   1016  1.132       dsl netbsd32_fchown(struct lwp *l, void *v, register_t *retval)
   1017    1.1       mrg {
   1018   1.57       mrg 	struct netbsd32_fchown_args /* {
   1019   1.57       mrg 		syscallarg(int) fd;
   1020   1.57       mrg 		syscallarg(uid_t) uid;
   1021   1.57       mrg 		syscallarg(gid_t) gid;
   1022    1.1       mrg 	} */ *uap = v;
   1023   1.57       mrg 	struct sys_fchown_args ua;
   1024    1.6       eeh 
   1025   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1026   1.11       mrg 	NETBSD32TO64_UAP(uid);
   1027   1.11       mrg 	NETBSD32TO64_UAP(gid);
   1028   1.70   thorpej 	return (sys_fchown(l, &ua, retval));
   1029    1.6       eeh }
   1030    1.6       eeh 
   1031    1.6       eeh int
   1032  1.132       dsl netbsd32_fchmod(struct lwp *l, void *v, register_t *retval)
   1033    1.6       eeh {
   1034   1.19       eeh 	struct netbsd32_fchmod_args /* {
   1035    1.6       eeh 		syscallarg(int) fd;
   1036    1.6       eeh 		syscallarg(mode_t) mode;
   1037    1.6       eeh 	} */ *uap = v;
   1038    1.6       eeh 	struct sys_fchmod_args ua;
   1039    1.6       eeh 
   1040   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1041   1.11       mrg 	NETBSD32TO64_UAP(mode);
   1042   1.70   thorpej 	return (sys_fchmod(l, &ua, retval));
   1043    1.6       eeh }
   1044    1.6       eeh 
   1045    1.6       eeh int
   1046  1.132       dsl netbsd32_setreuid(struct lwp *l, void *v, register_t *retval)
   1047    1.6       eeh {
   1048   1.19       eeh 	struct netbsd32_setreuid_args /* {
   1049    1.6       eeh 		syscallarg(uid_t) ruid;
   1050    1.6       eeh 		syscallarg(uid_t) euid;
   1051    1.6       eeh 	} */ *uap = v;
   1052    1.6       eeh 	struct sys_setreuid_args ua;
   1053    1.6       eeh 
   1054   1.11       mrg 	NETBSD32TO64_UAP(ruid);
   1055   1.11       mrg 	NETBSD32TO64_UAP(euid);
   1056   1.70   thorpej 	return (sys_setreuid(l, &ua, retval));
   1057    1.6       eeh }
   1058    1.1       mrg 
   1059    1.6       eeh int
   1060  1.132       dsl netbsd32_setregid(struct lwp *l, void *v, register_t *retval)
   1061    1.6       eeh {
   1062   1.19       eeh 	struct netbsd32_setregid_args /* {
   1063    1.6       eeh 		syscallarg(gid_t) rgid;
   1064    1.6       eeh 		syscallarg(gid_t) egid;
   1065    1.6       eeh 	} */ *uap = v;
   1066    1.6       eeh 	struct sys_setregid_args ua;
   1067    1.6       eeh 
   1068   1.11       mrg 	NETBSD32TO64_UAP(rgid);
   1069   1.11       mrg 	NETBSD32TO64_UAP(egid);
   1070   1.70   thorpej 	return (sys_setregid(l, &ua, retval));
   1071    1.1       mrg }
   1072    1.1       mrg 
   1073    1.1       mrg int
   1074  1.132       dsl netbsd32_getsockopt(struct lwp *l, void *v, register_t *retval)
   1075    1.1       mrg {
   1076   1.19       eeh 	struct netbsd32_getsockopt_args /* {
   1077    1.1       mrg 		syscallarg(int) s;
   1078    1.1       mrg 		syscallarg(int) level;
   1079    1.1       mrg 		syscallarg(int) name;
   1080   1.10       mrg 		syscallarg(netbsd32_voidp) val;
   1081   1.10       mrg 		syscallarg(netbsd32_intp) avalsize;
   1082    1.1       mrg 	} */ *uap = v;
   1083    1.1       mrg 	struct sys_getsockopt_args ua;
   1084    1.1       mrg 
   1085   1.11       mrg 	NETBSD32TO64_UAP(s);
   1086   1.11       mrg 	NETBSD32TO64_UAP(level);
   1087   1.11       mrg 	NETBSD32TO64_UAP(name);
   1088   1.11       mrg 	NETBSD32TOP_UAP(val, void);
   1089  1.103       mrg 	NETBSD32TOP_UAP(avalsize, socklen_t);
   1090   1.70   thorpej 	return (sys_getsockopt(l, &ua, retval));
   1091    1.1       mrg }
   1092    1.1       mrg 
   1093    1.1       mrg int
   1094  1.132       dsl netbsd32_rename(struct lwp *l, void *v, register_t *retval)
   1095    1.1       mrg {
   1096   1.19       eeh 	struct netbsd32_rename_args /* {
   1097   1.10       mrg 		syscallarg(const netbsd32_charp) from;
   1098   1.10       mrg 		syscallarg(const netbsd32_charp) to;
   1099    1.1       mrg 	} */ *uap = v;
   1100    1.1       mrg 	struct sys_rename_args ua;
   1101    1.1       mrg 
   1102   1.20       eeh 	NETBSD32TOP_UAP(from, const char);
   1103   1.20       eeh 	NETBSD32TOP_UAP(to, const char)
   1104    1.6       eeh 
   1105   1.70   thorpej 	return (sys_rename(l, &ua, retval));
   1106    1.1       mrg }
   1107    1.1       mrg 
   1108    1.1       mrg int
   1109  1.132       dsl netbsd32_flock(struct lwp *l, void *v, register_t *retval)
   1110    1.6       eeh {
   1111   1.19       eeh 	struct netbsd32_flock_args /* {
   1112    1.6       eeh 		syscallarg(int) fd;
   1113    1.6       eeh 		syscallarg(int) how;
   1114    1.6       eeh 	} */ *uap = v;
   1115    1.6       eeh 	struct sys_flock_args ua;
   1116    1.6       eeh 
   1117   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1118   1.11       mrg 	NETBSD32TO64_UAP(how)
   1119    1.6       eeh 
   1120   1.70   thorpej 	return (sys_flock(l, &ua, retval));
   1121    1.6       eeh }
   1122    1.6       eeh 
   1123    1.6       eeh int
   1124  1.132       dsl netbsd32_mkfifo(struct lwp *l, void *v, register_t *retval)
   1125    1.1       mrg {
   1126   1.19       eeh 	struct netbsd32_mkfifo_args /* {
   1127   1.10       mrg 		syscallarg(const netbsd32_charp) path;
   1128    1.1       mrg 		syscallarg(mode_t) mode;
   1129    1.1       mrg 	} */ *uap = v;
   1130    1.1       mrg 	struct sys_mkfifo_args ua;
   1131    1.1       mrg 
   1132   1.11       mrg 	NETBSD32TOP_UAP(path, const char)
   1133   1.11       mrg 	NETBSD32TO64_UAP(mode);
   1134   1.70   thorpej 	return (sys_mkfifo(l, &ua, retval));
   1135    1.1       mrg }
   1136    1.1       mrg 
   1137    1.1       mrg int
   1138  1.132       dsl netbsd32_shutdown(struct lwp *l, void *v, register_t *retval)
   1139    1.6       eeh {
   1140   1.19       eeh 	struct netbsd32_shutdown_args /* {
   1141    1.6       eeh 		syscallarg(int) s;
   1142    1.6       eeh 		syscallarg(int) how;
   1143    1.6       eeh 	} */ *uap = v;
   1144    1.6       eeh 	struct sys_shutdown_args ua;
   1145    1.6       eeh 
   1146   1.11       mrg 	NETBSD32TO64_UAP(s)
   1147   1.11       mrg 	NETBSD32TO64_UAP(how);
   1148   1.70   thorpej 	return (sys_shutdown(l, &ua, retval));
   1149    1.6       eeh }
   1150    1.6       eeh 
   1151    1.6       eeh int
   1152  1.132       dsl netbsd32_socketpair(struct lwp *l, void *v, register_t *retval)
   1153    1.6       eeh {
   1154   1.19       eeh 	struct netbsd32_socketpair_args /* {
   1155    1.6       eeh 		syscallarg(int) domain;
   1156    1.6       eeh 		syscallarg(int) type;
   1157    1.6       eeh 		syscallarg(int) protocol;
   1158   1.10       mrg 		syscallarg(netbsd32_intp) rsv;
   1159    1.6       eeh 	} */ *uap = v;
   1160    1.6       eeh 	struct sys_socketpair_args ua;
   1161    1.6       eeh 
   1162   1.11       mrg 	NETBSD32TO64_UAP(domain);
   1163   1.11       mrg 	NETBSD32TO64_UAP(type);
   1164   1.11       mrg 	NETBSD32TO64_UAP(protocol);
   1165   1.11       mrg 	NETBSD32TOP_UAP(rsv, int);
   1166    1.6       eeh 	/* Since we're just copying out two `int's we can do this */
   1167   1.70   thorpej 	return (sys_socketpair(l, &ua, retval));
   1168    1.6       eeh }
   1169    1.6       eeh 
   1170    1.6       eeh int
   1171  1.132       dsl netbsd32_mkdir(struct lwp *l, void *v, register_t *retval)
   1172    1.1       mrg {
   1173   1.19       eeh 	struct netbsd32_mkdir_args /* {
   1174   1.10       mrg 		syscallarg(const netbsd32_charp) path;
   1175    1.1       mrg 		syscallarg(mode_t) mode;
   1176    1.1       mrg 	} */ *uap = v;
   1177    1.1       mrg 	struct sys_mkdir_args ua;
   1178    1.1       mrg 
   1179   1.11       mrg 	NETBSD32TOP_UAP(path, const char)
   1180   1.11       mrg 	NETBSD32TO64_UAP(mode);
   1181   1.70   thorpej 	return (sys_mkdir(l, &ua, retval));
   1182    1.1       mrg }
   1183    1.1       mrg 
   1184    1.1       mrg int
   1185  1.132       dsl netbsd32_rmdir(struct lwp *l, void *v, register_t *retval)
   1186    1.1       mrg {
   1187   1.19       eeh 	struct netbsd32_rmdir_args /* {
   1188   1.10       mrg 		syscallarg(const netbsd32_charp) path;
   1189    1.1       mrg 	} */ *uap = v;
   1190    1.1       mrg 	struct sys_rmdir_args ua;
   1191    1.1       mrg 
   1192   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
   1193   1.70   thorpej 	return (sys_rmdir(l, &ua, retval));
   1194    1.1       mrg }
   1195    1.1       mrg 
   1196    1.1       mrg int
   1197  1.132       dsl netbsd32_quotactl(struct lwp *l, void *v, register_t *retval)
   1198    1.1       mrg {
   1199   1.19       eeh 	struct netbsd32_quotactl_args /* {
   1200   1.10       mrg 		syscallarg(const netbsd32_charp) path;
   1201    1.1       mrg 		syscallarg(int) cmd;
   1202    1.1       mrg 		syscallarg(int) uid;
   1203  1.119  christos 		syscallarg(netbsd32_caddr_t) arg;
   1204    1.1       mrg 	} */ *uap = v;
   1205    1.1       mrg 	struct sys_quotactl_args ua;
   1206    1.1       mrg 
   1207   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
   1208   1.11       mrg 	NETBSD32TO64_UAP(cmd);
   1209   1.11       mrg 	NETBSD32TO64_UAP(uid);
   1210  1.120       dsl 	NETBSD32TOP_UAP(arg, void *);
   1211   1.70   thorpej 	return (sys_quotactl(l, &ua, retval));
   1212    1.1       mrg }
   1213    1.1       mrg 
   1214    1.6       eeh #if defined(NFS) || defined(NFSSERVER)
   1215    1.1       mrg int
   1216  1.132       dsl netbsd32_nfssvc(struct lwp *l, void *v, register_t *retval)
   1217    1.1       mrg {
   1218    1.6       eeh #if 0
   1219   1.19       eeh 	struct netbsd32_nfssvc_args /* {
   1220    1.1       mrg 		syscallarg(int) flag;
   1221   1.10       mrg 		syscallarg(netbsd32_voidp) argp;
   1222    1.1       mrg 	} */ *uap = v;
   1223    1.1       mrg 	struct sys_nfssvc_args ua;
   1224    1.1       mrg 
   1225   1.11       mrg 	NETBSD32TO64_UAP(flag);
   1226   1.11       mrg 	NETBSD32TOP_UAP(argp, void);
   1227   1.70   thorpej 	return (sys_nfssvc(l, &ua, retval));
   1228    1.6       eeh #else
   1229    1.6       eeh 	/* Why would we want to support a 32-bit nfsd? */
   1230    1.6       eeh 	return (ENOSYS);
   1231    1.6       eeh #endif
   1232    1.1       mrg }
   1233    1.6       eeh #endif
   1234    1.1       mrg 
   1235    1.1       mrg int
   1236  1.132       dsl netbsd32___getfh30(struct lwp *l, void *v, register_t *retval)
   1237    1.1       mrg {
   1238  1.106    martin 	struct netbsd32___getfh30_args /* {
   1239   1.10       mrg 		syscallarg(const netbsd32_charp) fname;
   1240   1.10       mrg 		syscallarg(netbsd32_fhandlep_t) fhp;
   1241  1.106    martin 		syscallarg(netbsd32_size_tp) fh_size;
   1242    1.1       mrg 	} */ *uap = v;
   1243  1.106    martin 	struct vnode *vp;
   1244  1.106    martin 	fhandle_t *fh;
   1245  1.106    martin 	int error;
   1246  1.106    martin 	struct nameidata nd;
   1247  1.106    martin 	netbsd32_size_t sz32;
   1248  1.106    martin 	size_t sz;
   1249  1.106    martin 
   1250  1.106    martin 	/*
   1251  1.106    martin 	 * Must be super user
   1252  1.106    martin 	 */
   1253  1.112      elad 	error = kauth_authorize_system(l->l_cred, KAUTH_SYSTEM_FILEHANDLE,
   1254  1.112      elad 	    0, NULL, NULL, NULL);
   1255  1.106    martin 	if (error)
   1256  1.106    martin 		return (error);
   1257  1.106    martin 	fh = NULL;
   1258  1.122       dsl 	NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | TRYEMULROOT, UIO_USERSPACE,
   1259  1.121       dsl 	    SCARG_P32(uap, fname), l);
   1260  1.106    martin 	error = namei(&nd);
   1261  1.106    martin 	if (error)
   1262  1.106    martin 		return (error);
   1263  1.106    martin 	vp = nd.ni_vp;
   1264  1.121       dsl 	error = copyin(SCARG_P32(uap, fh_size), &sz32,
   1265  1.106    martin 	    sizeof(netbsd32_size_t));
   1266  1.106    martin 	if (!error) {
   1267  1.106    martin 		fh = malloc(sz32, M_TEMP, M_WAITOK);
   1268  1.106    martin 		if (fh == NULL)
   1269  1.106    martin 			return EINVAL;
   1270  1.106    martin 		sz = sz32;
   1271  1.106    martin 		error = vfs_composefh(vp, fh, &sz);
   1272  1.106    martin 		sz32 = sz;
   1273  1.106    martin 	}
   1274  1.106    martin 	vput(vp);
   1275  1.106    martin 	if (error == E2BIG)
   1276  1.121       dsl 		copyout(&sz, SCARG_P32(uap, fh_size), sizeof(size_t));
   1277  1.106    martin 	if (error == 0) {
   1278  1.121       dsl 		error = copyout(&sz32, SCARG_P32(uap, fh_size),
   1279  1.106    martin 		    sizeof(netbsd32_size_t));
   1280  1.106    martin 		if (!error)
   1281  1.121       dsl 			error = copyout(fh, SCARG_P32(uap, fhp), sz);
   1282  1.106    martin 	}
   1283  1.106    martin 	free(fh, M_TEMP);
   1284  1.106    martin 	return (error);
   1285    1.1       mrg }
   1286    1.1       mrg 
   1287    1.1       mrg int
   1288  1.132       dsl netbsd32_pread(struct lwp *l, void *v, register_t *retval)
   1289    1.1       mrg {
   1290   1.19       eeh 	struct netbsd32_pread_args /* {
   1291    1.1       mrg 		syscallarg(int) fd;
   1292   1.10       mrg 		syscallarg(netbsd32_voidp) buf;
   1293   1.10       mrg 		syscallarg(netbsd32_size_t) nbyte;
   1294    1.1       mrg 		syscallarg(int) pad;
   1295    1.1       mrg 		syscallarg(off_t) offset;
   1296    1.1       mrg 	} */ *uap = v;
   1297    1.1       mrg 	struct sys_pread_args ua;
   1298    1.1       mrg 	ssize_t rt;
   1299    1.1       mrg 	int error;
   1300    1.1       mrg 
   1301   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1302   1.11       mrg 	NETBSD32TOP_UAP(buf, void);
   1303   1.11       mrg 	NETBSD32TOX_UAP(nbyte, size_t);
   1304   1.11       mrg 	NETBSD32TO64_UAP(pad);
   1305   1.11       mrg 	NETBSD32TO64_UAP(offset);
   1306   1.70   thorpej 	error = sys_pread(l, &ua, (register_t *)&rt);
   1307   1.32       mrg 	*retval = rt;
   1308    1.1       mrg 	return (error);
   1309    1.1       mrg }
   1310    1.1       mrg 
   1311    1.1       mrg int
   1312  1.132       dsl netbsd32_pwrite(struct lwp *l, void *v, register_t *retval)
   1313    1.1       mrg {
   1314   1.19       eeh 	struct netbsd32_pwrite_args /* {
   1315    1.1       mrg 		syscallarg(int) fd;
   1316   1.10       mrg 		syscallarg(const netbsd32_voidp) buf;
   1317   1.10       mrg 		syscallarg(netbsd32_size_t) nbyte;
   1318    1.1       mrg 		syscallarg(int) pad;
   1319    1.1       mrg 		syscallarg(off_t) offset;
   1320    1.1       mrg 	} */ *uap = v;
   1321    1.1       mrg 	struct sys_pwrite_args ua;
   1322    1.1       mrg 	ssize_t rt;
   1323    1.1       mrg 	int error;
   1324    1.1       mrg 
   1325   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1326   1.11       mrg 	NETBSD32TOP_UAP(buf, void);
   1327   1.11       mrg 	NETBSD32TOX_UAP(nbyte, size_t);
   1328   1.11       mrg 	NETBSD32TO64_UAP(pad);
   1329   1.11       mrg 	NETBSD32TO64_UAP(offset);
   1330   1.70   thorpej 	error = sys_pwrite(l, &ua, (register_t *)&rt);
   1331   1.32       mrg 	*retval = rt;
   1332    1.1       mrg 	return (error);
   1333    1.1       mrg }
   1334    1.1       mrg 
   1335    1.6       eeh int
   1336  1.132       dsl netbsd32_setgid(struct lwp *l, void *v, register_t *retval)
   1337    1.6       eeh {
   1338   1.19       eeh 	struct netbsd32_setgid_args /* {
   1339    1.6       eeh 		syscallarg(gid_t) gid;
   1340    1.6       eeh 	} */ *uap = v;
   1341    1.6       eeh 	struct sys_setgid_args ua;
   1342    1.6       eeh 
   1343   1.11       mrg 	NETBSD32TO64_UAP(gid);
   1344   1.70   thorpej 	return (sys_setgid(l, v, retval));
   1345    1.6       eeh }
   1346    1.6       eeh 
   1347    1.6       eeh int
   1348  1.132       dsl netbsd32_setegid(struct lwp *l, void *v, register_t *retval)
   1349    1.6       eeh {
   1350   1.19       eeh 	struct netbsd32_setegid_args /* {
   1351    1.6       eeh 		syscallarg(gid_t) egid;
   1352    1.6       eeh 	} */ *uap = v;
   1353    1.6       eeh 	struct sys_setegid_args ua;
   1354    1.6       eeh 
   1355   1.11       mrg 	NETBSD32TO64_UAP(egid);
   1356   1.70   thorpej 	return (sys_setegid(l, v, retval));
   1357    1.6       eeh }
   1358    1.6       eeh 
   1359    1.6       eeh int
   1360  1.132       dsl netbsd32_seteuid(struct lwp *l, void *v, register_t *retval)
   1361    1.6       eeh {
   1362   1.19       eeh 	struct netbsd32_seteuid_args /* {
   1363    1.6       eeh 		syscallarg(gid_t) euid;
   1364    1.6       eeh 	} */ *uap = v;
   1365    1.6       eeh 	struct sys_seteuid_args ua;
   1366    1.6       eeh 
   1367   1.11       mrg 	NETBSD32TO64_UAP(euid);
   1368   1.70   thorpej 	return (sys_seteuid(l, v, retval));
   1369    1.1       mrg }
   1370    1.1       mrg 
   1371    1.6       eeh #ifdef LFS
   1372    1.1       mrg int
   1373  1.132       dsl netbsd32_sys_lfs_bmapv(struct lwp *l, void *v, register_t *retval)
   1374    1.1       mrg {
   1375    1.1       mrg 
   1376    1.1       mrg 	return (ENOSYS);	/* XXX */
   1377    1.1       mrg }
   1378    1.1       mrg 
   1379    1.1       mrg int
   1380  1.132       dsl netbsd32_sys_lfs_markv(struct lwp *l, void *v, register_t *retval)
   1381    1.1       mrg {
   1382    1.1       mrg 
   1383    1.1       mrg 	return (ENOSYS);	/* XXX */
   1384    1.1       mrg }
   1385    1.1       mrg 
   1386    1.1       mrg int
   1387  1.132       dsl netbsd32_sys_lfs_segclean(struct lwp *l, void *v, register_t *retval)
   1388    1.1       mrg {
   1389   1.20       eeh 
   1390    1.1       mrg 	return (ENOSYS);	/* XXX */
   1391    1.1       mrg }
   1392    1.1       mrg 
   1393    1.1       mrg int
   1394  1.132       dsl netbsd32_sys_lfs_segwait(struct lwp *l, void *v, register_t *retval)
   1395    1.1       mrg {
   1396   1.20       eeh 
   1397    1.1       mrg 	return (ENOSYS);	/* XXX */
   1398    1.1       mrg }
   1399    1.6       eeh #endif
   1400    1.1       mrg 
   1401    1.1       mrg int
   1402  1.132       dsl netbsd32_pathconf(struct lwp *l, void *v, register_t *retval)
   1403    1.1       mrg {
   1404   1.19       eeh 	struct netbsd32_pathconf_args /* {
   1405    1.1       mrg 		syscallarg(int) fd;
   1406    1.1       mrg 		syscallarg(int) name;
   1407    1.1       mrg 	} */ *uap = v;
   1408    1.1       mrg 	struct sys_pathconf_args ua;
   1409    1.1       mrg 	long rt;
   1410    1.1       mrg 	int error;
   1411    1.1       mrg 
   1412   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
   1413   1.11       mrg 	NETBSD32TO64_UAP(name);
   1414   1.70   thorpej 	error = sys_pathconf(l, &ua, (register_t *)&rt);
   1415   1.32       mrg 	*retval = rt;
   1416    1.1       mrg 	return (error);
   1417    1.1       mrg }
   1418    1.1       mrg 
   1419    1.1       mrg int
   1420  1.132       dsl netbsd32_fpathconf(struct lwp *l, void *v, register_t *retval)
   1421    1.1       mrg {
   1422   1.19       eeh 	struct netbsd32_fpathconf_args /* {
   1423    1.1       mrg 		syscallarg(int) fd;
   1424    1.1       mrg 		syscallarg(int) name;
   1425    1.1       mrg 	} */ *uap = v;
   1426    1.1       mrg 	struct sys_fpathconf_args ua;
   1427    1.1       mrg 	long rt;
   1428    1.1       mrg 	int error;
   1429    1.1       mrg 
   1430   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1431   1.11       mrg 	NETBSD32TO64_UAP(name);
   1432   1.70   thorpej 	error = sys_fpathconf(l, &ua, (register_t *)&rt);
   1433   1.32       mrg 	*retval = rt;
   1434    1.1       mrg 	return (error);
   1435    1.1       mrg }
   1436    1.1       mrg 
   1437    1.1       mrg int
   1438  1.132       dsl netbsd32_getrlimit(struct lwp *l, void *v, register_t *retval)
   1439    1.1       mrg {
   1440   1.19       eeh 	struct netbsd32_getrlimit_args /* {
   1441    1.1       mrg 		syscallarg(int) which;
   1442   1.10       mrg 		syscallarg(netbsd32_rlimitp_t) rlp;
   1443    1.1       mrg 	} */ *uap = v;
   1444    1.6       eeh 	int which = SCARG(uap, which);
   1445    1.1       mrg 
   1446    1.6       eeh 	if ((u_int)which >= RLIM_NLIMITS)
   1447    1.6       eeh 		return (EINVAL);
   1448   1.70   thorpej 	return (copyout(&l->l_proc->p_rlimit[which],
   1449  1.121       dsl 	    SCARG_P32(uap, rlp), sizeof(struct rlimit)));
   1450    1.1       mrg }
   1451    1.1       mrg 
   1452    1.1       mrg int
   1453  1.132       dsl netbsd32_setrlimit(struct lwp *l, void *v, register_t *retval)
   1454    1.1       mrg {
   1455   1.19       eeh 	struct netbsd32_setrlimit_args /* {
   1456    1.1       mrg 		syscallarg(int) which;
   1457   1.10       mrg 		syscallarg(const netbsd32_rlimitp_t) rlp;
   1458    1.1       mrg 	} */ *uap = v;
   1459    1.6       eeh 		int which = SCARG(uap, which);
   1460    1.6       eeh 	struct rlimit alim;
   1461    1.6       eeh 	int error;
   1462    1.1       mrg 
   1463  1.121       dsl 	error = copyin(SCARG_P32(uap, rlp), &alim, sizeof(struct rlimit));
   1464    1.6       eeh 	if (error)
   1465    1.6       eeh 		return (error);
   1466   1.88      fvdl 
   1467   1.88      fvdl 	switch (which) {
   1468   1.88      fvdl 	case RLIMIT_DATA:
   1469  1.115  christos 		if (LIMITCHECK(alim.rlim_cur, MAXDSIZ32))
   1470   1.88      fvdl 			alim.rlim_cur = MAXDSIZ32;
   1471  1.115  christos 		if (LIMITCHECK(alim.rlim_max, MAXDSIZ32))
   1472   1.88      fvdl 			alim.rlim_max = MAXDSIZ32;
   1473   1.88      fvdl 		break;
   1474   1.88      fvdl 
   1475   1.88      fvdl 	case RLIMIT_STACK:
   1476  1.115  christos 		if (LIMITCHECK(alim.rlim_cur, MAXSSIZ32))
   1477   1.88      fvdl 			alim.rlim_cur = MAXSSIZ32;
   1478  1.115  christos 		if (LIMITCHECK(alim.rlim_max, MAXSSIZ32))
   1479   1.88      fvdl 			alim.rlim_max = MAXSSIZ32;
   1480   1.88      fvdl 	default:
   1481   1.88      fvdl 		break;
   1482   1.88      fvdl 	}
   1483   1.88      fvdl 
   1484  1.108        ad 	return (dosetrlimit(l, l->l_proc, which, &alim));
   1485    1.1       mrg }
   1486    1.1       mrg 
   1487    1.1       mrg int
   1488  1.132       dsl netbsd32_mmap(struct lwp *l, void *v, register_t *retval)
   1489    1.1       mrg {
   1490   1.19       eeh 	struct netbsd32_mmap_args /* {
   1491   1.10       mrg 		syscallarg(netbsd32_voidp) addr;
   1492   1.10       mrg 		syscallarg(netbsd32_size_t) len;
   1493    1.1       mrg 		syscallarg(int) prot;
   1494    1.1       mrg 		syscallarg(int) flags;
   1495    1.1       mrg 		syscallarg(int) fd;
   1496   1.10       mrg 		syscallarg(netbsd32_long) pad;
   1497    1.1       mrg 		syscallarg(off_t) pos;
   1498    1.1       mrg 	} */ *uap = v;
   1499    1.1       mrg 	struct sys_mmap_args ua;
   1500    1.1       mrg 	int error;
   1501    1.1       mrg 
   1502   1.11       mrg 	NETBSD32TOP_UAP(addr, void);
   1503   1.11       mrg 	NETBSD32TOX_UAP(len, size_t);
   1504   1.11       mrg 	NETBSD32TO64_UAP(prot);
   1505   1.11       mrg 	NETBSD32TO64_UAP(flags);
   1506   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1507   1.11       mrg 	NETBSD32TOX_UAP(pad, long);
   1508   1.11       mrg 	NETBSD32TOX_UAP(pos, off_t);
   1509   1.70   thorpej 	error = sys_mmap(l, &ua, retval);
   1510   1.69       scw 	if ((u_long)*retval > (u_long)UINT_MAX) {
   1511   1.69       scw 		printf("netbsd32_mmap: retval out of range: 0x%lx",
   1512   1.69       scw 		    (u_long)*retval);
   1513   1.55       eeh 		/* Should try to recover and return an error here. */
   1514   1.55       eeh 	}
   1515    1.1       mrg 	return (error);
   1516    1.1       mrg }
   1517    1.1       mrg 
   1518    1.1       mrg int
   1519  1.132       dsl netbsd32_lseek(struct lwp *l, void *v, register_t *retval)
   1520    1.6       eeh {
   1521   1.19       eeh 	struct netbsd32_lseek_args /* {
   1522    1.6       eeh 		syscallarg(int) fd;
   1523    1.6       eeh 		syscallarg(int) pad;
   1524    1.6       eeh 		syscallarg(off_t) offset;
   1525    1.6       eeh 		syscallarg(int) whence;
   1526    1.6       eeh 	} */ *uap = v;
   1527    1.6       eeh 	struct sys_lseek_args ua;
   1528   1.97    martin 	int rv;
   1529    1.6       eeh 
   1530   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1531   1.11       mrg 	NETBSD32TO64_UAP(pad);
   1532   1.11       mrg 	NETBSD32TO64_UAP(offset);
   1533   1.11       mrg 	NETBSD32TO64_UAP(whence);
   1534   1.97    martin 	rv = sys_lseek(l, &ua, retval);
   1535   1.97    martin #ifdef NETBSD32_OFF_T_RETURN
   1536   1.97    martin 	if (rv == 0)
   1537   1.97    martin 		NETBSD32_OFF_T_RETURN(retval);
   1538   1.97    martin #endif
   1539   1.97    martin 	return rv;
   1540    1.6       eeh }
   1541    1.6       eeh 
   1542    1.6       eeh int
   1543  1.132       dsl netbsd32_truncate(struct lwp *l, void *v, register_t *retval)
   1544    1.1       mrg {
   1545   1.19       eeh 	struct netbsd32_truncate_args /* {
   1546   1.10       mrg 		syscallarg(const netbsd32_charp) path;
   1547    1.1       mrg 		syscallarg(int) pad;
   1548    1.1       mrg 		syscallarg(off_t) length;
   1549    1.1       mrg 	} */ *uap = v;
   1550    1.1       mrg 	struct sys_truncate_args ua;
   1551    1.1       mrg 
   1552   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
   1553   1.11       mrg 	NETBSD32TO64_UAP(pad);
   1554   1.11       mrg 	NETBSD32TO64_UAP(length);
   1555   1.70   thorpej 	return (sys_truncate(l, &ua, retval));
   1556    1.1       mrg }
   1557    1.1       mrg 
   1558    1.1       mrg int
   1559  1.132       dsl netbsd32_ftruncate(struct lwp *l, void *v, register_t *retval)
   1560    1.6       eeh {
   1561   1.19       eeh 	struct netbsd32_ftruncate_args /* {
   1562    1.6       eeh 		syscallarg(int) fd;
   1563    1.6       eeh 		syscallarg(int) pad;
   1564    1.6       eeh 		syscallarg(off_t) length;
   1565    1.6       eeh 	} */ *uap = v;
   1566    1.6       eeh 	struct sys_ftruncate_args ua;
   1567    1.6       eeh 
   1568   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1569   1.11       mrg 	NETBSD32TO64_UAP(pad);
   1570   1.11       mrg 	NETBSD32TO64_UAP(length);
   1571   1.70   thorpej 	return (sys_ftruncate(l, &ua, retval));
   1572    1.6       eeh }
   1573    1.6       eeh 
   1574   1.53       mrg int
   1575  1.132       dsl netbsd32_mlock(struct lwp *l, void *v, register_t *retval)
   1576   1.53       mrg {
   1577   1.57       mrg 	struct netbsd32_mlock_args /* {
   1578   1.57       mrg 		syscallarg(const netbsd32_voidp) addr;
   1579   1.57       mrg 		syscallarg(netbsd32_size_t) len;
   1580   1.57       mrg 	} */ *uap = v;
   1581   1.57       mrg 	struct sys_mlock_args ua;
   1582   1.53       mrg 
   1583   1.57       mrg 	NETBSD32TOP_UAP(addr, const void);
   1584   1.57       mrg 	NETBSD32TO64_UAP(len);
   1585   1.70   thorpej 	return (sys_mlock(l, &ua, retval));
   1586   1.53       mrg }
   1587   1.53       mrg 
   1588    1.6       eeh int
   1589  1.132       dsl netbsd32_munlock(struct lwp *l, void *v, register_t *retval)
   1590    1.1       mrg {
   1591   1.57       mrg 	struct netbsd32_munlock_args /* {
   1592   1.57       mrg 		syscallarg(const netbsd32_voidp) addr;
   1593   1.57       mrg 		syscallarg(netbsd32_size_t) len;
   1594    1.1       mrg 	} */ *uap = v;
   1595    1.1       mrg 	struct sys_munlock_args ua;
   1596    1.1       mrg 
   1597   1.11       mrg 	NETBSD32TOP_UAP(addr, const void);
   1598   1.11       mrg 	NETBSD32TO64_UAP(len);
   1599   1.70   thorpej 	return (sys_munlock(l, &ua, retval));
   1600    1.1       mrg }
   1601    1.1       mrg 
   1602    1.1       mrg int
   1603  1.132       dsl netbsd32_undelete(struct lwp *l, void *v, register_t *retval)
   1604    1.1       mrg {
   1605   1.19       eeh 	struct netbsd32_undelete_args /* {
   1606   1.10       mrg 		syscallarg(const netbsd32_charp) path;
   1607    1.1       mrg 	} */ *uap = v;
   1608    1.1       mrg 	struct sys_undelete_args ua;
   1609    1.1       mrg 
   1610   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
   1611   1.70   thorpej 	return (sys_undelete(l, &ua, retval));
   1612    1.1       mrg }
   1613    1.1       mrg 
   1614    1.6       eeh int
   1615  1.132       dsl netbsd32_getpgid(struct lwp *l, void *v, register_t *retval)
   1616    1.6       eeh {
   1617   1.19       eeh 	struct netbsd32_getpgid_args /* {
   1618    1.6       eeh 		syscallarg(pid_t) pid;
   1619    1.6       eeh 	} */ *uap = v;
   1620    1.6       eeh 	struct sys_getpgid_args ua;
   1621    1.1       mrg 
   1622   1.11       mrg 	NETBSD32TO64_UAP(pid);
   1623   1.70   thorpej 	return (sys_getpgid(l, &ua, retval));
   1624    1.1       mrg }
   1625    1.1       mrg 
   1626    1.1       mrg int
   1627  1.132       dsl netbsd32_reboot(struct lwp *l, void *v, register_t *retval)
   1628    1.1       mrg {
   1629   1.19       eeh 	struct netbsd32_reboot_args /* {
   1630    1.1       mrg 		syscallarg(int) opt;
   1631   1.10       mrg 		syscallarg(netbsd32_charp) bootstr;
   1632    1.1       mrg 	} */ *uap = v;
   1633    1.1       mrg 	struct sys_reboot_args ua;
   1634    1.1       mrg 
   1635   1.11       mrg 	NETBSD32TO64_UAP(opt);
   1636   1.11       mrg 	NETBSD32TOP_UAP(bootstr, char);
   1637   1.70   thorpej 	return (sys_reboot(l, &ua, retval));
   1638    1.1       mrg }
   1639    1.1       mrg 
   1640  1.100      manu #include <sys/poll.h>
   1641    1.1       mrg int
   1642  1.132       dsl netbsd32_poll(struct lwp *l, void *v, register_t *retval)
   1643    1.1       mrg {
   1644   1.19       eeh 	struct netbsd32_poll_args /* {
   1645   1.10       mrg 		syscallarg(netbsd32_pollfdp_t) fds;
   1646    1.1       mrg 		syscallarg(u_int) nfds;
   1647    1.1       mrg 		syscallarg(int) timeout;
   1648    1.1       mrg 	} */ *uap = v;
   1649    1.1       mrg 	struct sys_poll_args ua;
   1650    1.1       mrg 
   1651   1.11       mrg 	NETBSD32TOP_UAP(fds, struct pollfd);
   1652   1.11       mrg 	NETBSD32TO64_UAP(nfds);
   1653   1.11       mrg 	NETBSD32TO64_UAP(timeout);
   1654  1.100      manu 
   1655   1.70   thorpej 	return (sys_poll(l, &ua, retval));
   1656    1.1       mrg }
   1657    1.1       mrg 
   1658    1.6       eeh int
   1659  1.132       dsl netbsd32_fdatasync(struct lwp *l, void *v, register_t *retval)
   1660    1.6       eeh {
   1661   1.19       eeh 	struct netbsd32_fdatasync_args /* {
   1662    1.6       eeh 		syscallarg(int) fd;
   1663    1.6       eeh 	} */ *uap = v;
   1664    1.6       eeh 	struct sys_fdatasync_args ua;
   1665    1.6       eeh 
   1666   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1667   1.70   thorpej 	return (sys_fdatasync(l, &ua, retval));
   1668    1.1       mrg }
   1669    1.1       mrg 
   1670    1.1       mrg int
   1671  1.132       dsl netbsd32___posix_rename(struct lwp *l, void *v, register_t *retval)
   1672    1.1       mrg {
   1673   1.19       eeh 	struct netbsd32___posix_rename_args /* {
   1674   1.10       mrg 		syscallarg(const netbsd32_charp) from;
   1675   1.10       mrg 		syscallarg(const netbsd32_charp) to;
   1676    1.1       mrg 	} */ *uap = v;
   1677    1.1       mrg 	struct sys___posix_rename_args ua;
   1678    1.1       mrg 
   1679   1.20       eeh 	NETBSD32TOP_UAP(from, const char);
   1680   1.20       eeh 	NETBSD32TOP_UAP(to, const char);
   1681   1.70   thorpej 	return (sys___posix_rename(l, &ua, retval));
   1682    1.1       mrg }
   1683    1.1       mrg 
   1684    1.1       mrg int
   1685  1.132       dsl netbsd32_swapctl(struct lwp *l, void *v, register_t *retval)
   1686    1.1       mrg {
   1687   1.19       eeh 	struct netbsd32_swapctl_args /* {
   1688    1.1       mrg 		syscallarg(int) cmd;
   1689   1.10       mrg 		syscallarg(const netbsd32_voidp) arg;
   1690    1.1       mrg 		syscallarg(int) misc;
   1691    1.1       mrg 	} */ *uap = v;
   1692    1.1       mrg 	struct sys_swapctl_args ua;
   1693    1.1       mrg 
   1694   1.11       mrg 	NETBSD32TO64_UAP(cmd);
   1695   1.89       chs 	NETBSD32TOP_UAP(arg, void);
   1696   1.11       mrg 	NETBSD32TO64_UAP(misc);
   1697   1.70   thorpej 	return (sys_swapctl(l, &ua, retval));
   1698    1.1       mrg }
   1699    1.1       mrg 
   1700    1.1       mrg int
   1701  1.132       dsl netbsd32_minherit(struct lwp *l, void *v, register_t *retval)
   1702    1.1       mrg {
   1703   1.19       eeh 	struct netbsd32_minherit_args /* {
   1704   1.10       mrg 		syscallarg(netbsd32_voidp) addr;
   1705   1.10       mrg 		syscallarg(netbsd32_size_t) len;
   1706    1.1       mrg 		syscallarg(int) inherit;
   1707    1.1       mrg 	} */ *uap = v;
   1708    1.1       mrg 	struct sys_minherit_args ua;
   1709    1.1       mrg 
   1710   1.11       mrg 	NETBSD32TOP_UAP(addr, void);
   1711   1.11       mrg 	NETBSD32TOX_UAP(len, size_t);
   1712   1.11       mrg 	NETBSD32TO64_UAP(inherit);
   1713   1.70   thorpej 	return (sys_minherit(l, &ua, retval));
   1714    1.1       mrg }
   1715    1.1       mrg 
   1716    1.1       mrg int
   1717  1.132       dsl netbsd32_lchmod(struct lwp *l, void *v, register_t *retval)
   1718    1.1       mrg {
   1719   1.19       eeh 	struct netbsd32_lchmod_args /* {
   1720   1.10       mrg 		syscallarg(const netbsd32_charp) path;
   1721    1.1       mrg 		syscallarg(mode_t) mode;
   1722    1.1       mrg 	} */ *uap = v;
   1723    1.1       mrg 	struct sys_lchmod_args ua;
   1724    1.1       mrg 
   1725   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
   1726   1.11       mrg 	NETBSD32TO64_UAP(mode);
   1727   1.70   thorpej 	return (sys_lchmod(l, &ua, retval));
   1728    1.1       mrg }
   1729    1.1       mrg 
   1730    1.1       mrg int
   1731  1.132       dsl netbsd32_lchown(struct lwp *l, void *v, register_t *retval)
   1732    1.1       mrg {
   1733   1.19       eeh 	struct netbsd32_lchown_args /* {
   1734   1.10       mrg 		syscallarg(const netbsd32_charp) path;
   1735    1.1       mrg 		syscallarg(uid_t) uid;
   1736    1.1       mrg 		syscallarg(gid_t) gid;
   1737    1.1       mrg 	} */ *uap = v;
   1738    1.1       mrg 	struct sys_lchown_args ua;
   1739    1.1       mrg 
   1740   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
   1741   1.11       mrg 	NETBSD32TO64_UAP(uid);
   1742   1.11       mrg 	NETBSD32TO64_UAP(gid);
   1743   1.70   thorpej 	return (sys_lchown(l, &ua, retval));
   1744    1.1       mrg }
   1745    1.1       mrg 
   1746    1.1       mrg int
   1747  1.132       dsl netbsd32___msync13(struct lwp *l, void *v, register_t *retval)
   1748    1.1       mrg {
   1749   1.19       eeh 	struct netbsd32___msync13_args /* {
   1750   1.10       mrg 		syscallarg(netbsd32_voidp) addr;
   1751   1.10       mrg 		syscallarg(netbsd32_size_t) len;
   1752    1.1       mrg 		syscallarg(int) flags;
   1753    1.1       mrg 	} */ *uap = v;
   1754    1.1       mrg 	struct sys___msync13_args ua;
   1755    1.1       mrg 
   1756   1.11       mrg 	NETBSD32TOP_UAP(addr, void);
   1757   1.11       mrg 	NETBSD32TOX_UAP(len, size_t);
   1758   1.11       mrg 	NETBSD32TO64_UAP(flags);
   1759   1.70   thorpej 	return (sys___msync13(l, &ua, retval));
   1760    1.1       mrg }
   1761    1.1       mrg 
   1762    1.1       mrg int
   1763  1.132       dsl netbsd32___posix_chown(struct lwp *l, void *v, register_t *retval)
   1764    1.1       mrg {
   1765   1.19       eeh 	struct netbsd32___posix_chown_args /* {
   1766   1.10       mrg 		syscallarg(const netbsd32_charp) path;
   1767    1.1       mrg 		syscallarg(uid_t) uid;
   1768    1.1       mrg 		syscallarg(gid_t) gid;
   1769    1.1       mrg 	} */ *uap = v;
   1770    1.1       mrg 	struct sys___posix_chown_args ua;
   1771    1.1       mrg 
   1772   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
   1773   1.11       mrg 	NETBSD32TO64_UAP(uid);
   1774   1.11       mrg 	NETBSD32TO64_UAP(gid);
   1775   1.70   thorpej 	return (sys___posix_chown(l, &ua, retval));
   1776    1.1       mrg }
   1777    1.1       mrg 
   1778    1.1       mrg int
   1779  1.132       dsl netbsd32___posix_fchown(struct lwp *l, void *v, register_t *retval)
   1780    1.6       eeh {
   1781   1.19       eeh 	struct netbsd32___posix_fchown_args /* {
   1782    1.6       eeh 		syscallarg(int) fd;
   1783    1.6       eeh 		syscallarg(uid_t) uid;
   1784    1.6       eeh 		syscallarg(gid_t) gid;
   1785    1.6       eeh 	} */ *uap = v;
   1786    1.6       eeh 	struct sys___posix_fchown_args ua;
   1787    1.6       eeh 
   1788   1.11       mrg 	NETBSD32TO64_UAP(fd);
   1789   1.11       mrg 	NETBSD32TO64_UAP(uid);
   1790   1.11       mrg 	NETBSD32TO64_UAP(gid);
   1791   1.70   thorpej 	return (sys___posix_fchown(l, &ua, retval));
   1792    1.6       eeh }
   1793    1.6       eeh 
   1794    1.6       eeh int
   1795  1.132       dsl netbsd32___posix_lchown(struct lwp *l, void *v, register_t *retval)
   1796    1.1       mrg {
   1797   1.19       eeh 	struct netbsd32___posix_lchown_args /* {
   1798   1.10       mrg 		syscallarg(const netbsd32_charp) path;
   1799    1.1       mrg 		syscallarg(uid_t) uid;
   1800    1.1       mrg 		syscallarg(gid_t) gid;
   1801    1.1       mrg 	} */ *uap = v;
   1802    1.1       mrg 	struct sys___posix_lchown_args ua;
   1803    1.1       mrg 
   1804   1.11       mrg 	NETBSD32TOP_UAP(path, const char);
   1805   1.11       mrg 	NETBSD32TO64_UAP(uid);
   1806   1.11       mrg 	NETBSD32TO64_UAP(gid);
   1807   1.70   thorpej 	return (sys___posix_lchown(l, &ua, retval));
   1808    1.1       mrg }
   1809    1.1       mrg 
   1810    1.1       mrg int
   1811  1.132       dsl netbsd32_getsid(struct lwp *l, void *v, register_t *retval)
   1812    1.6       eeh {
   1813   1.19       eeh 	struct netbsd32_getsid_args /* {
   1814    1.6       eeh 		syscallarg(pid_t) pid;
   1815    1.6       eeh 	} */ *uap = v;
   1816    1.6       eeh 	struct sys_getsid_args ua;
   1817    1.6       eeh 
   1818   1.11       mrg 	NETBSD32TO64_UAP(pid);
   1819   1.70   thorpej 	return (sys_getsid(l, &ua, retval));
   1820    1.6       eeh }
   1821    1.6       eeh 
   1822    1.6       eeh int
   1823  1.132       dsl netbsd32_fktrace(struct lwp *l, void *v, register_t *retval)
   1824    1.6       eeh {
   1825   1.19       eeh 	struct netbsd32_fktrace_args /* {
   1826    1.6       eeh 		syscallarg(const int) fd;
   1827    1.6       eeh 		syscallarg(int) ops;
   1828    1.6       eeh 		syscallarg(int) facs;
   1829    1.6       eeh 		syscallarg(int) pid;
   1830    1.6       eeh 	} */ *uap = v;
   1831   1.43      fvdl #if 0
   1832    1.6       eeh 	struct sys_fktrace_args ua;
   1833   1.43      fvdl #else
   1834   1.43      fvdl 	/* XXXX */
   1835   1.43      fvdl 	struct sys_fktrace_noconst_args {
   1836   1.43      fvdl 		syscallarg(int) fd;
   1837   1.43      fvdl 		syscallarg(int) ops;
   1838   1.43      fvdl 		syscallarg(int) facs;
   1839   1.43      fvdl 		syscallarg(int) pid;
   1840   1.43      fvdl 	} ua;
   1841   1.43      fvdl #endif
   1842    1.6       eeh 
   1843   1.32       mrg 	NETBSD32TOX_UAP(fd, int);
   1844   1.11       mrg 	NETBSD32TO64_UAP(ops);
   1845   1.11       mrg 	NETBSD32TO64_UAP(facs);
   1846   1.11       mrg 	NETBSD32TO64_UAP(pid);
   1847   1.70   thorpej 	return (sys_fktrace(l, &ua, retval));
   1848    1.6       eeh }
   1849    1.6       eeh 
   1850   1.87     perry int netbsd32___sigpending14(l, v, retval)
   1851   1.70   thorpej 	struct lwp *l;
   1852   1.20       eeh 	void   *v;
   1853   1.20       eeh 	register_t *retval;
   1854   1.20       eeh {
   1855   1.25  augustss 	struct netbsd32___sigpending14_args /* {
   1856   1.20       eeh 		syscallarg(sigset_t *) set;
   1857   1.20       eeh 	} */ *uap = v;
   1858   1.20       eeh 	struct sys___sigpending14_args ua;
   1859   1.20       eeh 
   1860   1.20       eeh 	NETBSD32TOP_UAP(set, sigset_t);
   1861   1.70   thorpej 	return (sys___sigpending14(l, &ua, retval));
   1862   1.20       eeh }
   1863   1.20       eeh 
   1864   1.87     perry int netbsd32___sigprocmask14(l, v, retval)
   1865   1.70   thorpej 	struct lwp *l;
   1866   1.20       eeh 	void   *v;
   1867   1.20       eeh 	register_t *retval;
   1868   1.20       eeh {
   1869   1.25  augustss 	struct netbsd32___sigprocmask14_args /* {
   1870   1.20       eeh 		syscallarg(int) how;
   1871   1.20       eeh 		syscallarg(const sigset_t *) set;
   1872   1.20       eeh 		syscallarg(sigset_t *) oset;
   1873   1.20       eeh 	} */ *uap = v;
   1874   1.20       eeh 	struct sys___sigprocmask14_args ua;
   1875   1.20       eeh 
   1876   1.20       eeh 	NETBSD32TO64_UAP(how);
   1877   1.20       eeh 	NETBSD32TOP_UAP(set, sigset_t);
   1878   1.20       eeh 	NETBSD32TOP_UAP(oset, sigset_t);
   1879   1.70   thorpej 	return (sys___sigprocmask14(l, &ua, retval));
   1880   1.20       eeh }
   1881   1.20       eeh 
   1882   1.87     perry int netbsd32___sigsuspend14(l, v, retval)
   1883   1.70   thorpej 	struct lwp *l;
   1884   1.20       eeh 	void   *v;
   1885   1.20       eeh 	register_t *retval;
   1886   1.20       eeh {
   1887   1.20       eeh 	struct netbsd32___sigsuspend14_args /* {
   1888   1.20       eeh 		syscallarg(const sigset_t *) set;
   1889   1.20       eeh 	} */ *uap = v;
   1890   1.20       eeh 	struct sys___sigsuspend14_args ua;
   1891   1.20       eeh 
   1892   1.20       eeh 	NETBSD32TOP_UAP(set, sigset_t);
   1893   1.70   thorpej 	return (sys___sigsuspend14(l, &ua, retval));
   1894   1.20       eeh };
   1895   1.20       eeh 
   1896   1.70   thorpej int netbsd32_fchroot(l, v, retval)
   1897   1.70   thorpej 	struct lwp *l;
   1898   1.20       eeh 	void *v;
   1899   1.20       eeh 	register_t *retval;
   1900   1.20       eeh {
   1901   1.25  augustss 	struct netbsd32_fchroot_args /* {
   1902   1.20       eeh 		syscallarg(int) fd;
   1903   1.20       eeh 	} */ *uap = v;
   1904   1.20       eeh 	struct sys_fchroot_args ua;
   1905   1.87     perry 
   1906   1.20       eeh 	NETBSD32TO64_UAP(fd);
   1907   1.70   thorpej 	return (sys_fchroot(l, &ua, retval));
   1908   1.20       eeh }
   1909   1.20       eeh 
   1910   1.20       eeh /*
   1911   1.20       eeh  * Open a file given a file handle.
   1912   1.20       eeh  *
   1913   1.20       eeh  * Check permissions, allocate an open file structure,
   1914   1.20       eeh  * and call the device open routine if any.
   1915   1.20       eeh  */
   1916    1.6       eeh int
   1917  1.132       dsl netbsd32___fhopen40(struct lwp *l, void *v, register_t *retval)
   1918   1.20       eeh {
   1919  1.109    martin 	struct netbsd32___fhopen40_args /* {
   1920  1.109    martin 		syscallarg(const netbsd32_pointer_t *) fhp;
   1921  1.109    martin 		syscallarg(netbsd32_size_t) fh_size;
   1922   1.20       eeh 		syscallarg(int) flags;
   1923   1.20       eeh 	} */ *uap = v;
   1924  1.109    martin 	struct sys___fhopen40_args ua;
   1925   1.20       eeh 
   1926   1.20       eeh 	NETBSD32TOP_UAP(fhp, fhandle_t);
   1927  1.109    martin 	NETBSD32TO64_UAP(fh_size);
   1928   1.20       eeh 	NETBSD32TO64_UAP(flags);
   1929  1.109    martin 	return (sys___fhopen40(l, &ua, retval));
   1930   1.20       eeh }
   1931   1.20       eeh 
   1932   1.37    martin /* virtual memory syscalls */
   1933   1.37    martin int
   1934  1.132       dsl netbsd32_ovadvise(struct lwp *l, void *v, register_t *retval)
   1935   1.37    martin {
   1936   1.37    martin 	struct netbsd32_ovadvise_args /* {
   1937   1.37    martin 		syscallarg(int) anom;
   1938   1.37    martin 	} */ *uap = v;
   1939   1.37    martin 	struct sys_ovadvise_args ua;
   1940   1.37    martin 
   1941   1.37    martin 	NETBSD32TO64_UAP(anom);
   1942   1.70   thorpej 	return (sys_ovadvise(l, &ua, retval));
   1943   1.37    martin }
   1944   1.37    martin 
   1945   1.88      fvdl void
   1946  1.114  christos netbsd32_adjust_limits(struct proc *p)
   1947   1.88      fvdl {
   1948  1.114  christos 	static const struct {
   1949  1.114  christos 		int id;
   1950  1.114  christos 		rlim_t lim;
   1951  1.114  christos 	} lm[] = {
   1952  1.114  christos 		{ RLIMIT_DATA,	MAXDSIZ32 },
   1953  1.114  christos 		{ RLIMIT_STACK, MAXSSIZ32 },
   1954  1.114  christos 	};
   1955  1.114  christos 	size_t i;
   1956  1.128       dsl 	struct plimit *lim;
   1957  1.128       dsl 	struct rlimit *rlim;
   1958  1.116        ad 
   1959  1.128       dsl 	/*
   1960  1.128       dsl 	 * We can only reduce the current limits, we cannot stop external
   1961  1.128       dsl 	 * processes from changing them (eg via sysctl) later on.
   1962  1.128       dsl 	 * So there is no point trying to lock out such changes here.
   1963  1.128       dsl 	 *
   1964  1.128       dsl 	 * If we assume that rlim_cur/max are accessed using atomic
   1965  1.128       dsl 	 * operations, we don't need to lock against any other updates
   1966  1.128       dsl 	 * that might happen if the plimit structure is shared writable
   1967  1.128       dsl 	 * between multiple processes.
   1968  1.128       dsl 	 */
   1969  1.128       dsl 
   1970  1.128       dsl 	/* Scan to determine is any limits are out of range */
   1971  1.128       dsl 	lim = p->p_limit;
   1972  1.128       dsl 	for (i = 0; ; i++) {
   1973  1.128       dsl 		if (i >= __arraycount(lm))
   1974  1.128       dsl 			/* All in range */
   1975  1.128       dsl 			return;
   1976  1.128       dsl 		rlim = lim->pl_rlimit + lm[i].id;
   1977  1.128       dsl 		if (LIMITCHECK(rlim->rlim_cur, lm[i].lim))
   1978  1.128       dsl 			break;
   1979  1.128       dsl 		if (LIMITCHECK(rlim->rlim_max, lm[i].lim))
   1980  1.128       dsl 			break;
   1981  1.114  christos 	}
   1982  1.114  christos 
   1983  1.128       dsl 	lim_privatise(p, false);
   1984  1.114  christos 
   1985  1.128       dsl 	lim = p->p_limit;
   1986  1.128       dsl 	for (i = 0; i < __arraycount(lm); i++) {
   1987  1.128       dsl 		rlim = lim->pl_rlimit + lm[i].id;
   1988  1.128       dsl 		if (LIMITCHECK(rlim->rlim_cur, lm[i].lim))
   1989  1.128       dsl 			rlim->rlim_cur = lm[i].lim;
   1990  1.128       dsl 		if (LIMITCHECK(rlim->rlim_max, lm[i].lim))
   1991  1.128       dsl 			rlim->rlim_max = lm[i].lim;
   1992  1.114  christos 	}
   1993   1.88      fvdl }
   1994   1.90      cube 
   1995   1.90      cube int
   1996   1.90      cube netbsd32_uuidgen(struct lwp *l, void *v, register_t *retval)
   1997   1.90      cube {
   1998   1.90      cube 	struct netbsd32_uuidgen_args /* {
   1999   1.90      cube 		syscallarg(netbsd32_uuidp_t) store;
   2000   1.90      cube 		syscallarg(int) count;
   2001   1.90      cube 	} */ *uap = v;
   2002   1.90      cube 	struct sys_uuidgen_args ua;
   2003   1.90      cube 
   2004   1.90      cube 	NETBSD32TOP_UAP(store, struct uuid);
   2005   1.90      cube 	NETBSD32TO64_UAP(count);
   2006   1.90      cube 	return (sys_uuidgen(l, &ua, retval));
   2007   1.90      cube }
   2008   1.91      cube 
   2009   1.91      cube int
   2010   1.91      cube netbsd32_extattrctl(struct lwp *l, void *v, register_t *retval)
   2011   1.91      cube {
   2012   1.91      cube 	struct netbsd32_extattrctl_args /* {
   2013   1.91      cube 		syscallarg(const netbsd32_charp) path;
   2014   1.91      cube 		syscallarg(int) cmd;
   2015   1.91      cube 		syscallarg(const netbsd32_charp) filename;
   2016   1.91      cube 		syscallarg(int) attrnamespace;
   2017   1.91      cube 		syscallarg(const netbsd32_charp) attrname;
   2018   1.91      cube 	} */ *uap = v;
   2019   1.91      cube 	struct sys_extattrctl_args ua;
   2020   1.91      cube 
   2021   1.91      cube 	NETBSD32TOP_UAP(path, const char);
   2022   1.91      cube 	NETBSD32TO64_UAP(cmd);
   2023   1.91      cube 	NETBSD32TOP_UAP(filename, const char);
   2024   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2025   1.91      cube 	NETBSD32TOP_UAP(attrname, const char);
   2026   1.91      cube 	return sys_extattrctl(l, &ua, retval);
   2027   1.91      cube }
   2028   1.91      cube 
   2029   1.91      cube int
   2030   1.91      cube netbsd32_extattr_set_fd(struct lwp *l, void *v, register_t *retval)
   2031   1.91      cube {
   2032   1.91      cube 	struct netbsd32_extattr_set_fd_args /* {
   2033   1.91      cube 		syscallarg(int) fd;
   2034   1.91      cube 		syscallarg(int) attrnamespace;
   2035   1.91      cube 		syscallarg(const netbsd32_charp) attrname;
   2036   1.91      cube 		syscallarg(const netbsd32_voidp) data;
   2037   1.91      cube 		syscallarg(netbsd32_size_t) nbytes;
   2038   1.91      cube 	} */ *uap = v;
   2039   1.91      cube 	struct sys_extattr_set_fd_args ua;
   2040   1.91      cube 
   2041   1.91      cube 	NETBSD32TO64_UAP(fd);
   2042   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2043   1.91      cube 	NETBSD32TOP_UAP(attrname, const char);
   2044   1.91      cube 	NETBSD32TOP_UAP(data, const void);
   2045   1.91      cube 	NETBSD32TOX_UAP(nbytes, size_t);
   2046   1.91      cube 	return sys_extattr_set_fd(l, &ua, retval);
   2047   1.91      cube }
   2048   1.91      cube 
   2049   1.91      cube int
   2050   1.91      cube netbsd32_extattr_set_file(struct lwp *l, void *v, register_t *retval)
   2051   1.91      cube {
   2052   1.91      cube 	struct netbsd32_extattr_set_file_args /* {
   2053   1.91      cube 		syscallarg(const netbsd32_charp) path;
   2054   1.91      cube 		syscallarg(int) attrnamespace;
   2055   1.91      cube 		syscallarg(const netbsd32_charp) attrname;
   2056   1.91      cube 		syscallarg(const netbsd32_voidp) data;
   2057   1.91      cube 		syscallarg(netbsd32_size_t) nbytes;
   2058   1.91      cube 	} */ *uap = v;
   2059   1.91      cube 	struct sys_extattr_set_file_args ua;
   2060   1.91      cube 
   2061   1.91      cube 	NETBSD32TOP_UAP(path, const char);
   2062   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2063   1.91      cube 	NETBSD32TOP_UAP(attrname, const char);
   2064   1.91      cube 	NETBSD32TOP_UAP(data, const void);
   2065   1.91      cube 	NETBSD32TOX_UAP(nbytes, size_t);
   2066   1.91      cube 	return sys_extattr_set_file(l, &ua, retval);
   2067   1.91      cube }
   2068   1.91      cube 
   2069   1.91      cube int
   2070   1.91      cube netbsd32_extattr_set_link(struct lwp *l, void *v, register_t *retval)
   2071   1.91      cube {
   2072   1.91      cube 	struct netbsd32_extattr_set_link_args /* {
   2073   1.91      cube 		syscallarg(const netbsd32_charp) path;
   2074   1.91      cube 		syscallarg(int) attrnamespace;
   2075   1.91      cube 		syscallarg(const netbsd32_charp) attrname;
   2076   1.91      cube 		syscallarg(const netbsd32_voidp) data;
   2077   1.91      cube 		syscallarg(netbsd32_size_t) nbytes;
   2078   1.91      cube 	} */ *uap = v;
   2079   1.91      cube 	struct sys_extattr_set_link_args ua;
   2080   1.91      cube 
   2081   1.91      cube 	NETBSD32TOP_UAP(path, const char);
   2082   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2083   1.91      cube 	NETBSD32TOP_UAP(attrname, const char);
   2084   1.91      cube 	NETBSD32TOP_UAP(data, const void);
   2085   1.91      cube 	NETBSD32TOX_UAP(nbytes, size_t);
   2086   1.91      cube 	return sys_extattr_set_link(l, &ua, retval);
   2087   1.91      cube }
   2088   1.91      cube 
   2089   1.91      cube int
   2090   1.91      cube netbsd32_extattr_get_fd(struct lwp *l, void *v, register_t *retval)
   2091   1.91      cube {
   2092   1.91      cube 	struct netbsd32_extattr_get_fd_args /* {
   2093   1.91      cube 		syscallarg(int) fd;
   2094   1.91      cube 		syscallarg(int) attrnamespace;
   2095   1.91      cube 		syscallarg(const netbsd32_charp) attrname;
   2096   1.91      cube 		syscallarg(netbsd32_voidp) data;
   2097   1.91      cube 		syscallarg(netbsd32_size_t) nbytes;
   2098   1.91      cube 	} */ *uap = v;
   2099   1.91      cube 	struct sys_extattr_get_fd_args ua;
   2100   1.91      cube 
   2101   1.91      cube 	NETBSD32TO64_UAP(fd);
   2102   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2103   1.91      cube 	NETBSD32TOP_UAP(attrname, const char);
   2104   1.91      cube 	NETBSD32TOP_UAP(data, void);
   2105   1.91      cube 	NETBSD32TOX_UAP(nbytes, size_t);
   2106   1.91      cube 	return sys_extattr_get_fd(l, &ua, retval);
   2107   1.91      cube }
   2108   1.91      cube 
   2109   1.91      cube int
   2110   1.91      cube netbsd32_extattr_get_file(struct lwp *l, void *v, register_t *retval)
   2111   1.91      cube {
   2112   1.91      cube 	struct netbsd32_extattr_get_file_args /* {
   2113   1.91      cube 		syscallarg(const netbsd32_charp) path;
   2114   1.91      cube 		syscallarg(int) attrnamespace;
   2115   1.91      cube 		syscallarg(const netbsd32_charp) attrname;
   2116   1.91      cube 		syscallarg(netbsd32_voidp) data;
   2117   1.91      cube 		syscallarg(netbsd32_size_t) nbytes;
   2118   1.91      cube 	} */ *uap = v;
   2119   1.91      cube 	struct sys_extattr_get_file_args ua;
   2120   1.91      cube 
   2121   1.91      cube 	NETBSD32TOP_UAP(path, const char);
   2122   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2123   1.91      cube 	NETBSD32TOP_UAP(attrname, const char);
   2124   1.91      cube 	NETBSD32TOP_UAP(data, void);
   2125   1.91      cube 	NETBSD32TOX_UAP(nbytes, size_t);
   2126   1.91      cube 	return sys_extattr_get_file(l, &ua, retval);
   2127   1.91      cube }
   2128   1.91      cube 
   2129   1.91      cube int
   2130   1.91      cube netbsd32_extattr_get_link(struct lwp *l, void *v, register_t *retval)
   2131   1.91      cube {
   2132   1.91      cube 	struct netbsd32_extattr_get_link_args /* {
   2133   1.91      cube 		syscallarg(const netbsd32_charp) path;
   2134   1.91      cube 		syscallarg(int) attrnamespace;
   2135   1.91      cube 		syscallarg(const netbsd32_charp) attrname;
   2136   1.91      cube 		syscallarg(netbsd32_voidp) data;
   2137   1.91      cube 		syscallarg(netbsd32_size_t) nbytes;
   2138   1.91      cube 	} */ *uap = v;
   2139   1.91      cube 	struct sys_extattr_get_link_args ua;
   2140   1.91      cube 
   2141   1.91      cube 	NETBSD32TOP_UAP(path, const char);
   2142   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2143   1.91      cube 	NETBSD32TOP_UAP(attrname, const char);
   2144   1.91      cube 	NETBSD32TOP_UAP(data, void);
   2145   1.91      cube 	NETBSD32TOX_UAP(nbytes, size_t);
   2146   1.91      cube 	return sys_extattr_get_link(l, &ua, retval);
   2147   1.91      cube }
   2148   1.91      cube 
   2149   1.91      cube int
   2150   1.91      cube netbsd32_extattr_delete_fd(struct lwp *l, void *v, register_t *retval)
   2151   1.91      cube {
   2152   1.91      cube 	struct netbsd32_extattr_delete_fd_args /* {
   2153   1.91      cube 		syscallarg(int) fd;
   2154   1.91      cube 		syscallarg(int) attrnamespace;
   2155   1.91      cube 		syscallarg(const netbsd32_charp) attrname;
   2156   1.91      cube 	} */ *uap = v;
   2157   1.91      cube 	struct sys_extattr_delete_fd_args ua;
   2158   1.91      cube 
   2159   1.91      cube 	NETBSD32TO64_UAP(fd);
   2160   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2161   1.91      cube 	NETBSD32TOP_UAP(attrname, const char);
   2162   1.91      cube 	return sys_extattr_delete_fd(l, &ua, retval);
   2163   1.91      cube }
   2164   1.91      cube 
   2165   1.91      cube int
   2166   1.91      cube netbsd32_extattr_delete_file(struct lwp *l, void *v, register_t *retval)
   2167   1.91      cube {
   2168   1.91      cube 	struct netbsd32_extattr_delete_file_args /* {
   2169   1.91      cube 		syscallarg(const netbsd32_charp) path;
   2170   1.91      cube 		syscallarg(int) attrnamespace;
   2171   1.91      cube 		syscallarg(const netbsd32_charp) attrname;
   2172   1.91      cube 	} */ *uap = v;
   2173   1.91      cube 	struct sys_extattr_delete_file_args ua;
   2174   1.91      cube 
   2175   1.91      cube 	NETBSD32TOP_UAP(path, const char);
   2176   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2177   1.91      cube 	NETBSD32TOP_UAP(attrname, const char);
   2178   1.91      cube 	return sys_extattr_delete_file(l, &ua, retval);
   2179   1.91      cube }
   2180   1.91      cube 
   2181   1.91      cube int
   2182   1.91      cube netbsd32_extattr_delete_link(struct lwp *l, void *v, register_t *retval)
   2183   1.91      cube {
   2184   1.91      cube 	struct netbsd32_extattr_delete_link_args /* {
   2185   1.91      cube 		syscallarg(const netbsd32_charp) path;
   2186   1.91      cube 		syscallarg(int) attrnamespace;
   2187   1.91      cube 		syscallarg(const netbsd32_charp) attrname;
   2188   1.91      cube 	} */ *uap = v;
   2189   1.91      cube 	struct sys_extattr_delete_link_args ua;
   2190   1.91      cube 
   2191   1.91      cube 	NETBSD32TOP_UAP(path, const char);
   2192   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2193   1.91      cube 	NETBSD32TOP_UAP(attrname, const char);
   2194   1.91      cube 	return sys_extattr_delete_link(l, &ua, retval);
   2195   1.91      cube }
   2196   1.91      cube 
   2197   1.91      cube int
   2198   1.91      cube netbsd32_extattr_list_fd(struct lwp *l, void *v, register_t *retval)
   2199   1.91      cube {
   2200   1.91      cube 	struct netbsd32_extattr_list_fd_args /* {
   2201   1.91      cube 		syscallarg(int) fd;
   2202   1.91      cube 		syscallarg(int) attrnamespace;
   2203   1.91      cube 		syscallarg(netbsd32_voidp) data;
   2204   1.91      cube 		syscallarg(netbsd32_size_t) nbytes;
   2205   1.91      cube 	} */ *uap = v;
   2206   1.91      cube 	struct sys_extattr_list_fd_args ua;
   2207   1.91      cube 
   2208   1.91      cube 	NETBSD32TO64_UAP(fd);
   2209   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2210   1.91      cube 	NETBSD32TOP_UAP(data, void);
   2211   1.91      cube 	NETBSD32TOX_UAP(nbytes, size_t);
   2212   1.91      cube 	return sys_extattr_list_fd(l, &ua, retval);
   2213   1.91      cube }
   2214   1.91      cube 
   2215   1.91      cube int
   2216   1.91      cube netbsd32_extattr_list_file(struct lwp *l, void *v, register_t *retval)
   2217   1.91      cube {
   2218   1.91      cube 	struct netbsd32_extattr_list_file_args /* {
   2219   1.91      cube 		syscallarg(const netbsd32_charp) path;
   2220   1.91      cube 		syscallarg(int) attrnamespace;
   2221   1.91      cube 		syscallarg(netbsd32_voidp) data;
   2222   1.91      cube 		syscallarg(netbsd32_size_t) nbytes;
   2223   1.91      cube 	} */ *uap = v;
   2224   1.91      cube 	struct sys_extattr_list_file_args ua;
   2225   1.91      cube 
   2226   1.91      cube 	NETBSD32TOP_UAP(path, const char);
   2227   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2228   1.91      cube 	NETBSD32TOP_UAP(data, void);
   2229   1.91      cube 	NETBSD32TOX_UAP(nbytes, size_t);
   2230   1.91      cube 	return sys_extattr_list_file(l, &ua, retval);
   2231   1.91      cube }
   2232   1.91      cube 
   2233   1.91      cube int
   2234   1.91      cube netbsd32_extattr_list_link(struct lwp *l, void *v, register_t *retval)
   2235   1.91      cube {
   2236   1.91      cube 	struct netbsd32_extattr_list_link_args /* {
   2237   1.91      cube 		syscallarg(const netbsd32_charp) path;
   2238   1.91      cube 		syscallarg(int) attrnamespace;
   2239   1.91      cube 		syscallarg(netbsd32_voidp) data;
   2240   1.91      cube 		syscallarg(netbsd32_size_t) nbytes;
   2241   1.91      cube 	} */ *uap = v;
   2242   1.91      cube 	struct sys_extattr_list_link_args ua;
   2243   1.91      cube 
   2244   1.91      cube 	NETBSD32TOP_UAP(path, const char);
   2245   1.91      cube 	NETBSD32TO64_UAP(attrnamespace);
   2246   1.91      cube 	NETBSD32TOP_UAP(data, void);
   2247   1.91      cube 	NETBSD32TOX_UAP(nbytes, size_t);
   2248   1.91      cube 	return sys_extattr_list_link(l, &ua, retval);
   2249   1.91      cube }
   2250   1.92      cube 
   2251   1.92      cube int
   2252  1.132       dsl netbsd32_mlockall(struct lwp *l, void *v, register_t *retval)
   2253   1.92      cube {
   2254   1.92      cube 	struct netbsd32_mlockall_args /* {
   2255   1.92      cube 		syscallarg(int) flags;
   2256   1.92      cube 	} */ *uap = v;
   2257   1.92      cube 	struct sys_mlockall_args ua;
   2258   1.92      cube 
   2259   1.92      cube 	NETBSD32TO64_UAP(flags);
   2260   1.92      cube 	return (sys_mlockall(l, &ua, retval));
   2261   1.92      cube }
   2262   1.93      cube 
   2263   1.93      cube int
   2264   1.93      cube netbsd32___clone(struct lwp *l, void *v, register_t *retval)
   2265   1.93      cube {
   2266   1.93      cube 	struct netbsd32___clone_args /*  {
   2267   1.93      cube 		syscallarg(int) flags;
   2268   1.93      cube 		syscallarg(netbsd32_voidp) stack;
   2269   1.93      cube 	} */ *uap = v;
   2270   1.93      cube 	struct sys___clone_args ua;
   2271   1.93      cube 
   2272   1.93      cube 	NETBSD32TO64_UAP(flags);
   2273   1.93      cube 	NETBSD32TOP_UAP(stack, void);
   2274   1.93      cube 	return sys___clone(l, &ua, retval);
   2275   1.93      cube }
   2276   1.94      cube 
   2277   1.94      cube int
   2278   1.94      cube netbsd32_fsync_range(struct lwp *l, void *v, register_t *retval)
   2279   1.94      cube {
   2280   1.94      cube 	struct netbsd32_fsync_range_args /* {
   2281   1.94      cube 		syscallarg(int) fd;
   2282   1.94      cube 		syscallarg(int) flags;
   2283   1.94      cube 		syscallarg(off_t) start;
   2284   1.94      cube 		syscallarg(off_t) length;
   2285   1.94      cube 	} */ *uap = v;
   2286   1.94      cube 	struct sys_fsync_range_args ua;
   2287   1.94      cube 
   2288   1.94      cube 	NETBSD32TO64_UAP(fd);
   2289   1.94      cube 	NETBSD32TO64_UAP(flags);
   2290   1.94      cube 	NETBSD32TO64_UAP(start);
   2291   1.94      cube 	NETBSD32TO64_UAP(length);
   2292   1.94      cube 	return (sys_fsync_range(l, &ua, retval));
   2293   1.94      cube }
   2294   1.95      cube 
   2295   1.95      cube int
   2296   1.95      cube netbsd32_rasctl(struct lwp *l, void *v, register_t *retval)
   2297   1.95      cube {
   2298   1.95      cube 	struct netbsd32_rasctl_args /* {
   2299  1.119  christos 		syscallarg(netbsd32_caddr_t) addr;
   2300   1.95      cube 		syscallarg(netbsd32_size_t) len;
   2301   1.95      cube 		syscallarg(int) op;
   2302   1.95      cube 	} */ *uap = v;
   2303   1.95      cube 	struct sys_rasctl_args ua;
   2304   1.95      cube 
   2305  1.120       dsl 	NETBSD32TOP_UAP(addr, void *);
   2306   1.95      cube 	NETBSD32TOX_UAP(len, size_t);
   2307   1.95      cube 	NETBSD32TO64_UAP(op);
   2308   1.95      cube 	return sys_rasctl(l, &ua, retval);
   2309   1.95      cube }
   2310   1.96      cube 
   2311   1.96      cube int
   2312   1.96      cube netbsd32_setxattr(struct lwp *l, void *v, register_t *retval)
   2313   1.96      cube {
   2314   1.96      cube 	struct netbsd32_setxattr_args /* {
   2315   1.96      cube 		syscallarg(const netbsd32_charp) path;
   2316   1.96      cube 		syscallarg(const netbsd32_charp) name;
   2317   1.96      cube 		syscallarg(netbsd32_voidp) value;
   2318   1.96      cube 		syscallarg(netbsd32_size_t) size;
   2319   1.96      cube 		syscallarg(int) flags;
   2320   1.96      cube 	} */ *uap = v;
   2321   1.96      cube 	struct sys_setxattr_args ua;
   2322   1.96      cube 	NETBSD32TOP_UAP(path, const char);
   2323   1.96      cube 	NETBSD32TOP_UAP(name, const char);
   2324   1.96      cube 	NETBSD32TOP_UAP(value, void);
   2325   1.96      cube 	NETBSD32TOX_UAP(size, size_t);
   2326   1.96      cube 	NETBSD32TO64_UAP(flags);
   2327   1.96      cube 	return sys_setxattr(l, &ua, retval);
   2328   1.96      cube }
   2329   1.96      cube 
   2330   1.96      cube int
   2331   1.96      cube netbsd32_lsetxattr(struct lwp *l, void *v, register_t *retval)
   2332   1.96      cube {
   2333   1.96      cube 	struct netbsd32_lsetxattr_args /* {
   2334   1.96      cube 		syscallarg(const netbsd32_charp) path;
   2335   1.96      cube 		syscallarg(const netbsd32_charp) name;
   2336   1.96      cube 		syscallarg(netbsd32_voidp) value;
   2337   1.96      cube 		syscallarg(netbsd32_size_t) size;
   2338   1.96      cube 		syscallarg(int) flags;
   2339   1.96      cube 	} */ *uap = v;
   2340   1.96      cube 	struct sys_lsetxattr_args ua;
   2341   1.96      cube 	NETBSD32TOP_UAP(path, const char);
   2342   1.96      cube 	NETBSD32TOP_UAP(name, const char);
   2343   1.96      cube 	NETBSD32TOP_UAP(value, void);
   2344   1.96      cube 	NETBSD32TOX_UAP(size, size_t);
   2345   1.96      cube 	NETBSD32TO64_UAP(flags);
   2346   1.96      cube 	return sys_lsetxattr(l, &ua, retval);
   2347   1.96      cube }
   2348   1.96      cube 
   2349   1.96      cube int
   2350   1.96      cube netbsd32_fsetxattr(struct lwp *l, void *v, register_t *retval)
   2351   1.96      cube {
   2352   1.96      cube 	struct netbsd32_fsetxattr_args /* {
   2353   1.96      cube 		syscallarg(int) fd;
   2354   1.96      cube 		syscallarg(const netbsd32_charp) name;
   2355   1.96      cube 		syscallarg(netbsd32_voidp) value;
   2356   1.96      cube 		syscallarg(netbsd32_size_t) size;
   2357   1.96      cube 		syscallarg(int) flags;
   2358   1.96      cube 	} */ *uap = v;
   2359   1.96      cube 	struct sys_fsetxattr_args ua;
   2360   1.96      cube 	NETBSD32TO64_UAP(fd);
   2361   1.96      cube 	NETBSD32TOP_UAP(name, const char);
   2362   1.96      cube 	NETBSD32TOP_UAP(value, void);
   2363   1.96      cube 	NETBSD32TOX_UAP(size, size_t);
   2364   1.96      cube 	NETBSD32TO64_UAP(flags);
   2365   1.96      cube 	return sys_fsetxattr(l, &ua, retval);
   2366   1.96      cube }
   2367   1.96      cube 
   2368   1.96      cube int
   2369   1.96      cube netbsd32_getxattr(struct lwp *l, void *v, register_t *retval)
   2370   1.96      cube {
   2371   1.96      cube 	struct netbsd32_getxattr_args /* {
   2372   1.96      cube 		syscallarg(const netbsd32_charp) path;
   2373   1.96      cube 		syscallarg(const netbsd32_charp) name;
   2374   1.96      cube 		syscallarg(netbsd32_voidp) value;
   2375   1.96      cube 		syscallarg(netbsd32_size_t) size;
   2376   1.96      cube 	} */ *uap = v;
   2377   1.96      cube 	struct sys_getxattr_args ua;
   2378   1.96      cube 	NETBSD32TOP_UAP(path, const char);
   2379   1.96      cube 	NETBSD32TOP_UAP(name, const char);
   2380   1.96      cube 	NETBSD32TOP_UAP(value, void);
   2381   1.96      cube 	NETBSD32TOX_UAP(size, size_t);
   2382   1.96      cube 	return sys_getxattr(l, &ua, retval);
   2383   1.96      cube }
   2384   1.96      cube 
   2385   1.96      cube int
   2386   1.96      cube netbsd32_lgetxattr(struct lwp *l, void *v, register_t *retval)
   2387   1.96      cube {
   2388   1.96      cube 	struct netbsd32_lgetxattr_args /* {
   2389   1.96      cube 		syscallarg(const netbsd32_charp) path;
   2390   1.96      cube 		syscallarg(const netbsd32_charp) name;
   2391   1.96      cube 		syscallarg(netbsd32_voidp) value;
   2392   1.96      cube 		syscallarg(netbsd32_size_t) size;
   2393   1.96      cube 	} */ *uap = v;
   2394   1.96      cube 	struct sys_lgetxattr_args ua;
   2395   1.96      cube 	NETBSD32TOP_UAP(path, const char);
   2396   1.96      cube 	NETBSD32TOP_UAP(name, const char);
   2397   1.96      cube 	NETBSD32TOP_UAP(value, void);
   2398   1.96      cube 	NETBSD32TOX_UAP(size, size_t);
   2399   1.96      cube 	return sys_lgetxattr(l, &ua, retval);
   2400   1.96      cube }
   2401   1.96      cube 
   2402   1.96      cube int
   2403   1.96      cube netbsd32_fgetxattr(struct lwp *l, void *v, register_t *retval)
   2404   1.96      cube {
   2405   1.96      cube 	struct netbsd32_fgetxattr_args /* {
   2406   1.96      cube 		syscallarg(int) fd;
   2407   1.96      cube 		syscallarg(const netbsd32_charp) name;
   2408   1.96      cube 		syscallarg(netbsd32_voidp) value;
   2409   1.96      cube 		syscallarg(netbsd32_size_t) size;
   2410   1.96      cube 	} */ *uap = v;
   2411   1.96      cube 	struct sys_fgetxattr_args ua;
   2412   1.96      cube 	NETBSD32TO64_UAP(fd);
   2413   1.96      cube 	NETBSD32TOP_UAP(name, const char);
   2414   1.96      cube 	NETBSD32TOP_UAP(value, void);
   2415   1.96      cube 	NETBSD32TOX_UAP(size, size_t);
   2416   1.96      cube 	return sys_fgetxattr(l, &ua, retval);
   2417   1.96      cube }
   2418   1.96      cube 
   2419   1.96      cube int
   2420   1.96      cube netbsd32_listxattr(struct lwp *l, void *v, register_t *retval)
   2421   1.96      cube {
   2422   1.96      cube 	struct netbsd32_listxattr_args /* {
   2423   1.96      cube 		syscallarg(const netbsd32_charp) path;
   2424   1.96      cube 		syscallarg(netbsd32_charp) list;
   2425   1.96      cube 		syscallarg(netbsd32_size_t) size;
   2426   1.96      cube 	} */ *uap = v;
   2427   1.96      cube 	struct sys_listxattr_args ua;
   2428   1.96      cube 	NETBSD32TOP_UAP(path, const char);
   2429   1.96      cube 	NETBSD32TOP_UAP(list, char);
   2430   1.96      cube 	NETBSD32TOX_UAP(size, size_t);
   2431   1.96      cube 	return sys_listxattr(l, &ua, retval);
   2432   1.96      cube }
   2433   1.96      cube 
   2434   1.96      cube int
   2435   1.96      cube netbsd32_llistxattr(struct lwp *l, void *v, register_t *retval)
   2436   1.96      cube {
   2437   1.96      cube 	struct netbsd32_llistxattr_args /* {
   2438   1.96      cube 		syscallarg(const netbsd32_charp) path;
   2439   1.96      cube 		syscallarg(netbsd32_charp) list;
   2440   1.96      cube 		syscallarg(netbsd32_size_t) size;
   2441   1.96      cube 	} */ *uap = v;
   2442   1.96      cube 	struct sys_llistxattr_args ua;
   2443   1.96      cube 	NETBSD32TOP_UAP(path, const char);
   2444   1.96      cube 	NETBSD32TOP_UAP(list, char);
   2445   1.96      cube 	NETBSD32TOX_UAP(size, size_t);
   2446   1.96      cube 	return sys_llistxattr(l, &ua, retval);
   2447   1.96      cube }
   2448   1.96      cube 
   2449   1.96      cube int
   2450   1.96      cube netbsd32_flistxattr(struct lwp *l, void *v, register_t *retval)
   2451   1.96      cube {
   2452   1.96      cube 	struct netbsd32_flistxattr_args /* {
   2453   1.96      cube 		syscallarg(int) fd;
   2454   1.96      cube 		syscallarg(netbsd32_charp) list;
   2455   1.96      cube 		syscallarg(netbsd32_size_t) size;
   2456   1.96      cube 	} */ *uap = v;
   2457   1.96      cube 	struct sys_flistxattr_args ua;
   2458   1.96      cube 	NETBSD32TO64_UAP(fd);
   2459   1.96      cube 	NETBSD32TOP_UAP(list, char);
   2460   1.96      cube 	NETBSD32TOX_UAP(size, size_t);
   2461   1.96      cube 	return sys_flistxattr(l, &ua, retval);
   2462   1.96      cube }
   2463   1.96      cube 
   2464   1.96      cube int
   2465   1.96      cube netbsd32_removexattr(struct lwp *l, void *v, register_t *retval)
   2466   1.96      cube {
   2467   1.96      cube 	struct netbsd32_removexattr_args /* {
   2468   1.96      cube 		syscallarg(const netbsd32_charp) path;
   2469   1.96      cube 		syscallarg(const netbsd32_charp) name;
   2470   1.96      cube 	} */ *uap = v;
   2471   1.96      cube 	struct sys_removexattr_args ua;
   2472   1.96      cube 	NETBSD32TOP_UAP(path, const char);
   2473   1.96      cube 	NETBSD32TOP_UAP(name, const char);
   2474   1.96      cube 	return sys_removexattr(l, &ua, retval);
   2475   1.96      cube }
   2476   1.96      cube 
   2477   1.96      cube int
   2478   1.96      cube netbsd32_lremovexattr(struct lwp *l, void *v, register_t *retval)
   2479   1.96      cube {
   2480   1.96      cube 	struct netbsd32_lremovexattr_args /* {
   2481   1.96      cube 		syscallarg(const netbsd32_charp) path;
   2482   1.96      cube 		syscallarg(const netbsd32_charp) name;
   2483   1.96      cube 	} */ *uap = v;
   2484   1.96      cube 	struct sys_lremovexattr_args ua;
   2485   1.96      cube 	NETBSD32TOP_UAP(path, const char);
   2486   1.96      cube 	NETBSD32TOP_UAP(name, const char);
   2487   1.96      cube 	return sys_lremovexattr(l, &ua, retval);
   2488   1.96      cube }
   2489   1.96      cube 
   2490   1.96      cube int
   2491   1.96      cube netbsd32_fremovexattr(struct lwp *l, void *v, register_t *retval)
   2492   1.96      cube {
   2493   1.96      cube 	struct netbsd32_fremovexattr_args /* {
   2494   1.96      cube 		syscallarg(int) fd;
   2495   1.96      cube 		syscallarg(const netbsd32_charp) name;
   2496   1.96      cube 	} */ *uap = v;
   2497   1.96      cube 	struct sys_fremovexattr_args ua;
   2498   1.96      cube 	NETBSD32TO64_UAP(fd);
   2499   1.96      cube 	NETBSD32TOP_UAP(name, const char);
   2500   1.96      cube 	return sys_fremovexattr(l, &ua, retval);
   2501   1.96      cube }
   2502  1.129       dsl 
   2503  1.129       dsl /*
   2504  1.129       dsl  * MI indirect system call support.
   2505  1.129       dsl  * Only used if the MD netbsd32_syscall.c doesn't intercept the calls.
   2506  1.129       dsl  */
   2507  1.129       dsl 
   2508  1.129       dsl #define NETBSD32_SYSCALL
   2509  1.129       dsl #undef SYS_NSYSENT
   2510  1.129       dsl #define SYS_NSYSENT NETBSD32_SYS_NSYSENT
   2511  1.129       dsl 
   2512  1.129       dsl #define SYS_SYSCALL netbsd32_sys_syscall
   2513  1.129       dsl #include "../../kern/sys_syscall.c"
   2514  1.129       dsl #undef SYS_SYSCALL
   2515  1.129       dsl 
   2516  1.129       dsl #define SYS_SYSCALL netbsd32_sys___syscall
   2517  1.129       dsl #include "../../kern/sys_syscall.c"
   2518  1.129       dsl #undef SYS_SYSCALL
   2519