lib/libp2k/p2k.c
1251
int name, register_t *retval)
lib/libperfuse/ops.c
2895
int name, register_t *retval)
lib/libperfuse/perfuse_priv.h
252
puffs_cookie_t, int, register_t *);
lib/librumpclient/rumpclient.c
576
register_t *retval)
lib/librumpclient/rumpclient.h
59
int rumpclient_syscall(int, const void *, size_t, register_t *);
lib/librumpuser/rumpuser_sp.c
1376
register_t retval[2] = {0, 0};
lib/librumpuser/rumpuser_sp.c
261
rumpsyscall(int sysnum, void *data, register_t *regrv)
lib/librumpuser/rumpuser_sp.c
336
register_t *retval)
lib/librumpuser/rumpuser_sp.c
677
register_t retval[2] = {0, 0};
lib/librumpuser/sp_common.c
189
register_t rsys_retval[2];
sys/arch/aarch64/aarch64/aarch32_syscall.c
54
register_t a64[EMULNAMEU(SYS_MAXSYSARGS)];
sys/arch/aarch64/aarch64/aarch32_syscall.c
65
register_t rval[2];
sys/arch/aarch64/aarch64/db_interface.c
67
register_t s;
sys/arch/aarch64/aarch64/netbsd32_machdep.c
555
arm32_sync_icache(struct lwp *l, const void *args, register_t *retval)
sys/arch/aarch64/aarch64/netbsd32_machdep.c
581
arm32_drain_writebuf(struct lwp *l, const void *args, register_t *retval)
sys/arch/aarch64/aarch64/netbsd32_machdep.c
591
register_t *retval)
sys/arch/aarch64/aarch64/pmap.c
738
register_t s = daif_disable(DAIF_I | DAIF_F);
sys/arch/aarch64/aarch64/sys_machdep.c
46
register_t *retval)
sys/arch/aarch64/aarch64/syscall.c
142
diff * sizeof(register_t));
sys/arch/aarch64/aarch64/syscall.c
91
register_t rval[2];
sys/arch/aarch64/aarch64/syscall.c
92
register_t args[10];
sys/arch/aarch64/aarch64/syscall.c
97
register_t *params = (void *)tf->tf_reg;
sys/arch/aarch64/include/armreg.h
1739
static __inline register_t
sys/arch/aarch64/include/frame.h
72
register_t fb_reg[FB_MAX];
sys/arch/aarch64/include/locore.h
69
daif_enable(register_t psw)
sys/arch/aarch64/include/locore.h
78
static inline register_t __unused
sys/arch/aarch64/include/locore.h
79
daif_disable(register_t psw)
sys/arch/aarch64/include/locore.h
81
register_t oldpsw = reg_daif_read();
sys/arch/aarch64/include/types.h
84
register_t lb_reg[LBL_MAX]; /* x19 .. x30, sp */
sys/arch/alpha/alpha/compat_13_machdep.c
61
compat_13_sys_sigreturn(struct lwp *l, const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/alpha/alpha/compat_16_machdep.c
247
compat_16_sys___sigreturn14(struct lwp *l, const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/alpha/alpha/sys_machdep.c
85
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *retval)
sys/arch/alpha/alpha/trap.c
1002
register_t *regptr;
sys/arch/alpha/alpha/trap.c
1045
register_t regval = (regptr != NULL) ? *regptr : 0;
sys/arch/alpha/alpha/trap.c
1134
register_t *regptr, memaddr;
sys/arch/amd64/amd64/compat_13_machdep.c
51
int compat_13_sys_sigreturn(struct lwp *, const struct compat_13_sys_sigreturn_args *, register_t *);
sys/arch/amd64/amd64/compat_13_machdep.c
58
compat_13_sys_sigreturn(struct lwp *l, const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/amd64/amd64/compat_16_machdep.c
51
int compat_16_sys___sigreturn14(struct lwp *, const struct compat_16_sys___sigreturn14_args *, register_t *);
sys/arch/amd64/amd64/compat_16_machdep.c
58
compat_16_sys___sigreturn14(struct lwp *l, const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/amd64/amd64/linux32_syscall.c
39
register_t rval[2];
sys/arch/amd64/amd64/linux32_syscall.c
41
register_t args64[6];
sys/arch/amd64/amd64/linux_syscall.c
80
register_t code, rval[2];
sys/arch/amd64/amd64/netbsd32_machdep.c
103
static int x86_64_get_mtrr32(struct lwp *, void *, register_t *);
sys/arch/amd64/amd64/netbsd32_machdep.c
104
static int x86_64_set_mtrr32(struct lwp *, void *, register_t *);
sys/arch/amd64/amd64/netbsd32_machdep.c
635
netbsd32_sysarch(struct lwp *l, const struct netbsd32_sysarch_args *uap, register_t *retval)
sys/arch/amd64/amd64/netbsd32_machdep.c
673
x86_64_set_ldt32(struct lwp *l, void *args, register_t *retval)
sys/arch/amd64/amd64/netbsd32_machdep.c
703
x86_64_get_ldt32(struct lwp *l, void *args, register_t *retval)
sys/arch/amd64/amd64/netbsd32_machdep.c
735
x86_64_get_mtrr32(struct lwp *l, void *args, register_t *retval)
sys/arch/amd64/amd64/netbsd32_machdep.c
799
x86_64_set_mtrr32(struct lwp *l, void *args, register_t *retval)
sys/arch/amd64/amd64/netbsd32_machdep.c
95
static int x86_64_get_ldt32(struct lwp *, void *, register_t *);
sys/arch/amd64/amd64/netbsd32_machdep.c
96
static int x86_64_set_ldt32(struct lwp *, void *, register_t *);
sys/arch/amd64/amd64/netbsd32_machdep_13.c
84
compat_13_netbsd32_sigreturn(struct lwp *l, const struct compat_13_netbsd32_sigreturn_args *uap, register_t *retval)
sys/arch/amd64/amd64/netbsd32_machdep_16.c
175
register_t *retval)
sys/arch/amd64/amd64/netbsd32_syscall.c
73
register_t rval[2];
sys/arch/amd64/amd64/netbsd32_syscall.c
74
register_t args64[SYS_MAXSYSARGS];
sys/arch/amigappc/amigappc/machdep.c
367
amigappc_bat_add(paddr_t pa, register_t len, register_t prot)
sys/arch/amigappc/amigappc/machdep.c
458
register_t msr;
sys/arch/amigappc/amigappc/machdep.c
483
register_t len, prot;
sys/arch/amigappc/amigappc/machdep.c
485
len = va_arg(ap, register_t);
sys/arch/amigappc/amigappc/machdep.c
486
prot = va_arg(ap, register_t);
sys/arch/arm/acpi/cpu_acpi.c
81
static register_t
sys/arch/arm/acpi/cpu_acpi.c
85
return (register_t)KERN_VTOPHYS((vaddr_t)cpu_mpstart);
sys/arch/arm/arm/arm_machdep.c
120
.ci_undefsave[2] = (register_t) undefinedinstruction_bounce,
sys/arch/arm/arm/compat_13_machdep.c
56
compat_13_sys_sigreturn(struct lwp *l, const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/arm/arm/compat_16_machdep.c
208
compat_16_sys___sigreturn14(struct lwp *l, const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/arm/arm/linux_syscall.c
116
register_t *args, rval[2];
sys/arch/arm/arm/linux_syscall.c
167
register_t *args, rval[2];
sys/arch/arm/arm/psci.c
106
psci_cpu_on(register_t target_cpu, register_t entry_point_address,
sys/arch/arm/arm/psci.c
107
register_t context_id)
sys/arch/arm/arm/psci.c
71
psci_call(register_t fid, register_t arg1, register_t arg2, register_t arg3)
sys/arch/arm/arm/psci.h
117
int psci_cpu_on(register_t, register_t, register_t);
sys/arch/arm/arm/psci.h
155
int psci_call(register_t, register_t, register_t, register_t);
sys/arch/arm/arm/psci.h
73
typedef int (*psci_fn)(register_t, register_t, register_t, register_t);
sys/arch/arm/arm/psci.h
93
int psci_call_smc(register_t, register_t, register_t, register_t);
sys/arch/arm/arm/psci.h
94
int psci_call_hvc(register_t, register_t, register_t, register_t);
sys/arch/arm/arm/smccc.c
104
register_t arg1, register_t arg2, register_t arg3, register_t arg4,
sys/arch/arm/arm/smccc.c
105
register_t *res0, register_t *res1, register_t *res2, register_t *res3)
sys/arch/arm/arm/smccc.c
107
register_t args[5] = { fid, arg1, arg2, arg3, arg4 };
sys/arch/arm/arm/smccc.c
109
register register_t r0 asm ("r0");
sys/arch/arm/arm/smccc.c
110
register register_t r1 asm ("r1");
sys/arch/arm/arm/smccc.c
111
register register_t r2 asm ("r2");
sys/arch/arm/arm/smccc.c
112
register register_t r3 asm ("r3");
sys/arch/arm/arm/smccc.c
113
register register_t r4 asm ("r4");
sys/arch/arm/arm/smccc.h
53
int smccc_call(uint32_t, register_t, register_t, register_t, register_t,
sys/arch/arm/arm/smccc.h
54
register_t *, register_t *, register_t *, register_t *);
sys/arch/arm/arm/syscall.c
188
register_t *args;
sys/arch/arm/arm/syscall.c
189
uint64_t copyargs64[sizeof(register_t) *
sys/arch/arm/arm/syscall.c
191
register_t *copyargs = (register_t *)copyargs64;
sys/arch/arm/arm/syscall.c
192
register_t rval[2];
sys/arch/arm/arm/syscall.c
240
memcpy(args, &tf->tf_r0+off, (4-off) * sizeof(register_t));
sys/arch/arm/arm/syscall.c
242
(nargs - 4 + off) * sizeof(register_t));
sys/arch/arm/arm/undefined.c
147
register_t * const regp = &tf->tf_r0 + regno;
sys/arch/arm/arm32/db_machdep.c
74
register_t * const rp = (register_t *)DDB_REGS;
sys/arch/arm/arm32/db_machdep.c
84
#define XO(f) ((long *)(offsetof(db_regs_t, f) / sizeof(register_t)))
sys/arch/arm/arm32/fault.c
464
tf->tf_pc = (register_t)(intptr_t) pcb->pcb_onfault;
sys/arch/arm/arm32/fault.c
513
tf->tf_pc = (register_t)(intptr_t) pcb->pcb_onfault;
sys/arch/arm/arm32/fault.c
728
tf->tf_pc = (register_t)(intptr_t) pcb->pcb_onfault;
sys/arch/arm/arm32/netbsd32_machdep.c
94
register_t *retval)
sys/arch/arm/arm32/netbsd32_machdep_13.c
59
register_t *retval)
sys/arch/arm/arm32/netbsd32_machdep_16.c
60
register_t *retval)
sys/arch/arm/arm32/sys_machdep.c
124
arm32_fpu_used(struct lwp *l, const void *uap, register_t *retval)
sys/arch/arm/arm32/sys_machdep.c
136
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *retval)
sys/arch/arm/arm32/sys_machdep.c
62
static int arm32_sync_icache(struct lwp *, const void *, register_t *);
sys/arch/arm/arm32/sys_machdep.c
63
static int arm32_drain_writebuf(struct lwp *, const void *, register_t *);
sys/arch/arm/arm32/sys_machdep.c
64
static int arm32_vfp_fpscr(struct lwp *, const void *, register_t *);
sys/arch/arm/arm32/sys_machdep.c
65
static int arm32_fpu_used(struct lwp *, const void *, register_t *);
sys/arch/arm/arm32/sys_machdep.c
68
arm32_sync_icache(struct lwp *l, const void *args, register_t *retval)
sys/arch/arm/arm32/sys_machdep.c
84
arm32_drain_writebuf(struct lwp *l, const void *args, register_t *retval)
sys/arch/arm/arm32/sys_machdep.c
95
arm32_vfp_fpscr(struct lwp *l, const void *uap, register_t *retval)
sys/arch/arm/cortex/gic_splfuncs.c
58
register_t psw = DISABLE_INTERRUPT_SAVE();
sys/arch/arm/cortex/gic_splfuncs.c
75
register_t psw;
sys/arch/arm/cortex/gicv3.c
343
const register_t mpidr = cpu_mpidr_aff_read();
sys/arch/arm/fdt/cpu_fdt.c
105
static register_t
sys/arch/arm/imx/imx23_icoll.c
266
register_t psw = DISABLE_INTERRUPT_SAVE();
sys/arch/arm/include/cpu.h
235
register_t ci_undefsave[3];
sys/arch/arm/include/cpufunc.h
370
static inline void cpsie(register_t psw) __attribute__((__unused__));
sys/arch/arm/include/cpufunc.h
371
static inline register_t cpsid(register_t psw) __attribute__((__unused__));
sys/arch/arm/include/cpufunc.h
374
cpsie(register_t psw)
sys/arch/arm/include/cpufunc.h
391
static inline register_t
sys/arch/arm/include/cpufunc.h
392
cpsid(register_t psw)
sys/arch/arm/include/cpufunc.h
395
register_t oldpsw;
sys/arch/arm/include/db_machdep.h
130
typedef register_t kgdb_reg_t;
sys/arch/arm/include/frame.h
54
register_t tf_spsr;
sys/arch/arm/include/frame.h
55
register_t tf_fill; /* fill here so r0 will be dword aligned */
sys/arch/arm/include/frame.h
56
register_t tf_r0;
sys/arch/arm/include/frame.h
57
register_t tf_r1;
sys/arch/arm/include/frame.h
58
register_t tf_r2;
sys/arch/arm/include/frame.h
59
register_t tf_r3;
sys/arch/arm/include/frame.h
60
register_t tf_r4;
sys/arch/arm/include/frame.h
61
register_t tf_r5;
sys/arch/arm/include/frame.h
62
register_t tf_r6;
sys/arch/arm/include/frame.h
63
register_t tf_r7;
sys/arch/arm/include/frame.h
64
register_t tf_r8;
sys/arch/arm/include/frame.h
65
register_t tf_r9;
sys/arch/arm/include/frame.h
66
register_t tf_r10;
sys/arch/arm/include/frame.h
67
register_t tf_r11;
sys/arch/arm/include/frame.h
68
register_t tf_r12;
sys/arch/arm/include/frame.h
69
register_t tf_usr_sp;
sys/arch/arm/include/frame.h
70
register_t tf_usr_lr;
sys/arch/arm/include/frame.h
71
register_t tf_svc_sp;
sys/arch/arm/include/frame.h
72
register_t tf_svc_lr;
sys/arch/arm/include/frame.h
73
register_t tf_pc;
sys/arch/arm/include/frame.h
97
register_t fb_reg[FB_MAX];
sys/arch/arm/marvell/armadaxp.c
659
register_t psw = DISABLE_INTERRUPT_SAVE();
sys/arch/arm/pci/pci_smccc.c
110
register_t res1, res2;
sys/arch/arm/pci/pci_smccc.c
52
register_t arg1, register_t arg2, register_t arg3, register_t arg4,
sys/arch/arm/pci/pci_smccc.c
53
register_t *res0, register_t *res1, register_t *res2, register_t *res3)
sys/arch/arm/pci/pci_smccc.c
86
register_t value;
sys/arch/arm/pic/pic.c
547
pic_list_deliver_irqs(struct cpu_info *ci, register_t psw, int ipl,
sys/arch/arm/pic/pic.c
562
pic_do_pending_ints(register_t psw, int newipl, void *frame)
sys/arch/arm/pic/pic.c
77
pic_list_deliver_irqs(struct cpu_info *, register_t, int, void *);
sys/arch/arm/pic/pic_splfuncs.c
71
register_t psw = DISABLE_INTERRUPT_SAVE();
sys/arch/arm/pic/pic_splfuncs.c
93
register_t psw = DISABLE_INTERRUPT_SAVE();
sys/arch/arm/pic/picvar.h
86
void pic_do_pending_ints(register_t psw, int newipl, void *frame);
sys/arch/arm/vfp/vfp_init.c
211
register_t * const regp = &frame->tf_r0 + regno;
sys/arch/emips/emips/machdep.c
362
register_t s = mips_cp0_status_read();
sys/arch/evbmips/rmixl/machdep.c
294
register_t sp;
sys/arch/evbmips/sbmips/cpu.c
58
#define READ_REG(rp) mips3_ld((register_t)(rp))
sys/arch/evbmips/sbmips/rtc.c
420
#define READ_REG(rp) mips3_ld((register_t)(MIPS_PHYS_TO_KSEG1(rp)))
sys/arch/evbmips/sbmips/rtc.c
421
#define WRITE_REG(rp, val) mips3_sd((register_t)(MIPS_PHYS_TO_KSEG1(rp)), (val))
sys/arch/evbmips/sbmips/sb1250_icu.c
93
#define READ_REG(rp) mips3_ld((register_t)(rp))
sys/arch/evbmips/sbmips/sb1250_icu.c
94
#define WRITE_REG(rp, val) mips3_sd((register_t)(rp), (val))
sys/arch/evbppc/ev64260/machdep.c
248
register_t msr;
sys/arch/evbppc/mpc85xx/machdep.c
1088
register_t msr, hid0;
sys/arch/evbppc/mpc85xx/machdep.c
1170
const register_t hid0 = mfspr(SPR_HID0);
sys/arch/evbppc/nintendo/dev/wiifb.c
620
register_t hid0 = mfspr(SPR_HID0);
sys/arch/evbppc/nintendo/machdep.c
384
register_t scratch, spr;
sys/arch/evbppc/nintendo/pic_pi.c
106
pi_ipi_ack(const u_int cpu_num, register_t spr)
sys/arch/evbppc/nintendo/pic_pi.c
124
register_t spr = mfspr(SPR_SCR);
sys/arch/hppa/hppa/db_trace.c
117
register_t sp;
sys/arch/hppa/hppa/db_trace.c
121
fp = (register_t *)(sp -
sys/arch/hppa/hppa/db_trace.c
131
fp = (register_t *)addr;
sys/arch/hppa/hppa/db_trace.c
138
register_t *newfp;
sys/arch/hppa/hppa/db_trace.c
162
register_t scargs[5];
sys/arch/hppa/hppa/db_trace.c
186
fp = (register_t *)tf.tf_r3;
sys/arch/hppa/hppa/db_trace.c
49
register_t *fp, pc, rp;
sys/arch/hppa/hppa/db_trace.c
78
fp = (register_t *)ddb_regs.tf_r3;
sys/arch/hppa/hppa/process_machdep.c
193
l->l_md.md_regs->tf_iioq_head = (register_t)addr | HPPA_PC_PRIV_USER;
sys/arch/hppa/hppa/sys_machdep.c
16
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *retval)
sys/arch/hppa/hppa/trap.c
512
CTASSERT(sizeof(register_t) == sizeof(u_int));
sys/arch/hppa/hppa/trap.c
515
offsetof(struct trapframe, tf_r1 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
516
offsetof(struct trapframe, tf_rp ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
517
offsetof(struct trapframe, tf_r3 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
518
offsetof(struct trapframe, tf_r4 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
519
offsetof(struct trapframe, tf_r5 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
520
offsetof(struct trapframe, tf_r6 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
521
offsetof(struct trapframe, tf_r7 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
522
offsetof(struct trapframe, tf_r8 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
523
offsetof(struct trapframe, tf_r9 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
524
offsetof(struct trapframe, tf_r10 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
525
offsetof(struct trapframe, tf_r11 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
526
offsetof(struct trapframe, tf_r12 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
527
offsetof(struct trapframe, tf_r13 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
528
offsetof(struct trapframe, tf_r14 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
529
offsetof(struct trapframe, tf_r15 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
530
offsetof(struct trapframe, tf_r16 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
531
offsetof(struct trapframe, tf_r17 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
532
offsetof(struct trapframe, tf_r18 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
533
offsetof(struct trapframe, tf_t4 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
534
offsetof(struct trapframe, tf_t3 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
535
offsetof(struct trapframe, tf_t2 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
536
offsetof(struct trapframe, tf_t1 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
537
offsetof(struct trapframe, tf_arg3) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
538
offsetof(struct trapframe, tf_arg2) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
539
offsetof(struct trapframe, tf_arg1) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
540
offsetof(struct trapframe, tf_arg0) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
541
offsetof(struct trapframe, tf_dp ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
542
offsetof(struct trapframe, tf_ret0) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
543
offsetof(struct trapframe, tf_ret1) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
544
offsetof(struct trapframe, tf_sp ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
545
offsetof(struct trapframe, tf_r31 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
549
static inline register_t
sys/arch/hppa/hppa/trap.c
552
register_t *tf_reg = (register_t *)tf;
sys/arch/hppa/hppa/trap.c
560
tf_setregno(struct trapframe *tf, u_int regno, register_t val)
sys/arch/hppa/hppa/trap.c
562
register_t *tf_reg = (register_t *)tf;
sys/arch/hppa/hppa/vm_machdep.c
123
sp = (register_t)uv + PAGE_SIZE;
sys/arch/hppa/hppa/vm_machdep.c
155
tf->tf_sp = (register_t)stack;
sys/arch/hppa/hppa/vm_machdep.c
165
*(register_t *)(sp) = 0; /* previous frame pointer */
sys/arch/hppa/hppa/vm_machdep.c
166
*(register_t *)(sp + HPPA_FRAME_PSP) = osp;
sys/arch/hppa/hppa/vm_machdep.c
167
*(register_t *)(sp + HPPA_FRAME_CRP) = (register_t)lwp_trampoline;
sys/arch/hppa/hppa/vm_machdep.c
170
*HPPA_FRAME_CARG(3, sp) = (register_t)arg;
sys/arch/hppa/hppa/vm_machdep.c
91
register_t sp, osp;
sys/arch/hppa/include/cpu.h
285
register_t ci_trapsave[16];/* the "phys" part of frame */
sys/arch/hppa/include/cpu.h
291
register_t ci_psw; /* Processor Status Word. */
sys/arch/hppa/include/cpufunc.h
106
static __inline register_t mtsm(register_t mask) {
sys/arch/hppa/include/cpufunc.h
107
register_t ret;
sys/arch/hppa/include/cpufunc.h
71
static __inline register_t
sys/arch/hppa/include/cpufunc.h
73
register_t ret;
sys/arch/hppa/include/cpufunc.h
94
static __inline register_t
sys/arch/hppa/include/cpufunc.h
96
register_t ret;
sys/arch/hppa/include/frame.h
41
#define HPPA_FRAME_CARG(n,sp) ((register_t *)((sp) + HPPA_FRAME_ARG(n)))
sys/arch/hppa/include/frame.h
60
#define USERMODE(pc) ((((register_t)pc) & HPPA_PC_PRIV_MASK) != HPPA_PC_PRIV_KERN)
sys/arch/hppa/include/frame.h
61
#define KERNMODE(pc) (((register_t)pc) & ~HPPA_PC_PRIV_MASK)
sys/arch/i386/i386/compat_13_machdep.c
47
compat_13_sys_sigreturn(struct lwp *l, const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/i386/i386/compat_16_machdep.c
69
int compat_16_sys___sigreturn14(struct lwp *, const struct compat_16_sys___sigreturn14_args *, register_t *);
sys/arch/i386/i386/compat_16_machdep.c
72
compat_16_sys___sigreturn14(struct lwp *l, const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/i386/i386/linux_syscall.c
76
register_t code, args[6], rval[2];
sys/arch/ia64/ia64/sys_machdep.c
45
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *retval)
sys/arch/ia64/include/cpufunc.h
211
static __inline register_t
sys/arch/ia64/include/cpufunc.h
214
register_t psr;
sys/arch/ia64/include/cpufunc.h
222
intr_restore(register_t ie)
sys/arch/m68k/m68k/compat_13_machdep.c
70
compat_13_sys_sigreturn(struct lwp *l, const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/m68k/m68k/compat_16_machdep.c
245
compat_16_sys___sigreturn14(struct lwp *l, const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/m68k/m68k/linux_syscall.c
104
linux_syscall_plain(register_t code, struct lwp *l, struct frame *frame)
sys/arch/m68k/m68k/linux_syscall.c
110
register_t args[8], rval[2];
sys/arch/m68k/m68k/linux_syscall.c
179
linux_syscall_fancy(register_t code, struct lwp *l, struct frame *frame)
sys/arch/m68k/m68k/linux_syscall.c
185
register_t args[8], rval[2];
sys/arch/m68k/m68k/linux_syscall.c
90
static void linux_syscall_plain(register_t, struct lwp *, struct frame *);
sys/arch/m68k/m68k/linux_syscall.c
91
static void linux_syscall_fancy(register_t, struct lwp *, struct frame *);
sys/arch/m68k/m68k/m68k_syscall.c
101
syscall(register_t code, struct frame frame)
sys/arch/m68k/m68k/m68k_syscall.c
145
syscall_plain(register_t code, struct lwp *l, struct frame *frame)
sys/arch/m68k/m68k/m68k_syscall.c
151
register_t args[16], rval[2];
sys/arch/m68k/m68k/m68k_syscall.c
273
syscall_fancy(register_t code, struct lwp *l, struct frame *frame)
sys/arch/m68k/m68k/m68k_syscall.c
279
register_t args[16], rval[2];
sys/arch/m68k/m68k/m68k_syscall.c
91
void syscall(register_t, struct frame);
sys/arch/m68k/m68k/m68k_syscall.c
94
static void syscall_plain(register_t, struct lwp *, struct frame *);
sys/arch/m68k/m68k/m68k_syscall.c
95
static void syscall_fancy(register_t, struct lwp *, struct frame *);
sys/arch/m68k/m68k/sunos_machdep.c
198
sunos_sys_sigreturn(struct lwp *l, const struct sunos_sys_sigreturn_args *uap, register_t *retval)
sys/arch/m68k/m68k/sunos_syscall.c
107
sunos_syscall_plain(register_t code, struct lwp *l, struct frame *frame)
sys/arch/m68k/m68k/sunos_syscall.c
114
register_t args[16], rval[2];
sys/arch/m68k/m68k/sunos_syscall.c
216
sunos_syscall_fancy(register_t code, struct lwp *l, struct frame *frame)
sys/arch/m68k/m68k/sunos_syscall.c
223
register_t args[16], rval[2];
sys/arch/m68k/m68k/sunos_syscall.c
93
static void sunos_syscall_plain(register_t, struct lwp *, struct frame *);
sys/arch/m68k/m68k/sunos_syscall.c
94
static void sunos_syscall_fancy(register_t, struct lwp *, struct frame *);
sys/arch/m68k/m68k/sys_machdep.c
244
register_t *retval)
sys/arch/mips/include/bus_dma_defs.h
117
register_t _ds_vaddr; /* virtual address, 0 if invalid */
sys/arch/mips/include/cache.h
137
void (*mco_icache_sync_range)(register_t, vsize_t);
sys/arch/mips/include/cache.h
141
void (*mco_pdcache_wbinv_range)(register_t, vsize_t);
sys/arch/mips/include/cache.h
143
void (*mco_pdcache_inv_range)(register_t, vsize_t);
sys/arch/mips/include/cache.h
144
void (*mco_pdcache_wb_range)(register_t, vsize_t);
sys/arch/mips/include/cache.h
148
void (*mco_intern_icache_sync_range)(register_t, vsize_t);
sys/arch/mips/include/cache.h
151
void (*mco_intern_pdcache_sync_range)(register_t, vsize_t);
sys/arch/mips/include/cache.h
156
void (*mco_sdcache_wbinv_range)(register_t, vsize_t);
sys/arch/mips/include/cache.h
158
void (*mco_sdcache_inv_range)(register_t, vsize_t);
sys/arch/mips/include/cache.h
159
void (*mco_sdcache_wb_range)(register_t, vsize_t);
sys/arch/mips/include/cache.h
164
void (*mco_intern_sdcache_sync_range)(register_t, vsize_t);
sys/arch/mips/include/cache_ls2.h
107
void ls2_icache_sync_range(register_t, vsize_t);
sys/arch/mips/include/cache_ls2.h
111
void ls2_pdcache_wbinv_range(register_t, vsize_t);
sys/arch/mips/include/cache_ls2.h
114
void ls2_pdcache_inv_range(register_t, vsize_t);
sys/arch/mips/include/cache_ls2.h
115
void ls2_pdcache_wb_range(register_t, vsize_t);
sys/arch/mips/include/cache_ls2.h
118
void ls2_sdcache_wbinv_range(register_t, vsize_t);
sys/arch/mips/include/cache_ls2.h
121
void ls2_sdcache_inv_range(register_t, vsize_t);
sys/arch/mips/include/cache_ls2.h
122
void ls2_sdcache_wb_range(register_t, vsize_t);
sys/arch/mips/include/cache_mipsNN.h
44
void mipsNN_picache_sync_range(register_t, vsize_t);
sys/arch/mips/include/cache_octeon.h
77
void octeon_icache_sync_range(register_t va, vsize_t size);
sys/arch/mips/include/cache_octeon.h
80
void octeon_pdcache_inv_range(register_t va, vsize_t size);
sys/arch/mips/include/cache_octeon.h
82
void octeon_pdcache_wb_range(register_t va, vsize_t size);
sys/arch/mips/include/cache_r10k.h
73
void r10k_icache_sync_range(register_t, vsize_t);
sys/arch/mips/include/cache_r10k.h
76
void r10k_pdcache_wbinv_range(register_t, vsize_t);
sys/arch/mips/include/cache_r10k.h
78
void r10k_pdcache_inv_range(register_t, vsize_t);
sys/arch/mips/include/cache_r10k.h
79
void r10k_pdcache_wb_range(register_t, vsize_t);
sys/arch/mips/include/cache_r10k.h
81
void r10k_sdcache_wbinv_range(register_t, vsize_t);
sys/arch/mips/include/cache_r10k.h
83
void r10k_sdcache_inv_range(register_t, vsize_t);
sys/arch/mips/include/cache_r10k.h
84
void r10k_sdcache_wb_range(register_t, vsize_t);
sys/arch/mips/include/cache_r3k.h
43
void r3k_icache_sync_range(register_t, vsize_t);
sys/arch/mips/include/cache_r3k.h
47
void r3k_pdcache_inv_range(register_t, vsize_t);
sys/arch/mips/include/cache_r3k.h
48
void r3k_pdcache_wb_range(register_t, vsize_t);
sys/arch/mips/include/cache_r3k.h
50
void r3k_picache_do_inv(register_t, vaddr_t);
sys/arch/mips/include/cache_r3k.h
51
void r3k_pdcache_do_inv(register_t, vaddr_t);
sys/arch/mips/include/cache_r4k.h
185
cache_r4k_op_16lines_NN_2way(size_t n, register_t va1, register_t va2, u_int op)
sys/arch/mips/include/cache_r4k.h
246
cache_r4k_op_8lines_NN_4way(size_t n, register_t va1, register_t va2,
sys/arch/mips/include/cache_r4k.h
247
register_t va3, register_t va4, u_int op)
sys/arch/mips/include/cache_r4k.h
310
void r4k_icache_sync_range_generic(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
318
void cache_r4k_icache_hit_inv_16(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
320
void cache_r4k_pdcache_hit_inv_16(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
321
void cache_r4k_pdcache_hit_wb_inv_16(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
322
void cache_r4k_pdcache_hit_wb_16(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
327
void cache_r4k_sdcache_hit_inv_16(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
328
void cache_r4k_sdcache_hit_wb_inv_16(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
329
void cache_r4k_sdcache_hit_wb_16(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
334
void cache_r4k_icache_hit_inv_32(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
336
void cache_r4k_pdcache_hit_inv_32(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
337
void cache_r4k_pdcache_hit_wb_inv_32(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
338
void cache_r4k_pdcache_hit_wb_32(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
343
void cache_r4k_sdcache_hit_inv_32(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
344
void cache_r4k_sdcache_hit_wb_inv_32(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
345
void cache_r4k_sdcache_hit_wb_32(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
350
void cache_r4k_icache_hit_inv_64(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
352
void cache_r4k_pdcache_hit_inv_64(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
353
void cache_r4k_pdcache_hit_wb_inv_64(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
354
void cache_r4k_pdcache_hit_wb_64(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
359
void cache_r4k_sdcache_hit_inv_64(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
360
void cache_r4k_sdcache_hit_wb_inv_64(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
361
void cache_r4k_sdcache_hit_wb_64(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
366
void cache_r4k_icache_hit_inv_128(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
368
void cache_r4k_pdcache_hit_inv_128(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
369
void cache_r4k_pdcache_hit_wb_inv_128(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
370
void cache_r4k_pdcache_hit_wb_128(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
375
void cache_r4k_sdcache_hit_inv_128(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
376
void cache_r4k_sdcache_hit_wb_inv_128(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
377
void cache_r4k_sdcache_hit_wb_128(register_t, vsize_t);
sys/arch/mips/include/cache_r4k.h
84
cache_r4k_op_8lines_NN(size_t n, register_t va, u_int op)
sys/arch/mips/include/cache_r5900.h
130
void r5900_icache_sync_range_64(register_t, vsize_t);
sys/arch/mips/include/cache_r5900.h
134
void r5900_pdcache_wbinv_range_64(register_t, vsize_t);
sys/arch/mips/include/cache_r5900.h
137
void r5900_pdcache_inv_range_64(register_t, vsize_t);
sys/arch/mips/include/cache_r5900.h
138
void r5900_pdcache_wb_range_64(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
41
void r5k_picache_sync_range(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
46
void r4600v1_pdcache_wbinv_range_32(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
47
void r4600v2_pdcache_wbinv_range_32(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
48
void vr4131v1_pdcache_wbinv_range_16(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
50
void r4600v1_pdcache_inv_range_32(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
51
void r4600v2_pdcache_inv_range_32(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
52
void r4600v1_pdcache_wb_range_32(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
53
void r4600v2_pdcache_wb_range_32(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
58
void r5k_sdcache_wbinv_range(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
60
void r5k_sdcache_inv_range(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
61
void r5k_sdcache_wb_range(register_t, vsize_t);
sys/arch/mips/include/cache_r5k.h
71
#define mips_r5k_round_page(x) (((x) + (register_t)R5K_SC_PAGEMASK) \
sys/arch/mips/include/cache_r5k.h
72
& (register_t)~R5K_SC_PAGEMASK)
sys/arch/mips/include/cache_r5k.h
73
#define mips_r5k_trunc_page(x) ((x) & (register_t)~R5K_SC_PAGEMASK)
sys/arch/mips/include/cache_tx39.h
147
void tx3900_icache_sync_range_16(register_t, vsize_t);
sys/arch/mips/include/cache_tx39.h
151
void tx3900_pdcache_inv_range_4(register_t, vsize_t);
sys/arch/mips/include/cache_tx39.h
152
void tx3900_pdcache_wb_range_4(register_t, vsize_t);
sys/arch/mips/include/cache_tx39.h
155
void tx3920_icache_sync_range_16wt(register_t, vsize_t);
sys/arch/mips/include/cache_tx39.h
156
void tx3920_icache_sync_range_16wb(register_t, vsize_t);
sys/arch/mips/include/cache_tx39.h
160
void tx3920_pdcache_wbinv_range_16wb(register_t, vsize_t);
sys/arch/mips/include/cache_tx39.h
162
void tx3920_pdcache_inv_range_16(register_t, vsize_t);
sys/arch/mips/include/cache_tx39.h
163
void tx3920_pdcache_wb_range_16wt(register_t, vsize_t);
sys/arch/mips/include/cache_tx39.h
164
void tx3920_pdcache_wb_range_16wb(register_t, vsize_t);
sys/arch/mips/include/cache_tx39.h
167
void tx3920_icache_do_inv_16(register_t, vsize_t);
sys/arch/mips/include/cpu.h
66
register_t cw_addr;
sys/arch/mips/include/cpu.h
67
register_t cw_mask;
sys/arch/mips/include/locore.h
468
static inline uint8_t mips_lbu(register_t addr) __unused;
sys/arch/mips/include/locore.h
469
static inline void mips_sb(register_t addr, uint8_t val) __unused;
sys/arch/mips/include/locore.h
470
static inline uint16_t mips_lhu(register_t addr) __unused;
sys/arch/mips/include/locore.h
471
static inline void mips_sh(register_t addr, uint16_t val) __unused;
sys/arch/mips/include/locore.h
472
static inline uint32_t mips_lwu(register_t addr) __unused;
sys/arch/mips/include/locore.h
473
static inline void mips_sw(register_t addr, uint32_t val) __unused;
sys/arch/mips/include/locore.h
476
uint64_t mips3_ld(register_t addr);
sys/arch/mips/include/locore.h
477
void mips3_sd(register_t addr, uint64_t val);
sys/arch/mips/include/locore.h
479
static inline uint64_t mips3_ld(register_t addr) __unused;
sys/arch/mips/include/locore.h
480
static inline void mips3_sd(register_t addr, uint64_t val) __unused;
sys/arch/mips/include/locore.h
485
mips_lbu(register_t addr)
sys/arch/mips/include/locore.h
497
mips_lhu(register_t addr)
sys/arch/mips/include/locore.h
509
mips_lwu(register_t addr)
sys/arch/mips/include/locore.h
522
mips3_ld(register_t addr)
sys/arch/mips/include/locore.h
537
mips_sb(register_t addr, uint8_t val)
sys/arch/mips/include/locore.h
547
mips_sh(register_t addr, uint16_t val)
sys/arch/mips/include/locore.h
557
mips_sw(register_t addr, uint32_t val)
sys/arch/mips/include/locore.h
568
mips3_sd(register_t addr, uint64_t val)
sys/arch/mips/include/locore.h
759
void mips_pagecopy(register_t dst, register_t src);
sys/arch/mips/include/locore.h
760
void mips_pagezero(register_t dst);
sys/arch/mips/include/locore.h
829
register_t cf_args[4 + 1];
sys/arch/mips/include/locore.h
831
register_t cf_pad; /* (for 8 byte alignment) */
sys/arch/mips/include/locore.h
835
register_t cf_pad[2]; /* for 16 byte alignment */
sys/arch/mips/include/locore.h
837
register_t cf_sp;
sys/arch/mips/include/locore.h
838
register_t cf_ra;
sys/arch/mips/include/pmap.h
162
bool pmap_md_direct_mapped_vaddr_p(register_t);
sys/arch/mips/include/pmap.h
163
paddr_t pmap_md_direct_mapped_vaddr_to_paddr(register_t);
sys/arch/mips/include/types.h
129
register_t val[14];
sys/arch/mips/include/types.h
133
register_t val[14];
sys/arch/mips/mips/bus_dma.c
878
register_t vaddr = seg->_ds_vaddr + offset;
sys/arch/mips/mips/bus_dma.c
911
register_t start = vaddr;
sys/arch/mips/mips/bus_dma.c
912
register_t end = vaddr + minlen;
sys/arch/mips/mips/bus_dma.c
913
register_t preboundary, firstboundary, lastboundary;
sys/arch/mips/mips/bus_dma.c
914
register_t mask = mci->mci_dcache_align_mask;
sys/arch/mips/mips/cache.c
133
static void no_cache_op_range(register_t va, vsize_t size);
sys/arch/mips/mips/cache.c
138
static void no_cache_op_range(register_t va, vsize_t size) {}
sys/arch/mips/mips/cache_ls2.c
124
ls2_pdcache_inv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_ls2.c
142
ls2_pdcache_wbinv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_ls2.c
160
ls2_pdcache_wb_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_ls2.c
218
ls2_sdcache_inv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_ls2.c
238
ls2_sdcache_wbinv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_ls2.c
258
ls2_sdcache_wb_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_ls2.c
56
ls2_icache_sync_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_mipsNN.c
101
mipsNN_picache_sync_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_octeon.c
125
void octeon_icache_dump_va(register_t);
sys/arch/mips/mips/cache_octeon.c
129
void octeon_dcache_dump_va(register_t);
sys/arch/mips/mips/cache_octeon.c
162
octeon_icache_dump_va(register_t va)
sys/arch/mips/mips/cache_octeon.c
233
octeon_dcache_dump_va(register_t va)
sys/arch/mips/mips/cache_octeon.c
41
octeon_icache_sync_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_octeon.c
70
octeon_pdcache_inv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r10k.c
102
r10k_icache_sync_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r10k.c
174
r10k_pdcache_wbinv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r10k.c
212
r10k_pdcache_inv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r10k.c
225
r10k_pdcache_wb_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r10k.c
261
r10k_sdcache_wbinv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r10k.c
302
r10k_sdcache_inv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r10k.c
317
r10k_sdcache_wb_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r3k.c
109
r3k_pdcache_wb_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r3k.c
68
r3k_icache_sync_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r3k.c
94
r3k_pdcache_inv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r4k.c
67
r4k_icache_sync_range_generic(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r5k.c
106
r5k_picache_sync_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r5k.c
209
r4600v1_pdcache_wbinv_range_32(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r5k.c
211
const register_t eva = round_line32(va + size);
sys/arch/mips/mips/cache_r5k.c
244
r4600v2_pdcache_wbinv_range_32(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r5k.c
246
const register_t eva = round_line32(va + size);
sys/arch/mips/mips/cache_r5k.c
269
vr4131v1_pdcache_wbinv_range_16(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r5k.c
271
register_t eva = round_line16(va + size);
sys/arch/mips/mips/cache_r5k.c
288
r4600v1_pdcache_inv_range_32(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r5k.c
290
const register_t eva = round_line32(va + size);
sys/arch/mips/mips/cache_r5k.c
314
r4600v2_pdcache_inv_range_32(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r5k.c
316
const register_t eva = round_line32(va + size);
sys/arch/mips/mips/cache_r5k.c
344
r4600v1_pdcache_wb_range_32(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r5k.c
346
const register_t eva = round_line32(va + size);
sys/arch/mips/mips/cache_r5k.c
370
r4600v2_pdcache_wb_range_32(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r5k.c
372
const register_t eva = round_line32(va + size);
sys/arch/mips/mips/cache_r5k.c
432
r5k_sdcache_wbinv_range(register_t va, vsize_t size)
sys/arch/mips/mips/cache_r5k.c
435
register_t eva = mips_r5k_round_page(va + size);
sys/arch/mips/mips/cache_r5k.c
85
#define round_line(x,n) (((x) + (register_t)(n) - 1) & -(register_t)(n))
sys/arch/mips/mips/cache_r5k.c
86
#define trunc_line(x,n) ((x) & -(register_t)(n))
sys/arch/mips/mips/cache_tx39.c
120
tx3900_pdcache_inv_range_4(register_t va, vsize_t size)
sys/arch/mips/mips/cache_tx39.c
139
tx3900_pdcache_wb_range_4(register_t va, vsize_t size)
sys/arch/mips/mips/cache_tx39.c
164
tx3920_icache_sync_range_16wt(register_t va, vsize_t size)
sys/arch/mips/mips/cache_tx39.c
174
tx3920_icache_sync_range_16wb(register_t va, vsize_t size)
sys/arch/mips/mips/cache_tx39.c
224
tx3920_pdcache_wbinv_range_16wb(register_t va, vsize_t size)
sys/arch/mips/mips/cache_tx39.c
243
tx3920_pdcache_inv_range_16(register_t va, vsize_t size)
sys/arch/mips/mips/cache_tx39.c
262
tx3920_pdcache_wb_range_16wt(register_t va, vsize_t size)
sys/arch/mips/mips/cache_tx39.c
269
tx3920_pdcache_wb_range_16wb(register_t va, vsize_t size)
sys/arch/mips/mips/cache_tx39.c
70
tx3900_icache_sync_range_16(register_t va, vsize_t size)
sys/arch/mips/mips/compat_13_machdep.c
48
compat_13_sys_sigreturn(struct lwp *l, const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/mips/mips/compat_16_machdep.c
232
compat_16_sys___sigreturn14(struct lwp *l, const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/mips/mips/cpu_exec.c
73
tf->tf_regs[_R_GP] = (register_t)execp->a.gp_value;
sys/arch/mips/mips/cpu_subr.c
1157
register_t watchlo;
sys/arch/mips/mips/db_interface.c
642
register_t mask=0;
sys/arch/mips/mips/db_interface.c
716
mask = (register_t)(value & __BITS(11, 3));
sys/arch/mips/mips/db_interface.c
743
cwp->cw_addr = (register_t)address;
sys/arch/mips/mips/db_interface.c
744
cwp->cw_mask = (register_t)mask;
sys/arch/mips/mips/db_interface.c
765
if (unwatch_all || (cwp->cw_addr == (register_t)address)) {
sys/arch/mips/mips/db_interface.c
772
(register_t)address);
sys/arch/mips/mips/db_trace.c
229
register_t va, pc, ra, sp, func;
sys/arch/mips/mips/netbsd32_machdep.c
164
register_t *retval)
sys/arch/mips/mips/netbsd32_machdep_13.c
73
register_t *retval)
sys/arch/mips/mips/netbsd32_machdep_16.c
76
register_t *retval)
sys/arch/mips/mips/pmap_machdep.c
172
static register_t
sys/arch/mips/mips/pmap_machdep.c
181
register_t va = 0;
sys/arch/mips/mips/pmap_machdep.c
247
register_t ova = (intptr_t)trunc_page(pv->pv_va);
sys/arch/mips/mips/pmap_machdep.c
266
register_t va, pt_entry_t old_pte)
sys/arch/mips/mips/pmap_machdep.c
316
const register_t va = pmap_md_map_ephemeral_page(mdpg, locked_p,
sys/arch/mips/mips/pmap_machdep.c
626
const register_t dst_va = pmap_md_map_ephemeral_page(dst_mdpg, false,
sys/arch/mips/mips/pmap_machdep.c
655
const register_t src_va = pmap_md_map_ephemeral_page(src_mdpg, false,
sys/arch/mips/mips/pmap_machdep.c
660
const register_t dst_va = pmap_md_map_ephemeral_page(dst_mdpg, false,
sys/arch/mips/mips/pmap_machdep.c
690
const register_t tva = pmap_md_map_ephemeral_page(mdpg,
sys/arch/mips/mips/pmap_machdep.c
708
const register_t va = (intptr_t)trunc_page(pv->pv_va);
sys/arch/mips/mips/pmap_machdep.c
787
pmap_md_direct_mapped_vaddr_p(register_t va)
sys/arch/mips/mips/pmap_machdep.c
797
pmap_md_direct_mapped_vaddr_to_paddr(register_t va)
sys/arch/mips/mips/sys_machdep.c
60
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *retval)
sys/arch/mips/mips/syscall.c
123
register_t *args = NULL;
sys/arch/mips/mips/syscall.c
124
register_t copyargs[2+SYS_MAXSYSARGS];
sys/arch/mips/mips/syscall.c
192
memcpy(copyargs, fargs, nregs * sizeof(register_t));
sys/arch/mips/mips/syscall.c
197
usp = reg->r_regs[_R_SP] + nsaved * sizeof(register_t);
sys/arch/mips/mips/syscall.c
198
error = copyin((register_t *)usp, ©args[nregs],
sys/arch/mips/mips/syscall.c
251
register_t arg;
sys/arch/mips/sibyte/dev/sbbuswatch.c
43
#define READ_REG(rp) mips3_ld((register_t)(rp))
sys/arch/mips/sibyte/dev/sbbuswatch.c
44
#define WRITE_REG(rp, val) mips3_sd((register_t)(rp), (val))
sys/arch/mips/sibyte/dev/sbmac.c
115
#define SBMAC_READCSR(t) mips3_ld((register_t)(t))
sys/arch/mips/sibyte/dev/sbmac.c
116
#define SBMAC_WRITECSR(t, v) mips3_sd((register_t)(t), (v))
sys/arch/mips/sibyte/dev/sbobio.c
183
sysrev = mips3_ld((register_t)MIPS_PHYS_TO_KSEG1(A_SCD_SYSTEM_REVISION));
sys/arch/mips/sibyte/dev/sbobio.c
208
sysrev = mips3_ld((register_t)MIPS_PHYS_TO_KSEG1(A_SCD_SYSTEM_REVISION));
sys/arch/mips/sibyte/dev/sbscn.c
247
#define READ_REG(rp) (mips3_ld((register_t)(rp)))
sys/arch/mips/sibyte/dev/sbscn.c
248
#define WRITE_REG(rp, val) (mips3_sd((register_t)(rp), (val)))
sys/arch/mips/sibyte/dev/sbtimer.c
61
#define READ_REG(rp) mips3_ld((register_t)(rp))
sys/arch/mips/sibyte/dev/sbtimer.c
62
#define WRITE_REG(rp, val) mips3_sd((register_t)(rp), (val))
sys/arch/mips/sibyte/dev/sbwdog.c
81
#define READ_REG(rp) (mips3_ld((register_t)(rp)))
sys/arch/mips/sibyte/dev/sbwdog.c
82
#define WRITE_REG(rp, val) (mips3_sd((register_t)(rp), (val)))
sys/arch/mips/sibyte/pci/sbbrz.c
177
regval = mips3_ld((register_t)MIPS_PHYS_TO_KSEG1(A_SCD_SYSTEM_CFG));
sys/arch/mips/sibyte/pci/sbbrz_pci.c
150
regval = mips3_ld((register_t)MIPS_PHYS_TO_KSEG1(A_SCD_SYSTEM_CFG));
sys/arch/or1k/include/types.h
61
register_t lb_reg[32]; /* */
sys/arch/powerpc/booke/booke_machdep.c
472
register_t
sys/arch/powerpc/booke/booke_machdep.c
570
register_t dbcr0 = DBCR0_IAC1 | DBCR0_IDM;
sys/arch/powerpc/booke/booke_machdep.c
571
register_t dbcr1 = DBCR1_IAC1US_USER | DBCR1_IAC1ER_DS1;
sys/arch/powerpc/booke/booke_machdep.c
79
register_t cpu_psluserset = PSL_USERSET;
sys/arch/powerpc/booke/booke_machdep.c
80
register_t cpu_pslusermod = PSL_USERMOD;
sys/arch/powerpc/booke/booke_machdep.c
81
register_t cpu_pslusermask = PSL_USERMASK;
sys/arch/powerpc/booke/booke_pmap.c
377
register_t tmp;
sys/arch/powerpc/booke/copyin.c
112
copyin_8words(const uint32_t *usaddr32, uint32_t *kdaddr32, register_t ds_msr)
sys/arch/powerpc/booke/copyin.c
114
register_t msr;
sys/arch/powerpc/booke/copyin.c
137
copyin_16words(const uint32_t *usaddr32, uint32_t *kdaddr32, register_t ds_msr)
sys/arch/powerpc/booke/copyin.c
139
register_t msr;
sys/arch/powerpc/booke/copyin.c
172
copyin_bytes(vaddr_t usaddr, vaddr_t kdaddr, size_t len, register_t ds_msr)
sys/arch/powerpc/booke/copyin.c
182
copyin_words(vaddr_t usaddr, vaddr_t kdaddr, size_t len, register_t ds_msr)
sys/arch/powerpc/booke/copyin.c
269
const register_t ds_msr = mfmsr() | PSL_DS;
sys/arch/powerpc/booke/copyin.c
325
const register_t ds_msr = mfmsr() | PSL_DS;
sys/arch/powerpc/booke/copyin.c
52
copyin_byte(const uint8_t * const usaddr8, register_t ds_msr)
sys/arch/powerpc/booke/copyin.c
54
register_t msr;
sys/arch/powerpc/booke/copyin.c
67
copyin_halfword(const uint16_t * const usaddr16, register_t ds_msr)
sys/arch/powerpc/booke/copyin.c
69
register_t msr;
sys/arch/powerpc/booke/copyin.c
82
copyin_word(const uint32_t * const usaddr32, register_t ds_msr)
sys/arch/powerpc/booke/copyin.c
84
register_t msr;
sys/arch/powerpc/booke/copyin.c
97
copyin_word_bswap(const uint32_t * const usaddr32, register_t ds_msr)
sys/arch/powerpc/booke/copyin.c
99
register_t msr;
sys/arch/powerpc/booke/copyout.c
106
uint32_t mask, register_t ds_msr)
sys/arch/powerpc/booke/copyout.c
108
register_t msr;
sys/arch/powerpc/booke/copyout.c
126
copyout_16uint8s(const uint8_t *ksaddr8, uint8_t *udaddr8, register_t ds_msr)
sys/arch/powerpc/booke/copyout.c
128
register_t msr;
sys/arch/powerpc/booke/copyout.c
163
const register_t ds_msr, const size_t line_mask)
sys/arch/powerpc/booke/copyout.c
165
register_t msr;
sys/arch/powerpc/booke/copyout.c
166
register_t tmp;
sys/arch/powerpc/booke/copyout.c
195
const register_t ds_msr, const size_t line_mask)
sys/arch/powerpc/booke/copyout.c
198
register_t msr;
sys/arch/powerpc/booke/copyout.c
199
register_t tmp;
sys/arch/powerpc/booke/copyout.c
242
copyout_uint8s(vaddr_t ksaddr, vaddr_t udaddr, size_t len, register_t ds_msr)
sys/arch/powerpc/booke/copyout.c
260
copyout_uint32s(vaddr_t ksaddr, vaddr_t udaddr, size_t len, register_t ds_msr)
sys/arch/powerpc/booke/copyout.c
367
const register_t ds_msr = mfmsr() | PSL_DS;
sys/arch/powerpc/booke/copyout.c
425
const register_t ds_msr = mfmsr() | PSL_DS;
sys/arch/powerpc/booke/copyout.c
466
const register_t ds_msr = mfmsr() | PSL_DS;
sys/arch/powerpc/booke/copyout.c
52
copyout_uint8(uint8_t *udaddr, uint8_t data, register_t ds_msr)
sys/arch/powerpc/booke/copyout.c
54
register_t msr;
sys/arch/powerpc/booke/copyout.c
65
copyout_uint16(uint16_t *udaddr, uint8_t data, register_t ds_msr)
sys/arch/powerpc/booke/copyout.c
67
register_t msr;
sys/arch/powerpc/booke/copyout.c
78
copyout_uint32(uint32_t * const udaddr, uint32_t data, register_t ds_msr)
sys/arch/powerpc/booke/copyout.c
80
register_t msr;
sys/arch/powerpc/booke/copyout.c
92
copyout_le32(uint32_t * const udaddr, uint32_t data, register_t ds_msr)
sys/arch/powerpc/booke/copyout.c
94
register_t msr;
sys/arch/powerpc/booke/e500_intr.c
1517
const register_t msr = wrtee(0); /* disable interrupts */
sys/arch/powerpc/booke/e500_intr.c
569
register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_intr.c
599
register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_intr.c
832
const register_t msr = wrtee(0); /* disable interrupts */
sys/arch/powerpc/booke/e500_intr.c
947
if ((register_t)tf >= (register_t)curlwp->l_addr + USPACE
sys/arch/powerpc/booke/e500_intr.c
948
|| (register_t)tf < (register_t)curlwp->l_addr + NBPG) {
sys/arch/powerpc/booke/e500_tlb.c
102
register_t tlb1cfg;
sys/arch/powerpc/booke/e500_tlb.c
1039
const register_t saved_msr = mfmsr();
sys/arch/powerpc/booke/e500_tlb.c
111
register_t prot_mask;
sys/arch/powerpc/booke/e500_tlb.c
1162
const register_t msr = mfmsr();
sys/arch/powerpc/booke/e500_tlb.c
1163
const register_t ts_msr = (msr | PSL_DS | PSL_IS) & ~PSL_EE;
sys/arch/powerpc/booke/e500_tlb.c
134
register_t tlbcfg;
sys/arch/powerpc/booke/e500_tlb.c
162
const register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_tlb.c
163
const register_t saved_mas0 = mfspr(SPR_MAS0);
sys/arch/powerpc/booke/e500_tlb.c
188
const register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_tlb.c
341
const register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_tlb.c
389
const register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_tlb.c
441
const register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_tlb.c
479
const register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_tlb.c
547
register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_tlb.c
550
register_t mas1 = mfspr(SPR_MAS1);
sys/arch/powerpc/booke/e500_tlb.c
602
const register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_tlb.c
656
const register_t msr = wrtee(0);
sys/arch/powerpc/booke/e500_tlb.c
88
static inline register_t mftlb0cfg(void) __pure;
sys/arch/powerpc/booke/e500_tlb.c
89
static inline register_t mftlb1cfg(void) __pure;
sys/arch/powerpc/booke/e500_tlb.c
905
register_t mmucfg = mfspr(SPR_MMUCFG);
sys/arch/powerpc/booke/e500_tlb.c
906
register_t mas4 = mfspr(SPR_MAS4);
sys/arch/powerpc/booke/e500_tlb.c
91
static inline register_t
sys/arch/powerpc/booke/e500_tlb.c
94
register_t tlb0cfg;
sys/arch/powerpc/booke/e500_tlb.c
99
static inline register_t
sys/arch/powerpc/booke/spe.c
121
const register_t msr = mfmsr();
sys/arch/powerpc/booke/spe.c
186
const register_t *fixreg = l->l_md.md_utf->tf_fixreg;
sys/arch/powerpc/booke/spe.c
90
const register_t msr = mfmsr();
sys/arch/powerpc/booke/trap.c
133
get_faultmap(const struct trapframe * const tf, register_t psl_mask)
sys/arch/powerpc/booke/trap.c
145
trap_pte_lookup(struct trapframe *tf, vaddr_t va, register_t psl_mask)
sys/arch/powerpc/booke/trap.c
668
const register_t ddb_trapfunc = (uintptr_t) cpu_Debugger;
sys/arch/powerpc/booke/trap.c
672
register_t srr0 = tf->tf_srr0;
sys/arch/powerpc/booke/trap.c
703
onfaulted(struct trapframe *tf, register_t rv)
sys/arch/powerpc/booke/trap.c
743
if ((register_t)tf >= (register_t)l->l_addr + USPACE
sys/arch/powerpc/booke/trap.c
744
|| (register_t)tf < (register_t)l->l_addr + PAGE_SIZE) {
sys/arch/powerpc/booke/trap.c
888
if (tf->tf_fixreg[1] >= (register_t)l->l_addr + USPACE
sys/arch/powerpc/booke/trap.c
889
|| tf->tf_fixreg[1] < (register_t)l->l_addr + PAGE_SIZE) {
sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
126
register_t cpu_psluserset = PSL_USERSET;
sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
127
register_t cpu_pslusermod = PSL_USERMOD;
sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
128
register_t cpu_pslusermask = PSL_USERMASK;
sys/arch/powerpc/ibm4xx/pmap.c
1254
register_t msr, pid, hi;
sys/arch/powerpc/include/booke/cpuvar.h
147
static __inline register_t
sys/arch/powerpc/include/booke/cpuvar.h
148
wrtee(register_t msr)
sys/arch/powerpc/include/booke/cpuvar.h
150
register_t old_msr;
sys/arch/powerpc/include/cpu.h
128
register_t ci_savearea[CPUSAVE_SIZE];
sys/arch/powerpc/include/cpu.h
248
static __inline register_t
sys/arch/powerpc/include/cpu.h
251
register_t msr;
sys/arch/powerpc/include/cpu.h
258
mtmsr(register_t msr)
sys/arch/powerpc/include/cpu.h
416
register_t
sys/arch/powerpc/include/kcore.h
49
register_t sdr1; /* SDR1 */
sys/arch/powerpc/include/kcore.h
50
register_t sr[16]; /* Segment registers */
sys/arch/powerpc/include/kcore.h
51
register_t dbatl[8]; /* DBATL[] */
sys/arch/powerpc/include/kcore.h
52
register_t dbatu[8]; /* DBATU[] */
sys/arch/powerpc/include/kcore.h
53
register_t ibatl[8]; /* IBATL[] */
sys/arch/powerpc/include/kcore.h
54
register_t ibatu[8]; /* IBATU[] */
sys/arch/powerpc/include/kcore.h
55
register_t pad_reg; /* Pad for 32-bit systems */
sys/arch/powerpc/include/oea/bat.h
211
void oea_iobat_add(paddr_t, register_t);
sys/arch/powerpc/include/oea/bat.h
75
register_t batu;
sys/arch/powerpc/include/oea/bat.h
76
register_t batl;
sys/arch/powerpc/include/oea/pmap.h
137
extern register_t iosrtable[];
sys/arch/powerpc/include/oea/pmap.h
64
register_t pm_sr[16]; /* segments used in this pmap */
sys/arch/powerpc/include/oea/pmap.h
67
register_t pm_vsid; /* VSID bits */
sys/arch/powerpc/include/oea/pte.h
132
register_t ste_hi;
sys/arch/powerpc/include/oea/pte.h
133
register_t ste_lo;
sys/arch/powerpc/include/oea/pte.h
51
register_t pte_hi;
sys/arch/powerpc/include/oea/pte.h
52
register_t pte_lo;
sys/arch/powerpc/include/oea/spr.h
329
scom_read(register_t address)
sys/arch/powerpc/include/oea/spr.h
331
register_t msr;
sys/arch/powerpc/include/oea/spr.h
349
scom_write(register_t address, uint64_t data)
sys/arch/powerpc/include/oea/spr.h
351
register_t msr;
sys/arch/powerpc/include/pcb.h
40
register_t fb_sp; /* R1 */
sys/arch/powerpc/include/pcb.h
41
register_t fb_r2; /* R2 (why?) */
sys/arch/powerpc/include/pcb.h
45
register_t fb_msr; /* MSR */
sys/arch/powerpc/include/pcb.h
46
register_t fb_pc; /* PC */
sys/arch/powerpc/include/pcb.h
47
register_t fb_cr; /* CR */
sys/arch/powerpc/include/pcb.h
48
register_t fb_fixreg[19]; /* R13-R31 */
sys/arch/powerpc/include/pcb.h
53
register_t pcb_sp; /* saved SP */
sys/arch/powerpc/include/pcb.h
62
register_t pcb_usprg0; /* User Special-Purpose Register General 0 */
sys/arch/powerpc/include/psl.h
108
extern register_t cpu_psluserset, cpu_pslusermod, cpu_pslusermask;
sys/arch/powerpc/include/spr.h
44
register_t hi, l;
sys/arch/powerpc/include/spr.h
56
volatile register_t hi, l; \
sys/arch/powerpc/include/spr.h
78
register_t val;
sys/arch/powerpc/include/types.h
72
register_t val[40]; /* double check this XXX */
sys/arch/powerpc/oea/altivec.c
124
const register_t msr = mfmsr();
sys/arch/powerpc/oea/altivec.c
216
register_t omsr, msr;
sys/arch/powerpc/oea/altivec.c
276
register_t omsr, msr;
sys/arch/powerpc/oea/altivec.c
87
const register_t msr = mfmsr();
sys/arch/powerpc/oea/cpu_subr.c
1037
cpu_enable_l2cr(register_t l2cr)
sys/arch/powerpc/oea/cpu_subr.c
1039
register_t msr, x;
sys/arch/powerpc/oea/cpu_subr.c
1082
cpu_enable_l3cr(register_t l3cr)
sys/arch/powerpc/oea/cpu_subr.c
1084
register_t x;
sys/arch/powerpc/oea/cpu_subr.c
1132
register_t l2cr;
sys/arch/powerpc/oea/cpu_subr.c
1198
register_t l2cr;
sys/arch/powerpc/oea/cpu_subr.c
1199
register_t l3cr;
sys/arch/powerpc/oea/cpu_subr.c
1579
register_t
sys/arch/powerpc/oea/cpu_subr.c
225
static void cpu_fmttab_print(const struct fmttab *, register_t);
sys/arch/powerpc/oea/cpu_subr.c
292
register_t cpu_psluserset;
sys/arch/powerpc/oea/cpu_subr.c
293
register_t cpu_pslusermod;
sys/arch/powerpc/oea/cpu_subr.c
294
register_t cpu_pslusermask = 0xffff;
sys/arch/powerpc/oea/cpu_subr.c
358
register_t hid0 = mfspr(SPR_HID0);
sys/arch/powerpc/oea/cpu_subr.c
359
register_t hid1 = mfspr(SPR_HID1);
sys/arch/powerpc/oea/cpu_subr.c
361
const register_t ohid0 = hid0;
sys/arch/powerpc/oea/cpu_subr.c
382
register_t spr;
sys/arch/powerpc/oea/cpu_subr.c
411
cpu_fmttab_print(const struct fmttab *fmt, register_t data)
sys/arch/powerpc/oea/cpu_subr.c
423
register_t msr;
sys/arch/powerpc/oea/cpu_subr.c
611
register_t hid0 = 0, hid0_save = 0;
sys/arch/powerpc/oea/cpu_subr.c
68
static void cpu_enable_l2cr(register_t);
sys/arch/powerpc/oea/cpu_subr.c
69
static void cpu_enable_l3cr(register_t);
sys/arch/powerpc/oea/cpu_subr.c
824
register_t spr;
sys/arch/powerpc/oea/cpu_subr.c
86
register_t fmt_mask;
sys/arch/powerpc/oea/cpu_subr.c
87
register_t fmt_value;
sys/arch/powerpc/oea/oea_machdep.c
105
register_t iosrtable[16]; /* I/O segments, for kernel_pmap setup */
sys/arch/powerpc/oea/oea_machdep.c
147
register_t msr;
sys/arch/powerpc/oea/oea_machdep.c
151
register_t scratch;
sys/arch/powerpc/oea/oea_machdep.c
491
mpc601_ioseg_add(paddr_t pa, register_t len)
sys/arch/powerpc/oea/oea_machdep.c
532
oea_iobat_add(paddr_t pa, register_t len)
sys/arch/powerpc/oea/oea_machdep.c
562
const register_t batl = BATL(pa, BAT_I|BAT_G, BAT_PP_RW);
sys/arch/powerpc/oea/oea_machdep.c
563
const register_t batu = BATU(pa, len, BAT_Vs);
sys/arch/powerpc/oea/oea_machdep.c
624
register_t batu;
sys/arch/powerpc/oea/oea_machdep.c
678
register_t msr = mfmsr();
sys/arch/powerpc/oea/oea_machdep.c
801
register_t len = va_arg(ap, register_t);
sys/arch/powerpc/oea/oea_machdep.c
829
const register_t bat_inc = BAT_IDX2VA(1);
sys/arch/powerpc/oea/oea_machdep.c
844
register_t bl = (oeacpufeat & OEACPU_XBSEN
sys/arch/powerpc/oea/oea_machdep.c
862
register_t batl = BATL(paddr, BAT_M, BAT_PP_RW);
sys/arch/powerpc/oea/oea_machdep.c
863
register_t batu = BATU(paddr, bl, BAT_Vs);
sys/arch/powerpc/oea/ofwoea_machdep.c
147
register_t scratch;
sys/arch/powerpc/oea/pmap.c
1154
register_t entropy = MFTB();
sys/arch/powerpc/oea/pmap.c
1155
register_t mask;
sys/arch/powerpc/oea/pmap.c
1164
static register_t pmap_vsidcontext;
sys/arch/powerpc/oea/pmap.c
1165
register_t hash;
sys/arch/powerpc/oea/pmap.c
1529
vaddr_t va, paddr_t pa, register_t pte_lo, int flags)
sys/arch/powerpc/oea/pmap.c
1533
register_t msr;
sys/arch/powerpc/oea/pmap.c
1746
register_t ptelo = pvo->pvo_pte.pte_lo;
sys/arch/powerpc/oea/pmap.c
1869
register_t pte_lo;
sys/arch/powerpc/oea/pmap.c
1983
register_t pte_lo;
sys/arch/powerpc/oea/pmap.c
2053
register_t msr;
sys/arch/powerpc/oea/pmap.c
2078
const register_t sr = iosrtable[va >> ADDR_SR_SHFT];
sys/arch/powerpc/oea/pmap.c
2091
const register_t batu = battable[va >> 23].batu;
sys/arch/powerpc/oea/pmap.c
2092
const register_t batl = battable[va >> 23].batl;
sys/arch/powerpc/oea/pmap.c
2095
const register_t mask =
sys/arch/powerpc/oea/pmap.c
2116
const register_t batu = battable[BAT_VA2IDX(va)].batu;
sys/arch/powerpc/oea/pmap.c
2119
const register_t batl = battable[BAT_VA2IDX(va)].batl;
sys/arch/powerpc/oea/pmap.c
2120
const register_t mask =
sys/arch/powerpc/oea/pmap.c
2137
register_t msr;
sys/arch/powerpc/oea/pmap.c
2203
register_t msr;
sys/arch/powerpc/oea/pmap.c
2275
register_t msr;
sys/arch/powerpc/oea/pmap.c
2297
register_t msr;
sys/arch/powerpc/oea/pmap.c
2436
register_t msr;
sys/arch/powerpc/oea/pmap.c
2496
register_t msr;
sys/arch/powerpc/oea/pmap.c
2685
register_t soft_sr[16];
sys/arch/powerpc/oea/pmap.c
2861
register_t msr;
sys/arch/powerpc/oea/pmap.c
2876
register_t msr;
sys/arch/powerpc/oea/pmap.c
3110
register_t pte_lo = 0x0;
sys/arch/powerpc/oea/pmap.c
3508
register_t sr;
sys/arch/powerpc/oea/pmap.c
380
vaddr_t, paddr_t, register_t, int);
sys/arch/powerpc/oea/pmap.c
499
static inline register_t
sys/arch/powerpc/oea/pmap.c
502
register_t sr;
sys/arch/powerpc/oea/pmap.c
515
static inline register_t
sys/arch/powerpc/oea/pmap.c
518
register_t msr = MFMSR();
sys/arch/powerpc/oea/pmap.c
525
pmap_interrupts_restore(register_t msr)
sys/arch/powerpc/oea/pmap.c
577
static inline register_t
sys/arch/powerpc/oea/pmap.c
593
static inline register_t
sys/arch/powerpc/oea/pmap.c
596
register_t hash;
sys/arch/powerpc/oea/pmap.c
720
pmap_pte_create(struct pte *pt, const struct pmap *pm, vaddr_t va, register_t pte_lo)
sys/arch/powerpc/oea/pmap.c
887
register_t msr, vsid, hash;
sys/arch/powerpc/oea/prep_machdep.c
154
register_t len = va_arg(ap, register_t);
sys/arch/powerpc/pic/intr.c
475
const register_t msr = mfmsr();
sys/arch/powerpc/pic/intr.c
519
const register_t emsr = mfmsr();
sys/arch/powerpc/pic/intr.c
520
const register_t dmsr = emsr & ~PSL_EE;
sys/arch/powerpc/pic/intr.c
587
const register_t msr = mfmsr();
sys/arch/powerpc/powerpc/bus_space.c
590
register_t sr = iosrtable[pa >> ADDR_SR_SHFT];
sys/arch/powerpc/powerpc/bus_space.c
603
register_t batu = battable[BAT_VA2IDX(pa)].batu;
sys/arch/powerpc/powerpc/bus_space.c
652
register_t sr = iosrtable[va >> ADDR_SR_SHFT];
sys/arch/powerpc/powerpc/bus_space.c
663
register_t batu = battable[BAT_VA2IDX(va)].batu;
sys/arch/powerpc/powerpc/bus_space.c
744
register_t sr = iosrtable[pa >> ADDR_SR_SHFT];
sys/arch/powerpc/powerpc/bus_space.c
753
register_t batu = battable[BAT_VA2IDX(pa)].batu;
sys/arch/powerpc/powerpc/clock.c
142
const register_t msr = mfmsr();
sys/arch/powerpc/powerpc/compat_13_machdep.c
64
const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/powerpc/powerpc/compat_13_machdep.c
74
const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/powerpc/powerpc/compat_16_machdep.c
179
tf->tf_fixreg[1] = (register_t)fp;
sys/arch/powerpc/powerpc/compat_16_machdep.c
180
tf->tf_lr = (register_t)catcher;
sys/arch/powerpc/powerpc/compat_16_machdep.c
181
tf->tf_fixreg[3] = (register_t)sig;
sys/arch/powerpc/powerpc/compat_16_machdep.c
182
tf->tf_fixreg[4] = (register_t)code;
sys/arch/powerpc/powerpc/compat_16_machdep.c
183
tf->tf_fixreg[5] = (register_t)fp;
sys/arch/powerpc/powerpc/compat_16_machdep.c
184
tf->tf_srr0 = (register_t)p->p_sigctx.ps_sigcode;
sys/arch/powerpc/powerpc/compat_16_machdep.c
189
tf->tf_fixreg[1] = (register_t)fp;
sys/arch/powerpc/powerpc/compat_16_machdep.c
190
tf->tf_lr = (register_t)catcher;
sys/arch/powerpc/powerpc/compat_16_machdep.c
191
tf->tf_fixreg[3] = (register_t)sig;
sys/arch/powerpc/powerpc/compat_16_machdep.c
192
tf->tf_fixreg[4] = (register_t)code;
sys/arch/powerpc/powerpc/compat_16_machdep.c
193
tf->tf_fixreg[5] = (register_t)fp;
sys/arch/powerpc/powerpc/compat_16_machdep.c
194
tf->tf_srr0 = (register_t)ps->sa_sigdesc[sig].sd_tramp;
sys/arch/powerpc/powerpc/compat_16_machdep.c
212
const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/powerpc/powerpc/compat_16_machdep.c
78
const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/powerpc/powerpc/db_interface.c
169
const register_t msr = mfmsr();
sys/arch/powerpc/powerpc/db_interface.c
342
print_batmodes(register_t super, register_t user, register_t pp)
sys/arch/powerpc/powerpc/db_interface.c
356
print_wimg(register_t wimg)
sys/arch/powerpc/powerpc/db_interface.c
488
register_t sr;
sys/arch/powerpc/powerpc/fixup.c
115
register_t fixreg[32];
sys/arch/powerpc/powerpc/fixup.c
116
register_t ctr = 0;
sys/arch/powerpc/powerpc/fixup.c
167
register_t d = i.i_d.i_d << ((i.i_d.i_opcd & 1) * 16);
sys/arch/powerpc/powerpc/fixup.c
179
register_t addr = i.i_d.i_d;
sys/arch/powerpc/powerpc/fpu.c
107
const register_t msr = mfmsr();
sys/arch/powerpc/powerpc/fpu.c
153
const register_t msr = mfmsr();
sys/arch/powerpc/powerpc/fpu.c
82
const register_t msr = mfmsr();
sys/arch/powerpc/powerpc/openfirm.c
100
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
128
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
156
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
184
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
213
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
249
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
292
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
326
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
359
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
393
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
433
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
476
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
530
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
572
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
600
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
62
static inline register_t
sys/arch/powerpc/powerpc/openfirm.c
630
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
65
const register_t s = mfmsr();
sys/arch/powerpc/powerpc/openfirm.c
677
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
716
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
748
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
77
ofw_unlock(register_t s)
sys/arch/powerpc/powerpc/openfirm.c
782
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
805
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
825
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
848
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
884
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/openfirm.c
928
const register_t s = ofw_lock();
sys/arch/powerpc/powerpc/pmap_subr.c
285
register_t msr = 0; /* XXX: gcc */
sys/arch/powerpc/powerpc/pmap_subr.c
362
const register_t *sp;
sys/arch/powerpc/powerpc/pmap_subr.c
363
register_t *dp;
sys/arch/powerpc/powerpc/pmap_subr.c
364
register_t msr;
sys/arch/powerpc/powerpc/pmap_subr.c
416
sp = (const register_t *) src;
sys/arch/powerpc/powerpc/pmap_subr.c
417
dp = (register_t *) dst;
sys/arch/powerpc/powerpc/pmap_subr.c
443
register_t msr;
sys/arch/powerpc/powerpc/pmap_subr.c
497
register_t msr;
sys/arch/powerpc/powerpc/pmap_subr.c
498
register_t *dp = (register_t *) pa;
sys/arch/powerpc/powerpc/powerpc_machdep.c
144
tf->tf_fixreg[4] = (register_t)arginfo.ps_argvstr;
sys/arch/powerpc/powerpc/powerpc_machdep.c
145
tf->tf_fixreg[5] = (register_t)arginfo.ps_envstr;
sys/arch/powerpc/powerpc/powerpc_machdep.c
827
register_t msr = tf->tf_srr1 & PSL_USERSRR1;
sys/arch/powerpc/powerpc/powerpc_machdep.c
843
register_t msr = tf->tf_fixreg[OPC_MXMSR_REG(opcode)];
sys/arch/powerpc/powerpc/process_machdep.c
128
tf->tf_srr0 = (register_t)addr;
sys/arch/powerpc/powerpc/rtas.c
209
register_t msr;
sys/arch/powerpc/powerpc/sig_machdep.c
146
tf->tf_fixreg[1] = (register_t)sp;
sys/arch/powerpc/powerpc/sig_machdep.c
147
tf->tf_fixreg[3] = (register_t)ksi->ksi_signo;
sys/arch/powerpc/powerpc/sig_machdep.c
148
tf->tf_fixreg[4] = (register_t)sip;
sys/arch/powerpc/powerpc/sig_machdep.c
149
tf->tf_fixreg[5] = (register_t)ucp;
sys/arch/powerpc/powerpc/sig_machdep.c
151
tf->tf_fixreg[30] = (register_t)ucp;
sys/arch/powerpc/powerpc/sig_machdep.c
152
tf->tf_lr = (register_t)sd->sd_tramp;
sys/arch/powerpc/powerpc/sig_machdep.c
153
tf->tf_srr0 = (register_t)handler;
sys/arch/powerpc/powerpc/sig_machdep.c
304
tf->tf_fixreg[_REG_R2] = (register_t)addr;
sys/arch/powerpc/powerpc/sys_machdep.c
46
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *retval)
sys/arch/powerpc/powerpc/syscall.c
127
if (argsize > n * sizeof(register_t)) {
sys/arch/powerpc/powerpc/syscall.c
128
memcpy(args, params, n * sizeof(register_t));
sys/arch/powerpc/powerpc/syscall.c
131
argsize - n * sizeof(register_t));
sys/arch/powerpc/powerpc/syscall.c
88
register_t code;
sys/arch/powerpc/powerpc/syscall.c
89
register_t *params, rval[2];
sys/arch/powerpc/powerpc/syscall.c
90
register_t args[10];
sys/arch/powerpc/powerpc/trap.c
1002
const register_t ea_addr = tf->tf_dar;
sys/arch/powerpc/powerpc/trap.c
1005
register_t* t_reg_addr = &tf->tf_fixreg[t_reg];
sys/arch/powerpc/powerpc/trap.c
1006
register_t* a_reg_addr = &tf->tf_fixreg[a_reg];
sys/arch/powerpc/powerpc/trap.c
1031
register_t temp = bswap32(*t_reg_addr);
sys/arch/powerpc/powerpc/trap.c
1045
const register_t ea_addr = tf->tf_dar;
sys/arch/powerpc/powerpc/trap.c
1048
register_t* s_reg_addr = &tf->tf_fixreg[s_reg];
sys/arch/powerpc/powerpc/trap.c
1049
register_t* a_reg_addr = &tf->tf_fixreg[a_reg];
sys/arch/powerpc/powerpc/trap.c
1053
register_t temp = bswap32(*s_reg_addr);
sys/arch/powerpc/powerpc/trap.c
1180
get_dsi_info(register_t dsisr)
sys/arch/powerpc/powerpc/trap.c
812
register_t* a_reg_addr = &tf->tf_fixreg[a_reg];
sys/arch/powerpc/powerpc/trap.c
858
register_t* a_reg_addr = &tf->tf_fixreg[a_reg];
sys/arch/powerpc/powerpc/trap.c
90
static const struct dsi_info* get_dsi_info(register_t);
sys/arch/powerpc/powerpc/trap.c
905
const register_t ea_addr = tf->tf_dar;
sys/arch/powerpc/powerpc/trap.c
908
register_t* t_reg_addr = &tf->tf_fixreg[t_reg];
sys/arch/powerpc/powerpc/trap.c
909
register_t* a_reg_addr = &tf->tf_fixreg[a_reg];
sys/arch/powerpc/powerpc/trap.c
957
const register_t ea_addr = tf->tf_dar;
sys/arch/powerpc/powerpc/trap.c
960
register_t* s_reg_addr = &tf->tf_fixreg[s_reg];
sys/arch/powerpc/powerpc/trap.c
961
register_t* a_reg_addr = &tf->tf_fixreg[a_reg];
sys/arch/powerpc/powerpc/vm_machdep.c
117
((register_t)stack + stacksize - STACK_ALIGNBYTES)
sys/arch/powerpc/powerpc/vm_machdep.c
137
ktf->ktf_lr = (register_t) cpu_lwp_bootstrap;
sys/arch/powerpc/powerpc/vm_machdep.c
138
ktf->ktf_sp = (register_t) (ktf + 1); /* just in case */
sys/arch/powerpc/powerpc/vm_machdep.c
140
cf->cf_sp = (register_t) ktf;
sys/arch/powerpc/powerpc/vm_machdep.c
141
cf->cf_r31 = (register_t) func;
sys/arch/powerpc/powerpc/vm_machdep.c
142
cf->cf_r30 = (register_t) arg;
sys/arch/powerpc/powerpc/vm_machdep.c
145
sf->sf_sp = (register_t) cf;
sys/arch/powerpc/powerpc/vm_machdep.c
149
pcb2->pcb_sp = (register_t)sf;
sys/arch/riscv/fdt/intc_fdt.c
252
intc_intr_handler(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/fdt/intc_fdt.c
253
register_t cause)
sys/arch/riscv/include/cpu.h
39
register_t cf_status;
sys/arch/riscv/include/db_machdep.h
101
typedef register_t kgdb_reg_t;
sys/arch/riscv/include/db_machdep.h
63
if ((tf)->tf_pc == (register_t)cpu_Debugger_insn) \
sys/arch/riscv/include/db_machdep.h
64
(tf)->tf_pc = (register_t)cpu_Debugger_ret; \
sys/arch/riscv/include/frame.h
39
register_t tf_tval; // supervisor trap value
sys/arch/riscv/include/frame.h
40
register_t tf_cause; // supervisor cause register
sys/arch/riscv/include/frame.h
41
register_t tf_sr; // supervisor status register
sys/arch/riscv/include/frame.h
42
register_t tf_pad; // For 16-byte alignment
sys/arch/riscv/include/locore.h
146
void cpu_intr(struct trapframe */*tf*/, register_t /*epc*/,
sys/arch/riscv/include/locore.h
147
register_t /*status*/, register_t /*cause*/);
sys/arch/riscv/include/locore.h
148
void cpu_trap(struct trapframe */*tf*/, register_t /*epc*/,
sys/arch/riscv/include/locore.h
149
register_t /*status*/, register_t /*cause*/,
sys/arch/riscv/include/locore.h
150
register_t /*badvaddr*/);
sys/arch/riscv/include/locore.h
60
register_t fb_reg[FB_MAX];
sys/arch/riscv/include/locore.h
61
register_t fb_sr;
sys/arch/riscv/include/machdep.h
68
void init_riscv(register_t, paddr_t);
sys/arch/riscv/include/machdep.h
75
register_t, register_t, register_t));
sys/arch/riscv/include/pmap.h
238
const register_t satp = csr_satp_read();
sys/arch/riscv/include/pmap.h
239
const register_t test = satp | SATP_ASID;
sys/arch/riscv/include/pmap.h
243
const register_t ret = __SHIFTOUT(csr_satp_read(), SATP_ASID);
sys/arch/riscv/include/sbi.h
289
register register_t _a7 __asm ("a7") = eid;
sys/arch/riscv/include/sbi.h
290
register register_t _a6 __asm ("a6") = fid;
sys/arch/riscv/include/sbi.h
292
register register_t _a0 __asm ("a0") = arg0;
sys/arch/riscv/include/sbi.h
293
register register_t _a1 __asm ("a1") = arg1;
sys/arch/riscv/include/sbi.h
294
register register_t _a2 __asm ("a2") = arg2;
sys/arch/riscv/include/sbi.h
295
register register_t _a3 __asm ("a3") = arg3;
sys/arch/riscv/include/sbi.h
296
register register_t _a4 __asm ("a4") = arg4;
sys/arch/riscv/include/sbi.h
297
register register_t _a5 __asm ("a5") = arg5;
sys/arch/riscv/include/types.h
74
register_t lb_reg[16]; /* */
sys/arch/riscv/riscv/cpu.c
132
const register_t mvendorid = sbi_get_mvendorid().value;
sys/arch/riscv/riscv/cpu.c
133
const register_t marchid = sbi_get_marchid().value;
sys/arch/riscv/riscv/cpufunc.c
175
const register_t mvendorid = sbi_get_mvendorid().value;
sys/arch/riscv/riscv/db_machdep.c
109
*valp = *(const register_t *)addr;
sys/arch/riscv/riscv/db_machdep.c
111
*(register_t *)addr = *valp;
sys/arch/riscv/riscv/db_machdep.c
167
static inline register_t
sys/arch/riscv/riscv/db_machdep.c
188
register_t rs1 = get_reg_value(tf, i.type_b.b_rs1);
sys/arch/riscv/riscv/db_machdep.c
189
register_t rs2 = get_reg_value(tf, i.type_b.b_rs2);
sys/arch/riscv/riscv/db_trace.c
213
fp = (register_t)&DDB_REGS->tf_s0; /* s0 = fp */
sys/arch/riscv/riscv/db_trace.c
259
db_read_bytes(lastfp - 1 * sizeof(register_t), sizeof(ra), (char *)&ra);
sys/arch/riscv/riscv/db_trace.c
260
db_read_bytes(lastfp - 2 * sizeof(register_t), sizeof(fp), (char *)&fp);
sys/arch/riscv/riscv/interrupt.c
108
cpu_intr(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/interrupt.c
109
register_t cause)
sys/arch/riscv/riscv/interrupt.c
53
riscv_intr_default_handler(struct trapframe *frame, register_t epc,
sys/arch/riscv/riscv/interrupt.c
54
register_t status, register_t cause)
sys/arch/riscv/riscv/interrupt.c
93
static void (*_riscv_intr_handler)(struct trapframe *, register_t,
sys/arch/riscv/riscv/interrupt.c
94
register_t, register_t) = riscv_intr_default_handler;
sys/arch/riscv/riscv/interrupt.c
98
riscv_intr_set_handler(void (*intr_handler)(struct trapframe *, register_t,
sys/arch/riscv/riscv/interrupt.c
99
register_t, register_t))
sys/arch/riscv/riscv/netbsd32_machdep.c
176
register_t *retval)
sys/arch/riscv/riscv/process_machdep.c
99
l->l_md.md_utf->tf_pc = (register_t)addr;
sys/arch/riscv/riscv/riscv_machdep.c
1012
const register_t satp = csr_satp_read();
sys/arch/riscv/riscv/riscv_machdep.c
486
tf->tf_reg[_REG_TP] = (register_t)addr;
sys/arch/riscv/riscv/riscv_machdep.c
695
init_riscv(register_t hartid, paddr_t dtb)
sys/arch/riscv/riscv/sys_machdep.c
42
register_t *retval)
sys/arch/riscv/riscv/syscall.c
126
register_t *args32 = args;
sys/arch/riscv/riscv/syscall.c
146
register_t arg = *args32++;
sys/arch/riscv/riscv/syscall.c
222
register_t tmp = retval[0];
sys/arch/riscv/riscv/syscall.c
82
register_t *args = &tf->tf_a0;
sys/arch/riscv/riscv/syscall.c
83
register_t retval[2];
sys/arch/riscv/riscv/syscall.c
88
register_t copyargs[EMULNAME(SYS_MAXSYSARGS)];
sys/arch/riscv/riscv/trap.c
261
cause_name(register_t cause)
sys/arch/riscv/riscv/trap.c
304
register_t cause)
sys/arch/riscv/riscv/trap.c
323
get_faulttype(register_t cause)
sys/arch/riscv/riscv/trap.c
334
trap_pagefault_fixup(struct trapframe *tf, struct pmap *pmap, register_t cause,
sys/arch/riscv/riscv/trap.c
411
trap_pagefault(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/trap.c
412
register_t cause, register_t tval, bool usertrap_p, ksiginfo_t *ksi)
sys/arch/riscv/riscv/trap.c
529
trap_instruction(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/trap.c
530
register_t cause, register_t tval, bool usertrap_p, ksiginfo_t *ksi)
sys/arch/riscv/riscv/trap.c
545
trap_misalignment(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/trap.c
546
register_t cause, register_t tval, bool usertrap_p, ksiginfo_t *ksi)
sys/arch/riscv/riscv/trap.c
556
trap_breakpoint(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/trap.c
557
register_t cause, register_t tval, bool usertrap_p, ksiginfo_t *ksi)
sys/arch/riscv/riscv/trap.c
576
cpu_trap(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/trap.c
577
register_t cause, register_t tval)
sys/arch/riscv/riscv/trap.c
579
const register_t code = CAUSE_CODE(cause);
sys/arch/riscv/riscv/trap.c
580
const register_t fault_mask = __BIT(code);
sys/arch/rs6000/rs6000/machdep.c
114
extern register_t iosrtable[16];
sys/arch/rs6000/rs6000/machdep.c
164
register_t savemsr, msr, savesr15;
sys/arch/rs6000/rs6000/machdep.c
210
register_t savemsr, msr;
sys/arch/rs6000/rs6000/machdep.c
579
register_t msr;
sys/arch/rs6000/rs6000/machdep.c
603
register_t msr;
sys/arch/rs6000/stand/boot/boot.c
114
register_t savemsr, msr, batu, batl;
sys/arch/rs6000/stand/boot/boot.c
99
register_t savemsr, msr, savesr15;
sys/arch/rs6000/stand/boot/io.c
18
register_t savemsr, msr;
sys/arch/sandpoint/sandpoint/machdep.c
364
register_t msr;
sys/arch/sbmips/sbmips/cpu.c
57
#define READ_REG(rp) mips3_ld((register_t)(rp))
sys/arch/sbmips/sbmips/rtc.c
420
#define READ_REG(rp) mips3_ld((register_t)(MIPS_PHYS_TO_KSEG1(rp)))
sys/arch/sbmips/sbmips/rtc.c
421
#define WRITE_REG(rp, val) mips3_sd((register_t)(MIPS_PHYS_TO_KSEG1(rp)), (val))
sys/arch/sbmips/sbmips/sb1250_icu.c
93
#define READ_REG(rp) mips3_ld((register_t)(rp))
sys/arch/sbmips/sbmips/sb1250_icu.c
94
#define WRITE_REG(rp, val) mips3_sd((register_t)(rp), (val))
sys/arch/sh3/sh3/compat_16_machdep.c
193
compat_16_sys___sigreturn14(struct lwp *l, const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/sh3/sh3/sys_machdep.c
87
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *retval)
sys/arch/sh3/sh3/syscall.c
115
register_t code, args[8], rval[2], ocode;
sys/arch/sparc/include/types.h
82
register_t val[3];
sys/arch/sparc/sparc/compat_13_machdep.c
64
compat_13_sys_sigreturn(struct lwp *l, const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/sparc/sparc/compat_16_machdep.c
260
compat_16_sys___sigreturn14(struct lwp *l, const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/sparc/sparc/sunos_machdep.c
182
sunos_sys_sigreturn(struct lwp *l, const struct sunos_sys_sigreturn_args *uap, register_t *retval)
sys/arch/sparc/sparc/sys_machdep.c
59
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *retval)
sys/arch/sparc/sparc/syscall.c
102
void syscall(register_t, struct trapframe *, register_t);
sys/arch/sparc/sparc/syscall.c
105
handle_new(struct trapframe *tf, register_t *code)
sys/arch/sparc/sparc/syscall.c
135
getargs(struct proc *p, struct trapframe *tf, register_t *code,
sys/arch/sparc/sparc/syscall.c
161
i = (*callp)->sy_argsize / sizeof(register_t);
sys/arch/sparc/sparc/syscall.c
213
syscall(register_t code, struct trapframe *tf, register_t pc)
sys/arch/sparc/sparc/syscall.c
88
register_t i[MAXARGS];
sys/arch/sparc/sparc/syscall.c
93
register_t o[2];
sys/arch/sparc/sparc/syscall.c
96
static inline int handle_new(struct trapframe *, register_t *);
sys/arch/sparc/sparc/syscall.c
98
register_t *, const struct sysent **, union args *);
sys/arch/sparc64/sparc64/compat_13_machdep.c
64
compat_13_sys_sigreturn(struct lwp *l, const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/sparc64/sparc64/compat_16_machdep.c
255
int compat_16_sys___sigreturn14(struct lwp *, const struct compat_16_sys___sigreturn14_args *, register_t *);
sys/arch/sparc64/sparc64/compat_16_machdep.c
259
compat_16_sys___sigreturn14(struct lwp *l, const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/sparc64/sparc64/machdep.c
453
register_t sp;
sys/arch/sparc64/sparc64/machdep.c
479
sp = (register_t)(uintptr_t)tf->tf_out[6];
sys/arch/sparc64/sparc64/netbsd32_machdep.c
787
netbsd32_sysarch(struct lwp *l, const struct netbsd32_sysarch_args *uap, register_t *retval)
sys/arch/sparc64/sparc64/netbsd32_machdep_13.c
91
compat_13_netbsd32_sigreturn(struct lwp *l, const struct compat_13_netbsd32_sigreturn_args *uap, register_t *retval)
sys/arch/sparc64/sparc64/netbsd32_machdep_16.c
255
compat_16_netbsd32___sigreturn14(struct lwp *l, const struct compat_16_netbsd32___sigreturn14_args *uap, register_t *retval)
sys/arch/sparc64/sparc64/sunos32_machdep.c
300
sunos32_sys_sigreturn(struct lwp *l, const struct sunos32_sys_sigreturn_args *uap, register_t *retval)
sys/arch/sparc64/sparc64/sunos_machdep.c
213
sunos_sys_sigreturn(register struct lwp *l, const struct sunos_sys_sigreturn_args *uap, register_t *retval)
sys/arch/sparc64/sparc64/sys_machdep.c
60
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *retval)
sys/arch/sparc64/sparc64/syscall.c
111
register_t r[MAXARGS];
sys/arch/sparc64/sparc64/syscall.c
114
static inline int handle_old(struct trapframe64 *, register_t *);
sys/arch/sparc64/sparc64/syscall.c
116
register_t *, const struct sysent **, union args *, int *);
sys/arch/sparc64/sparc64/syscall.c
117
void syscall(struct trapframe64 *, register_t, register_t);
sys/arch/sparc64/sparc64/syscall.c
123
handle_old(struct trapframe64 *tf, register_t *code)
sys/arch/sparc64/sparc64/syscall.c
154
getargs(struct proc *p, struct trapframe64 *tf, register_t *code,
sys/arch/sparc64/sparc64/syscall.c
278
syscall(struct trapframe64 *tf, register_t code, register_t pc)
sys/arch/sparc64/sparc64/syscall.c
285
register_t rval[2];
sys/arch/usermode/dev/cpu.c
123
sc->sc_ucp.uc_stack.ss_size = PAGE_SIZE - sizeof(register_t);
sys/arch/usermode/include/machdep.h
33
register_t *args);
sys/arch/usermode/include/machdep.h
35
int error, register_t *rval);
sys/arch/usermode/include/machdep.h
38
register_t md_get_pc(ucontext_t *ucp);
sys/arch/usermode/include/machdep.h
39
register_t md_get_sp(ucontext_t *ucp);
sys/arch/usermode/include/pcb.h
37
#define TRAPSTACKSIZE (USPACE -2*sizeof(ucontext_t) - 3*sizeof(register_t))
sys/arch/usermode/include/types.h
82
typedef register_t __register_t;
sys/arch/usermode/modules/syscallemu/syscallemu.c
134
sizeof(struct sys_syscallemu_args) / sizeof(register_t);
sys/arch/usermode/modules/syscallemu/syscallemu.c
86
register_t *retval)
sys/arch/usermode/modules/syscallemu/syscallemu.h
72
register_t *);
sys/arch/usermode/modules/syscallemu/syscallemu_arm.c
54
register_t pc_call;
sys/arch/usermode/modules/syscallemu/syscallemu_x86.c
52
register_t rip_call;
sys/arch/usermode/target/arm/cpu_arm.c
106
register_t
sys/arch/usermode/target/arm/cpu_arm.c
86
register_t *args)
sys/arch/usermode/target/arm/cpu_arm.c
94
int error, register_t *rval)
sys/arch/usermode/target/arm/cpu_arm.c
99
register_t
sys/arch/usermode/target/i386/cpu_i386.c
105
register_t *reg;
sys/arch/usermode/target/i386/cpu_i386.c
111
reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/i386/cpu_i386.c
166
reg[17] = (register_t) fp; /* ESP */
sys/arch/usermode/target/i386/cpu_i386.c
167
reg[14] = (register_t) catcher; /* EIP */
sys/arch/usermode/target/i386/cpu_i386.c
229
register_t *args)
sys/arch/usermode/target/i386/cpu_i386.c
232
register_t *sp = (register_t *) reg[17];/* ESP */
sys/arch/usermode/target/i386/cpu_i386.c
243
int error, register_t *rval)
sys/arch/usermode/target/i386/cpu_i386.c
245
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/i386/cpu_i386.c
261
register_t
sys/arch/usermode/target/i386/cpu_i386.c
265
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/i386/cpu_i386.c
270
register_t
sys/arch/usermode/target/i386/cpu_i386.c
274
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/i386/cpu_i386.c
302
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/i386/cpu_i386.c
57
static void dump_regs(register_t *reg);
sys/arch/usermode/target/i386/cpu_i386.c
60
dump_regs(register_t *reg)
sys/arch/usermode/target/x86_64/cpu_x86_64.c
101
register_t *reg;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
108
reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
163
reg[24] = (register_t) fp; /* RSP */
sys/arch/usermode/target/x86_64/cpu_x86_64.c
164
reg[21] = (register_t) catcher; /* RIP */
sys/arch/usermode/target/x86_64/cpu_x86_64.c
181
register_t *reg;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
186
reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
192
reg[24] = (register_t) stack; /* RSP */
sys/arch/usermode/target/x86_64/cpu_x86_64.c
204
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
210
register_t *args)
sys/arch/usermode/target/x86_64/cpu_x86_64.c
212
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
213
register_t *sp = (register_t *) reg[24];/* RSP */
sys/arch/usermode/target/x86_64/cpu_x86_64.c
240
int error, register_t *rval)
sys/arch/usermode/target/x86_64/cpu_x86_64.c
242
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
258
register_t
sys/arch/usermode/target/x86_64/cpu_x86_64.c
261
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
266
register_t
sys/arch/usermode/target/x86_64/cpu_x86_64.c
269
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
297
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
317
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
337
register_t *reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/target/x86_64/cpu_x86_64.c
55
static void dump_regs(register_t *reg);
sys/arch/usermode/target/x86_64/cpu_x86_64.c
58
dump_regs(register_t *reg)
sys/arch/usermode/usermode/process_machdep.c
108
register_t *reg;
sys/arch/usermode/usermode/process_machdep.c
111
reg = (register_t *) &ucp->uc_mcontext.__fpregs;
sys/arch/usermode/usermode/process_machdep.c
93
register_t *reg;
sys/arch/usermode/usermode/process_machdep.c
96
reg = (register_t *) &ucp->uc_mcontext.__gregs;
sys/arch/usermode/usermode/sys_machdep.c
39
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *rv)
sys/arch/usermode/usermode/syscall.c
156
syscall_args_print(lwp_t *l, int code, int nargs, int argsize, register_t *args)
sys/arch/usermode/usermode/syscall.c
216
syscall_retvals_print(lwp_t *l, lwp_t *clwp, int code, int nargs, register_t *args, int error, register_t *rval)
sys/arch/usermode/usermode/syscall.c
51
register_t rval[2];
sys/arch/usermode/usermode/syscall.c
77
register_t *args);
sys/arch/usermode/usermode/syscall.c
79
int code, int nargs, register_t *args, int error, register_t *rval);
sys/arch/usermode/usermode/syscall.c
90
register_t copyargs[2+SYS_MAXSYSARGS];
sys/arch/usermode/usermode/syscall.c
91
register_t *args;
sys/arch/usermode/usermode/syscall.c
92
register_t rval[2];
sys/arch/usermode/usermode/trap.c
362
sp = (vaddr_t) pcb->sys_stack_top - sizeof(register_t);
sys/arch/usermode/usermode/trap.c
368
fp = sp - sizeof(ucontext_t) - sizeof(register_t); /* slack */
sys/arch/usermode/usermode/trap.c
369
sp = fp - sizeof(register_t); /* slack */
sys/arch/vax/include/cpu.h
182
register_t psl;
sys/arch/vax/include/mtpr.h
165
mtpr(register_t val, int reg)
sys/arch/vax/include/mtpr.h
174
static inline __always_inline register_t
sys/arch/vax/include/mtpr.h
177
register_t __val;
sys/arch/vax/include/signal.h
102
register_t pc; /* Address of signal handler */
sys/arch/vax/vax/compat_13_machdep.c
120
compat_13_sys_sigreturn(struct lwp *l, const struct compat_13_sys_sigreturn_args *uap, register_t *retval)
sys/arch/vax/vax/compat_13_machdep.c
182
tramp.code = (register_t)ksi->ksi_addr;
sys/arch/vax/vax/compat_13_machdep.c
188
tramp.pc = (register_t)handler;
sys/arch/vax/vax/compat_16_machdep.c
117
compat_16_sys___sigreturn14(struct lwp *l, const struct compat_16_sys___sigreturn14_args *uap, register_t *retval)
sys/arch/vax/vax/compat_16_machdep.c
193
tramp.code = (register_t)ksi->ksi_addr;
sys/arch/vax/vax/sig_machdep.c
222
tf->tf_pc = (register_t)p->p_sigctx.ps_sigcode;
sys/arch/vax/vax/sig_machdep.c
224
tf->tf_pc = (register_t)sd->sd_tramp;
sys/arch/vax/vax/vm_machdep.c
198
sys_sysarch(struct lwp *l, const struct sys_sysarch_args *uap, register_t *retval)
sys/arch/x86/include/cpufunc.h
215
static inline void lcr##crnum(register_t val) \
sys/arch/x86/include/cpufunc.h
224
static inline register_t rcr##crnum(void) \
sys/arch/x86/include/cpufunc.h
226
register_t val; \
sys/arch/x86/include/cpufunc.h
236
void lcr##crnum(register_t); \
sys/arch/x86/include/cpufunc.h
237
register_t rcr##crnum(void);
sys/arch/x86/include/cpufunc.h
255
static inline void ldr##drnum(register_t val) \
sys/arch/x86/include/cpufunc.h
263
static inline register_t rdr##drnum(void) \
sys/arch/x86/include/cpufunc.h
265
register_t val; \
sys/arch/x86/include/cpufunc.h
275
register_t rdr##drnum(void); \
sys/arch/x86/include/cpufunc.h
276
void ldr##drnum(register_t);
sys/arch/x86/include/cpufunc.h
74
invpcid(register_t op, uint64_t pcid, vaddr_t va)
sys/arch/x86/include/sysarch.h
127
int x86_iopl(struct lwp *, void *, register_t *);
sys/arch/x86/x86/dbregs.c
201
register_t dr7, dr6;
sys/arch/x86/x86/dbregs.c
202
register_t bp;
sys/arch/x86/x86/fpu.c
679
register_t ip = X86_TF_RIP(frame);
sys/arch/x86/x86/intr.c
1484
INTRSTACKSIZE - 33 * sizeof(register_t);
sys/arch/x86/x86/sys_machdep.c
181
x86_set_ldt(struct lwp *l, void *args, register_t *retval)
sys/arch/x86/x86/sys_machdep.c
344
x86_iopl(struct lwp *l, void *args, register_t *retval)
sys/arch/x86/x86/sys_machdep.c
395
x86_get_ioperm(struct lwp *l, void *args, register_t *retval)
sys/arch/x86/x86/sys_machdep.c
428
x86_set_ioperm(struct lwp *l, void *args, register_t *retval)
sys/arch/x86/x86/sys_machdep.c
474
x86_get_mtrr(struct lwp *l, void *args, register_t *retval)
sys/arch/x86/x86/sys_machdep.c
509
x86_set_mtrr(struct lwp *l, void *args, register_t *retval)
sys/arch/x86/x86/sys_machdep.c
703
register_t *retval)
sys/arch/x86/x86/sys_machdep.c
79
static int x86_get_ioperm(struct lwp *, void *, register_t *);
sys/arch/x86/x86/sys_machdep.c
80
static int x86_set_ioperm(struct lwp *, void *, register_t *);
sys/arch/x86/x86/sys_machdep.c
88
x86_get_ldt(struct lwp *l, void *args, register_t *retval)
sys/arch/x86/x86/syscall.c
101
sizeof(register_t) * (2 + SYS_MAXSYSARGS - 1));
sys/arch/x86/x86/syscall.c
104
register_t args[2 + SYS_MAXSYSARGS];
sys/arch/x86/x86/syscall.c
124
error = copyin((register_t *)frame->tf_rsp + 1,
sys/arch/x86/x86/syscall.c
97
register_t code, rval[2];
sys/arch/xen/x86/xen_intr.c
350
INTRSTACKSIZE - 33 * sizeof(register_t);
sys/arch/xen/x86/xenfunc.c
132
lcr0(register_t val)
sys/arch/xen/x86/xenfunc.c
137
register_t
sys/arch/xen/x86/xenfunc.c
146
lcr3(register_t val)
sys/arch/xen/x86/xenfunc.c
168
register_t
sys/arch/xen/x86/xenfunc.c
176
ldr0(register_t val)
sys/arch/xen/x86/xenfunc.c
182
register_t
sys/arch/xen/x86/xenfunc.c
190
ldr1(register_t val)
sys/arch/xen/x86/xenfunc.c
196
register_t
sys/arch/xen/x86/xenfunc.c
204
ldr2(register_t val)
sys/arch/xen/x86/xenfunc.c
210
register_t
sys/arch/xen/x86/xenfunc.c
218
ldr3(register_t val)
sys/arch/xen/x86/xenfunc.c
223
register_t
sys/arch/xen/x86/xenfunc.c
231
ldr6(register_t val)
sys/arch/xen/x86/xenfunc.c
237
register_t
sys/arch/xen/x86/xenfunc.c
245
ldr7(register_t val)
sys/arch/xen/x86/xenfunc.c
258
register_t
sys/arch/xen/x86/xenfunc.c
265
lcr2(register_t v)
sys/compat/aoutm68k/aoutm68k_stat.c
102
aoutm68k_compat_43_sys_lstat(struct lwp *l, const struct aoutm68k_compat_43_sys_lstat_args *uap, register_t *retval)
sys/compat/aoutm68k/aoutm68k_stat.c
120
aoutm68k_compat_12_sys_stat(struct lwp *l, const struct aoutm68k_compat_12_sys_stat_args *uap, register_t *retval)
sys/compat/aoutm68k/aoutm68k_stat.c
136
aoutm68k_compat_12_sys_fstat(struct lwp *l, const struct aoutm68k_compat_12_sys_fstat_args *uap, register_t *retval)
sys/compat/aoutm68k/aoutm68k_stat.c
152
aoutm68k_compat_12_sys_lstat(struct lwp *l, const struct aoutm68k_compat_12_sys_lstat_args *uap, register_t *retval)
sys/compat/aoutm68k/aoutm68k_stat.c
169
aoutm68k_sys___stat13(struct lwp *l, const struct aoutm68k_sys___stat13_args *uap, register_t *retval)
sys/compat/aoutm68k/aoutm68k_stat.c
185
aoutm68k_sys___fstat13(struct lwp *l, const struct aoutm68k_sys___fstat13_args *uap, register_t *retval)
sys/compat/aoutm68k/aoutm68k_stat.c
202
aoutm68k_sys___lstat13(struct lwp *l, const struct aoutm68k_sys___lstat13_args *uap, register_t *retval)
sys/compat/aoutm68k/aoutm68k_stat.c
218
aoutm68k_sys_fhstat(struct lwp *l, const struct aoutm68k_sys_fhstat_args *uap, register_t *retval)
sys/compat/aoutm68k/aoutm68k_stat.c
70
aoutm68k_compat_43_sys_stat(struct lwp *l, const struct aoutm68k_compat_43_sys_stat_args *uap, register_t *retval)
sys/compat/aoutm68k/aoutm68k_stat.c
86
aoutm68k_compat_43_sys_fstat(struct lwp *l, const struct aoutm68k_compat_43_sys_fstat_args *uap, register_t *retval)
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1000
int compat_43_sys_getpeername(struct lwp *, const struct compat_43_sys_getpeername_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1002
int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1004
int compat_43_sys_sethostid(struct lwp *, const struct compat_43_sys_sethostid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1006
int compat_43_sys_getrlimit(struct lwp *, const struct compat_43_sys_getrlimit_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1008
int compat_43_sys_setrlimit(struct lwp *, const struct compat_43_sys_setrlimit_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1010
int compat_43_sys_killpg(struct lwp *, const struct compat_43_sys_killpg_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1014
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1017
int compat_50_sys_quotactl(struct lwp *, const struct compat_50_sys_quotactl_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1022
int compat_43_sys_quota(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1027
int compat_43_sys_getsockname(struct lwp *, const struct compat_43_sys_getsockname_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1032
int compat_43_sys_getdirentries(struct lwp *, const struct compat_43_sys_getdirentries_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1037
int compat_20_sys_statfs(struct lwp *, const struct compat_20_sys_statfs_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1042
int compat_20_sys_fstatfs(struct lwp *, const struct compat_20_sys_fstatfs_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1047
int compat_30_sys_getfh(struct lwp *, const struct compat_30_sys_getfh_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1052
int compat_09_sys_getdomainname(struct lwp *, const struct compat_09_sys_getdomainname_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1054
int compat_09_sys_setdomainname(struct lwp *, const struct compat_09_sys_setdomainname_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1056
int compat_09_sys_uname(struct lwp *, const struct compat_09_sys_uname_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1060
int sys_sysarch(struct lwp *, const struct sys_sysarch_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1063
int compat_10_sys_semsys(struct lwp *, const struct compat_10_sys_semsys_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1068
int compat_10_sys_msgsys(struct lwp *, const struct compat_10_sys_msgsys_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1073
int compat_10_sys_shmsys(struct lwp *, const struct compat_10_sys_shmsys_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1077
int sys_pread(struct lwp *, const struct sys_pread_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1079
int sys_pwrite(struct lwp *, const struct sys_pwrite_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1082
int sys_ntp_adjtime(struct lwp *, const struct sys_ntp_adjtime_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1086
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1088
int sys_setegid(struct lwp *, const struct sys_setegid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1090
int sys_seteuid(struct lwp *, const struct sys_seteuid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1093
int aoutm68k_compat_12_sys_stat(struct lwp *, const struct aoutm68k_compat_12_sys_stat_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1095
int aoutm68k_compat_12_sys_fstat(struct lwp *, const struct aoutm68k_compat_12_sys_fstat_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1097
int aoutm68k_compat_12_sys_lstat(struct lwp *, const struct aoutm68k_compat_12_sys_lstat_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1101
int sys_pathconf(struct lwp *, const struct sys_pathconf_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1103
int sys_fpathconf(struct lwp *, const struct sys_fpathconf_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1105
int sys_getrlimit(struct lwp *, const struct sys_getrlimit_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1107
int sys_setrlimit(struct lwp *, const struct sys_setrlimit_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1110
int compat_12_sys_getdirentries(struct lwp *, const struct compat_12_sys_getdirentries_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1114
int sys_mmap(struct lwp *, const struct sys_mmap_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1116
int sys___syscall(struct lwp *, const struct sys___syscall_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1118
int sys_lseek(struct lwp *, const struct sys_lseek_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1120
int sys_truncate(struct lwp *, const struct sys_truncate_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1122
int sys_ftruncate(struct lwp *, const struct sys_ftruncate_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1124
int sys___sysctl(struct lwp *, const struct sys___sysctl_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1126
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1128
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1130
int sys_undelete(struct lwp *, const struct sys_undelete_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1132
int compat_50_sys_futimes(struct lwp *, const struct compat_50_sys_futimes_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1134
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1136
int sys_reboot(struct lwp *, const struct sys_reboot_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1138
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1142
int compat_14_sys___semctl(struct lwp *, const struct compat_14_sys___semctl_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1146
int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1148
int sys_semop(struct lwp *, const struct sys_semop_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1150
int sys_semconfig(struct lwp *, const struct sys_semconfig_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1156
int compat_14_sys_msgctl(struct lwp *, const struct compat_14_sys_msgctl_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1160
int sys_msgget(struct lwp *, const struct sys_msgget_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1162
int sys_msgsnd(struct lwp *, const struct sys_msgsnd_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1164
int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1169
int sys_shmat(struct lwp *, const struct sys_shmat_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1172
int compat_14_sys_shmctl(struct lwp *, const struct compat_14_sys_shmctl_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1176
int sys_shmdt(struct lwp *, const struct sys_shmdt_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1178
int sys_shmget(struct lwp *, const struct sys_shmget_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1182
int compat_50_sys_clock_gettime(struct lwp *, const struct compat_50_sys_clock_gettime_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1184
int compat_50_sys_clock_settime(struct lwp *, const struct compat_50_sys_clock_settime_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1186
int compat_50_sys_clock_getres(struct lwp *, const struct compat_50_sys_clock_getres_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1188
int compat_50_sys_nanosleep(struct lwp *, const struct compat_50_sys_nanosleep_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1190
int sys_fdatasync(struct lwp *, const struct sys_fdatasync_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1192
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1194
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1196
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1198
int sys_swapctl(struct lwp *, const struct sys_swapctl_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1201
int compat_30_sys_getdents(struct lwp *, const struct compat_30_sys_getdents_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1205
int sys_minherit(struct lwp *, const struct sys_minherit_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1207
int sys_lchmod(struct lwp *, const struct sys_lchmod_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1209
int sys_lchown(struct lwp *, const struct sys_lchown_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1211
int compat_50_sys_lutimes(struct lwp *, const struct compat_50_sys_lutimes_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1213
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1215
int aoutm68k_sys___stat13(struct lwp *, const struct aoutm68k_sys___stat13_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1217
int aoutm68k_sys___fstat13(struct lwp *, const struct aoutm68k_sys___fstat13_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1219
int aoutm68k_sys___lstat13(struct lwp *, const struct aoutm68k_sys___lstat13_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1221
int sys___sigaltstack14(struct lwp *, const struct sys___sigaltstack14_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1223
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1225
int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1227
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1229
int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1231
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1234
int sys_fktrace(struct lwp *, const struct sys_fktrace_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1238
int sys_preadv(struct lwp *, const struct sys_preadv_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1240
int sys_pwritev(struct lwp *, const struct sys_pwritev_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1243
int compat_16_sys___sigaction14(struct lwp *, const struct compat_16_sys___sigaction14_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1247
int sys___sigpending14(struct lwp *, const struct sys___sigpending14_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1249
int sys___sigprocmask14(struct lwp *, const struct sys___sigprocmask14_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1251
int sys___sigsuspend14(struct lwp *, const struct sys___sigsuspend14_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1254
int compat_16_sys___sigreturn14(struct lwp *, const struct compat_16_sys___sigreturn14_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1258
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1260
int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1263
int compat_30_sys_fhopen(struct lwp *, const struct compat_30_sys_fhopen_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1267
int aoutm68k_sys_fhstat(struct lwp *, const struct aoutm68k_sys_fhstat_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1270
int compat_20_sys_fhstatfs(struct lwp *, const struct compat_20_sys_fhstatfs_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1275
int compat_50_sys_____semctl13(struct lwp *, const struct compat_50_sys_____semctl13_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1280
int compat_50_sys___msgctl13(struct lwp *, const struct compat_50_sys___msgctl13_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1285
int compat_50_sys___shmctl13(struct lwp *, const struct compat_50_sys___shmctl13_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1289
int sys_lchflags(struct lwp *, const struct sys_lchflags_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1291
int sys_issetugid(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1293
int sys_getcontext(struct lwp *, const struct sys_getcontext_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1295
int sys_setcontext(struct lwp *, const struct sys_setcontext_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
21
register_t pad; \
sys/compat/aoutm68k/aoutm68k_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/aoutm68k/aoutm68k_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/aoutm68k/aoutm68k_syscallargs.h
35
<= AOUTM68K_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/aoutm68k/aoutm68k_syscallargs.h
668
int sys_syscall(struct lwp *, const struct sys_syscall_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
670
int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
672
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
674
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
676
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
678
int sys_open(struct lwp *, const struct sys_open_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
680
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
682
int compat_50_sys_wait4(struct lwp *, const struct compat_50_sys_wait4_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
685
int compat_43_sys_creat(struct lwp *, const struct compat_43_sys_creat_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
689
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
691
int sys_unlink(struct lwp *, const struct sys_unlink_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
693
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
695
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
697
int compat_50_sys_mknod(struct lwp *, const struct compat_50_sys_mknod_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
699
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
701
int sys_chown(struct lwp *, const struct sys_chown_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
703
int sys_obreak(struct lwp *, const struct sys_obreak_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
706
int compat_20_sys_getfsstat(struct lwp *, const struct compat_20_sys_getfsstat_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
711
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
715
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
717
int compat_40_sys_mount(struct lwp *, const struct compat_40_sys_mount_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
719
int sys_unmount(struct lwp *, const struct sys_unmount_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
721
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
723
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
725
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
727
int sys_ptrace(struct lwp *, const struct sys_ptrace_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
729
int sys_recvmsg(struct lwp *, const struct sys_recvmsg_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
731
int sys_sendmsg(struct lwp *, const struct sys_sendmsg_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
733
int sys_recvfrom(struct lwp *, const struct sys_recvfrom_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
735
int sys_accept(struct lwp *, const struct sys_accept_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
737
int sys_getpeername(struct lwp *, const struct sys_getpeername_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
739
int sys_getsockname(struct lwp *, const struct sys_getsockname_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
741
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
743
int sys_chflags(struct lwp *, const struct sys_chflags_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
745
int sys_fchflags(struct lwp *, const struct sys_fchflags_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
747
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
749
int sys_kill(struct lwp *, const struct sys_kill_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
752
int aoutm68k_compat_43_sys_stat(struct lwp *, const struct aoutm68k_compat_43_sys_stat_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
756
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
759
int aoutm68k_compat_43_sys_lstat(struct lwp *, const struct aoutm68k_compat_43_sys_lstat_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
763
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
765
int sys_pipe(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
767
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
769
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
772
int sys_ktrace(struct lwp *, const struct sys_ktrace_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
777
int compat_13_sys_sigaction(struct lwp *, const struct compat_13_sys_sigaction_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
781
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
784
int compat_13_sys_sigprocmask(struct lwp *, const struct compat_13_sys_sigprocmask_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
788
int sys___getlogin(struct lwp *, const struct sys___getlogin_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
790
int sys___setlogin(struct lwp *, const struct sys___setlogin_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
792
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
795
int compat_13_sys_sigpending(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
797
int compat_13_sys_sigaltstack(struct lwp *, const struct compat_13_sys_sigaltstack_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
801
int sys_ioctl(struct lwp *, const struct sys_ioctl_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
804
int compat_12_sys_reboot(struct lwp *, const struct compat_12_sys_reboot_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
808
int sys_revoke(struct lwp *, const struct sys_revoke_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
810
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
812
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
814
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
816
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
818
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
821
int aoutm68k_compat_43_sys_fstat(struct lwp *, const struct aoutm68k_compat_43_sys_fstat_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
823
int compat_43_sys_getkerninfo(struct lwp *, const struct compat_43_sys_getkerninfo_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
825
int compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
830
int compat_12_sys_msync(struct lwp *, const struct compat_12_sys_msync_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
834
int sys_vfork(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
837
int compat_43_sys_mmap(struct lwp *, const struct compat_43_sys_mmap_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
841
int sys_ovadvise(struct lwp *, const struct sys_ovadvise_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
843
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
845
int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
847
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
849
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
851
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
853
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
855
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
857
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
859
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
862
int compat_43_sys_wait(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
867
int compat_12_sys_swapon(struct lwp *, const struct compat_12_sys_swapon_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
871
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
874
int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
876
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
878
int compat_43_sys_getdtablesize(struct lwp *, const void *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
882
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
884
int sys_fcntl(struct lwp *, const struct sys_fcntl_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
886
int compat_50_sys_select(struct lwp *, const struct compat_50_sys_select_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
888
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
890
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
893
int compat_30_sys_socket(struct lwp *, const struct compat_30_sys_socket_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
897
int sys_connect(struct lwp *, const struct sys_connect_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
900
int compat_43_sys_accept(struct lwp *, const struct compat_43_sys_accept_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
904
int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
907
int compat_43_sys_send(struct lwp *, const struct compat_43_sys_send_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
909
int compat_43_sys_recv(struct lwp *, const struct compat_43_sys_recv_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
914
int compat_13_sys_sigreturn(struct lwp *, const struct compat_13_sys_sigreturn_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
918
int sys_bind(struct lwp *, const struct sys_bind_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
920
int sys_setsockopt(struct lwp *, const struct sys_setsockopt_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
922
int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
925
int compat_43_sys_sigvec(struct lwp *, const struct compat_43_sys_sigvec_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
927
int compat_43_sys_sigblock(struct lwp *, const struct compat_43_sys_sigblock_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
929
int compat_43_sys_sigsetmask(struct lwp *, const struct compat_43_sys_sigsetmask_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
934
int compat_13_sys_sigsuspend(struct lwp *, const struct compat_13_sys_sigsuspend_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
939
int compat_43_sys_sigstack(struct lwp *, const struct compat_43_sys_sigstack_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
941
int compat_43_sys_recvmsg(struct lwp *, const struct compat_43_sys_recvmsg_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
943
int compat_43_sys_sendmsg(struct lwp *, const struct compat_43_sys_sendmsg_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
947
int compat_50_sys_gettimeofday(struct lwp *, const struct compat_50_sys_gettimeofday_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
949
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
951
int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
953
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
955
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
957
int compat_50_sys_settimeofday(struct lwp *, const struct compat_50_sys_settimeofday_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
959
int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
961
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
964
int compat_43_sys_recvfrom(struct lwp *, const struct compat_43_sys_recvfrom_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
968
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
970
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
972
int sys_rename(struct lwp *, const struct sys_rename_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
975
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
977
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
981
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
983
int sys_mkfifo(struct lwp *, const struct sys_mkfifo_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
985
int sys_sendto(struct lwp *, const struct sys_sendto_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
987
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
989
int sys_socketpair(struct lwp *, const struct sys_socketpair_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
991
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
993
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
995
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_syscallargs.h
997
int compat_50_sys_adjtime(struct lwp *, const struct compat_50_sys_adjtime_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
31
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/common/compat_50_quota.c
59
compat_50_sys_quotactl(struct lwp *l, const struct compat_50_sys_quotactl_args *uap, register_t *retval)
sys/compat/common/kern_50.c
117
const struct compat_50_sys___sigtimedwait_args *uap, register_t *retval)
sys/compat/common/kern_50.c
131
register_t *retval)
sys/compat/common/kern_50.c
60
const struct compat_50_sys__lwp_park_args *uap, register_t *retval)
sys/compat/common/kern_event_100.c
53
register_t *retval)
sys/compat/common/kern_exit_43.c
87
compat_43_sys_wait(struct lwp *l, const void *v, register_t *retval)
sys/compat/common/kern_info_09.c
114
const struct compat_09_sys_uname_args *uap, register_t *retval)
sys/compat/common/kern_info_09.c
70
const struct compat_09_sys_getdomainname_args *uap, register_t *retval)
sys/compat/common/kern_info_09.c
89
const struct compat_09_sys_setdomainname_args *uap, register_t *retval)
sys/compat/common/kern_info_43.c
108
compat_43_sys_gethostname(struct lwp *l, const struct compat_43_sys_gethostname_args *uap, register_t *retval)
sys/compat/common/kern_info_43.c
166
compat_43_sys_getkerninfo(struct lwp *l, const struct compat_43_sys_getkerninfo_args *uap, register_t *retval)
sys/compat/common/kern_info_43.c
322
compat_43_sys_sethostid(struct lwp *l, const struct compat_43_sys_sethostid_args *uap, register_t *retval)
sys/compat/common/kern_info_43.c
337
compat_43_sys_sethostname(struct lwp *l, const struct compat_43_sys_sethostname_args *uap, register_t *retval)
sys/compat/common/kern_info_43.c
85
compat_43_sys_getdtablesize(struct lwp *l, const void *v, register_t *retval)
sys/compat/common/kern_info_43.c
98
compat_43_sys_gethostid(struct lwp *l, const void *v, register_t *retval)
sys/compat/common/kern_ipc_10.c
135
compat_10_sys_shmsys(struct lwp *l, const struct compat_10_sys_shmsys_args *uap, register_t *retval)
sys/compat/common/kern_ipc_10.c
196
compat_10_sys_msgsys(struct lwp *l, const struct compat_10_sys_msgsys_args *uap, register_t *retval)
sys/compat/common/kern_ipc_10.c
57
compat_10_sys_semsys(struct lwp *l, const struct compat_10_sys_semsys_args *uap, register_t *retval)
sys/compat/common/kern_resource_43.c
68
compat_43_sys_getrlimit(struct lwp *l, const struct compat_43_sys_getrlimit_args *uap, register_t *retval)
sys/compat/common/kern_resource_43.c
92
compat_43_sys_setrlimit(struct lwp *l, const struct compat_43_sys_setrlimit_args *uap, register_t *retval)
sys/compat/common/kern_sa_60.c
100
register_t *retval)
sys/compat/common/kern_sa_60.c
60
register_t *retval)
sys/compat/common/kern_sa_60.c
68
register_t *retval)
sys/compat/common/kern_sa_60.c
76
register_t *retval)
sys/compat/common/kern_sa_60.c
84
register_t *retval)
sys/compat/common/kern_sa_60.c
92
register_t *retval)
sys/compat/common/kern_select_50.c
102
const struct compat_50_sys_select_args *uap, register_t *retval)
sys/compat/common/kern_select_50.c
134
const struct compat_50_sys_pselect_args *uap, register_t *retval)
sys/compat/common/kern_select_50.c
169
register_t *retval)
sys/compat/common/kern_select_50.c
76
register_t *retval)
sys/compat/common/kern_sig_13.c
111
compat_13_sys_sigaltstack(struct lwp *l, const struct compat_13_sys_sigaltstack_args *uap, register_t *retval)
sys/compat/common/kern_sig_13.c
121
compat_13_sys_sigaction(struct lwp *l, const struct compat_13_sys_sigaction_args *uap, register_t *retval)
sys/compat/common/kern_sig_13.c
153
compat_13_sys_sigprocmask(struct lwp *l, const struct compat_13_sys_sigprocmask_args *uap, register_t *retval)
sys/compat/common/kern_sig_13.c
177
compat_13_sys_sigpending(struct lwp *l, const void *v, register_t *retval)
sys/compat/common/kern_sig_13.c
189
compat_13_sys_sigsuspend(struct lwp *l, const struct compat_13_sys_sigsuspend_args *uap, register_t *retval)
sys/compat/common/kern_sig_16.c
124
const struct compat_16_sys___sigaction14_args *uap, register_t *retval)
sys/compat/common/kern_sig_43.c
146
compat_43_sys_sigblock(struct lwp *l, const struct compat_43_sys_sigblock_args *uap, register_t *retval)
sys/compat/common/kern_sig_43.c
169
compat_43_sys_sigsetmask(struct lwp *l, const struct compat_43_sys_sigsetmask_args *uap, register_t *retval)
sys/compat/common/kern_sig_43.c
193
compat_43_sys_sigstack(struct lwp *l, const struct compat_43_sys_sigstack_args *uap, register_t *retval)
sys/compat/common/kern_sig_43.c
227
compat_43_sys_sigvec(struct lwp *l, const struct compat_43_sys_sigvec_args *uap, register_t *retval)
sys/compat/common/kern_sig_43.c
261
compat_43_sys_killpg(struct lwp *l, const struct compat_43_sys_killpg_args *uap, register_t *retval)
sys/compat/common/kern_time_30.c
61
const struct compat_30_sys_ntp_gettime_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
109
const struct compat_50_sys_clock_gettime_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
131
const struct compat_50_sys_clock_settime_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
153
const struct compat_50_sys_clock_getres_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
178
const struct compat_50_sys_nanosleep_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
206
const struct compat_50_sys_gettimeofday_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
240
const struct compat_50_sys_settimeofday_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
258
const struct compat_50_sys_adjtime_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
293
const struct compat_50_sys_getitimer_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
313
const struct compat_50_sys_setitimer_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
347
const struct compat_50_sys_aio_suspend_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
387
const struct compat_50_sys_mq_timedsend_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
421
const struct compat_50_sys_mq_timedreceive_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
461
const struct compat_50_sys_getrusage_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
484
const struct compat_50_sys_timer_gettime_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
505
const struct compat_50_sys_timer_settime_args *uap, register_t *retval)
sys/compat/common/kern_time_50.c
540
const struct compat_50_sys___ntp_gettime30_args *uap, register_t *retval)
sys/compat/common/kern_time_60.c
56
const struct compat_60_sys__lwp_park_args *uap, register_t *retval)
sys/compat/common/kern_xxx_12.c
61
const struct compat_12_sys_reboot_args *uap, register_t *retval)
sys/compat/common/sys_descrip_100.c
65
register_t *retval)
sys/compat/common/sysv_msg_14.c
55
compat_14_sys_msgctl(struct lwp *l, const struct compat_14_sys_msgctl_args *uap, register_t *retval)
sys/compat/common/sysv_msg_50.c
55
compat_50_sys___msgctl13(struct lwp *l, const struct compat_50_sys___msgctl13_args *uap, register_t *retval)
sys/compat/common/sysv_sem_14.c
56
compat_14_sys___semctl(struct lwp *l, const struct compat_14_sys___semctl_args *uap, register_t *retval)
sys/compat/common/sysv_sem_50.c
55
compat_50_sys_____semctl13(struct lwp *l, const struct compat_50_sys_____semctl13_args *uap, register_t *retval)
sys/compat/common/sysv_shm_14.c
56
compat_14_sys_shmctl(struct lwp *l, const struct compat_14_sys_shmctl_args *uap, register_t *retval)
sys/compat/common/sysv_shm_50.c
55
compat_50_sys___shmctl13(struct lwp *l, const struct compat_50_sys___shmctl13_args *uap, register_t *retval)
sys/compat/common/uipc_syscalls_30.c
35
const struct compat_30_sys_socket_args *uap, register_t *retval)
sys/compat/common/uipc_syscalls_43.c
105
compat_43_sys_accept(struct lwp *l, const struct compat_43_sys_accept_args *uap, register_t *retval)
sys/compat/common/uipc_syscalls_43.c
125
compat_43_sys_getpeername(struct lwp *l, const struct compat_43_sys_getpeername_args *uap, register_t *retval)
sys/compat/common/uipc_syscalls_43.c
145
compat_43_sys_getsockname(struct lwp *l, const struct compat_43_sys_getsockname_args *uap, register_t *retval)
sys/compat/common/uipc_syscalls_43.c
164
compat_43_sys_recv(struct lwp *l, const struct compat_43_sys_recv_args *uap, register_t *retval)
sys/compat/common/uipc_syscalls_43.c
185
compat_43_sys_recvfrom(struct lwp *l, const struct compat_43_sys_recvfrom_args *uap, register_t *retval)
sys/compat/common/uipc_syscalls_43.c
211
compat_43_sys_recvmsg(struct lwp *l, const struct compat_43_sys_recvmsg_args *uap, register_t *retval)
sys/compat/common/uipc_syscalls_43.c
282
compat_43_sys_send(struct lwp *l, const struct compat_43_sys_send_args *uap, register_t *retval)
sys/compat/common/uipc_syscalls_43.c
345
compat_43_sys_sendmsg(struct lwp *l, const struct compat_43_sys_sendmsg_args *uap, register_t *retval)
sys/compat/common/uvm_110.c
58
compat_uvm_swap_stats110(const struct sys_swapctl_args *uap, register_t *retval)
sys/compat/common/uvm_13.c
71
compat_uvm_swap_stats13(const struct sys_swapctl_args *uap, register_t *retval)
sys/compat/common/uvm_50.c
73
compat_uvm_swap_stats50(const struct sys_swapctl_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_12.c
111
const struct compat_12_sys_getdirentries_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_12.c
269
register_t *retval)
sys/compat/common/vfs_syscalls_12.c
294
register_t *retval)
sys/compat/common/vfs_syscalls_12.c
318
register_t *retval)
sys/compat/common/vfs_syscalls_20.c
117
compat_20_sys_fstatfs(struct lwp *l, const struct compat_20_sys_fstatfs_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_20.c
147
compat_20_sys_getfsstat(struct lwp *l, const struct compat_20_sys_getfsstat_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_20.c
160
compat_20_sys_fhstatfs(struct lwp *l, const struct compat_20_sys_fhstatfs_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_20.c
83
compat_20_sys_statfs(struct lwp *l, const struct compat_20_sys_statfs_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_30.c
112
const struct compat_30_sys___stat13_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_30.c
136
const struct compat_30_sys___lstat13_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_30.c
156
const struct compat_30_sys_fhstat_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_30.c
179
const struct compat_30_sys___fstat13_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_30.c
201
const struct compat_30_sys_getdents_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_30.c
338
register_t *retval)
sys/compat/common/vfs_syscalls_30.c
390
const struct compat_30_sys_fhopen_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_30.c
404
const struct compat_30_sys___fhstat30_args *uap_30, register_t *retval)
sys/compat/common/vfs_syscalls_30.c
424
const struct compat_30_sys_fhstatvfs1_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_40.c
87
compat_40_sys_mount(struct lwp *l, const struct compat_40_sys_mount_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_40.c
95
register_t dummy;
sys/compat/common/vfs_syscalls_43.c
150
compat_43_sys_stat(struct lwp *l, const struct compat_43_sys_stat_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_43.c
172
compat_43_sys_lstat(struct lwp *l, const struct compat_43_sys_lstat_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_43.c
200
compat_43_sys_fstat(struct lwp *l, const struct compat_43_sys_fstat_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_43.c
224
compat_43_sys_ftruncate(struct lwp *l, const struct compat_43_sys_ftruncate_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_43.c
246
compat_43_sys_truncate(struct lwp *l, const struct compat_43_sys_truncate_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_43.c
268
compat_43_sys_lseek(struct lwp *l, const struct compat_43_sys_lseek_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_43.c
287
error = sys_lseek(l, &nuap, (register_t *)&qret);
sys/compat/common/vfs_syscalls_43.c
297
compat_43_sys_creat(struct lwp *l, const struct compat_43_sys_creat_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_43.c
317
compat_43_sys_quota(struct lwp *l, const void *v, register_t *retval)
sys/compat/common/vfs_syscalls_43.c
328
compat_43_sys_getdirentries(struct lwp *l, const struct compat_43_sys_getdirentries_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_50.c
119
compat_50_sys___stat30(struct lwp *l, const struct compat_50_sys___stat30_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_50.c
142
compat_50_sys___lstat30(struct lwp *l, const struct compat_50_sys___lstat30_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_50.c
164
compat_50_sys___fstat30(struct lwp *l, const struct compat_50_sys___fstat30_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_50.c
183
compat_50_sys___fhstat40(struct lwp *l, const struct compat_50_sys___fhstat40_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_50.c
226
register_t *retval)
sys/compat/common/vfs_syscalls_50.c
243
const struct compat_50_sys_futimes_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_50.c
267
const struct compat_50_sys_lutimes_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_50.c
280
const struct compat_50_sys_lfs_segwait_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_50.c
318
const struct compat_50_sys_mknod_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_90.c
109
const struct compat_90_sys_fstatvfs1_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_90.c
130
const struct compat_90_sys_fhstatvfs1_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_90.c
73
const struct compat_90_sys_getvfsstat_args *uap, register_t *retval)
sys/compat/common/vfs_syscalls_90.c
88
const struct compat_90_sys_statvfs1_args *uap, register_t *retval)
sys/compat/common/vm_12.c
55
const struct compat_12_sys_swapon_args *uap, register_t *retval)
sys/compat/common/vm_12.c
71
const struct compat_12_sys_msync_args *uap, register_t *retval)
sys/compat/common/vm_43.c
78
compat_43_sys_getpagesize(struct lwp *l, const void *v, register_t *retval)
sys/compat/common/vm_43.c
86
compat_43_sys_mmap(struct lwp *l, const struct compat_43_sys_mmap_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_file.c
88
freebsd_sys_mount(struct lwp *l, const struct freebsd_sys_mount_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_file.c
97
register_t dummy;
sys/compat/freebsd/freebsd_fork.c
53
freebsd_sys_rfork(struct lwp *l, const struct freebsd_sys_rfork_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_ioctl.c
109
freebsd_sys_ioctl(struct lwp *l, const struct freebsd_sys_ioctl_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_ipc.c
116
freebsd_sys_shmsys(struct lwp *l, const struct freebsd_sys_shmsys_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_ipc.c
178
freebsd_sys_msgsys(struct lwp *l, const struct freebsd_sys_msgsys_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_ipc.c
55
freebsd_sys_semsys(struct lwp *l, const struct freebsd_sys_semsys_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_machdep.c
160
freebsd_sys_sigreturn(struct lwp *l, const struct freebsd_sys_sigreturn_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_misc.c
133
freebsd_sys_rtprio(struct lwp *l, const struct freebsd_sys_rtprio_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_misc.c
146
freebsd_ntp_adjtime(struct lwp *l, const struct freebsd_ntp_adjtime_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_misc.c
157
freebsd_sys_sigaction4(struct lwp *l, const struct freebsd_sys_sigaction4_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_misc.c
194
freebsd_sys_utrace(struct lwp *l, const struct freebsd_sys_utrace_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_misc.c
60
freebsd_sys_msync(struct lwp *l, const struct freebsd_sys_msync_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_misc.c
81
freebsd_sys_mmap(struct lwp *l, const struct freebsd_sys_mmap_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_ptrace.c
99
freebsd_sys_ptrace(struct lwp *l, const struct freebsd_sys_ptrace_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_sched.c
133
freebsd_sys_sched_setparam(struct lwp *l, const struct freebsd_sys_sched_setparam_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_sched.c
173
freebsd_sys_sched_getparam(struct lwp *l, const struct freebsd_sys_sched_getparam_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_sched.c
205
freebsd_sys_sched_setscheduler(struct lwp *l, const struct freebsd_sys_sched_setscheduler_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_sched.c
238
freebsd_sys_sched_getscheduler(struct lwp *l, const struct freebsd_sys_sched_getscheduler_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_sched.c
262
freebsd_sys_sched_yield(struct lwp *l, const void *v, register_t *retval)
sys/compat/freebsd/freebsd_sched.c
270
freebsd_sys_sched_get_priority_max(struct lwp *l, const struct freebsd_sys_sched_get_priority_max_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_sched.c
289
freebsd_sys_sched_get_priority_min(struct lwp *l, const struct freebsd_sys_sched_get_priority_min_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_sched.c
53
freebsd_sys_yield(struct lwp *l, const void *v, register_t *retval)
sys/compat/freebsd/freebsd_syscall.c
76
register_t code, args[8], rval[2];
sys/compat/freebsd/freebsd_syscallargs.h
1000
int sys_msgget(struct lwp *, const struct sys_msgget_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1002
int sys_msgsnd(struct lwp *, const struct sys_msgsnd_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1004
int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1009
int sys_shmat(struct lwp *, const struct sys_shmat_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1011
int compat_14_sys_shmctl(struct lwp *, const struct compat_14_sys_shmctl_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1013
int sys_shmdt(struct lwp *, const struct sys_shmdt_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1015
int sys_shmget(struct lwp *, const struct sys_shmget_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1019
int compat_50_sys_clock_gettime(struct lwp *, const struct compat_50_sys_clock_gettime_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1021
int compat_50_sys_clock_settime(struct lwp *, const struct compat_50_sys_clock_settime_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1023
int compat_50_sys_clock_getres(struct lwp *, const struct compat_50_sys_clock_getres_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1025
int compat_50_sys_nanosleep(struct lwp *, const struct compat_50_sys_nanosleep_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1027
int sys_minherit(struct lwp *, const struct sys_minherit_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1029
int freebsd_sys_rfork(struct lwp *, const struct freebsd_sys_rfork_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1031
int sys_issetugid(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1033
int sys_lchown(struct lwp *, const struct sys_lchown_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1035
int compat_30_sys_getdents(struct lwp *, const struct compat_30_sys_getdents_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1037
int sys_lchmod(struct lwp *, const struct sys_lchmod_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1039
int compat_50_sys_lutimes(struct lwp *, const struct compat_50_sys_lutimes_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1041
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1043
int compat_30_sys___stat13(struct lwp *, const struct compat_30_sys___stat13_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1045
int compat_30_sys___fstat13(struct lwp *, const struct compat_30_sys___fstat13_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1047
int compat_30_sys___lstat13(struct lwp *, const struct compat_30_sys___lstat13_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1049
int compat_20_sys_fhstatfs(struct lwp *, const struct compat_20_sys_fhstatfs_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1051
int compat_30_sys_fhopen(struct lwp *, const struct compat_30_sys_fhopen_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1053
int compat_30_sys_fhstat(struct lwp *, const struct compat_30_sys_fhstat_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1055
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1057
int freebsd_sys_yield(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1059
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1061
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1063
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1065
int freebsd_sys_sched_setparam(struct lwp *, const struct freebsd_sys_sched_setparam_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1067
int freebsd_sys_sched_getparam(struct lwp *, const struct freebsd_sys_sched_getparam_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1069
int freebsd_sys_sched_setscheduler(struct lwp *, const struct freebsd_sys_sched_setscheduler_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1071
int freebsd_sys_sched_getscheduler(struct lwp *, const struct freebsd_sys_sched_getscheduler_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1073
int freebsd_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1075
int freebsd_sys_sched_get_priority_max(struct lwp *, const struct freebsd_sys_sched_get_priority_max_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1077
int freebsd_sys_sched_get_priority_min(struct lwp *, const struct freebsd_sys_sched_get_priority_min_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1079
int freebsd_sys_utrace(struct lwp *, const struct freebsd_sys_utrace_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1081
int sys___sigprocmask14(struct lwp *, const struct sys___sigprocmask14_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1083
int sys___sigsuspend14(struct lwp *, const struct sys___sigsuspend14_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1085
int freebsd_sys_sigaction4(struct lwp *, const struct freebsd_sys_sigaction4_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1087
int sys___sigpending14(struct lwp *, const struct sys___sigpending14_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1089
int sys_lchflags(struct lwp *, const struct sys_lchflags_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1091
int sys_uuidgen(struct lwp *, const struct sys_uuidgen_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1093
int sys__ksem_close(struct lwp *, const struct sys__ksem_close_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1095
int sys__ksem_post(struct lwp *, const struct sys__ksem_post_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1097
int sys__ksem_wait(struct lwp *, const struct sys__ksem_wait_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1099
int sys__ksem_trywait(struct lwp *, const struct sys__ksem_trywait_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1101
int sys__ksem_unlink(struct lwp *, const struct sys__ksem_unlink_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1103
int sys__ksem_getvalue(struct lwp *, const struct sys__ksem_getvalue_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
1105
int sys__ksem_destroy(struct lwp *, const struct sys__ksem_destroy_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
21
register_t pad; \
sys/compat/freebsd/freebsd_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/freebsd/freebsd_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/freebsd/freebsd_syscallargs.h
35
<= FREEBSD_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/freebsd/freebsd_syscallargs.h
607
int sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
609
int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
611
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
613
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
615
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
617
int sys_open(struct lwp *, const struct sys_open_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
619
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
621
int compat_50_sys_wait4(struct lwp *, const struct compat_50_sys_wait4_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
623
int compat_43_sys_creat(struct lwp *, const struct compat_43_sys_creat_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
625
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
627
int sys_unlink(struct lwp *, const struct sys_unlink_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
629
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
631
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
633
int compat_50_sys_mknod(struct lwp *, const struct compat_50_sys_mknod_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
635
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
637
int sys_chown(struct lwp *, const struct sys_chown_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
639
int sys_obreak(struct lwp *, const struct sys_obreak_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
641
int compat_20_sys_getfsstat(struct lwp *, const struct compat_20_sys_getfsstat_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
643
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
645
int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
647
int freebsd_sys_mount(struct lwp *, const struct freebsd_sys_mount_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
649
int sys_unmount(struct lwp *, const struct sys_unmount_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
651
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
653
int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
655
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
657
int freebsd_sys_ptrace(struct lwp *, const struct freebsd_sys_ptrace_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
659
int sys_recvmsg(struct lwp *, const struct sys_recvmsg_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
661
int sys_sendmsg(struct lwp *, const struct sys_sendmsg_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
663
int sys_recvfrom(struct lwp *, const struct sys_recvfrom_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
665
int sys_accept(struct lwp *, const struct sys_accept_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
667
int sys_getpeername(struct lwp *, const struct sys_getpeername_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
669
int sys_getsockname(struct lwp *, const struct sys_getsockname_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
671
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
673
int sys_chflags(struct lwp *, const struct sys_chflags_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
675
int sys_fchflags(struct lwp *, const struct sys_fchflags_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
677
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
679
int sys_kill(struct lwp *, const struct sys_kill_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
681
int compat_43_sys_stat(struct lwp *, const struct compat_43_sys_stat_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
683
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
685
int compat_43_sys_lstat(struct lwp *, const struct compat_43_sys_lstat_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
687
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
689
int sys_pipe(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
691
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
693
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
696
int sys_ktrace(struct lwp *, const struct sys_ktrace_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
700
int compat_13_sys_sigaction(struct lwp *, const struct compat_13_sys_sigaction_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
702
int sys_getgid_with_egid(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
704
int compat_13_sys_sigprocmask(struct lwp *, const struct compat_13_sys_sigprocmask_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
706
int sys___getlogin(struct lwp *, const struct sys___getlogin_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
708
int sys___setlogin(struct lwp *, const struct sys___setlogin_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
710
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
712
int compat_13_sys_sigpending(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
714
int compat_13_sys_sigaltstack(struct lwp *, const struct compat_13_sys_sigaltstack_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
716
int freebsd_sys_ioctl(struct lwp *, const struct freebsd_sys_ioctl_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
718
int sys_reboot(struct lwp *, const struct sys_reboot_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
720
int sys_revoke(struct lwp *, const struct sys_revoke_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
722
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
724
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
726
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
728
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
730
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
732
int compat_43_sys_fstat(struct lwp *, const struct compat_43_sys_fstat_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
734
int compat_43_sys_getkerninfo(struct lwp *, const struct compat_43_sys_getkerninfo_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
736
int compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
738
int freebsd_sys_msync(struct lwp *, const struct freebsd_sys_msync_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
740
int sys_vfork(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
742
int compat_43_sys_mmap(struct lwp *, const struct compat_43_sys_mmap_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
744
int sys_ovadvise(struct lwp *, const struct sys_ovadvise_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
746
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
748
int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
750
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
752
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
754
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
756
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
758
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
760
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
762
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
764
int compat_43_sys_wait(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
766
int compat_12_sys_swapon(struct lwp *, const struct compat_12_sys_swapon_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
768
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
770
int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
772
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
774
int compat_43_sys_getdtablesize(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
776
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
778
int sys_fcntl(struct lwp *, const struct sys_fcntl_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
780
int compat_50_sys_select(struct lwp *, const struct compat_50_sys_select_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
782
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
784
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
786
int compat_30_sys_socket(struct lwp *, const struct compat_30_sys_socket_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
788
int sys_connect(struct lwp *, const struct sys_connect_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
790
int compat_43_sys_accept(struct lwp *, const struct compat_43_sys_accept_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
792
int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
794
int compat_43_sys_send(struct lwp *, const struct compat_43_sys_send_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
796
int compat_43_sys_recv(struct lwp *, const struct compat_43_sys_recv_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
798
int freebsd_sys_sigreturn(struct lwp *, const struct freebsd_sys_sigreturn_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
800
int sys_bind(struct lwp *, const struct sys_bind_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
802
int sys_setsockopt(struct lwp *, const struct sys_setsockopt_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
804
int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
806
int compat_43_sys_sigvec(struct lwp *, const struct compat_43_sys_sigvec_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
808
int compat_43_sys_sigblock(struct lwp *, const struct compat_43_sys_sigblock_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
810
int compat_43_sys_sigsetmask(struct lwp *, const struct compat_43_sys_sigsetmask_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
812
int compat_13_sys_sigsuspend(struct lwp *, const struct compat_13_sys_sigsuspend_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
814
int compat_43_sys_sigstack(struct lwp *, const struct compat_43_sys_sigstack_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
816
int compat_43_sys_recvmsg(struct lwp *, const struct compat_43_sys_recvmsg_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
818
int compat_43_sys_sendmsg(struct lwp *, const struct compat_43_sys_sendmsg_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
821
int sys_vtrace(struct lwp *, const struct sys_vtrace_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
825
int compat_50_sys_gettimeofday(struct lwp *, const struct compat_50_sys_gettimeofday_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
827
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
829
int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
831
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
833
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
835
int compat_50_sys_settimeofday(struct lwp *, const struct compat_50_sys_settimeofday_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
837
int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
839
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
841
int compat_43_sys_recvfrom(struct lwp *, const struct compat_43_sys_recvfrom_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
843
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
845
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
847
int sys_rename(struct lwp *, const struct sys_rename_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
849
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
851
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
853
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
855
int sys_mkfifo(struct lwp *, const struct sys_mkfifo_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
857
int sys_sendto(struct lwp *, const struct sys_sendto_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
859
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
861
int sys_socketpair(struct lwp *, const struct sys_socketpair_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
863
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
865
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
867
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
869
int compat_50_sys_adjtime(struct lwp *, const struct compat_50_sys_adjtime_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
871
int compat_43_sys_getpeername(struct lwp *, const struct compat_43_sys_getpeername_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
873
int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
875
int compat_43_sys_sethostid(struct lwp *, const struct compat_43_sys_sethostid_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
877
int compat_43_sys_getrlimit(struct lwp *, const struct compat_43_sys_getrlimit_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
879
int compat_43_sys_setrlimit(struct lwp *, const struct compat_43_sys_setrlimit_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
881
int compat_43_sys_killpg(struct lwp *, const struct compat_43_sys_killpg_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
883
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
886
int compat_50_sys_quotactl(struct lwp *, const struct compat_50_sys_quotactl_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
888
int compat_43_sys_quota(struct lwp *, const void *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
892
int compat_43_sys_getsockname(struct lwp *, const struct compat_43_sys_getsockname_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
894
int compat_43_sys_getdirentries(struct lwp *, const struct compat_43_sys_getdirentries_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
896
int compat_20_sys_statfs(struct lwp *, const struct compat_20_sys_statfs_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
898
int compat_20_sys_fstatfs(struct lwp *, const struct compat_20_sys_fstatfs_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
900
int compat_30_sys_getfh(struct lwp *, const struct compat_30_sys_getfh_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
902
int compat_09_sys_getdomainname(struct lwp *, const struct compat_09_sys_getdomainname_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
904
int compat_09_sys_setdomainname(struct lwp *, const struct compat_09_sys_setdomainname_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
906
int compat_09_sys_uname(struct lwp *, const struct compat_09_sys_uname_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
908
int sys_sysarch(struct lwp *, const struct sys_sysarch_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
910
int freebsd_sys_rtprio(struct lwp *, const struct freebsd_sys_rtprio_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
913
int freebsd_sys_semsys(struct lwp *, const struct freebsd_sys_semsys_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
918
int freebsd_sys_msgsys(struct lwp *, const struct freebsd_sys_msgsys_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
923
int freebsd_sys_shmsys(struct lwp *, const struct freebsd_sys_shmsys_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
927
int sys_pread(struct lwp *, const struct sys_pread_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
929
int sys_pwrite(struct lwp *, const struct sys_pwrite_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
932
int freebsd_ntp_adjtime(struct lwp *, const struct freebsd_ntp_adjtime_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
936
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
938
int sys_setegid(struct lwp *, const struct sys_setegid_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
940
int sys_seteuid(struct lwp *, const struct sys_seteuid_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
942
int compat_12_sys_stat(struct lwp *, const struct compat_12_sys_stat_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
944
int compat_12_sys_fstat(struct lwp *, const struct compat_12_sys_fstat_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
946
int compat_12_sys_lstat(struct lwp *, const struct compat_12_sys_lstat_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
948
int sys_pathconf(struct lwp *, const struct sys_pathconf_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
950
int sys_fpathconf(struct lwp *, const struct sys_fpathconf_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
952
int sys_getrlimit(struct lwp *, const struct sys_getrlimit_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
954
int sys_setrlimit(struct lwp *, const struct sys_setrlimit_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
956
int compat_12_sys_getdirentries(struct lwp *, const struct compat_12_sys_getdirentries_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
958
int freebsd_sys_mmap(struct lwp *, const struct freebsd_sys_mmap_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
960
int sys_lseek(struct lwp *, const struct sys_lseek_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
962
int sys_truncate(struct lwp *, const struct sys_truncate_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
964
int sys_ftruncate(struct lwp *, const struct sys_ftruncate_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
966
int freebsd_sys_sysctl(struct lwp *, const struct freebsd_sys_sysctl_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
968
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
970
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
973
int freebsd_sys_undelete(struct lwp *, const struct freebsd_sys_undelete_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
977
int compat_50_sys_futimes(struct lwp *, const struct compat_50_sys_futimes_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
979
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
984
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
987
int compat_14_sys___semctl(struct lwp *, const struct compat_14_sys___semctl_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
989
int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
991
int sys_semop(struct lwp *, const struct sys_semop_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
993
int sys_semconfig(struct lwp *, const struct sys_semconfig_args *, register_t *);
sys/compat/freebsd/freebsd_syscallargs.h
998
int compat_14_sys_msgctl(struct lwp *, const struct compat_14_sys_msgctl_args *, register_t *);
sys/compat/freebsd/freebsd_sysctl.c
81
freebsd_sys_sysctl(struct lwp *l, const struct freebsd_sys_sysctl_args *uap, register_t *retval)
sys/compat/freebsd/freebsd_sysent.c
31
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/linux/arch/aarch64/linux_machdep.c
198
linux_sys_rt_sigreturn(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/arch/aarch64/linux_machdep.c
256
register_t *retval)
sys/compat/linux/arch/aarch64/linux_machdep.h
100
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_machdep.h
105
int linux_sys_unlink(struct lwp *, const struct linux_sys_unlink_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_machdep.h
112
int linux_sys_mknod(struct lwp *, const struct linux_sys_mknod_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_machdep.h
117
int linux_sys_alarm(struct lwp *, const struct linux_sys_alarm_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_machdep.h
119
int linux_sys_pause(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_machdep.h
86
int linux_sys_open(struct lwp *, const struct linux_sys_open_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_machdep.h
91
int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1179
int linux_sys_setxattr(struct lwp *, const struct linux_sys_setxattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1181
int linux_sys_lsetxattr(struct lwp *, const struct linux_sys_lsetxattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1183
int linux_sys_fsetxattr(struct lwp *, const struct linux_sys_fsetxattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1185
int linux_sys_getxattr(struct lwp *, const struct linux_sys_getxattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1187
int linux_sys_lgetxattr(struct lwp *, const struct linux_sys_lgetxattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1189
int linux_sys_fgetxattr(struct lwp *, const struct linux_sys_fgetxattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1191
int linux_sys_listxattr(struct lwp *, const struct linux_sys_listxattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1193
int linux_sys_llistxattr(struct lwp *, const struct linux_sys_llistxattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1195
int linux_sys_flistxattr(struct lwp *, const struct linux_sys_flistxattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1197
int linux_sys_removexattr(struct lwp *, const struct linux_sys_removexattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1199
int linux_sys_lremovexattr(struct lwp *, const struct linux_sys_lremovexattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1201
int linux_sys_fremovexattr(struct lwp *, const struct linux_sys_fremovexattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1203
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1205
int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1207
int linux_sys_epoll_create1(struct lwp *, const struct linux_sys_epoll_create1_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1209
int linux_sys_epoll_ctl(struct lwp *, const struct linux_sys_epoll_ctl_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1211
int linux_sys_epoll_pwait(struct lwp *, const struct linux_sys_epoll_pwait_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1213
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1215
int linux_sys_dup3(struct lwp *, const struct linux_sys_dup3_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1217
int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1219
int linux_sys_inotify_init1(struct lwp *, const struct linux_sys_inotify_init1_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1221
int linux_sys_inotify_add_watch(struct lwp *, const struct linux_sys_inotify_add_watch_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1223
int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1225
int linux_sys_ioctl(struct lwp *, const struct linux_sys_ioctl_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1227
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1229
int linux_sys_mknodat(struct lwp *, const struct linux_sys_mknodat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1231
int sys_mkdirat(struct lwp *, const struct sys_mkdirat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1233
int linux_sys_unlinkat(struct lwp *, const struct linux_sys_unlinkat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1235
int sys_symlinkat(struct lwp *, const struct sys_symlinkat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1237
int linux_sys_linkat(struct lwp *, const struct linux_sys_linkat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1239
int sys_renameat(struct lwp *, const struct sys_renameat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1241
int linux_sys_statfs(struct lwp *, const struct linux_sys_statfs_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1243
int linux_sys_fstatfs(struct lwp *, const struct linux_sys_fstatfs_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1245
int linux_sys_truncate64(struct lwp *, const struct linux_sys_truncate64_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1247
int linux_sys_ftruncate64(struct lwp *, const struct linux_sys_ftruncate64_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1249
int linux_sys_fallocate(struct lwp *, const struct linux_sys_fallocate_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1251
int linux_sys_faccessat(struct lwp *, const struct linux_sys_faccessat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1253
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1255
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1257
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1259
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1261
int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1263
int linux_sys_fchownat(struct lwp *, const struct linux_sys_fchownat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1265
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1267
int linux_sys_openat(struct lwp *, const struct linux_sys_openat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1269
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1271
int linux_sys_pipe2(struct lwp *, const struct linux_sys_pipe2_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1273
int linux_sys_getdents64(struct lwp *, const struct linux_sys_getdents64_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1275
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1277
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1279
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1281
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1283
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1285
int linux_sys_pread(struct lwp *, const struct linux_sys_pread_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1287
int linux_sys_pwrite(struct lwp *, const struct linux_sys_pwrite_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1289
int linux_sys_preadv(struct lwp *, const struct linux_sys_preadv_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1291
int linux_sys_pwritev(struct lwp *, const struct linux_sys_pwritev_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1293
int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1295
int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1297
int sys_readlinkat(struct lwp *, const struct sys_readlinkat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1299
int linux_sys_fstatat64(struct lwp *, const struct linux_sys_fstatat64_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1301
int linux_sys_fstat64(struct lwp *, const struct linux_sys_fstat64_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1303
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1305
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1307
int linux_sys_fdatasync(struct lwp *, const struct linux_sys_fdatasync_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1309
int linux_sys_sync_file_range(struct lwp *, const struct linux_sys_sync_file_range_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1311
int linux_sys_timerfd_create(struct lwp *, const struct linux_sys_timerfd_create_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1313
int linux_sys_timerfd_settime(struct lwp *, const struct linux_sys_timerfd_settime_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1315
int linux_sys_timerfd_gettime(struct lwp *, const struct linux_sys_timerfd_gettime_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1317
int linux_sys_utimensat(struct lwp *, const struct linux_sys_utimensat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1319
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1321
int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1323
int linux_sys_exit(struct lwp *, const struct linux_sys_exit_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1325
int linux_sys_exit_group(struct lwp *, const struct linux_sys_exit_group_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1327
int linux_sys_waitid(struct lwp *, const struct linux_sys_waitid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1329
int linux_sys_set_tid_address(struct lwp *, const struct linux_sys_set_tid_address_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1331
int linux_sys_futex(struct lwp *, const struct linux_sys_futex_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1333
int sys___futex_set_robust_list(struct lwp *, const struct sys___futex_set_robust_list_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1335
int sys___futex_get_robust_list(struct lwp *, const struct sys___futex_get_robust_list_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1337
int linux_sys_nanosleep(struct lwp *, const struct linux_sys_nanosleep_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1339
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1341
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1343
int linux_sys_timer_create(struct lwp *, const struct linux_sys_timer_create_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1345
int linux_sys_timer_gettime(struct lwp *, const struct linux_sys_timer_gettime_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1347
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1349
int linux_sys_timer_settime(struct lwp *, const struct linux_sys_timer_settime_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1351
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1353
int linux_sys_clock_settime(struct lwp *, const struct linux_sys_clock_settime_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1355
int linux_sys_clock_gettime(struct lwp *, const struct linux_sys_clock_gettime_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1357
int linux_sys_clock_getres(struct lwp *, const struct linux_sys_clock_getres_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1359
int linux_sys_clock_nanosleep(struct lwp *, const struct linux_sys_clock_nanosleep_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1361
int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1363
int linux_sys_sched_setparam(struct lwp *, const struct linux_sys_sched_setparam_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1365
int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1367
int linux_sys_sched_getscheduler(struct lwp *, const struct linux_sys_sched_getscheduler_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1369
int linux_sys_sched_getparam(struct lwp *, const struct linux_sys_sched_getparam_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1371
int linux_sys_sched_setaffinity(struct lwp *, const struct linux_sys_sched_setaffinity_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1373
int linux_sys_sched_getaffinity(struct lwp *, const struct linux_sys_sched_getaffinity_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1375
int linux_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1377
int linux_sys_sched_get_priority_max(struct lwp *, const struct linux_sys_sched_get_priority_max_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1379
int linux_sys_sched_get_priority_min(struct lwp *, const struct linux_sys_sched_get_priority_min_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1381
int linux_sys_kill(struct lwp *, const struct linux_sys_kill_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1383
int linux_sys_tkill(struct lwp *, const struct linux_sys_tkill_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1385
int linux_sys_tgkill(struct lwp *, const struct linux_sys_tgkill_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1387
int linux_sys_sigaltstack(struct lwp *, const struct linux_sys_sigaltstack_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1389
int linux_sys_rt_sigsuspend(struct lwp *, const struct linux_sys_rt_sigsuspend_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1391
int linux_sys_rt_sigaction(struct lwp *, const struct linux_sys_rt_sigaction_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1393
int linux_sys_rt_sigprocmask(struct lwp *, const struct linux_sys_rt_sigprocmask_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1395
int linux_sys_rt_sigpending(struct lwp *, const struct linux_sys_rt_sigpending_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1397
int linux_sys_rt_sigtimedwait(struct lwp *, const struct linux_sys_rt_sigtimedwait_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1399
int linux_sys_rt_sigreturn(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1401
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1403
int linux_sys_getpriority(struct lwp *, const struct linux_sys_getpriority_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1405
int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1407
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1409
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1411
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1413
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1415
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1417
int linux_sys_getresuid(struct lwp *, const struct linux_sys_getresuid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1419
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1421
int linux_sys_getresgid(struct lwp *, const struct linux_sys_getresgid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1423
int linux_sys_setfsuid(struct lwp *, const struct linux_sys_setfsuid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1425
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1427
int linux_sys_times(struct lwp *, const struct linux_sys_times_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1429
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1431
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1433
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1435
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1437
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1439
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1441
int linux_sys_uname(struct lwp *, const struct linux_sys_uname_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1443
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1445
int linux_sys_setdomainname(struct lwp *, const struct linux_sys_setdomainname_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1447
int linux_sys_getrlimit(struct lwp *, const struct linux_sys_getrlimit_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1449
int linux_sys_setrlimit(struct lwp *, const struct linux_sys_setrlimit_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1451
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1453
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1455
int linux_sys___prctl(struct lwp *, const struct linux_sys___prctl_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1457
int linux_sys_getcpu(struct lwp *, const struct linux_sys_getcpu_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1459
int linux_sys_gettimeofday(struct lwp *, const struct linux_sys_gettimeofday_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1461
int linux_sys_settimeofday(struct lwp *, const struct linux_sys_settimeofday_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1463
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1465
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1467
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1469
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1471
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1473
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1475
int linux_sys_gettid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1477
int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1479
int linux_sys_mq_open(struct lwp *, const struct linux_sys_mq_open_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1481
int linux_sys_mq_unlink(struct lwp *, const struct linux_sys_mq_unlink_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1483
int linux_sys_mq_timedsend(struct lwp *, const struct linux_sys_mq_timedsend_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1485
int linux_sys_mq_timedreceive(struct lwp *, const struct linux_sys_mq_timedreceive_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1487
int linux_sys_mq_notify(struct lwp *, const struct linux_sys_mq_notify_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1489
int linux_sys_mq_getsetattr(struct lwp *, const struct linux_sys_mq_getsetattr_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1492
int sys_msgget(struct lwp *, const struct sys_msgget_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1494
int linux_sys_msgctl(struct lwp *, const struct linux_sys_msgctl_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1496
int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1498
int sys_msgsnd(struct lwp *, const struct sys_msgsnd_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1503
int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1505
int linux_sys_semctl(struct lwp *, const struct linux_sys_semctl_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1507
int linux_sys_semtimedop(struct lwp *, const struct linux_sys_semtimedop_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1509
int sys_semop(struct lwp *, const struct sys_semop_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1514
int linux_sys_shmget(struct lwp *, const struct linux_sys_shmget_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1516
int linux_sys_shmctl(struct lwp *, const struct linux_sys_shmctl_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1518
int sys_shmat(struct lwp *, const struct sys_shmat_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1520
int sys_shmdt(struct lwp *, const struct sys_shmdt_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1524
int linux_sys_socket(struct lwp *, const struct linux_sys_socket_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1526
int linux_sys_socketpair(struct lwp *, const struct linux_sys_socketpair_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1528
int linux_sys_bind(struct lwp *, const struct linux_sys_bind_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1530
int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1532
int linux_sys_accept(struct lwp *, const struct linux_sys_accept_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1534
int linux_sys_connect(struct lwp *, const struct linux_sys_connect_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1536
int linux_sys_getsockname(struct lwp *, const struct linux_sys_getsockname_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1538
int linux_sys_getpeername(struct lwp *, const struct linux_sys_getpeername_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1540
int linux_sys_sendto(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1542
int linux_sys_recvfrom(struct lwp *, const struct linux_sys_recvfrom_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1544
int linux_sys_setsockopt(struct lwp *, const struct linux_sys_setsockopt_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1546
int linux_sys_getsockopt(struct lwp *, const struct linux_sys_getsockopt_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1548
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1550
int linux_sys_sendmsg(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1552
int linux_sys_recvmsg(struct lwp *, const struct linux_sys_recvmsg_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1554
int linux_sys_readahead(struct lwp *, const struct linux_sys_readahead_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1556
int linux_sys_brk(struct lwp *, const struct linux_sys_brk_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1558
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1560
int linux_sys_mremap(struct lwp *, const struct linux_sys_mremap_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1562
int linux_sys_clone(struct lwp *, const struct linux_sys_clone_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1564
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1566
int linux_sys_mmap(struct lwp *, const struct linux_sys_mmap_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1568
int linux_sys_fadvise64(struct lwp *, const struct linux_sys_fadvise64_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1570
int linux_sys_swapon(struct lwp *, const struct linux_sys_swapon_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1572
int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1574
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1576
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1578
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1580
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1582
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1584
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1586
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1588
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1590
int linux_sys_accept4(struct lwp *, const struct linux_sys_accept4_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1592
int linux_sys_recvmmsg(struct lwp *, const struct linux_sys_recvmmsg_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1594
int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1596
int linux_sys_prlimit64(struct lwp *, const struct linux_sys_prlimit64_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1598
int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1600
int linux_sys_sendmmsg(struct lwp *, const struct linux_sys_sendmmsg_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1602
int linux_sys_renameat2(struct lwp *, const struct linux_sys_renameat2_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1604
int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1606
int linux_sys_memfd_create(struct lwp *, const struct linux_sys_memfd_create_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1608
int linux_sys_copy_file_range(struct lwp *, const struct linux_sys_copy_file_range_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1610
int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1612
int linux_sys_clone3(struct lwp *, const struct linux_sys_clone3_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1614
int linux_sys_close_range(struct lwp *, const struct linux_sys_close_range_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1616
int linux_sys_faccessat2(struct lwp *, const struct linux_sys_faccessat2_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1618
int linux_sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1620
int linux_sys_epoll_pwait2(struct lwp *, const struct linux_sys_epoll_pwait2_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
21
register_t pad; \
sys/compat/linux/arch/aarch64/linux_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/linux/arch/aarch64/linux_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/linux/arch/aarch64/linux_syscallargs.h
35
<= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/linux/arch/aarch64/linux_sysent.c
41
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/linux/arch/aarch64/linux_systrace_args.c
11
systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
sys/compat/linux/arch/alpha/linux_machdep.c
413
linux_sys_rt_sigreturn(struct lwp *l, const struct linux_sys_rt_sigreturn_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_machdep.c
447
linux_sys_sigreturn(struct lwp *l, const struct linux_sys_sigreturn_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_machdep.c
483
linux_machdepioctl(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
169
linux_sys_osf1_wait4(struct lwp *l, const struct linux_sys_osf1_wait4_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
220
register_t dummy;
sys/compat/linux/arch/alpha/linux_osf1.c
242
register_t dummy;
sys/compat/linux/arch/alpha/linux_osf1.c
287
linux_sys_osf1_mount(struct lwp *l, const struct linux_sys_osf1_mount_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
309
linux_sys_osf1_set_program_attributes(struct lwp *l, const struct linux_sys_osf1_set_program_attributes_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
334
linux_sys_osf1_setitimer(struct lwp *l, const struct linux_sys_osf1_setitimer_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
393
register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
415
linux_sys_osf1_gettimeofday(struct lwp *l, const struct linux_sys_osf1_gettimeofday_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
436
linux_sys_osf1_getrusage(struct lwp *l, const struct linux_sys_osf1_getrusage_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
468
linux_sys_osf1_settimeofday(struct lwp *l, const struct linux_sys_osf1_settimeofday_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
493
linux_sys_osf1_utimes(struct lwp *l, const struct linux_sys_osf1_utimes_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
521
linux_sys_osf1_statfs(struct lwp *l, const struct linux_sys_osf1_statfs_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
545
linux_sys_osf1_fstatfs(struct lwp *l, const struct linux_sys_osf1_fstatfs_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
570
linux_sys_osf1_sysinfo(struct lwp *l, const struct linux_sys_osf1_sysinfo_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
644
linux_sys_osf1_usleep_thread(struct lwp *l, const struct linux_sys_osf1_usleep_thread_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
679
linux_sys_osf1_getsysinfo(struct lwp *l, const struct linux_sys_osf1_getsysinfo_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_osf1.c
769
linux_sys_osf1_setsysinfo(struct lwp *l, const struct linux_sys_osf1_setsysinfo_args *uap, register_t *retval)
sys/compat/linux/arch/alpha/linux_pipe.c
63
linux_sys_pipe(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/arch/alpha/linux_pipe.c
77
register_t *retval)
sys/compat/linux/arch/alpha/linux_syscallargs.h
1447
int linux_sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1449
int linux_sys_exit(struct lwp *, const struct linux_sys_exit_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1451
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1453
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1455
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1457
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1459
int linux_sys_osf1_wait4(struct lwp *, const struct linux_sys_osf1_wait4_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1461
int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1463
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1465
int linux_sys_unlink(struct lwp *, const struct linux_sys_unlink_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1467
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1469
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1471
int linux_sys_mknod(struct lwp *, const struct linux_sys_mknod_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1473
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1475
int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1477
int linux_sys_brk(struct lwp *, const struct linux_sys_brk_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1479
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1481
int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1483
int linux_sys_osf1_mount(struct lwp *, const struct linux_sys_osf1_mount_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1485
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1487
int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1489
int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1491
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1493
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1495
int linux_sys_kill(struct lwp *, const struct linux_sys_kill_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1497
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1499
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1501
int linux_sys_pipe(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1503
int linux_sys_osf1_set_program_attributes(struct lwp *, const struct linux_sys_osf1_set_program_attributes_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1505
int linux_sys_open(struct lwp *, const struct linux_sys_open_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1507
int sys_getgid_with_egid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1509
int compat_13_sys_sigprocmask(struct lwp *, const struct compat_13_sys_sigprocmask_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1511
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1513
int linux_sys_sigpending(struct lwp *, const struct linux_sys_sigpending_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1515
int linux_sys_ioctl(struct lwp *, const struct linux_sys_ioctl_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1517
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1519
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1521
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1523
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1525
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1527
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1529
int compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1531
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1533
int linux_sys_stat(struct lwp *, const struct linux_sys_stat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1535
int linux_sys_lstat(struct lwp *, const struct linux_sys_lstat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1537
int linux_sys_mmap(struct lwp *, const struct linux_sys_mmap_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1539
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1541
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1543
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1545
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1547
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1549
int linux_sys_osf1_setitimer(struct lwp *, const struct linux_sys_osf1_setitimer_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1551
int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1553
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1555
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1557
int linux_sys_fstat(struct lwp *, const struct linux_sys_fstat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1559
int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1561
int linux_sys_osf1_select(struct lwp *, const struct linux_sys_osf1_select_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1563
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1565
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1567
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1569
int linux_sys_socket(struct lwp *, const struct linux_sys_socket_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1571
int linux_sys_connect(struct lwp *, const struct linux_sys_connect_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1573
int linux_sys_accept(struct lwp *, const struct linux_sys_accept_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1575
int linux_sys_getpriority(struct lwp *, const struct linux_sys_getpriority_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1577
int linux_sys_send(struct lwp *, const struct linux_sys_send_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1579
int linux_sys_recv(struct lwp *, const struct linux_sys_recv_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1581
int linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1583
int linux_sys_bind(struct lwp *, const struct linux_sys_bind_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1585
int linux_sys_setsockopt(struct lwp *, const struct linux_sys_setsockopt_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1587
int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1589
int linux_sys_sigsuspend(struct lwp *, const struct linux_sys_sigsuspend_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1591
int compat_43_sys_sigstack(struct lwp *, const struct compat_43_sys_sigstack_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1593
int linux_sys_recvmsg(struct lwp *, const struct linux_sys_recvmsg_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1595
int linux_sys_sendmsg(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1597
int linux_sys_osf1_gettimeofday(struct lwp *, const struct linux_sys_osf1_gettimeofday_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1599
int linux_sys_osf1_getrusage(struct lwp *, const struct linux_sys_osf1_getrusage_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1601
int linux_sys_getsockopt(struct lwp *, const struct linux_sys_getsockopt_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1603
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1605
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1607
int linux_sys_osf1_settimeofday(struct lwp *, const struct linux_sys_osf1_settimeofday_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1609
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1611
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1613
int linux_sys_recvfrom(struct lwp *, const struct linux_sys_recvfrom_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1615
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1617
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1619
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1621
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1623
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1625
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1627
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1629
int linux_sys_sendto(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1631
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1633
int linux_sys_socketpair(struct lwp *, const struct linux_sys_socketpair_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1635
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1637
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1639
int linux_sys_osf1_utimes(struct lwp *, const struct linux_sys_osf1_utimes_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1641
int linux_sys_getpeername(struct lwp *, const struct linux_sys_getpeername_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1643
int linux_sys_getrlimit(struct lwp *, const struct linux_sys_getrlimit_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1645
int linux_sys_setrlimit(struct lwp *, const struct linux_sys_setrlimit_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1647
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1649
int linux_sys_getsockname(struct lwp *, const struct linux_sys_getsockname_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1651
int linux_sys_sigaction(struct lwp *, const struct linux_sys_sigaction_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1653
int compat_43_sys_getdirentries(struct lwp *, const struct compat_43_sys_getdirentries_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1655
int linux_sys_osf1_statfs(struct lwp *, const struct linux_sys_osf1_statfs_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1657
int linux_sys_osf1_fstatfs(struct lwp *, const struct linux_sys_osf1_fstatfs_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1659
int compat_09_sys_getdomainname(struct lwp *, const struct compat_09_sys_getdomainname_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1661
int linux_sys_setdomainname(struct lwp *, const struct linux_sys_setdomainname_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1663
int linux_sys_ugetrlimit(struct lwp *, const struct linux_sys_ugetrlimit_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1666
int linux_sys_msgctl(struct lwp *, const struct linux_sys_msgctl_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1668
int sys_msgget(struct lwp *, const struct sys_msgget_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1670
int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1672
int sys_msgsnd(struct lwp *, const struct sys_msgsnd_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1677
int linux_sys_semctl(struct lwp *, const struct linux_sys_semctl_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1679
int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1681
int sys_semop(struct lwp *, const struct sys_semop_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1685
int linux_sys_olduname(struct lwp *, const struct linux_sys_olduname_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1687
int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1690
int linux_sys_shmat(struct lwp *, const struct linux_sys_shmat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1692
int linux_sys_shmctl(struct lwp *, const struct linux_sys_shmctl_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1694
int sys_shmdt(struct lwp *, const struct sys_shmdt_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1696
int linux_sys_shmget(struct lwp *, const struct linux_sys_shmget_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1700
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1702
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1704
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1706
int linux_sys_osf1_sysinfo(struct lwp *, const struct linux_sys_osf1_sysinfo_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1708
int linux_sys_osf1_usleep_thread(struct lwp *, const struct linux_sys_osf1_usleep_thread_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1710
int linux_sys_osf1_getsysinfo(struct lwp *, const struct linux_sys_osf1_getsysinfo_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1712
int linux_sys_osf1_setsysinfo(struct lwp *, const struct linux_sys_osf1_setsysinfo_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1714
int linux_sys_fdatasync(struct lwp *, const struct linux_sys_fdatasync_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1716
int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1718
int linux_sys_getdents(struct lwp *, const struct linux_sys_getdents_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1720
int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1722
int linux_sys_clone(struct lwp *, const struct linux_sys_clone_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1725
int linux_sys_uselib(struct lwp *, const struct linux_sys_uselib_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1729
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1731
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1733
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1735
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1737
int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1739
int linux_sys___sysctl(struct lwp *, const struct linux_sys___sysctl_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1741
int linux_sys_swapon(struct lwp *, const struct linux_sys_swapon_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1743
int linux_sys_times(struct lwp *, const struct linux_sys_times_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1745
int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1747
int linux_sys_setfsuid(struct lwp *, const struct linux_sys_setfsuid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1749
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1751
int linux_sys_statfs(struct lwp *, const struct linux_sys_statfs_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1753
int linux_sys_fstatfs(struct lwp *, const struct linux_sys_fstatfs_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1755
int linux_sys_sched_setparam(struct lwp *, const struct linux_sys_sched_setparam_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1757
int linux_sys_sched_getparam(struct lwp *, const struct linux_sys_sched_getparam_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1759
int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1761
int linux_sys_sched_getscheduler(struct lwp *, const struct linux_sys_sched_getscheduler_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1763
int linux_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1765
int linux_sys_sched_get_priority_max(struct lwp *, const struct linux_sys_sched_get_priority_max_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1767
int linux_sys_sched_get_priority_min(struct lwp *, const struct linux_sys_sched_get_priority_min_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1769
int linux_sys_uname(struct lwp *, const struct linux_sys_uname_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1771
int linux_sys_nanosleep(struct lwp *, const struct linux_sys_nanosleep_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1773
int linux_sys_mremap(struct lwp *, const struct linux_sys_mremap_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1775
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1777
int linux_sys_getresuid(struct lwp *, const struct linux_sys_getresuid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1779
int linux_sys___prctl(struct lwp *, const struct linux_sys___prctl_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1781
int linux_sys_pread(struct lwp *, const struct linux_sys_pread_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1783
int linux_sys_pwrite(struct lwp *, const struct linux_sys_pwrite_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1785
int linux_sys_rt_sigreturn(struct lwp *, const struct linux_sys_rt_sigreturn_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1787
int linux_sys_rt_sigaction(struct lwp *, const struct linux_sys_rt_sigaction_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1789
int linux_sys_rt_sigprocmask(struct lwp *, const struct linux_sys_rt_sigprocmask_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1791
int linux_sys_rt_sigpending(struct lwp *, const struct linux_sys_rt_sigpending_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1793
int linux_sys_rt_sigtimedwait(struct lwp *, const struct linux_sys_rt_sigtimedwait_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1795
int linux_sys_rt_queueinfo(struct lwp *, const struct linux_sys_rt_queueinfo_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1797
int linux_sys_rt_sigsuspend(struct lwp *, const struct linux_sys_rt_sigsuspend_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1799
int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1801
int linux_sys_gettimeofday(struct lwp *, const struct linux_sys_gettimeofday_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1803
int linux_sys_settimeofday(struct lwp *, const struct linux_sys_settimeofday_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1805
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1807
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1809
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1811
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1813
int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1815
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1817
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1819
int linux_sys_getdents64(struct lwp *, const struct linux_sys_getdents64_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1821
int linux_sys_gettid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1823
int linux_sys_readahead(struct lwp *, const struct linux_sys_readahead_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1825
int linux_sys_tkill(struct lwp *, const struct linux_sys_tkill_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1827
int linux_sys_setxattr(struct lwp *, const struct linux_sys_setxattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1829
int linux_sys_lsetxattr(struct lwp *, const struct linux_sys_lsetxattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1831
int linux_sys_fsetxattr(struct lwp *, const struct linux_sys_fsetxattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1833
int linux_sys_getxattr(struct lwp *, const struct linux_sys_getxattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1835
int linux_sys_lgetxattr(struct lwp *, const struct linux_sys_lgetxattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1837
int linux_sys_fgetxattr(struct lwp *, const struct linux_sys_fgetxattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1839
int linux_sys_listxattr(struct lwp *, const struct linux_sys_listxattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1841
int linux_sys_llistxattr(struct lwp *, const struct linux_sys_llistxattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1843
int linux_sys_flistxattr(struct lwp *, const struct linux_sys_flistxattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1845
int linux_sys_removexattr(struct lwp *, const struct linux_sys_removexattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1847
int linux_sys_lremovexattr(struct lwp *, const struct linux_sys_lremovexattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1849
int linux_sys_fremovexattr(struct lwp *, const struct linux_sys_fremovexattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1851
int linux_sys_futex(struct lwp *, const struct linux_sys_futex_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1853
int linux_sys_sched_setaffinity(struct lwp *, const struct linux_sys_sched_setaffinity_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1855
int linux_sys_sched_getaffinity(struct lwp *, const struct linux_sys_sched_getaffinity_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1857
int linux_sys_exit_group(struct lwp *, const struct linux_sys_exit_group_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1859
int linux_sys_epoll_create(struct lwp *, const struct linux_sys_epoll_create_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1861
int linux_sys_epoll_ctl(struct lwp *, const struct linux_sys_epoll_ctl_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1863
int linux_sys_epoll_wait(struct lwp *, const struct linux_sys_epoll_wait_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1865
int linux_sys_set_tid_address(struct lwp *, const struct linux_sys_set_tid_address_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1867
int linux_sys_fadvise64(struct lwp *, const struct linux_sys_fadvise64_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1869
int linux_sys_timer_create(struct lwp *, const struct linux_sys_timer_create_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1871
int linux_sys_timer_settime(struct lwp *, const struct linux_sys_timer_settime_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1873
int linux_sys_timer_gettime(struct lwp *, const struct linux_sys_timer_gettime_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1875
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1877
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1879
int linux_sys_clock_settime(struct lwp *, const struct linux_sys_clock_settime_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1881
int linux_sys_clock_gettime(struct lwp *, const struct linux_sys_clock_gettime_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1883
int linux_sys_clock_getres(struct lwp *, const struct linux_sys_clock_getres_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1885
int linux_sys_clock_nanosleep(struct lwp *, const struct linux_sys_clock_nanosleep_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1887
int linux_sys_semtimedop(struct lwp *, const struct linux_sys_semtimedop_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1889
int linux_sys_tgkill(struct lwp *, const struct linux_sys_tgkill_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1891
int linux_sys_stat64(struct lwp *, const struct linux_sys_stat64_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1893
int linux_sys_lstat64(struct lwp *, const struct linux_sys_lstat64_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1895
int linux_sys_fstat64(struct lwp *, const struct linux_sys_fstat64_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1897
int linux_sys_mq_open(struct lwp *, const struct linux_sys_mq_open_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1899
int linux_sys_mq_unlink(struct lwp *, const struct linux_sys_mq_unlink_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1901
int linux_sys_mq_timedsend(struct lwp *, const struct linux_sys_mq_timedsend_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1903
int linux_sys_mq_timedreceive(struct lwp *, const struct linux_sys_mq_timedreceive_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1905
int linux_sys_mq_notify(struct lwp *, const struct linux_sys_mq_notify_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1907
int linux_sys_mq_getsetattr(struct lwp *, const struct linux_sys_mq_getsetattr_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1909
int linux_sys_waitid(struct lwp *, const struct linux_sys_waitid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1911
int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1913
int linux_sys_inotify_add_watch(struct lwp *, const struct linux_sys_inotify_add_watch_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1915
int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1917
int linux_sys_openat(struct lwp *, const struct linux_sys_openat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1919
int sys_mkdirat(struct lwp *, const struct sys_mkdirat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1921
int linux_sys_mknodat(struct lwp *, const struct linux_sys_mknodat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1923
int linux_sys_fchownat(struct lwp *, const struct linux_sys_fchownat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1925
int linux_sys_fstatat64(struct lwp *, const struct linux_sys_fstatat64_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1927
int linux_sys_unlinkat(struct lwp *, const struct linux_sys_unlinkat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1929
int sys_renameat(struct lwp *, const struct sys_renameat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1931
int linux_sys_linkat(struct lwp *, const struct linux_sys_linkat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1933
int sys_symlinkat(struct lwp *, const struct sys_symlinkat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1935
int sys_readlinkat(struct lwp *, const struct sys_readlinkat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1937
int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1939
int linux_sys_faccessat(struct lwp *, const struct linux_sys_faccessat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1941
int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1943
int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1945
int sys___futex_set_robust_list(struct lwp *, const struct sys___futex_set_robust_list_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1947
int sys___futex_get_robust_list(struct lwp *, const struct sys___futex_get_robust_list_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1949
int linux_sys_sync_file_range(struct lwp *, const struct linux_sys_sync_file_range_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1951
int linux_sys_getcpu(struct lwp *, const struct linux_sys_getcpu_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1953
int linux_sys_epoll_pwait(struct lwp *, const struct linux_sys_epoll_pwait_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1955
int linux_sys_utimensat(struct lwp *, const struct linux_sys_utimensat_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1957
int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1959
int linux_sys_recvmmsg(struct lwp *, const struct linux_sys_recvmmsg_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1961
int linux_sys_fallocate(struct lwp *, const struct linux_sys_fallocate_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1963
int linux_sys_timerfd_create(struct lwp *, const struct linux_sys_timerfd_create_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1965
int linux_sys_timerfd_settime(struct lwp *, const struct linux_sys_timerfd_settime_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1967
int linux_sys_timerfd_gettime(struct lwp *, const struct linux_sys_timerfd_gettime_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1969
int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1971
int linux_sys_epoll_create1(struct lwp *, const struct linux_sys_epoll_create1_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1973
int linux_sys_dup3(struct lwp *, const struct linux_sys_dup3_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1975
int linux_sys_pipe2(struct lwp *, const struct linux_sys_pipe2_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1977
int linux_sys_inotify_init1(struct lwp *, const struct linux_sys_inotify_init1_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1979
int linux_sys_preadv(struct lwp *, const struct linux_sys_preadv_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1981
int linux_sys_pwritev(struct lwp *, const struct linux_sys_pwritev_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1983
int linux_sys_prlimit64(struct lwp *, const struct linux_sys_prlimit64_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1985
int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1987
int linux_sys_accept4(struct lwp *, const struct linux_sys_accept4_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1989
int linux_sys_sendmmsg(struct lwp *, const struct linux_sys_sendmmsg_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1991
int linux_sys_renameat2(struct lwp *, const struct linux_sys_renameat2_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1993
int linux_sys_copy_file_range(struct lwp *, const struct linux_sys_copy_file_range_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1995
int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1997
int linux_sys_clone3(struct lwp *, const struct linux_sys_clone3_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
1999
int linux_sys_close_range(struct lwp *, const struct linux_sys_close_range_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
2001
int linux_sys_faccessat2(struct lwp *, const struct linux_sys_faccessat2_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
2003
int linux_sys_epoll_pwait2(struct lwp *, const struct linux_sys_epoll_pwait2_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
21
register_t pad; \
sys/compat/linux/arch/alpha/linux_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/linux/arch/alpha/linux_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/linux/arch/alpha/linux_syscallargs.h
35
<= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/linux/arch/alpha/linux_sysent.c
37
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/linux/arch/amd64/linux_machdep.c
265
linux_sys_modify_ldt(struct lwp *l, const struct linux_sys_modify_ldt_args *v, register_t *retval)
sys/compat/linux/arch/amd64/linux_machdep.c
271
linux_sys_iopl(struct lwp *l, const struct linux_sys_iopl_args *v, register_t *retval)
sys/compat/linux/arch/amd64/linux_machdep.c
277
linux_sys_ioperm(struct lwp *l, const struct linux_sys_ioperm_args *v, register_t *retval)
sys/compat/linux/arch/amd64/linux_machdep.c
308
linux_machdepioctl(struct lwp *l, const struct linux_sys_ioctl_args *v, register_t *retval)
sys/compat/linux/arch/amd64/linux_machdep.c
314
linux_sys_rt_sigreturn(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/arch/amd64/linux_machdep.c
422
const struct linux_sys_arch_prctl_args *uap, register_t *retval)
sys/compat/linux/arch/amd64/linux_syscallargs.h
1345
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1347
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1349
int linux_sys_open(struct lwp *, const struct linux_sys_open_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1351
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1353
int linux_sys_stat64(struct lwp *, const struct linux_sys_stat64_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1355
int linux_sys_fstat64(struct lwp *, const struct linux_sys_fstat64_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1357
int linux_sys_lstat64(struct lwp *, const struct linux_sys_lstat64_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1359
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1361
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1363
int linux_sys_mmap(struct lwp *, const struct linux_sys_mmap_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1365
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1367
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1369
int linux_sys_brk(struct lwp *, const struct linux_sys_brk_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1371
int linux_sys_rt_sigaction(struct lwp *, const struct linux_sys_rt_sigaction_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1373
int linux_sys_rt_sigprocmask(struct lwp *, const struct linux_sys_rt_sigprocmask_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1375
int linux_sys_rt_sigreturn(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1377
int linux_sys_ioctl(struct lwp *, const struct linux_sys_ioctl_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1379
int linux_sys_pread(struct lwp *, const struct linux_sys_pread_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1381
int linux_sys_pwrite(struct lwp *, const struct linux_sys_pwrite_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1383
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1385
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1387
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1389
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1391
int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1393
int linux_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1395
int linux_sys_mremap(struct lwp *, const struct linux_sys_mremap_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1397
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1399
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1401
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1404
int linux_sys_shmget(struct lwp *, const struct linux_sys_shmget_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1406
int sys_shmat(struct lwp *, const struct sys_shmat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1408
int linux_sys_shmctl(struct lwp *, const struct linux_sys_shmctl_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1412
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1414
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1416
int linux_sys_pause(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1418
int linux_sys_nanosleep(struct lwp *, const struct linux_sys_nanosleep_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1420
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1422
int linux_sys_alarm(struct lwp *, const struct linux_sys_alarm_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1424
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1426
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1428
int linux_sys_socket(struct lwp *, const struct linux_sys_socket_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1430
int linux_sys_connect(struct lwp *, const struct linux_sys_connect_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1432
int linux_sys_accept(struct lwp *, const struct linux_sys_accept_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1434
int linux_sys_sendto(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1436
int linux_sys_recvfrom(struct lwp *, const struct linux_sys_recvfrom_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1438
int linux_sys_sendmsg(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1440
int linux_sys_recvmsg(struct lwp *, const struct linux_sys_recvmsg_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1442
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1444
int linux_sys_bind(struct lwp *, const struct linux_sys_bind_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1446
int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1448
int linux_sys_getsockname(struct lwp *, const struct linux_sys_getsockname_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1450
int linux_sys_getpeername(struct lwp *, const struct linux_sys_getpeername_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1452
int linux_sys_socketpair(struct lwp *, const struct linux_sys_socketpair_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1454
int linux_sys_setsockopt(struct lwp *, const struct linux_sys_setsockopt_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1456
int linux_sys_getsockopt(struct lwp *, const struct linux_sys_getsockopt_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1458
int linux_sys_clone(struct lwp *, const struct linux_sys_clone_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1460
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1462
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1464
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1466
int linux_sys_exit(struct lwp *, const struct linux_sys_exit_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1468
int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1470
int linux_sys_kill(struct lwp *, const struct linux_sys_kill_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1472
int linux_sys_uname(struct lwp *, const struct linux_sys_uname_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1475
int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1477
int sys_semop(struct lwp *, const struct sys_semop_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1479
int linux_sys_semctl(struct lwp *, const struct linux_sys_semctl_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1484
int sys_shmdt(struct lwp *, const struct sys_shmdt_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1489
int sys_msgget(struct lwp *, const struct sys_msgget_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1491
int sys_msgsnd(struct lwp *, const struct sys_msgsnd_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1493
int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1495
int linux_sys_msgctl(struct lwp *, const struct linux_sys_msgctl_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1499
int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1501
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1503
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1505
int linux_sys_fdatasync(struct lwp *, const struct linux_sys_fdatasync_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1507
int linux_sys_truncate64(struct lwp *, const struct linux_sys_truncate64_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1509
int linux_sys_ftruncate64(struct lwp *, const struct linux_sys_ftruncate64_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1511
int linux_sys_getdents(struct lwp *, const struct linux_sys_getdents_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1513
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1515
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1517
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1519
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1521
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1523
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1525
int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1527
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1529
int linux_sys_unlink(struct lwp *, const struct linux_sys_unlink_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1531
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1533
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1535
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1537
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1539
int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1541
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1543
int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1545
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1547
int linux_sys_gettimeofday(struct lwp *, const struct linux_sys_gettimeofday_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1549
int linux_sys_getrlimit(struct lwp *, const struct linux_sys_getrlimit_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1551
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1553
int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1555
int linux_sys_times(struct lwp *, const struct linux_sys_times_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1557
int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1559
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1561
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1563
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1565
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1567
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1569
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1571
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1573
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1575
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1577
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1579
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1581
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1583
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1585
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1587
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1589
int linux_sys_getresuid(struct lwp *, const struct linux_sys_getresuid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1591
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1593
int linux_sys_getresgid(struct lwp *, const struct linux_sys_getresgid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1595
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1597
int linux_sys_setfsuid(struct lwp *, const struct linux_sys_setfsuid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1599
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1601
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1603
int linux_sys_rt_sigpending(struct lwp *, const struct linux_sys_rt_sigpending_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1605
int linux_sys_rt_sigtimedwait(struct lwp *, const struct linux_sys_rt_sigtimedwait_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1607
int linux_sys_rt_queueinfo(struct lwp *, const struct linux_sys_rt_queueinfo_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1609
int linux_sys_rt_sigsuspend(struct lwp *, const struct linux_sys_rt_sigsuspend_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1611
int linux_sys_sigaltstack(struct lwp *, const struct linux_sys_sigaltstack_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1613
int linux_sys_utime(struct lwp *, const struct linux_sys_utime_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1615
int linux_sys_mknod(struct lwp *, const struct linux_sys_mknod_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1618
int linux_sys_uselib(struct lwp *, const struct linux_sys_uselib_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1622
int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1624
int linux_sys_statfs(struct lwp *, const struct linux_sys_statfs_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1626
int linux_sys_fstatfs(struct lwp *, const struct linux_sys_fstatfs_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1628
int linux_sys_getpriority(struct lwp *, const struct linux_sys_getpriority_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1630
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1632
int linux_sys_sched_setparam(struct lwp *, const struct linux_sys_sched_setparam_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1634
int linux_sys_sched_getparam(struct lwp *, const struct linux_sys_sched_getparam_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1636
int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1638
int linux_sys_sched_getscheduler(struct lwp *, const struct linux_sys_sched_getscheduler_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1640
int linux_sys_sched_get_priority_max(struct lwp *, const struct linux_sys_sched_get_priority_max_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1642
int linux_sys_sched_get_priority_min(struct lwp *, const struct linux_sys_sched_get_priority_min_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1644
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1646
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1648
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1650
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1652
int linux_sys_modify_ldt(struct lwp *, const struct linux_sys_modify_ldt_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1654
int linux_sys___sysctl(struct lwp *, const struct linux_sys___sysctl_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1656
int linux_sys___prctl(struct lwp *, const struct linux_sys___prctl_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1658
int linux_sys_arch_prctl(struct lwp *, const struct linux_sys_arch_prctl_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1660
int linux_sys_setrlimit(struct lwp *, const struct linux_sys_setrlimit_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1662
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1664
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1666
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1668
int linux_sys_settimeofday(struct lwp *, const struct linux_sys_settimeofday_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1670
int linux_sys_swapon(struct lwp *, const struct linux_sys_swapon_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1672
int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1674
int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1676
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1678
int linux_sys_setdomainname(struct lwp *, const struct linux_sys_setdomainname_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1680
int linux_sys_iopl(struct lwp *, const struct linux_sys_iopl_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1682
int linux_sys_ioperm(struct lwp *, const struct linux_sys_ioperm_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1684
int linux_sys_gettid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1686
int linux_sys_readahead(struct lwp *, const struct linux_sys_readahead_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1688
int linux_sys_setxattr(struct lwp *, const struct linux_sys_setxattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1690
int linux_sys_lsetxattr(struct lwp *, const struct linux_sys_lsetxattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1692
int linux_sys_fsetxattr(struct lwp *, const struct linux_sys_fsetxattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1694
int linux_sys_getxattr(struct lwp *, const struct linux_sys_getxattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1696
int linux_sys_lgetxattr(struct lwp *, const struct linux_sys_lgetxattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1698
int linux_sys_fgetxattr(struct lwp *, const struct linux_sys_fgetxattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1700
int linux_sys_listxattr(struct lwp *, const struct linux_sys_listxattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1702
int linux_sys_llistxattr(struct lwp *, const struct linux_sys_llistxattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1704
int linux_sys_flistxattr(struct lwp *, const struct linux_sys_flistxattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1706
int linux_sys_removexattr(struct lwp *, const struct linux_sys_removexattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1708
int linux_sys_lremovexattr(struct lwp *, const struct linux_sys_lremovexattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1710
int linux_sys_fremovexattr(struct lwp *, const struct linux_sys_fremovexattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1712
int linux_sys_tkill(struct lwp *, const struct linux_sys_tkill_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1714
int linux_sys_time(struct lwp *, const struct linux_sys_time_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1716
int linux_sys_futex(struct lwp *, const struct linux_sys_futex_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1718
int linux_sys_sched_setaffinity(struct lwp *, const struct linux_sys_sched_setaffinity_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1720
int linux_sys_sched_getaffinity(struct lwp *, const struct linux_sys_sched_getaffinity_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1722
int linux_sys_epoll_create(struct lwp *, const struct linux_sys_epoll_create_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1724
int linux_sys_getdents64(struct lwp *, const struct linux_sys_getdents64_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1726
int linux_sys_set_tid_address(struct lwp *, const struct linux_sys_set_tid_address_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1728
int linux_sys_semtimedop(struct lwp *, const struct linux_sys_semtimedop_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1730
int linux_sys_fadvise64(struct lwp *, const struct linux_sys_fadvise64_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1732
int linux_sys_timer_create(struct lwp *, const struct linux_sys_timer_create_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1734
int linux_sys_timer_settime(struct lwp *, const struct linux_sys_timer_settime_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1736
int linux_sys_timer_gettime(struct lwp *, const struct linux_sys_timer_gettime_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1738
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1740
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1742
int linux_sys_clock_settime(struct lwp *, const struct linux_sys_clock_settime_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1744
int linux_sys_clock_gettime(struct lwp *, const struct linux_sys_clock_gettime_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1746
int linux_sys_clock_getres(struct lwp *, const struct linux_sys_clock_getres_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1748
int linux_sys_clock_nanosleep(struct lwp *, const struct linux_sys_clock_nanosleep_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1750
int linux_sys_exit_group(struct lwp *, const struct linux_sys_exit_group_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1752
int linux_sys_epoll_wait(struct lwp *, const struct linux_sys_epoll_wait_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1754
int linux_sys_epoll_ctl(struct lwp *, const struct linux_sys_epoll_ctl_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1756
int linux_sys_tgkill(struct lwp *, const struct linux_sys_tgkill_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1758
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1760
int linux_sys_mq_open(struct lwp *, const struct linux_sys_mq_open_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1762
int linux_sys_mq_unlink(struct lwp *, const struct linux_sys_mq_unlink_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1764
int linux_sys_mq_timedsend(struct lwp *, const struct linux_sys_mq_timedsend_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1766
int linux_sys_mq_timedreceive(struct lwp *, const struct linux_sys_mq_timedreceive_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1768
int linux_sys_mq_notify(struct lwp *, const struct linux_sys_mq_notify_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1770
int linux_sys_mq_getsetattr(struct lwp *, const struct linux_sys_mq_getsetattr_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1772
int linux_sys_waitid(struct lwp *, const struct linux_sys_waitid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1774
int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1776
int linux_sys_inotify_add_watch(struct lwp *, const struct linux_sys_inotify_add_watch_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1778
int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1780
int linux_sys_openat(struct lwp *, const struct linux_sys_openat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1782
int sys_mkdirat(struct lwp *, const struct sys_mkdirat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1784
int linux_sys_mknodat(struct lwp *, const struct linux_sys_mknodat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1786
int linux_sys_fchownat(struct lwp *, const struct linux_sys_fchownat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1788
int linux_sys_fstatat64(struct lwp *, const struct linux_sys_fstatat64_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1790
int linux_sys_unlinkat(struct lwp *, const struct linux_sys_unlinkat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1792
int sys_renameat(struct lwp *, const struct sys_renameat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1794
int linux_sys_linkat(struct lwp *, const struct linux_sys_linkat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1796
int sys_symlinkat(struct lwp *, const struct sys_symlinkat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1798
int sys_readlinkat(struct lwp *, const struct sys_readlinkat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1800
int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1802
int linux_sys_faccessat(struct lwp *, const struct linux_sys_faccessat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1804
int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1806
int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1808
int sys___futex_set_robust_list(struct lwp *, const struct sys___futex_set_robust_list_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1810
int sys___futex_get_robust_list(struct lwp *, const struct sys___futex_get_robust_list_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1812
int linux_sys_sync_file_range(struct lwp *, const struct linux_sys_sync_file_range_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1814
int linux_sys_utimensat(struct lwp *, const struct linux_sys_utimensat_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1816
int linux_sys_epoll_pwait(struct lwp *, const struct linux_sys_epoll_pwait_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1818
int linux_sys_timerfd_create(struct lwp *, const struct linux_sys_timerfd_create_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1820
int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1822
int linux_sys_fallocate(struct lwp *, const struct linux_sys_fallocate_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1824
int linux_sys_timerfd_settime(struct lwp *, const struct linux_sys_timerfd_settime_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1826
int linux_sys_timerfd_gettime(struct lwp *, const struct linux_sys_timerfd_gettime_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1828
int linux_sys_accept4(struct lwp *, const struct linux_sys_accept4_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1830
int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1832
int linux_sys_epoll_create1(struct lwp *, const struct linux_sys_epoll_create1_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1834
int linux_sys_dup3(struct lwp *, const struct linux_sys_dup3_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1836
int linux_sys_pipe2(struct lwp *, const struct linux_sys_pipe2_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1838
int linux_sys_inotify_init1(struct lwp *, const struct linux_sys_inotify_init1_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1840
int linux_sys_preadv(struct lwp *, const struct linux_sys_preadv_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1842
int linux_sys_pwritev(struct lwp *, const struct linux_sys_pwritev_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1844
int linux_sys_recvmmsg(struct lwp *, const struct linux_sys_recvmmsg_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1846
int linux_sys_prlimit64(struct lwp *, const struct linux_sys_prlimit64_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1848
int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1850
int linux_sys_sendmmsg(struct lwp *, const struct linux_sys_sendmmsg_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1852
int linux_sys_getcpu(struct lwp *, const struct linux_sys_getcpu_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1854
int linux_sys_renameat2(struct lwp *, const struct linux_sys_renameat2_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1856
int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1858
int linux_sys_memfd_create(struct lwp *, const struct linux_sys_memfd_create_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1860
int linux_sys_copy_file_range(struct lwp *, const struct linux_sys_copy_file_range_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1862
int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1864
int linux_sys_clone3(struct lwp *, const struct linux_sys_clone3_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1866
int linux_sys_close_range(struct lwp *, const struct linux_sys_close_range_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1868
int linux_sys_faccessat2(struct lwp *, const struct linux_sys_faccessat2_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1870
int linux_sys_epoll_pwait2(struct lwp *, const struct linux_sys_epoll_pwait2_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
1872
int linux_sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
21
register_t pad; \
sys/compat/linux/arch/amd64/linux_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/linux/arch/amd64/linux_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/linux/arch/amd64/linux_syscallargs.h
35
<= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/linux/arch/amd64/linux_sysent.c
42
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/linux/arch/amd64/linux_systrace_args.c
11
systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
sys/compat/linux/arch/arm/linux_machdep.c
168
tf->tf_r3 = (register_t)catcher;
sys/compat/linux/arch/arm/linux_machdep.c
169
tf->tf_usr_sp = (register_t)fp;
sys/compat/linux/arch/arm/linux_machdep.c
170
tf->tf_pc = (register_t)p->p_sigctx.ps_sigcode;
sys/compat/linux/arch/arm/linux_machdep.c
190
linux_sys_rt_sigreturn(struct proc *p, void *v, register_t *retval)
sys/compat/linux/arch/arm/linux_machdep.c
199
register_t *retval)
sys/compat/linux/arch/arm/linux_machdep.c
270
linux_machdepioctl(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux/arch/arm/linux_ptrace.c
184
memcpy(linux_regs->uregs, regs->r, 13 * sizeof(register_t));
sys/compat/linux/arch/arm/linux_ptrace.c
196
memcpy(regs->r, linux_regs->uregs, 13 * sizeof(register_t));
sys/compat/linux/arch/arm/linux_ptrace.c
94
register_t *retval)
sys/compat/linux/arch/arm/linux_sys_machdep.c
48
linux_sys_breakpoint(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/arch/arm/linux_sys_machdep.c
60
linux_sys_cacheflush(struct lwp *l, const struct linux_sys_cacheflush_args *uap, register_t *retval)
sys/compat/linux/arch/arm/linux_sys_machdep.c
75
linux_sys_set_tls(struct lwp *l, const struct linux_sys_set_tls_args *uap, register_t *retval)
sys/compat/linux/arch/arm/linux_syscallargs.h
1423
int linux_sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1425
int linux_sys_exit(struct lwp *, const struct linux_sys_exit_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1427
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1429
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1431
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1433
int linux_sys_open(struct lwp *, const struct linux_sys_open_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1435
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1437
int linux_sys_waitpid(struct lwp *, const struct linux_sys_waitpid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1439
int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1441
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1443
int linux_sys_unlink(struct lwp *, const struct linux_sys_unlink_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1445
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1447
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1449
int linux_sys_time(struct lwp *, const struct linux_sys_time_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1451
int linux_sys_mknod(struct lwp *, const struct linux_sys_mknod_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1453
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1455
int linux_sys_lchown16(struct lwp *, const struct linux_sys_lchown16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1457
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1459
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1461
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1463
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1465
int linux_sys_stime(struct lwp *, const struct linux_sys_stime_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1467
int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1469
int linux_sys_alarm(struct lwp *, const struct linux_sys_alarm_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1471
int linux_sys_pause(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1473
int linux_sys_utime(struct lwp *, const struct linux_sys_utime_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1475
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1477
int linux_sys_nice(struct lwp *, const struct linux_sys_nice_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1479
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1481
int linux_sys_kill(struct lwp *, const struct linux_sys_kill_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1483
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1485
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1487
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1489
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1491
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1493
int linux_sys_times(struct lwp *, const struct linux_sys_times_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1495
int linux_sys_brk(struct lwp *, const struct linux_sys_brk_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1497
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1499
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1501
int linux_sys_signal(struct lwp *, const struct linux_sys_signal_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1503
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1505
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1507
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1509
int linux_sys_ioctl(struct lwp *, const struct linux_sys_ioctl_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1511
int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1513
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1515
int linux_sys_oldolduname(struct lwp *, const struct linux_sys_oldolduname_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1517
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1519
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1521
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1523
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1525
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1527
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1529
int linux_sys_sigaction(struct lwp *, const struct linux_sys_sigaction_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1531
int linux_sys_siggetmask(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1533
int linux_sys_sigsetmask(struct lwp *, const struct linux_sys_sigsetmask_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1535
int linux_sys_setreuid16(struct lwp *, const struct linux_sys_setreuid16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1537
int linux_sys_setregid16(struct lwp *, const struct linux_sys_setregid16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1539
int linux_sys_sigsuspend(struct lwp *, const struct linux_sys_sigsuspend_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1541
int linux_sys_sigpending(struct lwp *, const struct linux_sys_sigpending_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1543
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1545
int linux_sys_setrlimit(struct lwp *, const struct linux_sys_setrlimit_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1547
int linux_sys_getrlimit(struct lwp *, const struct linux_sys_getrlimit_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1549
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1551
int linux_sys_gettimeofday(struct lwp *, const struct linux_sys_gettimeofday_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1553
int linux_sys_settimeofday(struct lwp *, const struct linux_sys_settimeofday_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1555
int linux_sys_getgroups16(struct lwp *, const struct linux_sys_getgroups16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1557
int linux_sys_setgroups16(struct lwp *, const struct linux_sys_setgroups16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1559
int linux_sys_oldselect(struct lwp *, const struct linux_sys_oldselect_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1561
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1563
int compat_43_sys_lstat(struct lwp *, const struct compat_43_sys_lstat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1565
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1568
int linux_sys_uselib(struct lwp *, const struct linux_sys_uselib_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1572
int linux_sys_swapon(struct lwp *, const struct linux_sys_swapon_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1574
int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1576
int linux_sys_readdir(struct lwp *, const struct linux_sys_readdir_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1578
int linux_sys_old_mmap(struct lwp *, const struct linux_sys_old_mmap_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1580
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1582
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1584
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1586
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1588
int linux_sys_fchown16(struct lwp *, const struct linux_sys_fchown16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1590
int linux_sys_getpriority(struct lwp *, const struct linux_sys_getpriority_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1592
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1594
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1596
int linux_sys_statfs(struct lwp *, const struct linux_sys_statfs_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1598
int linux_sys_fstatfs(struct lwp *, const struct linux_sys_fstatfs_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1600
int linux_sys_socketcall(struct lwp *, const struct linux_sys_socketcall_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1602
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1604
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1606
int linux_sys_stat(struct lwp *, const struct linux_sys_stat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1608
int linux_sys_lstat(struct lwp *, const struct linux_sys_lstat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1610
int linux_sys_fstat(struct lwp *, const struct linux_sys_fstat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1612
int linux_sys_olduname(struct lwp *, const struct linux_sys_olduname_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1614
int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1616
int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1618
int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1620
int linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1622
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1624
int linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1626
int linux_sys_clone(struct lwp *, const struct linux_sys_clone_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1628
int linux_sys_setdomainname(struct lwp *, const struct linux_sys_setdomainname_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1630
int linux_sys_uname(struct lwp *, const struct linux_sys_uname_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1632
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1634
int linux_sys_sigprocmask(struct lwp *, const struct linux_sys_sigprocmask_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1636
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1638
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1640
int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1642
int linux_sys_setfsuid(struct lwp *, const struct linux_sys_setfsuid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1644
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1646
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1648
int linux_sys_getdents(struct lwp *, const struct linux_sys_getdents_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1650
int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1652
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1654
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1656
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1658
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1660
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1662
int linux_sys_fdatasync(struct lwp *, const struct linux_sys_fdatasync_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1664
int linux_sys___sysctl(struct lwp *, const struct linux_sys___sysctl_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1666
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1668
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1670
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1672
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1674
int linux_sys_sched_setparam(struct lwp *, const struct linux_sys_sched_setparam_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1676
int linux_sys_sched_getparam(struct lwp *, const struct linux_sys_sched_getparam_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1678
int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1680
int linux_sys_sched_getscheduler(struct lwp *, const struct linux_sys_sched_getscheduler_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1682
int linux_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1684
int linux_sys_sched_get_priority_max(struct lwp *, const struct linux_sys_sched_get_priority_max_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1686
int linux_sys_sched_get_priority_min(struct lwp *, const struct linux_sys_sched_get_priority_min_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1688
int linux_sys_nanosleep(struct lwp *, const struct linux_sys_nanosleep_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1690
int linux_sys_mremap(struct lwp *, const struct linux_sys_mremap_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1692
int linux_sys_setresuid16(struct lwp *, const struct linux_sys_setresuid16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1694
int linux_sys_getresuid16(struct lwp *, const struct linux_sys_getresuid16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1696
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1698
int linux_sys_setresgid16(struct lwp *, const struct linux_sys_setresgid16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1700
int linux_sys_getresgid16(struct lwp *, const struct linux_sys_getresgid16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1702
int linux_sys___prctl(struct lwp *, const struct linux_sys___prctl_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1704
int linux_sys_rt_sigaction(struct lwp *, const struct linux_sys_rt_sigaction_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1706
int linux_sys_rt_sigprocmask(struct lwp *, const struct linux_sys_rt_sigprocmask_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1708
int linux_sys_rt_sigpending(struct lwp *, const struct linux_sys_rt_sigpending_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1710
int linux_sys_rt_sigtimedwait(struct lwp *, const struct linux_sys_rt_sigtimedwait_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1712
int linux_sys_rt_queueinfo(struct lwp *, const struct linux_sys_rt_queueinfo_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1714
int linux_sys_rt_sigsuspend(struct lwp *, const struct linux_sys_rt_sigsuspend_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1716
int linux_sys_pread(struct lwp *, const struct linux_sys_pread_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1718
int linux_sys_pwrite(struct lwp *, const struct linux_sys_pwrite_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1720
int linux_sys_chown16(struct lwp *, const struct linux_sys_chown16_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1722
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1724
int linux_sys_sigaltstack(struct lwp *, const struct linux_sys_sigaltstack_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1726
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1728
int linux_sys_ugetrlimit(struct lwp *, const struct linux_sys_ugetrlimit_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1731
int linux_sys_mmap2(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1733
int linux_sys_truncate64(struct lwp *, const struct linux_sys_truncate64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1735
int linux_sys_ftruncate64(struct lwp *, const struct linux_sys_ftruncate64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1737
int linux_sys_stat64(struct lwp *, const struct linux_sys_stat64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1739
int linux_sys_lstat64(struct lwp *, const struct linux_sys_lstat64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1741
int linux_sys_fstat64(struct lwp *, const struct linux_sys_fstat64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1743
int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1745
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1747
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1749
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1751
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1753
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1755
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1757
int linux_sys_getresuid(struct lwp *, const struct linux_sys_getresuid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1759
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1761
int linux_sys_getresgid(struct lwp *, const struct linux_sys_getresgid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1763
int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1765
int linux_sys_getdents64(struct lwp *, const struct linux_sys_getdents64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1767
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1769
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1771
int linux_sys_fcntl64(struct lwp *, const struct linux_sys_fcntl64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1773
int linux_sys_gettid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1775
int linux_sys_readahead(struct lwp *, const struct linux_sys_readahead_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1777
int linux_sys_setxattr(struct lwp *, const struct linux_sys_setxattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1779
int linux_sys_lsetxattr(struct lwp *, const struct linux_sys_lsetxattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1781
int linux_sys_fsetxattr(struct lwp *, const struct linux_sys_fsetxattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1783
int linux_sys_getxattr(struct lwp *, const struct linux_sys_getxattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1785
int linux_sys_lgetxattr(struct lwp *, const struct linux_sys_lgetxattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1787
int linux_sys_fgetxattr(struct lwp *, const struct linux_sys_fgetxattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1789
int linux_sys_listxattr(struct lwp *, const struct linux_sys_listxattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1791
int linux_sys_llistxattr(struct lwp *, const struct linux_sys_llistxattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1793
int linux_sys_flistxattr(struct lwp *, const struct linux_sys_flistxattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1795
int linux_sys_removexattr(struct lwp *, const struct linux_sys_removexattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1797
int linux_sys_lremovexattr(struct lwp *, const struct linux_sys_lremovexattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1799
int linux_sys_fremovexattr(struct lwp *, const struct linux_sys_fremovexattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1801
int linux_sys_tkill(struct lwp *, const struct linux_sys_tkill_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1803
int linux_sys_futex(struct lwp *, const struct linux_sys_futex_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1805
int linux_sys_sched_setaffinity(struct lwp *, const struct linux_sys_sched_setaffinity_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1807
int linux_sys_sched_getaffinity(struct lwp *, const struct linux_sys_sched_getaffinity_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1809
int linux_sys_exit_group(struct lwp *, const struct linux_sys_exit_group_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1811
int linux_sys_epoll_create(struct lwp *, const struct linux_sys_epoll_create_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1813
int linux_sys_epoll_ctl(struct lwp *, const struct linux_sys_epoll_ctl_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1815
int linux_sys_epoll_wait(struct lwp *, const struct linux_sys_epoll_wait_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1817
int linux_sys_set_tid_address(struct lwp *, const struct linux_sys_set_tid_address_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1819
int linux_sys_timer_create(struct lwp *, const struct linux_sys_timer_create_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1821
int linux_sys_timer_settime(struct lwp *, const struct linux_sys_timer_settime_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1823
int linux_sys_timer_gettime(struct lwp *, const struct linux_sys_timer_gettime_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1825
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1827
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1829
int linux_sys_clock_settime(struct lwp *, const struct linux_sys_clock_settime_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1831
int linux_sys_clock_gettime(struct lwp *, const struct linux_sys_clock_gettime_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1833
int linux_sys_clock_getres(struct lwp *, const struct linux_sys_clock_getres_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1835
int linux_sys_clock_nanosleep(struct lwp *, const struct linux_sys_clock_nanosleep_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1837
int linux_sys_statfs64(struct lwp *, const struct linux_sys_statfs64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1839
int linux_sys_fstatfs64(struct lwp *, const struct linux_sys_fstatfs64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1841
int linux_sys_tgkill(struct lwp *, const struct linux_sys_tgkill_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1843
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1845
int linux_sys_fadvise64_64(struct lwp *, const struct linux_sys_fadvise64_64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1847
int linux_sys_mq_open(struct lwp *, const struct linux_sys_mq_open_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1849
int linux_sys_mq_unlink(struct lwp *, const struct linux_sys_mq_unlink_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1851
int linux_sys_mq_timedsend(struct lwp *, const struct linux_sys_mq_timedsend_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1853
int linux_sys_mq_timedreceive(struct lwp *, const struct linux_sys_mq_timedreceive_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1855
int linux_sys_mq_notify(struct lwp *, const struct linux_sys_mq_notify_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1857
int linux_sys_mq_getsetattr(struct lwp *, const struct linux_sys_mq_getsetattr_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1859
int linux_sys_waitid(struct lwp *, const struct linux_sys_waitid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1861
int linux_sys_semtimedop(struct lwp *, const struct linux_sys_semtimedop_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1863
int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1865
int linux_sys_inotify_add_watch(struct lwp *, const struct linux_sys_inotify_add_watch_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1867
int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1869
int linux_sys_openat(struct lwp *, const struct linux_sys_openat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1871
int sys_mkdirat(struct lwp *, const struct sys_mkdirat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1873
int linux_sys_mknodat(struct lwp *, const struct linux_sys_mknodat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1875
int linux_sys_fchownat(struct lwp *, const struct linux_sys_fchownat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1877
int linux_sys_fstatat64(struct lwp *, const struct linux_sys_fstatat64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1879
int linux_sys_unlinkat(struct lwp *, const struct linux_sys_unlinkat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1881
int sys_renameat(struct lwp *, const struct sys_renameat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1883
int linux_sys_linkat(struct lwp *, const struct linux_sys_linkat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1885
int sys_symlinkat(struct lwp *, const struct sys_symlinkat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1887
int sys_readlinkat(struct lwp *, const struct sys_readlinkat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1889
int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1891
int linux_sys_faccessat(struct lwp *, const struct linux_sys_faccessat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1893
int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1895
int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1897
int sys___futex_set_robust_list(struct lwp *, const struct sys___futex_set_robust_list_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1899
int sys___futex_get_robust_list(struct lwp *, const struct sys___futex_get_robust_list_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1901
int linux_sys_sync_file_range(struct lwp *, const struct linux_sys_sync_file_range_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1903
int linux_sys_getcpu(struct lwp *, const struct linux_sys_getcpu_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1905
int linux_sys_epoll_pwait(struct lwp *, const struct linux_sys_epoll_pwait_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1907
int linux_sys_utimensat(struct lwp *, const struct linux_sys_utimensat_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1909
int linux_sys_timerfd_create(struct lwp *, const struct linux_sys_timerfd_create_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1911
int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1913
int linux_sys_fallocate(struct lwp *, const struct linux_sys_fallocate_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1915
int linux_sys_timerfd_settime(struct lwp *, const struct linux_sys_timerfd_settime_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1917
int linux_sys_timerfd_gettime(struct lwp *, const struct linux_sys_timerfd_gettime_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1919
int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1921
int linux_sys_epoll_create1(struct lwp *, const struct linux_sys_epoll_create1_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1923
int linux_sys_dup3(struct lwp *, const struct linux_sys_dup3_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1925
int linux_sys_pipe2(struct lwp *, const struct linux_sys_pipe2_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1927
int linux_sys_inotify_init1(struct lwp *, const struct linux_sys_inotify_init1_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1929
int linux_sys_preadv(struct lwp *, const struct linux_sys_preadv_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1931
int linux_sys_pwritev(struct lwp *, const struct linux_sys_pwritev_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1933
int linux_sys_recvmmsg(struct lwp *, const struct linux_sys_recvmmsg_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1935
int linux_sys_accept4(struct lwp *, const struct linux_sys_accept4_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1937
int linux_sys_prlimit64(struct lwp *, const struct linux_sys_prlimit64_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1939
int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1941
int linux_sys_sendmmsg(struct lwp *, const struct linux_sys_sendmmsg_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1943
int linux_sys_renameat2(struct lwp *, const struct linux_sys_renameat2_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1945
int linux_sys_breakpoint(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1947
int linux_sys_cacheflush(struct lwp *, const struct linux_sys_cacheflush_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1949
int linux_sys_set_tls(struct lwp *, const struct linux_sys_set_tls_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1951
int linux_sys_copy_file_range(struct lwp *, const struct linux_sys_copy_file_range_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1953
int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1955
int linux_sys_clone3(struct lwp *, const struct linux_sys_clone3_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1957
int linux_sys_close_range(struct lwp *, const struct linux_sys_close_range_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1959
int linux_sys_faccessat2(struct lwp *, const struct linux_sys_faccessat2_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1961
int linux_sys_epoll_pwait2(struct lwp *, const struct linux_sys_epoll_pwait2_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
21
register_t pad; \
sys/compat/linux/arch/arm/linux_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/linux/arch/arm/linux_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/linux/arch/arm/linux_syscallargs.h
35
<= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/linux/arch/arm/linux_sysent.c
31
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/linux/arch/arm/linux_systrace_args.c
11
systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
sys/compat/linux/arch/i386/linux_exec_machdep.c
129
const struct linux_sys_set_thread_area_args *uap, register_t *retval)
sys/compat/linux/arch/i386/linux_exec_machdep.c
140
const struct linux_sys_get_thread_area_args *uap, register_t *retval)
sys/compat/linux/arch/i386/linux_machdep.c
1015
linux_sys_ioperm(struct lwp *l, const struct linux_sys_ioperm_args *uap, register_t *retval)
sys/compat/linux/arch/i386/linux_machdep.c
116
struct linux_sigcontext *, register_t *);
sys/compat/linux/arch/i386/linux_machdep.c
385
linux_sys_rt_sigreturn(struct lwp *l, const struct linux_sys_rt_sigreturn_args *uap, register_t *retval)
sys/compat/linux/arch/i386/linux_machdep.c
406
linux_sys_sigreturn(struct lwp *l, const struct linux_sys_sigreturn_args *uap, register_t *retval)
sys/compat/linux/arch/i386/linux_machdep.c
426
register_t *retval)
sys/compat/linux/arch/i386/linux_machdep.c
491
register_t *retval)
sys/compat/linux/arch/i386/linux_machdep.c
594
linux_sys_modify_ldt(struct lwp *l, const struct linux_sys_modify_ldt_args *uap, register_t *retval)
sys/compat/linux/arch/i386/linux_machdep.c
770
linux_machdepioctl(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux/arch/i386/linux_machdep.c
972
retval[0] = (register_t)pt.data;
sys/compat/linux/arch/i386/linux_machdep.c
995
linux_sys_iopl(struct lwp *l, const struct linux_sys_iopl_args *uap, register_t *retval)
sys/compat/linux/arch/i386/linux_ptrace.c
122
register_t *retval)
sys/compat/linux/arch/i386/linux_ptrace.c
306
*retval = (register_t) p->p_vmspace->vm_taddr;
sys/compat/linux/arch/i386/linux_ptrace.c
308
*retval = (register_t) p->p_vmspace->vm_minsaddr;
sys/compat/linux/arch/i386/linux_syscallargs.h
1433
int linux_sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1435
int linux_sys_exit(struct lwp *, const struct linux_sys_exit_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1437
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1439
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1441
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1443
int linux_sys_open(struct lwp *, const struct linux_sys_open_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1445
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1447
int linux_sys_waitpid(struct lwp *, const struct linux_sys_waitpid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1449
int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1451
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1453
int linux_sys_unlink(struct lwp *, const struct linux_sys_unlink_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1455
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1457
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1459
int linux_sys_time(struct lwp *, const struct linux_sys_time_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1461
int linux_sys_mknod(struct lwp *, const struct linux_sys_mknod_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1463
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1465
int linux_sys_lchown16(struct lwp *, const struct linux_sys_lchown16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1467
int linux_sys_break(struct lwp *, const struct linux_sys_break_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1469
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1471
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1473
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1475
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1477
int linux_sys_stime(struct lwp *, const struct linux_sys_stime_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1479
int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1481
int linux_sys_alarm(struct lwp *, const struct linux_sys_alarm_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1483
int linux_sys_pause(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1485
int linux_sys_utime(struct lwp *, const struct linux_sys_utime_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1487
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1489
int linux_sys_nice(struct lwp *, const struct linux_sys_nice_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1491
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1493
int linux_sys_kill(struct lwp *, const struct linux_sys_kill_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1495
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1497
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1499
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1501
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1503
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1505
int linux_sys_times(struct lwp *, const struct linux_sys_times_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1507
int linux_sys_brk(struct lwp *, const struct linux_sys_brk_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1509
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1511
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1513
int linux_sys_signal(struct lwp *, const struct linux_sys_signal_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1515
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1517
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1519
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1521
int linux_sys_ioctl(struct lwp *, const struct linux_sys_ioctl_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1523
int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1525
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1527
int linux_sys_oldolduname(struct lwp *, const struct linux_sys_oldolduname_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1529
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1531
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1533
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1535
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1537
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1539
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1541
int linux_sys_sigaction(struct lwp *, const struct linux_sys_sigaction_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1543
int linux_sys_siggetmask(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1545
int linux_sys_sigsetmask(struct lwp *, const struct linux_sys_sigsetmask_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1547
int linux_sys_setreuid16(struct lwp *, const struct linux_sys_setreuid16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1549
int linux_sys_setregid16(struct lwp *, const struct linux_sys_setregid16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1551
int linux_sys_sigsuspend(struct lwp *, const struct linux_sys_sigsuspend_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1553
int linux_sys_sigpending(struct lwp *, const struct linux_sys_sigpending_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1555
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1557
int linux_sys_setrlimit(struct lwp *, const struct linux_sys_setrlimit_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1559
int linux_sys_getrlimit(struct lwp *, const struct linux_sys_getrlimit_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1561
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1563
int linux_sys_gettimeofday(struct lwp *, const struct linux_sys_gettimeofday_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1565
int linux_sys_settimeofday(struct lwp *, const struct linux_sys_settimeofday_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1567
int linux_sys_getgroups16(struct lwp *, const struct linux_sys_getgroups16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1569
int linux_sys_setgroups16(struct lwp *, const struct linux_sys_setgroups16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1571
int linux_sys_oldselect(struct lwp *, const struct linux_sys_oldselect_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1573
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1575
int compat_43_sys_lstat(struct lwp *, const struct compat_43_sys_lstat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1577
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1580
int linux_sys_uselib(struct lwp *, const struct linux_sys_uselib_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1584
int linux_sys_swapon(struct lwp *, const struct linux_sys_swapon_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1586
int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1588
int linux_sys_readdir(struct lwp *, const struct linux_sys_readdir_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1590
int linux_sys_old_mmap(struct lwp *, const struct linux_sys_old_mmap_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1592
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1594
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1596
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1598
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1600
int linux_sys_fchown16(struct lwp *, const struct linux_sys_fchown16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1602
int linux_sys_getpriority(struct lwp *, const struct linux_sys_getpriority_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1604
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1606
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1608
int linux_sys_statfs(struct lwp *, const struct linux_sys_statfs_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1610
int linux_sys_fstatfs(struct lwp *, const struct linux_sys_fstatfs_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1612
int linux_sys_ioperm(struct lwp *, const struct linux_sys_ioperm_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1614
int linux_sys_socketcall(struct lwp *, const struct linux_sys_socketcall_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1616
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1618
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1620
int linux_sys_stat(struct lwp *, const struct linux_sys_stat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1622
int linux_sys_lstat(struct lwp *, const struct linux_sys_lstat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1624
int linux_sys_fstat(struct lwp *, const struct linux_sys_fstat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1626
int linux_sys_olduname(struct lwp *, const struct linux_sys_olduname_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1628
int linux_sys_iopl(struct lwp *, const struct linux_sys_iopl_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1630
int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1632
int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1634
int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1636
int linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1638
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1640
int linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1642
int linux_sys_clone(struct lwp *, const struct linux_sys_clone_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1644
int linux_sys_setdomainname(struct lwp *, const struct linux_sys_setdomainname_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1646
int linux_sys_uname(struct lwp *, const struct linux_sys_uname_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1648
int linux_sys_modify_ldt(struct lwp *, const struct linux_sys_modify_ldt_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1650
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1652
int linux_sys_sigprocmask(struct lwp *, const struct linux_sys_sigprocmask_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1654
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1656
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1658
int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1660
int linux_sys_setfsuid(struct lwp *, const struct linux_sys_setfsuid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1662
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1664
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1666
int linux_sys_getdents(struct lwp *, const struct linux_sys_getdents_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1668
int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1670
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1672
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1674
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1676
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1678
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1680
int linux_sys_fdatasync(struct lwp *, const struct linux_sys_fdatasync_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1682
int linux_sys___sysctl(struct lwp *, const struct linux_sys___sysctl_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1684
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1686
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1688
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1690
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1692
int linux_sys_sched_setparam(struct lwp *, const struct linux_sys_sched_setparam_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1694
int linux_sys_sched_getparam(struct lwp *, const struct linux_sys_sched_getparam_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1696
int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1698
int linux_sys_sched_getscheduler(struct lwp *, const struct linux_sys_sched_getscheduler_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1700
int linux_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1702
int linux_sys_sched_get_priority_max(struct lwp *, const struct linux_sys_sched_get_priority_max_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1704
int linux_sys_sched_get_priority_min(struct lwp *, const struct linux_sys_sched_get_priority_min_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1706
int linux_sys_nanosleep(struct lwp *, const struct linux_sys_nanosleep_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1708
int linux_sys_mremap(struct lwp *, const struct linux_sys_mremap_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1710
int linux_sys_setresuid16(struct lwp *, const struct linux_sys_setresuid16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1712
int linux_sys_getresuid16(struct lwp *, const struct linux_sys_getresuid16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1714
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1716
int linux_sys_setresgid16(struct lwp *, const struct linux_sys_setresgid16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1718
int linux_sys_getresgid16(struct lwp *, const struct linux_sys_getresgid16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1720
int linux_sys___prctl(struct lwp *, const struct linux_sys___prctl_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1722
int linux_sys_rt_sigreturn(struct lwp *, const struct linux_sys_rt_sigreturn_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1724
int linux_sys_rt_sigaction(struct lwp *, const struct linux_sys_rt_sigaction_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1726
int linux_sys_rt_sigprocmask(struct lwp *, const struct linux_sys_rt_sigprocmask_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1728
int linux_sys_rt_sigpending(struct lwp *, const struct linux_sys_rt_sigpending_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1730
int linux_sys_rt_sigtimedwait(struct lwp *, const struct linux_sys_rt_sigtimedwait_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1732
int linux_sys_rt_queueinfo(struct lwp *, const struct linux_sys_rt_queueinfo_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1734
int linux_sys_rt_sigsuspend(struct lwp *, const struct linux_sys_rt_sigsuspend_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1736
int linux_sys_pread(struct lwp *, const struct linux_sys_pread_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1738
int linux_sys_pwrite(struct lwp *, const struct linux_sys_pwrite_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1740
int linux_sys_chown16(struct lwp *, const struct linux_sys_chown16_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1742
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1744
int linux_sys_sigaltstack(struct lwp *, const struct linux_sys_sigaltstack_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1746
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1748
int linux_sys_ugetrlimit(struct lwp *, const struct linux_sys_ugetrlimit_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1751
int linux_sys_mmap2(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1753
int linux_sys_truncate64(struct lwp *, const struct linux_sys_truncate64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1755
int linux_sys_ftruncate64(struct lwp *, const struct linux_sys_ftruncate64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1757
int linux_sys_stat64(struct lwp *, const struct linux_sys_stat64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1759
int linux_sys_lstat64(struct lwp *, const struct linux_sys_lstat64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1761
int linux_sys_fstat64(struct lwp *, const struct linux_sys_fstat64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1763
int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1765
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1767
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1769
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1771
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1773
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1775
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1777
int linux_sys_getresuid(struct lwp *, const struct linux_sys_getresuid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1779
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1781
int linux_sys_getresgid(struct lwp *, const struct linux_sys_getresgid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1783
int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1785
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1787
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1789
int linux_sys_getdents64(struct lwp *, const struct linux_sys_getdents64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1791
int linux_sys_fcntl64(struct lwp *, const struct linux_sys_fcntl64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1793
int linux_sys_gettid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1795
int linux_sys_readahead(struct lwp *, const struct linux_sys_readahead_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1797
int linux_sys_setxattr(struct lwp *, const struct linux_sys_setxattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1799
int linux_sys_lsetxattr(struct lwp *, const struct linux_sys_lsetxattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1801
int linux_sys_fsetxattr(struct lwp *, const struct linux_sys_fsetxattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1803
int linux_sys_getxattr(struct lwp *, const struct linux_sys_getxattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1805
int linux_sys_lgetxattr(struct lwp *, const struct linux_sys_lgetxattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1807
int linux_sys_fgetxattr(struct lwp *, const struct linux_sys_fgetxattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1809
int linux_sys_listxattr(struct lwp *, const struct linux_sys_listxattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1811
int linux_sys_llistxattr(struct lwp *, const struct linux_sys_llistxattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1813
int linux_sys_flistxattr(struct lwp *, const struct linux_sys_flistxattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1815
int linux_sys_removexattr(struct lwp *, const struct linux_sys_removexattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1817
int linux_sys_lremovexattr(struct lwp *, const struct linux_sys_lremovexattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1819
int linux_sys_fremovexattr(struct lwp *, const struct linux_sys_fremovexattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1821
int linux_sys_tkill(struct lwp *, const struct linux_sys_tkill_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1823
int linux_sys_futex(struct lwp *, const struct linux_sys_futex_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1825
int linux_sys_sched_setaffinity(struct lwp *, const struct linux_sys_sched_setaffinity_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1827
int linux_sys_sched_getaffinity(struct lwp *, const struct linux_sys_sched_getaffinity_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1829
int linux_sys_set_thread_area(struct lwp *, const struct linux_sys_set_thread_area_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1831
int linux_sys_get_thread_area(struct lwp *, const struct linux_sys_get_thread_area_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1833
int linux_sys_fadvise64(struct lwp *, const struct linux_sys_fadvise64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1835
int linux_sys_exit_group(struct lwp *, const struct linux_sys_exit_group_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1837
int linux_sys_epoll_create(struct lwp *, const struct linux_sys_epoll_create_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1839
int linux_sys_epoll_ctl(struct lwp *, const struct linux_sys_epoll_ctl_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1841
int linux_sys_epoll_wait(struct lwp *, const struct linux_sys_epoll_wait_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1843
int linux_sys_set_tid_address(struct lwp *, const struct linux_sys_set_tid_address_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1845
int linux_sys_timer_create(struct lwp *, const struct linux_sys_timer_create_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1847
int linux_sys_timer_settime(struct lwp *, const struct linux_sys_timer_settime_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1849
int linux_sys_timer_gettime(struct lwp *, const struct linux_sys_timer_gettime_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1851
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1853
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1855
int linux_sys_clock_settime(struct lwp *, const struct linux_sys_clock_settime_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1857
int linux_sys_clock_gettime(struct lwp *, const struct linux_sys_clock_gettime_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1859
int linux_sys_clock_getres(struct lwp *, const struct linux_sys_clock_getres_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1861
int linux_sys_clock_nanosleep(struct lwp *, const struct linux_sys_clock_nanosleep_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1863
int linux_sys_statfs64(struct lwp *, const struct linux_sys_statfs64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1865
int linux_sys_fstatfs64(struct lwp *, const struct linux_sys_fstatfs64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1867
int linux_sys_tgkill(struct lwp *, const struct linux_sys_tgkill_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1869
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1871
int linux_sys_fadvise64_64(struct lwp *, const struct linux_sys_fadvise64_64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1873
int linux_sys_mq_open(struct lwp *, const struct linux_sys_mq_open_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1875
int linux_sys_mq_unlink(struct lwp *, const struct linux_sys_mq_unlink_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1877
int linux_sys_mq_timedsend(struct lwp *, const struct linux_sys_mq_timedsend_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1879
int linux_sys_mq_timedreceive(struct lwp *, const struct linux_sys_mq_timedreceive_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1881
int linux_sys_mq_notify(struct lwp *, const struct linux_sys_mq_notify_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1883
int linux_sys_mq_getsetattr(struct lwp *, const struct linux_sys_mq_getsetattr_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1885
int linux_sys_waitid(struct lwp *, const struct linux_sys_waitid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1887
int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1889
int linux_sys_inotify_add_watch(struct lwp *, const struct linux_sys_inotify_add_watch_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1891
int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1893
int linux_sys_openat(struct lwp *, const struct linux_sys_openat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1895
int sys_mkdirat(struct lwp *, const struct sys_mkdirat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1897
int linux_sys_mknodat(struct lwp *, const struct linux_sys_mknodat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1899
int linux_sys_fchownat(struct lwp *, const struct linux_sys_fchownat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1901
int linux_sys_fstatat64(struct lwp *, const struct linux_sys_fstatat64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1903
int linux_sys_unlinkat(struct lwp *, const struct linux_sys_unlinkat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1905
int sys_renameat(struct lwp *, const struct sys_renameat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1907
int linux_sys_linkat(struct lwp *, const struct linux_sys_linkat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1909
int sys_symlinkat(struct lwp *, const struct sys_symlinkat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1911
int sys_readlinkat(struct lwp *, const struct sys_readlinkat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1913
int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1915
int linux_sys_faccessat(struct lwp *, const struct linux_sys_faccessat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1917
int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1919
int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1921
int sys___futex_set_robust_list(struct lwp *, const struct sys___futex_set_robust_list_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1923
int sys___futex_get_robust_list(struct lwp *, const struct sys___futex_get_robust_list_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1925
int linux_sys_sync_file_range(struct lwp *, const struct linux_sys_sync_file_range_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1927
int linux_sys_getcpu(struct lwp *, const struct linux_sys_getcpu_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1929
int linux_sys_epoll_pwait(struct lwp *, const struct linux_sys_epoll_pwait_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1931
int linux_sys_utimensat(struct lwp *, const struct linux_sys_utimensat_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1933
int linux_sys_timerfd_create(struct lwp *, const struct linux_sys_timerfd_create_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1935
int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1937
int linux_sys_fallocate(struct lwp *, const struct linux_sys_fallocate_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1939
int linux_sys_timerfd_settime(struct lwp *, const struct linux_sys_timerfd_settime_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1941
int linux_sys_timerfd_gettime(struct lwp *, const struct linux_sys_timerfd_gettime_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1943
int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1945
int linux_sys_epoll_create1(struct lwp *, const struct linux_sys_epoll_create1_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1947
int linux_sys_dup3(struct lwp *, const struct linux_sys_dup3_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1949
int linux_sys_pipe2(struct lwp *, const struct linux_sys_pipe2_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1951
int linux_sys_inotify_init1(struct lwp *, const struct linux_sys_inotify_init1_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1953
int linux_sys_preadv(struct lwp *, const struct linux_sys_preadv_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1955
int linux_sys_pwritev(struct lwp *, const struct linux_sys_pwritev_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1957
int linux_sys_prlimit64(struct lwp *, const struct linux_sys_prlimit64_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1959
int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1961
int linux_sys_renameat2(struct lwp *, const struct linux_sys_renameat2_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1963
int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1965
int linux_sys_memfd_create(struct lwp *, const struct linux_sys_memfd_create_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1967
int linux_sys_copy_file_range(struct lwp *, const struct linux_sys_copy_file_range_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1969
int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1971
int linux_sys_clone3(struct lwp *, const struct linux_sys_clone3_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1973
int linux_sys_close_range(struct lwp *, const struct linux_sys_close_range_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1975
int linux_sys_faccessat2(struct lwp *, const struct linux_sys_faccessat2_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
1977
int linux_sys_epoll_pwait2(struct lwp *, const struct linux_sys_epoll_pwait2_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
21
register_t pad; \
sys/compat/linux/arch/i386/linux_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/linux/arch/i386/linux_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/linux/arch/i386/linux_syscallargs.h
35
<= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/linux/arch/i386/linux_sysent.c
30
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/linux/arch/i386/linux_systrace_args.c
11
systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
sys/compat/linux/arch/m68k/linux_machdep.c
500
linux_sys_sigreturn(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/arch/m68k/linux_machdep.c
656
linux_sys_rt_sigreturn(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/arch/m68k/linux_machdep.c
816
linux_sys_cacheflush(struct lwp *l, const struct linux_sys_cacheflush_args *uap, register_t *retval)
sys/compat/linux/arch/m68k/linux_machdep.c
887
linux_machdepioctl(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux/arch/m68k/linux_syscallargs.h
1404
int linux_sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1406
int linux_sys_exit(struct lwp *, const struct linux_sys_exit_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1408
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1410
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1412
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1414
int linux_sys_open(struct lwp *, const struct linux_sys_open_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1416
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1418
int linux_sys_waitpid(struct lwp *, const struct linux_sys_waitpid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1420
int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1422
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1424
int linux_sys_unlink(struct lwp *, const struct linux_sys_unlink_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1426
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1428
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1430
int linux_sys_time(struct lwp *, const struct linux_sys_time_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1432
int linux_sys_mknod(struct lwp *, const struct linux_sys_mknod_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1434
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1436
int linux_sys_chown16(struct lwp *, const struct linux_sys_chown16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1439
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1443
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1445
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1447
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1449
int linux_sys_stime(struct lwp *, const struct linux_sys_stime_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1451
int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1453
int linux_sys_alarm(struct lwp *, const struct linux_sys_alarm_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1455
int linux_sys_pause(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1457
int linux_sys_utime(struct lwp *, const struct linux_sys_utime_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1459
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1461
int linux_sys_nice(struct lwp *, const struct linux_sys_nice_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1463
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1465
int linux_sys_kill(struct lwp *, const struct linux_sys_kill_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1467
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1469
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1471
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1473
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1475
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1477
int linux_sys_times(struct lwp *, const struct linux_sys_times_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1479
int linux_sys_brk(struct lwp *, const struct linux_sys_brk_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1481
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1483
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1485
int linux_sys_signal(struct lwp *, const struct linux_sys_signal_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1487
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1489
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1491
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1493
int linux_sys_ioctl(struct lwp *, const struct linux_sys_ioctl_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1495
int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1497
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1499
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1501
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1503
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1505
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1507
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1509
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1511
int linux_sys_sigaction(struct lwp *, const struct linux_sys_sigaction_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1513
int linux_sys_siggetmask(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1515
int linux_sys_sigsetmask(struct lwp *, const struct linux_sys_sigsetmask_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1517
int linux_sys_setreuid16(struct lwp *, const struct linux_sys_setreuid16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1519
int linux_sys_setregid16(struct lwp *, const struct linux_sys_setregid16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1521
int linux_sys_sigsuspend(struct lwp *, const struct linux_sys_sigsuspend_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1523
int linux_sys_sigpending(struct lwp *, const struct linux_sys_sigpending_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1526
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1530
int linux_sys_setrlimit(struct lwp *, const struct linux_sys_setrlimit_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1532
int linux_sys_getrlimit(struct lwp *, const struct linux_sys_getrlimit_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1534
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1536
int linux_sys_gettimeofday(struct lwp *, const struct linux_sys_gettimeofday_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1538
int linux_sys_settimeofday(struct lwp *, const struct linux_sys_settimeofday_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1540
int linux_sys_getgroups16(struct lwp *, const struct linux_sys_getgroups16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1542
int linux_sys_setgroups16(struct lwp *, const struct linux_sys_setgroups16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1544
int linux_sys_oldselect(struct lwp *, const struct linux_sys_oldselect_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1546
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1549
int compat_43_sys_lstat(struct lwp *, const struct compat_43_sys_lstat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1553
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1556
int linux_sys_uselib(struct lwp *, const struct linux_sys_uselib_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1560
int linux_sys_swapon(struct lwp *, const struct linux_sys_swapon_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1562
int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1564
int linux_sys_readdir(struct lwp *, const struct linux_sys_readdir_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1566
int linux_sys_old_mmap(struct lwp *, const struct linux_sys_old_mmap_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1568
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1570
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1573
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1577
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1579
int linux_sys_fchown16(struct lwp *, const struct linux_sys_fchown16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1581
int linux_sys_getpriority(struct lwp *, const struct linux_sys_getpriority_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1583
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1585
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1587
int linux_sys_statfs(struct lwp *, const struct linux_sys_statfs_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1589
int linux_sys_fstatfs(struct lwp *, const struct linux_sys_fstatfs_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1591
int linux_sys_socketcall(struct lwp *, const struct linux_sys_socketcall_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1593
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1595
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1597
int linux_sys_stat(struct lwp *, const struct linux_sys_stat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1599
int linux_sys_lstat(struct lwp *, const struct linux_sys_lstat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1601
int linux_sys_fstat(struct lwp *, const struct linux_sys_fstat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1603
int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1605
int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1607
int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1609
int linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1611
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1613
int linux_sys_sigreturn(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1615
int linux_sys_clone(struct lwp *, const struct linux_sys_clone_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1617
int linux_sys_setdomainname(struct lwp *, const struct linux_sys_setdomainname_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1619
int linux_sys_uname(struct lwp *, const struct linux_sys_uname_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1621
int linux_sys_cacheflush(struct lwp *, const struct linux_sys_cacheflush_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1623
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1625
int linux_sys_sigprocmask(struct lwp *, const struct linux_sys_sigprocmask_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1627
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1629
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1631
int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1633
int linux_sys_setfsuid(struct lwp *, const struct linux_sys_setfsuid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1635
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1637
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1639
int linux_sys_getdents(struct lwp *, const struct linux_sys_getdents_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1641
int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1643
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1645
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1647
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1649
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1651
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1653
int linux_sys_fdatasync(struct lwp *, const struct linux_sys_fdatasync_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1655
int linux_sys___sysctl(struct lwp *, const struct linux_sys___sysctl_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1657
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1659
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1661
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1663
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1665
int linux_sys_sched_setparam(struct lwp *, const struct linux_sys_sched_setparam_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1667
int linux_sys_sched_getparam(struct lwp *, const struct linux_sys_sched_getparam_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1669
int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1671
int linux_sys_sched_getscheduler(struct lwp *, const struct linux_sys_sched_getscheduler_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1673
int linux_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1675
int linux_sys_sched_get_priority_max(struct lwp *, const struct linux_sys_sched_get_priority_max_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1677
int linux_sys_sched_get_priority_min(struct lwp *, const struct linux_sys_sched_get_priority_min_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1679
int linux_sys_nanosleep(struct lwp *, const struct linux_sys_nanosleep_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1681
int linux_sys_mremap(struct lwp *, const struct linux_sys_mremap_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1683
int linux_sys_setresuid16(struct lwp *, const struct linux_sys_setresuid16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1685
int linux_sys_getresuid16(struct lwp *, const struct linux_sys_getresuid16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1687
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1689
int linux_sys_setresgid16(struct lwp *, const struct linux_sys_setresgid16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1691
int linux_sys_getresgid16(struct lwp *, const struct linux_sys_getresgid16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1693
int linux_sys___prctl(struct lwp *, const struct linux_sys___prctl_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1695
int linux_sys_rt_sigreturn(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1697
int linux_sys_rt_sigaction(struct lwp *, const struct linux_sys_rt_sigaction_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1699
int linux_sys_rt_sigprocmask(struct lwp *, const struct linux_sys_rt_sigprocmask_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1701
int linux_sys_rt_sigpending(struct lwp *, const struct linux_sys_rt_sigpending_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1703
int linux_sys_rt_sigtimedwait(struct lwp *, const struct linux_sys_rt_sigtimedwait_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1705
int linux_sys_rt_queueinfo(struct lwp *, const struct linux_sys_rt_queueinfo_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1707
int linux_sys_rt_sigsuspend(struct lwp *, const struct linux_sys_rt_sigsuspend_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1709
int linux_sys_pread(struct lwp *, const struct linux_sys_pread_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1711
int linux_sys_pwrite(struct lwp *, const struct linux_sys_pwrite_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1713
int linux_sys_lchown16(struct lwp *, const struct linux_sys_lchown16_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1715
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1717
int linux_sys_sigaltstack(struct lwp *, const struct linux_sys_sigaltstack_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1719
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1721
int linux_sys_ugetrlimit(struct lwp *, const struct linux_sys_ugetrlimit_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1724
int linux_sys_mmap2(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1726
int linux_sys_truncate64(struct lwp *, const struct linux_sys_truncate64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1728
int linux_sys_ftruncate64(struct lwp *, const struct linux_sys_ftruncate64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1730
int linux_sys_stat64(struct lwp *, const struct linux_sys_stat64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1732
int linux_sys_lstat64(struct lwp *, const struct linux_sys_lstat64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1734
int linux_sys_fstat64(struct lwp *, const struct linux_sys_fstat64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1736
int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1738
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1740
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1742
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1744
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1746
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1748
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1750
int linux_sys_getresuid(struct lwp *, const struct linux_sys_getresuid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1752
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1754
int linux_sys_getresgid(struct lwp *, const struct linux_sys_getresgid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1756
int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1758
int linux_sys_getdents64(struct lwp *, const struct linux_sys_getdents64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1760
int linux_sys_gettid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1762
int linux_sys_tkill(struct lwp *, const struct linux_sys_tkill_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1764
int linux_sys_setxattr(struct lwp *, const struct linux_sys_setxattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1766
int linux_sys_lsetxattr(struct lwp *, const struct linux_sys_lsetxattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1768
int linux_sys_fsetxattr(struct lwp *, const struct linux_sys_fsetxattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1770
int linux_sys_getxattr(struct lwp *, const struct linux_sys_getxattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1772
int linux_sys_lgetxattr(struct lwp *, const struct linux_sys_lgetxattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1774
int linux_sys_fgetxattr(struct lwp *, const struct linux_sys_fgetxattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1776
int linux_sys_listxattr(struct lwp *, const struct linux_sys_listxattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1778
int linux_sys_llistxattr(struct lwp *, const struct linux_sys_llistxattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1780
int linux_sys_flistxattr(struct lwp *, const struct linux_sys_flistxattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1782
int linux_sys_removexattr(struct lwp *, const struct linux_sys_removexattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1784
int linux_sys_lremovexattr(struct lwp *, const struct linux_sys_lremovexattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1786
int linux_sys_fremovexattr(struct lwp *, const struct linux_sys_fremovexattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1788
int linux_sys_futex(struct lwp *, const struct linux_sys_futex_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1790
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1792
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1794
int linux_sys_fcntl64(struct lwp *, const struct linux_sys_fcntl64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1796
int linux_sys_readahead(struct lwp *, const struct linux_sys_readahead_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1798
int linux_sys_fadvise64(struct lwp *, const struct linux_sys_fadvise64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1800
int linux_sys_epoll_create(struct lwp *, const struct linux_sys_epoll_create_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1802
int linux_sys_epoll_ctl(struct lwp *, const struct linux_sys_epoll_ctl_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1804
int linux_sys_epoll_wait(struct lwp *, const struct linux_sys_epoll_wait_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1806
int linux_sys_set_tid_address(struct lwp *, const struct linux_sys_set_tid_address_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1808
int linux_sys_timer_create(struct lwp *, const struct linux_sys_timer_create_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1810
int linux_sys_timer_settime(struct lwp *, const struct linux_sys_timer_settime_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1812
int linux_sys_timer_gettime(struct lwp *, const struct linux_sys_timer_gettime_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1814
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1816
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1818
int linux_sys_clock_settime(struct lwp *, const struct linux_sys_clock_settime_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1820
int linux_sys_clock_gettime(struct lwp *, const struct linux_sys_clock_gettime_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1822
int linux_sys_clock_getres(struct lwp *, const struct linux_sys_clock_getres_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1824
int linux_sys_clock_nanosleep(struct lwp *, const struct linux_sys_clock_nanosleep_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1826
int linux_sys_statfs64(struct lwp *, const struct linux_sys_statfs64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1828
int linux_sys_fstatfs64(struct lwp *, const struct linux_sys_fstatfs64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1830
int linux_sys_tgkill(struct lwp *, const struct linux_sys_tgkill_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1832
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1834
int linux_sys_fadvise64_64(struct lwp *, const struct linux_sys_fadvise64_64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1836
int linux_sys_mq_open(struct lwp *, const struct linux_sys_mq_open_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1838
int linux_sys_mq_unlink(struct lwp *, const struct linux_sys_mq_unlink_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1840
int linux_sys_mq_timedsend(struct lwp *, const struct linux_sys_mq_timedsend_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1842
int linux_sys_mq_timedreceive(struct lwp *, const struct linux_sys_mq_timedreceive_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1844
int linux_sys_mq_notify(struct lwp *, const struct linux_sys_mq_notify_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1846
int linux_sys_mq_getsetattr(struct lwp *, const struct linux_sys_mq_getsetattr_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1848
int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1850
int linux_sys_inotify_add_watch(struct lwp *, const struct linux_sys_inotify_add_watch_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1852
int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1854
int linux_sys_openat(struct lwp *, const struct linux_sys_openat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1856
int sys_mkdirat(struct lwp *, const struct sys_mkdirat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1858
int linux_sys_mknodat(struct lwp *, const struct linux_sys_mknodat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1860
int linux_sys_fchownat(struct lwp *, const struct linux_sys_fchownat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1862
int linux_sys_fstatat64(struct lwp *, const struct linux_sys_fstatat64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1864
int linux_sys_unlinkat(struct lwp *, const struct linux_sys_unlinkat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1866
int sys_renameat(struct lwp *, const struct sys_renameat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1868
int linux_sys_linkat(struct lwp *, const struct linux_sys_linkat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1870
int sys_symlinkat(struct lwp *, const struct sys_symlinkat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1872
int sys_readlinkat(struct lwp *, const struct sys_readlinkat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1874
int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1876
int linux_sys_faccessat(struct lwp *, const struct linux_sys_faccessat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1878
int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1880
int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1882
int sys___futex_set_robust_list(struct lwp *, const struct sys___futex_set_robust_list_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1884
int sys___futex_get_robust_list(struct lwp *, const struct sys___futex_get_robust_list_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1886
int linux_sys_sync_file_range(struct lwp *, const struct linux_sys_sync_file_range_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1888
int linux_sys_sched_setaffinity(struct lwp *, const struct linux_sys_sched_setaffinity_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1890
int linux_sys_sched_getaffinity(struct lwp *, const struct linux_sys_sched_getaffinity_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1892
int linux_sys_getcpu(struct lwp *, const struct linux_sys_getcpu_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1894
int linux_sys_epoll_pwait(struct lwp *, const struct linux_sys_epoll_pwait_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1896
int linux_sys_utimensat(struct lwp *, const struct linux_sys_utimensat_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1898
int linux_sys_timerfd_create(struct lwp *, const struct linux_sys_timerfd_create_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1900
int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1902
int linux_sys_fallocate(struct lwp *, const struct linux_sys_fallocate_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1904
int linux_sys_timerfd_settime(struct lwp *, const struct linux_sys_timerfd_settime_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1906
int linux_sys_timerfd_gettime(struct lwp *, const struct linux_sys_timerfd_gettime_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1908
int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1910
int linux_sys_epoll_create1(struct lwp *, const struct linux_sys_epoll_create1_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1912
int linux_sys_dup3(struct lwp *, const struct linux_sys_dup3_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1914
int linux_sys_pipe2(struct lwp *, const struct linux_sys_pipe2_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1916
int linux_sys_inotify_init1(struct lwp *, const struct linux_sys_inotify_init1_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1918
int linux_sys_preadv(struct lwp *, const struct linux_sys_preadv_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1920
int linux_sys_pwritev(struct lwp *, const struct linux_sys_pwritev_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1922
int linux_sys_prlimit64(struct lwp *, const struct linux_sys_prlimit64_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1924
int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1926
int linux_sys_renameat2(struct lwp *, const struct linux_sys_renameat2_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1928
int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1930
int linux_sys_accept4(struct lwp *, const struct linux_sys_accept4_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1932
int linux_sys_recvmmsg(struct lwp *, const struct linux_sys_recvmmsg_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1934
int linux_sys_sendmmsg(struct lwp *, const struct linux_sys_sendmmsg_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1936
int linux_sys_copy_file_range(struct lwp *, const struct linux_sys_copy_file_range_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1938
int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1940
int linux_sys_clone3(struct lwp *, const struct linux_sys_clone3_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1942
int linux_sys_close_range(struct lwp *, const struct linux_sys_close_range_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1944
int linux_sys_faccessat2(struct lwp *, const struct linux_sys_faccessat2_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
1946
int linux_sys_epoll_pwait2(struct lwp *, const struct linux_sys_epoll_pwait2_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
21
register_t pad; \
sys/compat/linux/arch/m68k/linux_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/linux/arch/m68k/linux_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/linux/arch/m68k/linux_syscallargs.h
35
<= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/linux/arch/m68k/linux_sysent.c
34
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/linux/arch/mips/linux_machdep.c
287
linux_sys_sigreturn(struct lwp *l, const struct linux_sys_sigreturn_args *uap, register_t *retval)
sys/compat/linux/arch/mips/linux_machdep.c
347
linux_sys_rt_sigreturn(struct lwp *l, const struct linux_sys_rt_sigreturn_args *v, register_t *retval)
sys/compat/linux/arch/mips/linux_machdep.c
367
linux_machdepioctl(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux/arch/mips/linux_machdep.c
377
linux_sys_ioperm(struct lwp *l, const struct linux_sys_ioperm_args *uap, register_t *retval)
sys/compat/linux/arch/mips/linux_machdep.c
392
linux_sys_new_uname(struct lwp *l, const struct linux_sys_new_uname_args *uap, register_t *retval)
sys/compat/linux/arch/mips/linux_machdep.c
424
linux_sys_cacheflush(struct lwp *l, const struct linux_sys_cacheflush_args *uap, register_t *retval)
sys/compat/linux/arch/mips/linux_machdep.c
436
linux_sys_sysmips(struct lwp *l, const struct linux_sys_sysmips_args *uap, register_t *retval)
sys/compat/linux/arch/mips/linux_machdep.c
511
linux_sys_set_thread_area(struct lwp *l, const struct linux_sys_set_thread_area_args *uap, register_t *retval)
sys/compat/linux/arch/mips/linux_ptrace.c
60
linux_sys_ptrace_arch(struct lwp *l, const struct linux_sys_ptrace_args *uap, register_t *retval)
sys/compat/linux/arch/mips/linux_syscallargs.h
1449
int linux_sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1451
int linux_sys_exit(struct lwp *, const struct linux_sys_exit_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1453
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1455
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1457
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1459
int linux_sys_open(struct lwp *, const struct linux_sys_open_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1461
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1463
int linux_sys_waitpid(struct lwp *, const struct linux_sys_waitpid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1465
int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1467
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1469
int linux_sys_unlink(struct lwp *, const struct linux_sys_unlink_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1471
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1473
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1475
int linux_sys_time(struct lwp *, const struct linux_sys_time_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1477
int linux_sys_mknod(struct lwp *, const struct linux_sys_mknod_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1479
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1481
int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1483
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1485
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1487
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1489
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1491
int linux_sys_stime(struct lwp *, const struct linux_sys_stime_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1493
int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1495
int linux_sys_alarm(struct lwp *, const struct linux_sys_alarm_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1497
int linux_sys_pause(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1499
int linux_sys_utime(struct lwp *, const struct linux_sys_utime_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1501
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1503
int linux_sys_nice(struct lwp *, const struct linux_sys_nice_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1505
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1507
int linux_sys_kill(struct lwp *, const struct linux_sys_kill_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1509
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1511
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1513
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1515
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1517
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1519
int linux_sys_times(struct lwp *, const struct linux_sys_times_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1521
int linux_sys_brk(struct lwp *, const struct linux_sys_brk_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1523
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1525
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1527
int linux_sys_signal(struct lwp *, const struct linux_sys_signal_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1529
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1531
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1533
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1535
int linux_sys_ioctl(struct lwp *, const struct linux_sys_ioctl_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1537
int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1539
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1541
int linux_sys_olduname(struct lwp *, const struct linux_sys_olduname_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1543
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1545
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1547
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1549
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1551
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1553
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1555
int linux_sys_sigaction(struct lwp *, const struct linux_sys_sigaction_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1557
int linux_sys_siggetmask(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1559
int linux_sys_sigsetmask(struct lwp *, const struct linux_sys_sigsetmask_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1561
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1563
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1565
int linux_sys_sigsuspend(struct lwp *, const struct linux_sys_sigsuspend_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1567
int linux_sys_sigpending(struct lwp *, const struct linux_sys_sigpending_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1569
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1571
int linux_sys_setrlimit(struct lwp *, const struct linux_sys_setrlimit_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1573
int linux_sys_getrlimit(struct lwp *, const struct linux_sys_getrlimit_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1575
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1577
int linux_sys_gettimeofday(struct lwp *, const struct linux_sys_gettimeofday_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1579
int linux_sys_settimeofday(struct lwp *, const struct linux_sys_settimeofday_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1581
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1583
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1585
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1587
int compat_43_sys_lstat(struct lwp *, const struct compat_43_sys_lstat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1589
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1591
int linux_sys_swapon(struct lwp *, const struct linux_sys_swapon_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1593
int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1595
int linux_sys_readdir(struct lwp *, const struct linux_sys_readdir_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1597
int linux_sys_mmap(struct lwp *, const struct linux_sys_mmap_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1599
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1601
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1603
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1605
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1607
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1609
int linux_sys_getpriority(struct lwp *, const struct linux_sys_getpriority_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1611
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1613
int linux_sys_statfs(struct lwp *, const struct linux_sys_statfs_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1615
int linux_sys_fstatfs(struct lwp *, const struct linux_sys_fstatfs_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1617
int linux_sys_ioperm(struct lwp *, const struct linux_sys_ioperm_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1619
int linux_sys_socketcall(struct lwp *, const struct linux_sys_socketcall_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1621
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1623
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1625
int linux_sys_stat(struct lwp *, const struct linux_sys_stat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1627
int linux_sys_lstat(struct lwp *, const struct linux_sys_lstat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1629
int linux_sys_fstat(struct lwp *, const struct linux_sys_fstat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1631
int linux_sys_uname(struct lwp *, const struct linux_sys_uname_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1633
int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1635
int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1637
int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1639
int linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1641
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1643
int linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1645
int linux_sys_clone(struct lwp *, const struct linux_sys_clone_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1647
int linux_sys_setdomainname(struct lwp *, const struct linux_sys_setdomainname_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1649
int linux_sys_new_uname(struct lwp *, const struct linux_sys_new_uname_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1651
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1653
int linux_sys_sigprocmask(struct lwp *, const struct linux_sys_sigprocmask_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1655
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1657
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1659
int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1661
int linux_sys_setfsuid(struct lwp *, const struct linux_sys_setfsuid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1663
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1665
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1667
int linux_sys_getdents(struct lwp *, const struct linux_sys_getdents_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1669
int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1671
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1673
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1675
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1677
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1679
int linux_sys_cacheflush(struct lwp *, const struct linux_sys_cacheflush_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1681
int linux_sys_sysmips(struct lwp *, const struct linux_sys_sysmips_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1683
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1685
int linux_sys_fdatasync(struct lwp *, const struct linux_sys_fdatasync_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1687
int linux_sys___sysctl(struct lwp *, const struct linux_sys___sysctl_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1689
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1691
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1693
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1695
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1697
int linux_sys_sched_setparam(struct lwp *, const struct linux_sys_sched_setparam_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1699
int linux_sys_sched_getparam(struct lwp *, const struct linux_sys_sched_getparam_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1701
int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1703
int linux_sys_sched_getscheduler(struct lwp *, const struct linux_sys_sched_getscheduler_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1705
int linux_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1707
int linux_sys_sched_get_priority_max(struct lwp *, const struct linux_sys_sched_get_priority_max_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1709
int linux_sys_sched_get_priority_min(struct lwp *, const struct linux_sys_sched_get_priority_min_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1711
int linux_sys_nanosleep(struct lwp *, const struct linux_sys_nanosleep_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1713
int linux_sys_mremap(struct lwp *, const struct linux_sys_mremap_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1715
int linux_sys_accept(struct lwp *, const struct linux_sys_accept_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1717
int linux_sys_bind(struct lwp *, const struct linux_sys_bind_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1719
int linux_sys_connect(struct lwp *, const struct linux_sys_connect_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1721
int linux_sys_getpeername(struct lwp *, const struct linux_sys_getpeername_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1723
int linux_sys_getsockname(struct lwp *, const struct linux_sys_getsockname_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1725
int linux_sys_getsockopt(struct lwp *, const struct linux_sys_getsockopt_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1727
int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1729
int linux_sys_recv(struct lwp *, const struct linux_sys_recv_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1731
int linux_sys_recvfrom(struct lwp *, const struct linux_sys_recvfrom_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1733
int linux_sys_recvmsg(struct lwp *, const struct linux_sys_recvmsg_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1735
int linux_sys_send(struct lwp *, const struct linux_sys_send_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1737
int linux_sys_sendmsg(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1739
int linux_sys_sendto(struct lwp *, const struct linux_sys_sendto_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1741
int linux_sys_setsockopt(struct lwp *, const struct linux_sys_setsockopt_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1743
int linux_sys_socket(struct lwp *, const struct linux_sys_socket_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1745
int linux_sys_socketpair(struct lwp *, const struct linux_sys_socketpair_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1747
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1749
int linux_sys_getresuid(struct lwp *, const struct linux_sys_getresuid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1751
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1753
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1755
int linux_sys_getresgid(struct lwp *, const struct linux_sys_getresgid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1757
int linux_sys___prctl(struct lwp *, const struct linux_sys___prctl_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1759
int linux_sys_rt_sigreturn(struct lwp *, const struct linux_sys_rt_sigreturn_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1761
int linux_sys_rt_sigaction(struct lwp *, const struct linux_sys_rt_sigaction_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1763
int linux_sys_rt_sigprocmask(struct lwp *, const struct linux_sys_rt_sigprocmask_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1765
int linux_sys_rt_sigpending(struct lwp *, const struct linux_sys_rt_sigpending_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1767
int linux_sys_rt_sigtimedwait(struct lwp *, const struct linux_sys_rt_sigtimedwait_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1769
int linux_sys_rt_queueinfo(struct lwp *, const struct linux_sys_rt_queueinfo_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1771
int linux_sys_rt_sigsuspend(struct lwp *, const struct linux_sys_rt_sigsuspend_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1773
int linux_sys_pread(struct lwp *, const struct linux_sys_pread_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1775
int linux_sys_pwrite(struct lwp *, const struct linux_sys_pwrite_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1777
int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1779
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1781
int linux_sys_sigaltstack(struct lwp *, const struct linux_sys_sigaltstack_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1783
int linux_sys_mmap2(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1785
int linux_sys_truncate64(struct lwp *, const struct linux_sys_truncate64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1787
int linux_sys_ftruncate64(struct lwp *, const struct linux_sys_ftruncate64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1789
int linux_sys_stat64(struct lwp *, const struct linux_sys_stat64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1791
int linux_sys_lstat64(struct lwp *, const struct linux_sys_lstat64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1793
int linux_sys_fstat64(struct lwp *, const struct linux_sys_fstat64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1795
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1797
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1799
int linux_sys_getdents64(struct lwp *, const struct linux_sys_getdents64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1801
int linux_sys_fcntl64(struct lwp *, const struct linux_sys_fcntl64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1803
int linux_sys_gettid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1805
int linux_sys_readahead(struct lwp *, const struct linux_sys_readahead_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1807
int linux_sys_setxattr(struct lwp *, const struct linux_sys_setxattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1809
int linux_sys_lsetxattr(struct lwp *, const struct linux_sys_lsetxattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1811
int linux_sys_fsetxattr(struct lwp *, const struct linux_sys_fsetxattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1813
int linux_sys_getxattr(struct lwp *, const struct linux_sys_getxattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1815
int linux_sys_lgetxattr(struct lwp *, const struct linux_sys_lgetxattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1817
int linux_sys_fgetxattr(struct lwp *, const struct linux_sys_fgetxattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1819
int linux_sys_listxattr(struct lwp *, const struct linux_sys_listxattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1821
int linux_sys_llistxattr(struct lwp *, const struct linux_sys_llistxattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1823
int linux_sys_flistxattr(struct lwp *, const struct linux_sys_flistxattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1825
int linux_sys_removexattr(struct lwp *, const struct linux_sys_removexattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1827
int linux_sys_lremovexattr(struct lwp *, const struct linux_sys_lremovexattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1829
int linux_sys_fremovexattr(struct lwp *, const struct linux_sys_fremovexattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1831
int linux_sys_tkill(struct lwp *, const struct linux_sys_tkill_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1833
int linux_sys_futex(struct lwp *, const struct linux_sys_futex_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1835
int linux_sys_sched_setaffinity(struct lwp *, const struct linux_sys_sched_setaffinity_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1837
int linux_sys_sched_getaffinity(struct lwp *, const struct linux_sys_sched_getaffinity_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1839
int linux_sys_exit_group(struct lwp *, const struct linux_sys_exit_group_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1841
int linux_sys_epoll_create(struct lwp *, const struct linux_sys_epoll_create_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1843
int linux_sys_epoll_ctl(struct lwp *, const struct linux_sys_epoll_ctl_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1845
int linux_sys_epoll_wait(struct lwp *, const struct linux_sys_epoll_wait_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1847
int linux_sys_set_tid_address(struct lwp *, const struct linux_sys_set_tid_address_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1849
int linux_sys_fadvise64(struct lwp *, const struct linux_sys_fadvise64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1851
int linux_sys_statfs64(struct lwp *, const struct linux_sys_statfs64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1853
int linux_sys_fstatfs64(struct lwp *, const struct linux_sys_fstatfs64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1855
int linux_sys_timer_create(struct lwp *, const struct linux_sys_timer_create_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1857
int linux_sys_timer_settime(struct lwp *, const struct linux_sys_timer_settime_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1859
int linux_sys_timer_gettime(struct lwp *, const struct linux_sys_timer_gettime_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1861
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1863
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1865
int linux_sys_clock_settime(struct lwp *, const struct linux_sys_clock_settime_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1867
int linux_sys_clock_gettime(struct lwp *, const struct linux_sys_clock_gettime_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1869
int linux_sys_clock_getres(struct lwp *, const struct linux_sys_clock_getres_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1871
int linux_sys_clock_nanosleep(struct lwp *, const struct linux_sys_clock_nanosleep_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1873
int linux_sys_tgkill(struct lwp *, const struct linux_sys_tgkill_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1875
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1877
int linux_sys_mq_open(struct lwp *, const struct linux_sys_mq_open_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1879
int linux_sys_mq_unlink(struct lwp *, const struct linux_sys_mq_unlink_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1881
int linux_sys_mq_timedsend(struct lwp *, const struct linux_sys_mq_timedsend_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1883
int linux_sys_mq_timedreceive(struct lwp *, const struct linux_sys_mq_timedreceive_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1885
int linux_sys_mq_notify(struct lwp *, const struct linux_sys_mq_notify_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1887
int linux_sys_mq_getsetattr(struct lwp *, const struct linux_sys_mq_getsetattr_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1889
int linux_sys_waitid(struct lwp *, const struct linux_sys_waitid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1891
int linux_sys_set_thread_area(struct lwp *, const struct linux_sys_set_thread_area_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1893
int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1895
int linux_sys_inotify_add_watch(struct lwp *, const struct linux_sys_inotify_add_watch_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1897
int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1899
int linux_sys_openat(struct lwp *, const struct linux_sys_openat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1901
int sys_mkdirat(struct lwp *, const struct sys_mkdirat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1903
int linux_sys_mknodat(struct lwp *, const struct linux_sys_mknodat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1905
int linux_sys_fchownat(struct lwp *, const struct linux_sys_fchownat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1907
int linux_sys_fstatat64(struct lwp *, const struct linux_sys_fstatat64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1909
int linux_sys_unlinkat(struct lwp *, const struct linux_sys_unlinkat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1911
int sys_renameat(struct lwp *, const struct sys_renameat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1913
int linux_sys_linkat(struct lwp *, const struct linux_sys_linkat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1915
int sys_symlinkat(struct lwp *, const struct sys_symlinkat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1917
int sys_readlinkat(struct lwp *, const struct sys_readlinkat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1919
int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1921
int linux_sys_faccessat(struct lwp *, const struct linux_sys_faccessat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1923
int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1925
int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1927
int linux_sys_sync_file_range(struct lwp *, const struct linux_sys_sync_file_range_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1929
int sys___futex_set_robust_list(struct lwp *, const struct sys___futex_set_robust_list_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1931
int sys___futex_get_robust_list(struct lwp *, const struct sys___futex_get_robust_list_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1933
int linux_sys_getcpu(struct lwp *, const struct linux_sys_getcpu_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1935
int linux_sys_epoll_pwait(struct lwp *, const struct linux_sys_epoll_pwait_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1937
int linux_sys_utimensat(struct lwp *, const struct linux_sys_utimensat_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1939
int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1941
int linux_sys_fallocate(struct lwp *, const struct linux_sys_fallocate_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1943
int linux_sys_timerfd_create(struct lwp *, const struct linux_sys_timerfd_create_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1945
int linux_sys_timerfd_gettime(struct lwp *, const struct linux_sys_timerfd_gettime_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1947
int linux_sys_timerfd_settime(struct lwp *, const struct linux_sys_timerfd_settime_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1949
int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1951
int linux_sys_epoll_create1(struct lwp *, const struct linux_sys_epoll_create1_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1953
int linux_sys_dup3(struct lwp *, const struct linux_sys_dup3_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1955
int linux_sys_pipe2(struct lwp *, const struct linux_sys_pipe2_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1957
int linux_sys_inotify_init1(struct lwp *, const struct linux_sys_inotify_init1_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1959
int linux_sys_preadv(struct lwp *, const struct linux_sys_preadv_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1961
int linux_sys_pwritev(struct lwp *, const struct linux_sys_pwritev_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1963
int linux_sys_accept4(struct lwp *, const struct linux_sys_accept4_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1965
int linux_sys_recvmmsg(struct lwp *, const struct linux_sys_recvmmsg_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1967
int linux_sys_prlimit64(struct lwp *, const struct linux_sys_prlimit64_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1969
int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1971
int linux_sys_sendmmsg(struct lwp *, const struct linux_sys_sendmmsg_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1973
int linux_sys_renameat2(struct lwp *, const struct linux_sys_renameat2_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1975
int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1977
int linux_sys_memfd_create(struct lwp *, const struct linux_sys_memfd_create_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1979
int linux_sys_copy_file_range(struct lwp *, const struct linux_sys_copy_file_range_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1981
int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1983
int linux_sys_clone3(struct lwp *, const struct linux_sys_clone3_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1985
int linux_sys_close_range(struct lwp *, const struct linux_sys_close_range_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
1987
int linux_sys_epoll_pwait2(struct lwp *, const struct linux_sys_epoll_pwait2_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
21
register_t pad; \
sys/compat/linux/arch/mips/linux_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/linux/arch/mips/linux_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/linux/arch/mips/linux_syscallargs.h
35
<= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/linux/arch/mips/linux_sysent.c
31
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/linux/arch/powerpc/linux_machdep.c
115
register_t fp;
sys/compat/linux/arch/powerpc/linux_machdep.c
138
fp = (register_t)
sys/compat/linux/arch/powerpc/linux_machdep.c
269
linux_sys_rt_sigreturn(struct lwp *l, const struct linux_sys_rt_sigreturn_args *uap, register_t *retval)
sys/compat/linux/arch/powerpc/linux_machdep.c
364
linux_sys_sigreturn(struct lwp *l, const struct linux_sys_sigreturn_args *uap, register_t *retval)
sys/compat/linux/arch/powerpc/linux_machdep.c
466
linux_machdepioctl(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux/arch/powerpc/linux_machdep.c
494
linux_sys_new_uname(struct lwp *l, const struct linux_sys_new_uname_args *uap, register_t *retval)
sys/compat/linux/arch/powerpc/linux_machdep.c
503
linux_sys_new_select(struct lwp *l, const struct linux_sys_new_select_args *uap, register_t *retval)
sys/compat/linux/arch/powerpc/linux_ptrace.c
100
register_t *retval)
sys/compat/linux/arch/powerpc/linux_ptrace.c
280
*retval = (register_t) p->p_vmspace->vm_taddr;
sys/compat/linux/arch/powerpc/linux_ptrace.c
282
*retval = (register_t) p->p_vmspace->vm_minsaddr;
sys/compat/linux/arch/powerpc/linux_ptrace.c
285
*retval = regs->fixreg[addr / sizeof (register_t)];
sys/compat/linux/arch/powerpc/linux_ptrace.c
339
regs->fixreg[addr / sizeof (register_t)] =
sys/compat/linux/arch/powerpc/linux_ptrace.c
340
(register_t)SCARG(uap, data);
sys/compat/linux/arch/powerpc/linux_ptrace.c
342
regs->pc = (register_t)SCARG(uap, data);
sys/compat/linux/arch/powerpc/linux_ptrace.c
344
regs->ctr = (register_t)SCARG(uap, data);
sys/compat/linux/arch/powerpc/linux_ptrace.c
346
regs->lr = (register_t)SCARG(uap, data);
sys/compat/linux/arch/powerpc/linux_ptrace.c
348
regs->xer = (register_t)SCARG(uap, data);
sys/compat/linux/arch/powerpc/linux_ptrace.c
350
regs->cr = (register_t)SCARG(uap, data);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1338
int linux_sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1340
int linux_sys_exit(struct lwp *, const struct linux_sys_exit_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1342
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1344
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1346
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1348
int linux_sys_open(struct lwp *, const struct linux_sys_open_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1350
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1352
int linux_sys_waitpid(struct lwp *, const struct linux_sys_waitpid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1354
int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1356
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1358
int linux_sys_unlink(struct lwp *, const struct linux_sys_unlink_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1360
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1362
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1364
int linux_sys_time(struct lwp *, const struct linux_sys_time_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1366
int linux_sys_mknod(struct lwp *, const struct linux_sys_mknod_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1368
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1370
int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1372
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1374
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1376
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1378
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1380
int linux_sys_stime(struct lwp *, const struct linux_sys_stime_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1382
int linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1384
int linux_sys_alarm(struct lwp *, const struct linux_sys_alarm_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1386
int linux_sys_pause(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1388
int linux_sys_utime(struct lwp *, const struct linux_sys_utime_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1390
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1392
int linux_sys_nice(struct lwp *, const struct linux_sys_nice_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1394
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1396
int linux_sys_kill(struct lwp *, const struct linux_sys_kill_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1398
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1400
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1402
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1404
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1406
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1408
int linux_sys_times(struct lwp *, const struct linux_sys_times_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1410
int linux_sys_brk(struct lwp *, const struct linux_sys_brk_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1412
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1414
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1416
int linux_sys_signal(struct lwp *, const struct linux_sys_signal_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1418
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1420
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1422
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1424
int linux_sys_ioctl(struct lwp *, const struct linux_sys_ioctl_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1426
int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1428
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1430
int linux_sys_olduname(struct lwp *, const struct linux_sys_olduname_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1432
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1434
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1436
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1438
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1440
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1442
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1444
int linux_sys_sigaction(struct lwp *, const struct linux_sys_sigaction_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1446
int linux_sys_siggetmask(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1448
int linux_sys_sigsetmask(struct lwp *, const struct linux_sys_sigsetmask_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1450
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1452
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1454
int linux_sys_sigsuspend(struct lwp *, const struct linux_sys_sigsuspend_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1456
int linux_sys_sigpending(struct lwp *, const struct linux_sys_sigpending_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1458
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1460
int linux_sys_setrlimit(struct lwp *, const struct linux_sys_setrlimit_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1462
int linux_sys_getrlimit(struct lwp *, const struct linux_sys_getrlimit_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1464
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1466
int linux_sys_gettimeofday(struct lwp *, const struct linux_sys_gettimeofday_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1468
int linux_sys_settimeofday(struct lwp *, const struct linux_sys_settimeofday_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1470
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1472
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1474
int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1476
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1478
int compat_43_sys_lstat(struct lwp *, const struct compat_43_sys_lstat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1480
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1483
int linux_sys_uselib(struct lwp *, const struct linux_sys_uselib_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1487
int linux_sys_swapon(struct lwp *, const struct linux_sys_swapon_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1489
int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1491
int linux_sys_readdir(struct lwp *, const struct linux_sys_readdir_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1493
int linux_sys_mmap(struct lwp *, const struct linux_sys_mmap_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1495
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1497
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1499
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1501
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1503
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1505
int linux_sys_getpriority(struct lwp *, const struct linux_sys_getpriority_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1507
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1509
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1511
int linux_sys_statfs(struct lwp *, const struct linux_sys_statfs_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1513
int linux_sys_fstatfs(struct lwp *, const struct linux_sys_fstatfs_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1515
int linux_sys_socketcall(struct lwp *, const struct linux_sys_socketcall_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1517
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1519
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1521
int linux_sys_stat(struct lwp *, const struct linux_sys_stat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1523
int linux_sys_lstat(struct lwp *, const struct linux_sys_lstat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1525
int linux_sys_fstat(struct lwp *, const struct linux_sys_fstat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1527
int linux_sys_uname(struct lwp *, const struct linux_sys_uname_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1529
int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1531
int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1533
int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1535
int linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1537
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1539
int linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1541
int linux_sys_clone(struct lwp *, const struct linux_sys_clone_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1543
int linux_sys_setdomainname(struct lwp *, const struct linux_sys_setdomainname_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1545
int linux_sys_new_uname(struct lwp *, const struct linux_sys_new_uname_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1547
int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1549
int linux_sys_sigprocmask(struct lwp *, const struct linux_sys_sigprocmask_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1551
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1553
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1555
int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1557
int linux_sys_setfsuid(struct lwp *, const struct linux_sys_setfsuid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1559
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1561
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1563
int linux_sys_getdents(struct lwp *, const struct linux_sys_getdents_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1565
int linux_sys_new_select(struct lwp *, const struct linux_sys_new_select_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1567
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1569
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1571
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1573
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1575
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1577
int linux_sys_fdatasync(struct lwp *, const struct linux_sys_fdatasync_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1579
int linux_sys___sysctl(struct lwp *, const struct linux_sys___sysctl_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1581
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1583
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1585
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1587
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1589
int linux_sys_sched_setparam(struct lwp *, const struct linux_sys_sched_setparam_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1591
int linux_sys_sched_getparam(struct lwp *, const struct linux_sys_sched_getparam_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1593
int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1595
int linux_sys_sched_getscheduler(struct lwp *, const struct linux_sys_sched_getscheduler_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1597
int linux_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1599
int linux_sys_sched_get_priority_max(struct lwp *, const struct linux_sys_sched_get_priority_max_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1601
int linux_sys_sched_get_priority_min(struct lwp *, const struct linux_sys_sched_get_priority_min_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1603
int linux_sys_nanosleep(struct lwp *, const struct linux_sys_nanosleep_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1605
int linux_sys_mremap(struct lwp *, const struct linux_sys_mremap_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1607
int linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1609
int linux_sys_getresuid(struct lwp *, const struct linux_sys_getresuid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1611
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1613
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1615
int linux_sys_getresgid(struct lwp *, const struct linux_sys_getresgid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1617
int linux_sys___prctl(struct lwp *, const struct linux_sys___prctl_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1619
int linux_sys_rt_sigreturn(struct lwp *, const struct linux_sys_rt_sigreturn_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1621
int linux_sys_rt_sigaction(struct lwp *, const struct linux_sys_rt_sigaction_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1623
int linux_sys_rt_sigprocmask(struct lwp *, const struct linux_sys_rt_sigprocmask_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1625
int linux_sys_rt_sigpending(struct lwp *, const struct linux_sys_rt_sigpending_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1627
int linux_sys_rt_sigtimedwait(struct lwp *, const struct linux_sys_rt_sigtimedwait_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1629
int linux_sys_rt_queueinfo(struct lwp *, const struct linux_sys_rt_queueinfo_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1631
int linux_sys_rt_sigsuspend(struct lwp *, const struct linux_sys_rt_sigsuspend_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1633
int linux_sys_pread(struct lwp *, const struct linux_sys_pread_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1635
int linux_sys_pwrite(struct lwp *, const struct linux_sys_pwrite_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1637
int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1639
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1641
int linux_sys_sigaltstack(struct lwp *, const struct linux_sys_sigaltstack_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1643
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1645
int linux_sys_ugetrlimit(struct lwp *, const struct linux_sys_ugetrlimit_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1647
int linux_sys_readahead(struct lwp *, const struct linux_sys_readahead_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1650
int linux_sys_mmap2(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1652
int linux_sys_truncate64(struct lwp *, const struct linux_sys_truncate64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1654
int linux_sys_ftruncate64(struct lwp *, const struct linux_sys_ftruncate64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1656
int linux_sys_stat64(struct lwp *, const struct linux_sys_stat64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1658
int linux_sys_lstat64(struct lwp *, const struct linux_sys_lstat64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1660
int linux_sys_fstat64(struct lwp *, const struct linux_sys_fstat64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1662
int linux_sys_getdents64(struct lwp *, const struct linux_sys_getdents64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1664
int linux_sys_fcntl64(struct lwp *, const struct linux_sys_fcntl64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1666
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1668
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1670
int linux_sys_gettid(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1672
int linux_sys_tkill(struct lwp *, const struct linux_sys_tkill_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1674
int linux_sys_setxattr(struct lwp *, const struct linux_sys_setxattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1676
int linux_sys_lsetxattr(struct lwp *, const struct linux_sys_lsetxattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1678
int linux_sys_fsetxattr(struct lwp *, const struct linux_sys_fsetxattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1680
int linux_sys_getxattr(struct lwp *, const struct linux_sys_getxattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1682
int linux_sys_lgetxattr(struct lwp *, const struct linux_sys_lgetxattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1684
int linux_sys_fgetxattr(struct lwp *, const struct linux_sys_fgetxattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1686
int linux_sys_listxattr(struct lwp *, const struct linux_sys_listxattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1688
int linux_sys_llistxattr(struct lwp *, const struct linux_sys_llistxattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1690
int linux_sys_flistxattr(struct lwp *, const struct linux_sys_flistxattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1692
int linux_sys_removexattr(struct lwp *, const struct linux_sys_removexattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1694
int linux_sys_lremovexattr(struct lwp *, const struct linux_sys_lremovexattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1696
int linux_sys_fremovexattr(struct lwp *, const struct linux_sys_fremovexattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1698
int linux_sys_futex(struct lwp *, const struct linux_sys_futex_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1700
int linux_sys_sched_setaffinity(struct lwp *, const struct linux_sys_sched_setaffinity_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1702
int linux_sys_sched_getaffinity(struct lwp *, const struct linux_sys_sched_getaffinity_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1704
int linux_sys_set_tid_address(struct lwp *, const struct linux_sys_set_tid_address_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1706
int linux_sys_fadvise64(struct lwp *, const struct linux_sys_fadvise64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1708
int linux_sys_exit_group(struct lwp *, const struct linux_sys_exit_group_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1710
int linux_sys_epoll_create(struct lwp *, const struct linux_sys_epoll_create_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1712
int linux_sys_epoll_ctl(struct lwp *, const struct linux_sys_epoll_ctl_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1714
int linux_sys_epoll_wait(struct lwp *, const struct linux_sys_epoll_wait_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1716
int linux_sys_timer_create(struct lwp *, const struct linux_sys_timer_create_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1718
int linux_sys_timer_settime(struct lwp *, const struct linux_sys_timer_settime_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1720
int linux_sys_timer_gettime(struct lwp *, const struct linux_sys_timer_gettime_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1722
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1724
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1726
int linux_sys_clock_settime(struct lwp *, const struct linux_sys_clock_settime_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1728
int linux_sys_clock_gettime(struct lwp *, const struct linux_sys_clock_gettime_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1730
int linux_sys_clock_getres(struct lwp *, const struct linux_sys_clock_getres_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1732
int linux_sys_clock_nanosleep(struct lwp *, const struct linux_sys_clock_nanosleep_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1734
int linux_sys_tgkill(struct lwp *, const struct linux_sys_tgkill_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1736
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1738
int linux_sys_statfs64(struct lwp *, const struct linux_sys_statfs64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1740
int linux_sys_fstatfs64(struct lwp *, const struct linux_sys_fstatfs64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1742
int linux_sys_fadvise64_64(struct lwp *, const struct linux_sys_fadvise64_64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1744
int linux_sys_mq_open(struct lwp *, const struct linux_sys_mq_open_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1746
int linux_sys_mq_unlink(struct lwp *, const struct linux_sys_mq_unlink_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1748
int linux_sys_mq_timedsend(struct lwp *, const struct linux_sys_mq_timedsend_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1750
int linux_sys_mq_timedreceive(struct lwp *, const struct linux_sys_mq_timedreceive_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1752
int linux_sys_mq_notify(struct lwp *, const struct linux_sys_mq_notify_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1754
int linux_sys_mq_getsetattr(struct lwp *, const struct linux_sys_mq_getsetattr_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1756
int linux_sys_waitid(struct lwp *, const struct linux_sys_waitid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1758
int linux_sys_inotify_init(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1760
int linux_sys_inotify_add_watch(struct lwp *, const struct linux_sys_inotify_add_watch_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1762
int linux_sys_inotify_rm_watch(struct lwp *, const struct linux_sys_inotify_rm_watch_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1764
int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1766
int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1768
int linux_sys_openat(struct lwp *, const struct linux_sys_openat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1770
int sys_mkdirat(struct lwp *, const struct sys_mkdirat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1772
int linux_sys_mknodat(struct lwp *, const struct linux_sys_mknodat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1774
int linux_sys_fchownat(struct lwp *, const struct linux_sys_fchownat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1776
int linux_sys_fstatat64(struct lwp *, const struct linux_sys_fstatat64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1778
int linux_sys_unlinkat(struct lwp *, const struct linux_sys_unlinkat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1780
int sys_renameat(struct lwp *, const struct sys_renameat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1782
int linux_sys_linkat(struct lwp *, const struct linux_sys_linkat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1784
int sys_symlinkat(struct lwp *, const struct sys_symlinkat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1786
int sys_readlinkat(struct lwp *, const struct sys_readlinkat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1788
int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1790
int linux_sys_faccessat(struct lwp *, const struct linux_sys_faccessat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1792
int sys___futex_set_robust_list(struct lwp *, const struct sys___futex_set_robust_list_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1794
int sys___futex_get_robust_list(struct lwp *, const struct sys___futex_get_robust_list_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1796
int linux_sys_getcpu(struct lwp *, const struct linux_sys_getcpu_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1798
int linux_sys_epoll_pwait(struct lwp *, const struct linux_sys_epoll_pwait_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1800
int linux_sys_utimensat(struct lwp *, const struct linux_sys_utimensat_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1802
int linux_sys_timerfd_create(struct lwp *, const struct linux_sys_timerfd_create_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1804
int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1806
int linux_sys_sync_file_range(struct lwp *, const struct linux_sys_sync_file_range_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1808
int linux_sys_fallocate(struct lwp *, const struct linux_sys_fallocate_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1810
int linux_sys_timerfd_settime(struct lwp *, const struct linux_sys_timerfd_settime_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1812
int linux_sys_timerfd_gettime(struct lwp *, const struct linux_sys_timerfd_gettime_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1814
int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1816
int linux_sys_epoll_create1(struct lwp *, const struct linux_sys_epoll_create1_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1818
int linux_sys_dup3(struct lwp *, const struct linux_sys_dup3_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1820
int linux_sys_pipe2(struct lwp *, const struct linux_sys_pipe2_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1822
int linux_sys_inotify_init1(struct lwp *, const struct linux_sys_inotify_init1_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1824
int linux_sys_preadv(struct lwp *, const struct linux_sys_preadv_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1826
int linux_sys_pwritev(struct lwp *, const struct linux_sys_pwritev_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1828
int linux_sys_prlimit64(struct lwp *, const struct linux_sys_prlimit64_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1830
int linux_sys_recvmmsg(struct lwp *, const struct linux_sys_recvmmsg_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1832
int linux_sys_accept4(struct lwp *, const struct linux_sys_accept4_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1834
int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1836
int linux_sys_sendmmsg(struct lwp *, const struct linux_sys_sendmmsg_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1838
int linux_sys_renameat2(struct lwp *, const struct linux_sys_renameat2_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1840
int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1842
int linux_sys_copy_file_range(struct lwp *, const struct linux_sys_copy_file_range_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1844
int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1846
int linux_sys_clone3(struct lwp *, const struct linux_sys_clone3_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1848
int linux_sys_close_range(struct lwp *, const struct linux_sys_close_range_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1850
int linux_sys_faccessat2(struct lwp *, const struct linux_sys_faccessat2_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1852
int linux_sys_epoll_pwait2(struct lwp *, const struct linux_sys_epoll_pwait2_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
21
register_t pad; \
sys/compat/linux/arch/powerpc/linux_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/linux/arch/powerpc/linux_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/linux/arch/powerpc/linux_syscallargs.h
35
<= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/linux/arch/powerpc/linux_sysent.c
29
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/linux/common/linux_blkio.c
64
register_t *retval)
sys/compat/linux/common/linux_break.c
58
linux_sys_break(struct lwp *l, const struct linux_sys_break_args *uap, register_t *retval)
sys/compat/linux/common/linux_cdrom.c
89
linux_ioctl_cdrom(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux/common/linux_exec.c
172
register_t retval;
sys/compat/linux/common/linux_fadvise64.c
65
const struct linux_sys_fadvise64_args *uap, register_t *retval)
sys/compat/linux/common/linux_fadvise64_64.c
65
const struct linux_sys_fadvise64_64_args *uap, register_t *retval)
sys/compat/linux/common/linux_fcntl64.c
59
linux_sys_fcntl64(struct lwp *l, const struct linux_sys_fcntl64_args *uap, register_t *retval)
sys/compat/linux/common/linux_fdio.c
68
register_t *retval)
sys/compat/linux/common/linux_file.c
1022
register_t *retval)
sys/compat/linux/common/linux_file.c
1062
const struct linux_sys_copy_file_range_args *uap, register_t *retval)
sys/compat/linux/common/linux_file.c
1281
fun(struct lwp *l, const struct fun##_args *uap, register_t *retval) \
sys/compat/linux/common/linux_file.c
178
register_t *retval)
sys/compat/linux/common/linux_file.c
228
register_t *retval)
sys/compat/linux/common/linux_file.c
253
register_t *retval)
sys/compat/linux/common/linux_file.c
286
register_t *retval)
sys/compat/linux/common/linux_file.c
519
register_t *retval)
sys/compat/linux/common/linux_file.c
538
linux_stat1(const struct linux_sys_stat_args *uap, register_t *retval,
sys/compat/linux/common/linux_file.c
556
register_t *retval)
sys/compat/linux/common/linux_file.c
570
register_t *retval)
sys/compat/linux/common/linux_file.c
587
register_t *retval)
sys/compat/linux/common/linux_file.c
642
register_t *retval)
sys/compat/linux/common/linux_file.c
658
register_t *retval)
sys/compat/linux/common/linux_file.c
681
register_t *retval)
sys/compat/linux/common/linux_file.c
700
register_t *retval)
sys/compat/linux/common/linux_file.c
735
register_t *retval)
sys/compat/linux/common/linux_file.c
749
register_t *retval)
sys/compat/linux/common/linux_file.c
767
register_t *retval)
sys/compat/linux/common/linux_file.c
787
register_t *retval)
sys/compat/linux/common/linux_file.c
801
register_t *retval)
sys/compat/linux/common/linux_file.c
825
register_t *retval)
sys/compat/linux/common/linux_file.c
849
register_t *retval)
sys/compat/linux/common/linux_file.c
874
register_t *retval)
sys/compat/linux/common/linux_file.c
896
register_t *retval)
sys/compat/linux/common/linux_file.c
932
register_t *retval)
sys/compat/linux/common/linux_file.c
950
const struct linux_sys_sync_file_range_args *uap, register_t *retval)
sys/compat/linux/common/linux_file.c
983
register_t *retval)
sys/compat/linux/common/linux_file64.c
183
linux_sys_fstat64(struct lwp *l, const struct linux_sys_fstat64_args *uap, register_t *retval)
sys/compat/linux/common/linux_file64.c
204
linux_do_stat64(struct lwp *l, const struct linux_sys_stat64_args *uap, register_t *retval, int flags)
sys/compat/linux/common/linux_file64.c
220
linux_sys_stat64(struct lwp *l, const struct linux_sys_stat64_args *uap, register_t *retval)
sys/compat/linux/common/linux_file64.c
231
linux_sys_lstat64(struct lwp *l, const struct linux_sys_lstat64_args *uap, register_t *retval)
sys/compat/linux/common/linux_file64.c
294
linux_sys_fstatat64(struct lwp *l, const struct linux_sys_fstatat64_args *uap, register_t *retval)
sys/compat/linux/common/linux_file64.c
319
register_t *retval)
sys/compat/linux/common/linux_file64.c
347
linux_sys_truncate64(struct lwp *l, const struct linux_sys_truncate64_args *uap, register_t *retval)
sys/compat/linux/common/linux_file64.c
364
linux_sys_ftruncate64(struct lwp *l, const struct linux_sys_ftruncate64_args *uap, register_t *retval)
sys/compat/linux/common/linux_file64.c
396
linux_sys_getdents64(struct lwp *l, const struct linux_sys_getdents64_args *uap, register_t *retval)
sys/compat/linux/common/linux_hdio.c
68
register_t *retval)
sys/compat/linux/common/linux_inotify.c
131
static int do_inotify_init(struct lwp *, register_t *, int);
sys/compat/linux/common/linux_inotify.c
273
do_inotify_init(struct lwp *l, register_t *retval, int flags)
sys/compat/linux/common/linux_inotify.c
339
linux_sys_inotify_init(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/common/linux_inotify.c
350
const struct linux_sys_inotify_init1_args *uap, register_t *retval)
sys/compat/linux/common/linux_inotify.c
415
const struct linux_sys_inotify_add_watch_args *uap, register_t *retval)
sys/compat/linux/common/linux_inotify.c
620
register_t retval;
sys/compat/linux/common/linux_inotify.c
661
const struct linux_sys_inotify_rm_watch_args *uap, register_t *retval)
sys/compat/linux/common/linux_ioctl.c
76
linux_sys_ioctl(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux/common/linux_ioctl.h
39
int linux_machdepioctl(struct lwp *, const struct linux_sys_ioctl_args *, register_t *);
sys/compat/linux/common/linux_ioctl.h
41
register_t *);
sys/compat/linux/common/linux_ioctl.h
43
register_t *);
sys/compat/linux/common/linux_ioctl.h
45
register_t *);
sys/compat/linux/common/linux_ioctl.h
47
register_t *);
sys/compat/linux/common/linux_ioctl.h
49
register_t *);
sys/compat/linux/common/linux_ioctl.h
51
register_t *retval);
sys/compat/linux/common/linux_ioctl.h
53
register_t *retval);
sys/compat/linux/common/linux_ioctl.h
55
register_t *retval);
sys/compat/linux/common/linux_ioctl.h
57
register_t *retval);
sys/compat/linux/common/linux_ipc.c
204
linux_sys_semctl(struct lwp *l, const struct linux_sys_semctl_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipc.c
327
register_t *retval)
sys/compat/linux/common/linux_ipc.c
410
linux_sys_msgctl(struct lwp *l, const struct linux_sys_msgctl_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipc.c
479
linux_sys_shmget(struct lwp *l, const struct linux_sys_shmget_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipc.c
502
linux_sys_shmat(struct lwp *l, const struct linux_sys_shmat_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipc.c
595
linux_sys_shmctl(struct lwp *l, const struct linux_sys_shmctl_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipccall.c
176
linux_semop(struct lwp *l, const struct linux_sys_ipc_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipccall.c
195
linux_semget(struct lwp *l, const struct linux_sys_ipc_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipccall.c
218
linux_msgsnd(struct lwp *l, const struct linux_sys_ipc_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipccall.c
231
linux_msgrcv(struct lwp *l, const struct linux_sys_ipc_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipccall.c
250
linux_msgget(struct lwp *l, const struct linux_sys_ipc_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipccall.c
268
linux_shmdt(struct lwp *l, const struct linux_sys_ipc_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipccall.c
281
linux_shmget(struct lwp *l, const struct linux_sys_ipc_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipccall.c
82
linux_sys_ipc(struct lwp *l, const struct linux_sys_ipc_args *uap, register_t *retval)
sys/compat/linux/common/linux_ipccall.h
64
register_t *);
sys/compat/linux/common/linux_ipccall.h
66
register_t *);
sys/compat/linux/common/linux_ipccall.h
72
register_t *);
sys/compat/linux/common/linux_ipccall.h
74
register_t *);
sys/compat/linux/common/linux_ipccall.h
76
register_t *);
sys/compat/linux/common/linux_ipccall.h
82
register_t *);
sys/compat/linux/common/linux_ipccall.h
84
register_t *);
sys/compat/linux/common/linux_llseek.c
58
linux_sys_llseek(struct lwp *l, const struct linux_sys_llseek_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1033
const struct linux_sys_pselect6_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1109
const struct linux_sys_ppoll_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1150
linux_sys_personality(struct lwp *l, const struct linux_sys_personality_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1184
linux_sys_setfsuid(struct lwp *l, const struct linux_sys_setfsuid_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1200
linux_sys_setfsgid(struct lwp *l, const struct linux_sys_setfsgid_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1216
linux_sys_setresuid(struct lwp *l, const struct linux_sys_setresuid_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1238
linux_sys_getresuid(struct lwp *l, const struct linux_sys_getresuid_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1270
linux_sys_ptrace(struct lwp *l, const struct linux_sys_ptrace_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1327
linux_sys_reboot(struct lwp *l, const struct linux_sys_reboot_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1382
linux_sys_swapon(struct lwp *l, const struct linux_sys_swapon_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1399
linux_sys_swapoff(struct lwp *l, const struct linux_sys_swapoff_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1416
linux_sys_setdomainname(struct lwp *l, const struct linux_sys_setdomainname_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1435
linux_sys_sysinfo(struct lwp *l, const struct linux_sys_sysinfo_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1473
linux_sys_getrlimit(struct lwp *l, const struct linux_sys_getrlimit_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1501
linux_sys_setrlimit(struct lwp *l, const struct linux_sys_setrlimit_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1534
linux_sys_ugetrlimit(struct lwp *l, const struct linux_sys_ugetrlimit_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1541
linux_sys_prlimit64(struct lwp *l, const struct linux_sys_prlimit64_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1588
linux_sys_nosys(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/common/linux_misc.c
1594
linux_sys_getpriority(struct lwp *l, const struct linux_sys_getpriority_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1615
linux_do_sys_utimensat(struct lwp *l, int fd, const char *path, struct timespec *tsp, int flags, register_t *retval)
sys/compat/linux/common/linux_misc.c
1638
register_t *retval)
sys/compat/linux/common/linux_misc.c
1665
register_t *retval)
sys/compat/linux/common/linux_misc.c
1705
int *uaddr2, int val2, int val3, register_t *retval)
sys/compat/linux/common/linux_misc.c
1725
register_t *retval)
sys/compat/linux/common/linux_misc.c
1748
register_t *retval)
sys/compat/linux/common/linux_misc.c
1759
register_t *retval)
sys/compat/linux/common/linux_misc.c
1776
const struct linux_sys_epoll_create_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1800
const struct linux_sys_epoll_create1_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
182
register_t *, off_t);
sys/compat/linux/common/linux_misc.c
1823
register_t *retval)
sys/compat/linux/common/linux_misc.c
1863
const struct linux_sys_epoll_wait_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1888
linux_epoll_pwait2_common(struct lwp *l, register_t *retval, int epfd,
sys/compat/linux/common/linux_misc.c
1944
const struct linux_sys_epoll_pwait_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
1976
const struct linux_sys_epoll_pwait2_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
2022
const struct linux_sys_memfd_create_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
2073
const struct linux_sys_close_range_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
2119
register_t *retval)
sys/compat/linux/common/linux_misc.c
2147
register_t *retval)
sys/compat/linux/common/linux_misc.c
215
linux_sys_wait4(struct lwp *l, const struct linux_sys_wait4_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
271
linux_sys_waitid(struct lwp *l, const struct linux_sys_waitid_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
364
linux_sys_brk(struct lwp *l, const struct linux_sys_brk_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
376
retval[0] = (register_t)((char *)vm->vm_daddr + ptoa(vm->vm_dsize));
sys/compat/linux/common/linux_misc.c
384
linux_sys_statfs(struct lwp *l, const struct linux_sys_statfs_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
406
linux_sys_fstatfs(struct lwp *l, const struct linux_sys_fstatfs_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
434
linux_sys_uname(struct lwp *l, const struct linux_sys_uname_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
460
linux_sys_mmap(struct lwp *l, const struct linux_sys_mmap_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
487
linux_sys_mmap2(struct lwp *l, const struct linux_sys_mmap2_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
506
linux_mmap(struct lwp *l, const struct linux_sys_mmap_args *uap, register_t *retval, off_t offset)
sys/compat/linux/common/linux_misc.c
575
linux_sys_mremap(struct lwp *l, const struct linux_sys_mremap_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
626
*retval = (error != 0) ? 0 : (register_t)newva;
sys/compat/linux/common/linux_misc.c
632
linux_sys_mprotect(struct lwp *l, const struct linux_sys_mprotect_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
705
linux_sys_times(struct lwp *l, const struct linux_sys_times_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
756
linux_sys_getdents(struct lwp *l, const struct linux_sys_getdents_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
933
linux_sys_select(struct lwp *l, const struct linux_sys_select_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc.c
955
linux_select1(struct lwp *l, register_t *retval, int nfds, fd_set *readfds,
sys/compat/linux/common/linux_misc.h
184
int linux_select1(struct lwp *, register_t *, int, fd_set *, fd_set *,
sys/compat/linux/common/linux_misc.h
187
struct timespec *, int, register_t *);
sys/compat/linux/common/linux_misc.h
189
register_t *);
sys/compat/linux/common/linux_misc_notalpha.c
127
linux_sys_nice(struct lwp *l, const struct linux_sys_nice_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc_notalpha.c
157
linux_sys_readdir(struct lwp *l, const struct linux_sys_readdir_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc_notalpha.c
185
linux_sys_time(struct lwp *l, const struct linux_sys_time_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc_notalpha.c
211
linux_sys_utime(struct lwp *l, const struct linux_sys_utime_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc_notalpha.c
241
linux_sys_waitpid(struct lwp *l, const struct linux_sys_waitpid_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc_notalpha.c
260
linux_sys_setresgid(struct lwp *l, const struct linux_sys_setresgid_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc_notalpha.c
281
linux_sys_getresgid(struct lwp *l, const struct linux_sys_getresgid_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc_notalpha.c
318
linux_sys_stime(struct lwp *l, const struct linux_sys_stime_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc_notalpha.c
343
linux_sys_statfs64(struct lwp *l, const struct linux_sys_statfs64_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc_notalpha.c
368
linux_sys_fstatfs64(struct lwp *l, const struct linux_sys_fstatfs64_args *uap, register_t *retval)
sys/compat/linux/common/linux_misc_notalpha.c
93
linux_sys_alarm(struct lwp *l, const struct linux_sys_alarm_args *uap, register_t *retval)
sys/compat/linux/common/linux_mmap.h
98
int linux_sys_mmap(struct lwp *p, const struct linux_sys_mmap_args *v, register_t *retval);
sys/compat/linux/common/linux_mmap.h
99
int linux_sys_mmap2(struct lwp *p, const struct linux_sys_mmap2_args *v, register_t *retval);
sys/compat/linux/common/linux_mqueue.c
104
register_t *retval)
sys/compat/linux/common/linux_mqueue.c
119
register_t *retval)
sys/compat/linux/common/linux_mqueue.c
150
const struct linux_sys_mq_timedreceive_args *uap, register_t *retval)
sys/compat/linux/common/linux_mqueue.c
186
register_t *retval)
sys/compat/linux/common/linux_mqueue.c
233
const struct linux_sys_mq_getsetattr_args *uap, register_t *retval)
sys/compat/linux/common/linux_mqueue.c
259
const struct linux_sys_mq_getsetattr_args *uap, register_t *retval)
sys/compat/linux/common/linux_mqueue.c
305
const struct linux_sys_mq_getsetattr_args *uap, register_t *retval)
sys/compat/linux/common/linux_mqueue.c
76
register_t *retval)
sys/compat/linux/common/linux_msg.h
127
int linux_sys_msgctl(struct lwp *, const struct linux_sys_msgctl_args *, register_t *);
sys/compat/linux/common/linux_mtio.c
75
register_t *retval)
sys/compat/linux/common/linux_oldmmap.c
77
linux_sys_old_mmap(struct lwp *l, const struct linux_sys_old_mmap_args *uap, register_t *retval)
sys/compat/linux/common/linux_oldolduname.c
54
linux_sys_oldolduname(struct lwp *l, const struct linux_sys_oldolduname_args *uap, register_t *retval)
sys/compat/linux/common/linux_oldselect.c
59
linux_sys_oldselect(struct lwp *l, const struct linux_sys_oldselect_args *uap, register_t *retval)
sys/compat/linux/common/linux_olduname.c
57
linux_sys_olduname(struct lwp *l, const struct linux_sys_olduname_args *uap, register_t *retval)
sys/compat/linux/common/linux_pipe.c
63
register_t *retval)
sys/compat/linux/common/linux_pipe.c
82
register_t *retval)
sys/compat/linux/common/linux_ptrace.h
56
int linux_sys_ptrace_arch(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);
sys/compat/linux/common/linux_sched.c
173
linux_sys_clone3(struct lwp *l, const struct linux_sys_clone3_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
252
linux_clone_nptl(struct lwp *l, const struct linux_sys_clone_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
453
linux_sys_sched_setparam(struct lwp *l, const struct linux_sys_sched_setparam_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
493
linux_sys_sched_getparam(struct lwp *l, const struct linux_sys_sched_getparam_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
529
linux_sys_sched_setscheduler(struct lwp *l, const struct linux_sys_sched_setscheduler_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
566
linux_sys_sched_getscheduler(struct lwp *l, const struct linux_sys_sched_getscheduler_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
590
linux_sys_sched_yield(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/common/linux_sched.c
598
linux_sys_sched_get_priority_max(struct lwp *l, const struct linux_sys_sched_get_priority_max_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
620
linux_sys_sched_get_priority_min(struct lwp *l, const struct linux_sys_sched_get_priority_min_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
642
linux_sys_exit(struct lwp *l, const struct linux_sys_exit_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
652
linux_sys_exit_group(struct lwp *l, const struct linux_sys_exit_group_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
660
linux_sys_set_tid_address(struct lwp *l, const struct linux_sys_set_tid_address_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
676
linux_sys_gettid(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/common/linux_sched.c
68
register_t *);
sys/compat/linux/common/linux_sched.c
688
linux_sys_sched_getaffinity(struct lwp *l, const struct linux_sys_sched_getaffinity_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
748
linux_sys_sched_setaffinity(struct lwp *l, const struct linux_sys_sched_setaffinity_args *uap, register_t *retval)
sys/compat/linux/common/linux_sched.c
790
register_t *retval)
sys/compat/linux/common/linux_sched.c
99
register_t *retval)
sys/compat/linux/common/linux_sem.h
91
int linux_sys_semctl(struct lwp *, const struct linux_sys_semctl_args *, register_t *);
sys/compat/linux/common/linux_sg.c
73
register_t *retval)
sys/compat/linux/common/linux_shm.h
130
int linux_sys_shmget(struct lwp *, const struct linux_sys_shmget_args *, register_t *);
sys/compat/linux/common/linux_shm.h
131
int linux_sys_shmat(struct lwp *, const struct linux_sys_shmat_args *, register_t *);
sys/compat/linux/common/linux_shm.h
132
int linux_sys_shmctl(struct lwp *, const struct linux_sys_shmctl_args *, register_t *);
sys/compat/linux/common/linux_sig_notalpha.c
121
linux_sys_sigsetmask(struct lwp *l, const struct linux_sys_sigsetmask_args *uap, register_t *retval)
sys/compat/linux/common/linux_sig_notalpha.c
144
linux_sys_sigprocmask(struct lwp *l, const struct linux_sys_sigprocmask_args *uap, register_t *retval)
sys/compat/linux/common/linux_sig_notalpha.c
162
linux_sys_pause(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/common/linux_sig_notalpha.c
70
linux_sys_signal(struct lwp *l, const struct linux_sys_signal_args *uap, register_t *retval)
sys/compat/linux/common/linux_sig_notalpha.c
97
linux_sys_siggetmask(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux/common/linux_sigaction.c
66
linux_sys_sigaction(struct lwp *l, const struct linux_sys_sigaction_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
331
linux_sys_rt_sigaction(struct lwp *l, const struct linux_sys_rt_sigaction_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
453
linux_sys_rt_sigprocmask(struct lwp *l, const struct linux_sys_rt_sigprocmask_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
505
linux_sys_rt_sigpending(struct lwp *l, const struct linux_sys_rt_sigpending_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
524
linux_sys_sigpending(struct lwp *l, const struct linux_sys_sigpending_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
538
linux_sys_sigsuspend(struct lwp *l, const struct linux_sys_sigsuspend_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
555
linux_sys_rt_sigsuspend(struct lwp *l, const struct linux_sys_rt_sigsuspend_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
621
const struct linux_sys_rt_sigtimedwait_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
639
linux_sys_rt_queueinfo(struct lwp *l, const struct linux_sys_rt_queueinfo_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
662
linux_sys_kill(struct lwp *l, const struct linux_sys_kill_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
712
linux_sys_sigaltstack(struct lwp *l, const struct linux_sys_sigaltstack_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
796
linux_sys_tkill(struct lwp *l, const struct linux_sys_tkill_args *uap, register_t *retval)
sys/compat/linux/common/linux_signal.c
810
linux_sys_tgkill(struct lwp *l, const struct linux_sys_tgkill_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1034
linux_sys_setsockopt(struct lwp *l, const struct linux_sys_setsockopt_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1108
linux_sys_getsockopt(struct lwp *l, const struct linux_sys_getsockopt_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1160
linux_getifname(struct lwp *l, register_t *retval, void *data)
sys/compat/linux/common/linux_socket.c
1185
linux_getifconf(struct lwp *l, register_t *retval, void *data)
sys/compat/linux/common/linux_socket.c
120
int linux_getifname(struct lwp *, register_t *, void *);
sys/compat/linux/common/linux_socket.c
121
int linux_getifconf(struct lwp *, register_t *, void *);
sys/compat/linux/common/linux_socket.c
122
int linux_getifhwaddr(struct lwp *, register_t *, u_int, void *);
sys/compat/linux/common/linux_socket.c
1274
linux_getifhwaddr(struct lwp *l, register_t *retval, u_int fd,
sys/compat/linux/common/linux_socket.c
1400
linux_ioctl_socket(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1441
retval[0] = (register_t)pt.data;
sys/compat/linux/common/linux_socket.c
1508
linux_sys_connect(struct lwp *l, const struct linux_sys_connect_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1553
linux_sys_bind(struct lwp *l, const struct linux_sys_bind_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1572
linux_sys_getsockname(struct lwp *l, const struct linux_sys_getsockname_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1591
linux_sys_getpeername(struct lwp *l, const struct linux_sys_getpeername_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1729
linux_sys_recv(struct lwp *l, const struct linux_sys_recv_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1751
linux_sys_send(struct lwp *l, const struct linux_sys_send_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1773
linux_sys_accept(struct lwp *l, const struct linux_sys_accept_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1797
linux_sys_accept4(struct lwp *l, const struct linux_sys_accept4_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
1833
register_t *retval)
sys/compat/linux/common/linux_socket.c
1897
register_t *retval)
sys/compat/linux/common/linux_socket.c
316
linux_sys_socket(struct lwp *l, const struct linux_sys_socket_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
368
linux_sys_socketpair(struct lwp *l, const struct linux_sys_socketpair_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
391
linux_sys_sendto(struct lwp *l, const struct linux_sys_sendto_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
467
linux_sys_sendmsg(struct lwp *l, const struct linux_sys_sendmsg_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
646
linux_sys_recvfrom(struct lwp *l, const struct linux_sys_recvfrom_args *uap, register_t *retval)
sys/compat/linux/common/linux_socket.c
771
linux_sys_recvmsg(struct lwp *l, const struct linux_sys_recvmsg_args *uap, register_t *retval)
sys/compat/linux/common/linux_socketcall.c
119
linux_sys_socketcall(struct lwp *l, const struct linux_sys_socketcall_args *uap, register_t *retval)
sys/compat/linux/common/linux_socketcall.h
273
#define SYS_DEF(foo) int foo(struct lwp *, const struct foo##_args *, register_t *);
sys/compat/linux/common/linux_sysctl.c
164
linux_sys___sysctl(struct lwp *l, const struct linux_sys___sysctl_args *uap, register_t *retval)
sys/compat/linux/common/linux_termios.c
68
linux_ioctl_termios(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
159
register_t *retval)
sys/compat/linux/common/linux_time.c
215
linux_sys_clock_gettime(struct lwp *l, const struct linux_sys_clock_gettime_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
239
linux_sys_clock_settime(struct lwp *l, const struct linux_sys_clock_settime_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
264
linux_sys_clock_getres(struct lwp *l, const struct linux_sys_clock_getres_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
288
linux_sys_clock_nanosleep(struct lwp *l, const struct linux_sys_clock_nanosleep_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
361
const struct linux_sys_timer_create_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
382
const struct linux_sys_timer_settime_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
424
const struct linux_sys_timer_gettime_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
455
const struct linux_sys_timerfd_create_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
485
const struct linux_sys_timerfd_gettime_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
527
const struct linux_sys_timerfd_settime_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
570
register_t *retval)
sys/compat/linux/common/linux_time.c
73
linux_sys_gettimeofday(struct lwp *l, const struct linux_sys_gettimeofday_args *uap, register_t *retval)
sys/compat/linux/common/linux_time.c
97
linux_sys_settimeofday(struct lwp *l, const struct linux_sys_settimeofday_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
107
linux_sys_setreuid16(struct lwp *l, const struct linux_sys_setreuid16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
122
linux_sys_setregid16(struct lwp *l, const struct linux_sys_setregid16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
137
linux_sys_setresuid16(struct lwp *l, const struct linux_sys_setresuid16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
154
linux_sys_setresgid16(struct lwp *l, const struct linux_sys_setresgid16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
171
linux_sys_getresuid16(struct lwp *l, const struct linux_sys_getresuid16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
199
linux_sys_getresgid16(struct lwp *l, const struct linux_sys_getresgid16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
228
linux_sys_getgroups16(struct lwp *l, const struct linux_sys_getgroups16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
270
linux_sys_setgroups16(struct lwp *l, const struct linux_sys_setgroups16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
56
linux_sys_chown16(struct lwp *l, const struct linux_sys_chown16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
73
linux_sys_fchown16(struct lwp *l, const struct linux_sys_fchown16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uid16.c
90
linux_sys_lchown16(struct lwp *l, const struct linux_sys_lchown16_args *uap, register_t *retval)
sys/compat/linux/common/linux_uselib.c
85
linux_sys_uselib(struct lwp *l, const struct linux_sys_uselib_args *uap, register_t *retval)
sys/compat/linux32/arch/aarch64/linux32_machdep.c
280
const struct linux32_sys_sigreturn_args *uap, register_t *retval)
sys/compat/linux32/arch/aarch64/linux32_machdep.c
301
const struct linux32_sys_rt_sigreturn_args *uap, register_t *retval)
sys/compat/linux32/arch/aarch64/linux32_machdep.c
339
register_t *retval)
sys/compat/linux32/arch/aarch64/linux32_machdep.c
348
linux32_sys_get_tls(struct lwp *l, const void *uap, register_t *retval)
sys/compat/linux32/arch/aarch64/linux32_missing.h
46
int linux_sys_old_mmap(struct lwp *, const struct linux_sys_old_mmap_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_missing.h
56
int linux_sys_getgroups16(struct lwp *, const struct linux_sys_getgroups16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_missing.h
57
int linux_sys_setgroups16(struct lwp *, const struct linux_sys_setgroups16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1127
int linux_sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1129
int linux32_sys_exit(struct lwp *, const struct linux32_sys_exit_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1131
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1133
int netbsd32_read(struct lwp *, const struct netbsd32_read_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1135
int netbsd32_write(struct lwp *, const struct netbsd32_write_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1137
int linux32_sys_open(struct lwp *, const struct linux32_sys_open_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1139
int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1141
int linux32_sys_waitpid(struct lwp *, const struct linux32_sys_waitpid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1143
int linux32_sys_creat(struct lwp *, const struct linux32_sys_creat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1145
int netbsd32_link(struct lwp *, const struct netbsd32_link_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1147
int linux32_sys_unlink(struct lwp *, const struct linux32_sys_unlink_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1149
int netbsd32_execve(struct lwp *, const struct netbsd32_execve_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1151
int netbsd32_chdir(struct lwp *, const struct netbsd32_chdir_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1153
int linux32_sys_time(struct lwp *, const struct linux32_sys_time_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1155
int linux32_sys_mknod(struct lwp *, const struct linux32_sys_mknod_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1157
int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1159
int linux32_sys_lchown16(struct lwp *, const struct linux32_sys_lchown16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1161
int compat_43_netbsd32_olseek(struct lwp *, const struct compat_43_netbsd32_olseek_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1163
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1165
int netbsd32_setuid(struct lwp *, const struct netbsd32_setuid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1167
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1169
int linux32_sys_stime(struct lwp *, const struct linux32_sys_stime_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1171
int linux32_sys_ptrace(struct lwp *, const struct linux32_sys_ptrace_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1173
int linux32_sys_alarm(struct lwp *, const struct linux32_sys_alarm_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1175
int linux_sys_pause(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1177
int linux32_sys_utime(struct lwp *, const struct linux32_sys_utime_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1179
int netbsd32_access(struct lwp *, const struct netbsd32_access_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1181
int linux32_sys_nice(struct lwp *, const struct linux32_sys_nice_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1183
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1185
int linux32_sys_kill(struct lwp *, const struct linux32_sys_kill_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1187
int netbsd32___posix_rename(struct lwp *, const struct netbsd32___posix_rename_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1189
int netbsd32_mkdir(struct lwp *, const struct netbsd32_mkdir_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1191
int netbsd32_rmdir(struct lwp *, const struct netbsd32_rmdir_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1193
int netbsd32_dup(struct lwp *, const struct netbsd32_dup_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1195
int linux32_sys_pipe(struct lwp *, const struct linux32_sys_pipe_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1197
int linux32_sys_times(struct lwp *, const struct linux32_sys_times_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1199
int linux32_sys_brk(struct lwp *, const struct linux32_sys_brk_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1201
int netbsd32_setgid(struct lwp *, const struct netbsd32_setgid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1203
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1205
int linux32_sys_signal(struct lwp *, const struct linux32_sys_signal_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1207
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1209
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1211
int netbsd32_acct(struct lwp *, const struct netbsd32_acct_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1213
int linux32_sys_ioctl(struct lwp *, const struct linux32_sys_ioctl_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1215
int linux32_sys_fcntl(struct lwp *, const struct linux32_sys_fcntl_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1217
int netbsd32_setpgid(struct lwp *, const struct netbsd32_setpgid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1219
int linux32_sys_oldolduname(struct lwp *, const struct linux32_sys_oldolduname_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1221
int netbsd32_umask(struct lwp *, const struct netbsd32_umask_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1223
int netbsd32_chroot(struct lwp *, const struct netbsd32_chroot_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1225
int netbsd32_dup2(struct lwp *, const struct netbsd32_dup2_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1227
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1229
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1231
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1233
int linux32_sys_siggetmask(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1235
int linux32_sys_sigsetmask(struct lwp *, const struct linux32_sys_sigsetmask_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1237
int linux32_sys_setreuid16(struct lwp *, const struct linux32_sys_setreuid16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1239
int linux32_sys_setregid16(struct lwp *, const struct linux32_sys_setregid16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1241
int compat_43_netbsd32_osethostname(struct lwp *, const struct compat_43_netbsd32_osethostname_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1243
int linux32_sys_setrlimit(struct lwp *, const struct linux32_sys_setrlimit_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1245
int linux32_sys_getrlimit(struct lwp *, const struct linux32_sys_getrlimit_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1247
int compat_50_netbsd32_getrusage(struct lwp *, const struct compat_50_netbsd32_getrusage_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1249
int linux32_sys_gettimeofday(struct lwp *, const struct linux32_sys_gettimeofday_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1251
int linux32_sys_settimeofday(struct lwp *, const struct linux32_sys_settimeofday_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1253
int linux32_sys_getgroups16(struct lwp *, const struct linux32_sys_getgroups16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1255
int linux32_sys_setgroups16(struct lwp *, const struct linux32_sys_setgroups16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1257
int linux32_sys_oldselect(struct lwp *, const struct linux32_sys_oldselect_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1259
int netbsd32_symlink(struct lwp *, const struct netbsd32_symlink_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1261
int compat_43_netbsd32_lstat43(struct lwp *, const struct compat_43_netbsd32_lstat43_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1263
int netbsd32_readlink(struct lwp *, const struct netbsd32_readlink_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1265
int linux32_sys_swapon(struct lwp *, const struct linux32_sys_swapon_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1267
int linux32_sys_reboot(struct lwp *, const struct linux32_sys_reboot_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1269
int linux32_sys_readdir(struct lwp *, const struct linux32_sys_readdir_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1271
int linux32_sys_old_mmap(struct lwp *, const struct linux32_sys_old_mmap_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1273
int netbsd32_munmap(struct lwp *, const struct netbsd32_munmap_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1275
int compat_43_netbsd32_otruncate(struct lwp *, const struct compat_43_netbsd32_otruncate_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1277
int compat_43_netbsd32_oftruncate(struct lwp *, const struct compat_43_netbsd32_oftruncate_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1279
int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1281
int linux32_sys_fchown16(struct lwp *, const struct linux32_sys_fchown16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1283
int linux32_sys_getpriority(struct lwp *, const struct linux32_sys_getpriority_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1285
int netbsd32_setpriority(struct lwp *, const struct netbsd32_setpriority_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1287
int netbsd32_profil(struct lwp *, const struct netbsd32_profil_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1289
int linux32_sys_statfs(struct lwp *, const struct linux32_sys_statfs_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1291
int linux32_sys_fstatfs(struct lwp *, const struct linux32_sys_fstatfs_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1293
int linux32_sys_socketcall(struct lwp *, const struct linux32_sys_socketcall_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1295
int compat_50_netbsd32_setitimer(struct lwp *, const struct compat_50_netbsd32_setitimer_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1297
int compat_50_netbsd32_getitimer(struct lwp *, const struct compat_50_netbsd32_getitimer_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1299
int linux32_sys_stat(struct lwp *, const struct linux32_sys_stat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1301
int linux32_sys_lstat(struct lwp *, const struct linux32_sys_lstat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1303
int linux32_sys_fstat(struct lwp *, const struct linux32_sys_fstat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1305
int linux32_sys_olduname(struct lwp *, const struct linux32_sys_olduname_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1307
int linux32_sys_wait4(struct lwp *, const struct linux32_sys_wait4_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1309
int linux32_sys_swapoff(struct lwp *, const struct linux32_sys_swapoff_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1311
int linux32_sys_sysinfo(struct lwp *, const struct linux32_sys_sysinfo_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1313
int linux32_sys_ipc(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1315
int netbsd32_fsync(struct lwp *, const struct netbsd32_fsync_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1317
int linux32_sys_sigreturn(struct lwp *, const struct linux32_sys_sigreturn_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1319
int linux32_sys_clone(struct lwp *, const struct linux32_sys_clone_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1321
int linux32_sys_setdomainname(struct lwp *, const struct linux32_sys_setdomainname_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1323
int linux32_sys_uname(struct lwp *, const struct linux32_sys_uname_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1325
int linux32_sys_mprotect(struct lwp *, const struct linux32_sys_mprotect_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1327
int netbsd32_getpgid(struct lwp *, const struct netbsd32_getpgid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1329
int netbsd32_fchdir(struct lwp *, const struct netbsd32_fchdir_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1331
int linux32_sys_personality(struct lwp *, const struct linux32_sys_personality_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1333
int linux32_sys_setfsuid(struct lwp *, const struct linux32_sys_setfsuid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1335
int linux32_sys_setfsgid(struct lwp *, const struct linux32_sys_setfsgid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1337
int linux32_sys_llseek(struct lwp *, const struct linux32_sys_llseek_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1339
int linux32_sys_getdents(struct lwp *, const struct linux32_sys_getdents_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1341
int linux32_sys_select(struct lwp *, const struct linux32_sys_select_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1343
int netbsd32_flock(struct lwp *, const struct netbsd32_flock_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1345
int netbsd32___msync13(struct lwp *, const struct netbsd32___msync13_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1347
int netbsd32_readv(struct lwp *, const struct netbsd32_readv_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1349
int netbsd32_writev(struct lwp *, const struct netbsd32_writev_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1351
int netbsd32_getsid(struct lwp *, const struct netbsd32_getsid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1353
int linux32_sys_fdatasync(struct lwp *, const struct linux32_sys_fdatasync_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1355
int linux32_sys___sysctl(struct lwp *, const struct linux32_sys___sysctl_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1357
int netbsd32_mlock(struct lwp *, const struct netbsd32_mlock_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1359
int netbsd32_munlock(struct lwp *, const struct netbsd32_munlock_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1361
int netbsd32_mlockall(struct lwp *, const struct netbsd32_mlockall_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1363
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1365
int linux32_sys_sched_setparam(struct lwp *, const struct linux32_sys_sched_setparam_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1367
int linux32_sys_sched_getparam(struct lwp *, const struct linux32_sys_sched_getparam_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1369
int linux32_sys_sched_setscheduler(struct lwp *, const struct linux32_sys_sched_setscheduler_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1371
int linux32_sys_sched_getscheduler(struct lwp *, const struct linux32_sys_sched_getscheduler_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1373
int linux_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1375
int linux32_sys_sched_get_priority_max(struct lwp *, const struct linux32_sys_sched_get_priority_max_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1377
int linux32_sys_sched_get_priority_min(struct lwp *, const struct linux32_sys_sched_get_priority_min_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1379
int linux32_sys_nanosleep(struct lwp *, const struct linux32_sys_nanosleep_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1381
int linux32_sys_mremap(struct lwp *, const struct linux32_sys_mremap_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1383
int linux32_sys_setresuid16(struct lwp *, const struct linux32_sys_setresuid16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1385
int linux32_sys_getresuid16(struct lwp *, const struct linux32_sys_getresuid16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1387
int netbsd32_poll(struct lwp *, const struct netbsd32_poll_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1389
int linux32_sys_setresgid16(struct lwp *, const struct linux32_sys_setresgid16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1391
int linux32_sys_getresgid16(struct lwp *, const struct linux32_sys_getresgid16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1393
int linux32_sys_rt_sigreturn(struct lwp *, const struct linux32_sys_rt_sigreturn_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1395
int linux32_sys_rt_sigaction(struct lwp *, const struct linux32_sys_rt_sigaction_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1397
int linux32_sys_rt_sigprocmask(struct lwp *, const struct linux32_sys_rt_sigprocmask_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1399
int linux32_sys_rt_sigpending(struct lwp *, const struct linux32_sys_rt_sigpending_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1401
int linux32_sys_rt_sigtimedwait(struct lwp *, const struct linux32_sys_rt_sigtimedwait_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1403
int linux32_sys_rt_queueinfo(struct lwp *, const struct linux32_sys_rt_queueinfo_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1405
int linux32_sys_rt_sigsuspend(struct lwp *, const struct linux32_sys_rt_sigsuspend_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1407
int linux32_sys_pread(struct lwp *, const struct linux32_sys_pread_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1409
int linux32_sys_pwrite(struct lwp *, const struct linux32_sys_pwrite_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1411
int linux32_sys_chown16(struct lwp *, const struct linux32_sys_chown16_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1413
int netbsd32___getcwd(struct lwp *, const struct netbsd32___getcwd_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1415
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1417
int linux32_sys_ugetrlimit(struct lwp *, const struct linux32_sys_ugetrlimit_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1419
int linux32_sys_mmap2(struct lwp *, const struct linux32_sys_mmap2_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1421
int linux32_sys_truncate64(struct lwp *, const struct linux32_sys_truncate64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1423
int linux32_sys_ftruncate64(struct lwp *, const struct linux32_sys_ftruncate64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1425
int linux32_sys_stat64(struct lwp *, const struct linux32_sys_stat64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1427
int linux32_sys_lstat64(struct lwp *, const struct linux32_sys_lstat64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1429
int linux32_sys_fstat64(struct lwp *, const struct linux32_sys_fstat64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1431
int netbsd32___posix_lchown(struct lwp *, const struct netbsd32___posix_lchown_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1433
int netbsd32_setreuid(struct lwp *, const struct netbsd32_setreuid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1435
int netbsd32_setregid(struct lwp *, const struct netbsd32_setregid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1437
int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1439
int netbsd32_setgroups(struct lwp *, const struct netbsd32_setgroups_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1441
int netbsd32___posix_fchown(struct lwp *, const struct netbsd32___posix_fchown_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1443
int linux32_sys_setresuid(struct lwp *, const struct linux32_sys_setresuid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1445
int linux32_sys_getresuid(struct lwp *, const struct linux32_sys_getresuid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1447
int linux32_sys_setresgid(struct lwp *, const struct linux32_sys_setresgid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1449
int linux32_sys_getresgid(struct lwp *, const struct linux32_sys_getresgid_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1451
int netbsd32___posix_chown(struct lwp *, const struct netbsd32___posix_chown_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1453
int linux32_sys_getdents64(struct lwp *, const struct linux32_sys_getdents64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1455
int netbsd32_mincore(struct lwp *, const struct netbsd32_mincore_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1457
int netbsd32_madvise(struct lwp *, const struct netbsd32_madvise_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1461
int linux32_sys_fcntl64(struct lwp *, const struct linux32_sys_fcntl64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1463
int linux_sys_gettid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1465
int netbsd32_setxattr(struct lwp *, const struct netbsd32_setxattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1467
int netbsd32_lsetxattr(struct lwp *, const struct netbsd32_lsetxattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1469
int netbsd32_fsetxattr(struct lwp *, const struct netbsd32_fsetxattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1471
int netbsd32_getxattr(struct lwp *, const struct netbsd32_getxattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1473
int netbsd32_lgetxattr(struct lwp *, const struct netbsd32_lgetxattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1475
int netbsd32_fgetxattr(struct lwp *, const struct netbsd32_fgetxattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1477
int netbsd32_listxattr(struct lwp *, const struct netbsd32_listxattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1479
int netbsd32_llistxattr(struct lwp *, const struct netbsd32_llistxattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1481
int netbsd32_flistxattr(struct lwp *, const struct netbsd32_flistxattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1483
int netbsd32_removexattr(struct lwp *, const struct netbsd32_removexattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1485
int netbsd32_lremovexattr(struct lwp *, const struct netbsd32_lremovexattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1487
int netbsd32_fremovexattr(struct lwp *, const struct netbsd32_fremovexattr_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1489
int linux32_sys_tkill(struct lwp *, const struct linux32_sys_tkill_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1491
int linux32_sys_futex(struct lwp *, const struct linux32_sys_futex_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1493
int linux32_sys_sched_setaffinity(struct lwp *, const struct linux32_sys_sched_setaffinity_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1495
int linux32_sys_sched_getaffinity(struct lwp *, const struct linux32_sys_sched_getaffinity_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1497
int linux32_sys_exit_group(struct lwp *, const struct linux32_sys_exit_group_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1499
int linux32_sys_set_tid_address(struct lwp *, const struct linux32_sys_set_tid_address_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1501
int linux32_sys_timer_create(struct lwp *, const struct linux32_sys_timer_create_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1503
int linux32_sys_timer_settime(struct lwp *, const struct linux32_sys_timer_settime_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1505
int linux32_sys_timer_gettime(struct lwp *, const struct linux32_sys_timer_gettime_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1507
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1509
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1511
int linux32_sys_clock_settime(struct lwp *, const struct linux32_sys_clock_settime_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1513
int linux32_sys_clock_gettime(struct lwp *, const struct linux32_sys_clock_gettime_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1515
int linux32_sys_clock_getres(struct lwp *, const struct linux32_sys_clock_getres_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1517
int linux32_sys_clock_nanosleep(struct lwp *, const struct linux32_sys_clock_nanosleep_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1519
int linux32_sys_statfs64(struct lwp *, const struct linux32_sys_statfs64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1521
int linux32_sys_fstatfs64(struct lwp *, const struct linux32_sys_fstatfs64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1523
int linux32_sys_tgkill(struct lwp *, const struct linux32_sys_tgkill_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1525
int compat_50_netbsd32_utimes(struct lwp *, const struct compat_50_netbsd32_utimes_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1527
int linux32_sys_fadvise64_64(struct lwp *, const struct linux32_sys_fadvise64_64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1529
int linux32_sys_socket(struct lwp *, const struct linux32_sys_socket_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1531
int linux32_sys_bind(struct lwp *, const struct linux32_sys_bind_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1533
int linux32_sys_connect(struct lwp *, const struct linux32_sys_connect_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1535
int linux32_sys_accept(struct lwp *, const struct linux32_sys_accept_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1537
int linux32_sys_getsockname(struct lwp *, const struct linux32_sys_getsockname_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1539
int linux32_sys_getpeername(struct lwp *, const struct linux32_sys_getpeername_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1541
int linux32_sys_socketpair(struct lwp *, const struct linux32_sys_socketpair_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1543
int linux32_sys_send(struct lwp *, const struct linux32_sys_send_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1545
int linux32_sys_sendto(struct lwp *, const struct linux32_sys_sendto_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1547
int linux32_sys_recv(struct lwp *, const struct linux32_sys_recv_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1549
int linux32_sys_recvfrom(struct lwp *, const struct linux32_sys_recvfrom_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1551
int linux32_sys_setsockopt(struct lwp *, const struct linux32_sys_setsockopt_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1553
int linux32_sys_getsockopt(struct lwp *, const struct linux32_sys_getsockopt_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1555
int linux32_sys_openat(struct lwp *, const struct linux32_sys_openat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1557
int netbsd32_mkdirat(struct lwp *, const struct netbsd32_mkdirat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1559
int linux32_sys_mknodat(struct lwp *, const struct linux32_sys_mknodat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1561
int linux32_sys_fchownat(struct lwp *, const struct linux32_sys_fchownat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1563
int linux32_sys_fstatat64(struct lwp *, const struct linux32_sys_fstatat64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1565
int linux32_sys_unlinkat(struct lwp *, const struct linux32_sys_unlinkat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1567
int netbsd32_renameat(struct lwp *, const struct netbsd32_renameat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1569
int linux32_sys_linkat(struct lwp *, const struct linux32_sys_linkat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1571
int netbsd32_symlinkat(struct lwp *, const struct netbsd32_symlinkat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1573
int netbsd32_readlinkat(struct lwp *, const struct netbsd32_readlinkat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1575
int linux32_sys_fchmodat(struct lwp *, const struct linux32_sys_fchmodat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1577
int linux32_sys_faccessat(struct lwp *, const struct linux32_sys_faccessat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1579
int linux32_sys_pselect6(struct lwp *, const struct linux32_sys_pselect6_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1581
int linux32_sys_ppoll(struct lwp *, const struct linux32_sys_ppoll_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1583
int netbsd32___futex_set_robust_list(struct lwp *, const struct netbsd32___futex_set_robust_list_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1585
int netbsd32___futex_get_robust_list(struct lwp *, const struct netbsd32___futex_get_robust_list_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1587
int linux32_sys_utimensat(struct lwp *, const struct linux32_sys_utimensat_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1589
int linux_sys_timerfd_create(struct lwp *, const struct linux_sys_timerfd_create_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1591
int linux32_sys_eventfd(struct lwp *, const struct linux32_sys_eventfd_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1593
int linux32_sys_fallocate(struct lwp *, const struct linux32_sys_fallocate_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1595
int linux32_sys_timerfd_settime(struct lwp *, const struct linux32_sys_timerfd_settime_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1597
int linux32_sys_timerfd_gettime(struct lwp *, const struct linux32_sys_timerfd_gettime_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1599
int linux32_sys_eventfd2(struct lwp *, const struct linux32_sys_eventfd2_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1601
int linux32_sys_dup3(struct lwp *, const struct linux32_sys_dup3_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1603
int linux32_sys_pipe2(struct lwp *, const struct linux32_sys_pipe2_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1605
int linux32_sys_preadv(struct lwp *, const struct linux32_sys_preadv_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1607
int linux32_sys_pwritev(struct lwp *, const struct linux32_sys_pwritev_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1609
int linux32_sys_prlimit64(struct lwp *, const struct linux32_sys_prlimit64_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1611
int netbsd32_getrandom(struct lwp *, const struct netbsd32_getrandom_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1613
int linux32_sys_statx(struct lwp *, const struct linux32_sys_statx_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1615
int linux32_sys_set_tls(struct lwp *, const struct linux32_sys_set_tls_args *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_syscallargs.h
1617
int linux32_sys_get_tls(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/aarch64/linux32_systrace_args.c
11
systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
sys/compat/linux32/arch/amd64/linux32_machdep.c
378
const struct linux32_sys_sigreturn_args *uap, register_t *retval)
sys/compat/linux32/arch/amd64/linux32_machdep.c
394
const struct linux32_sys_rt_sigreturn_args *uap, register_t *retval)
sys/compat/linux32/arch/amd64/linux32_machdep.c
410
register_t *retval)
sys/compat/linux32/arch/amd64/linux32_machdep.c
418
register_t fssel, gssel;
sys/compat/linux32/arch/amd64/linux32_machdep.c
452
gssel = (register_t)scp->sc_gs & 0xffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
453
fssel = (register_t)scp->sc_fs & 0xffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
455
tf->tf_es = (register_t)scp->sc_es & 0xffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
456
tf->tf_ds = (register_t)scp->sc_ds & 0xffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
458
tf->tf_rflags |= ((register_t)scp->sc_eflags & PSL_USER);
sys/compat/linux32/arch/amd64/linux32_machdep.c
459
tf->tf_rdi = (register_t)scp->sc_edi & 0xffffffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
460
tf->tf_rsi = (register_t)scp->sc_esi & 0xffffffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
461
tf->tf_rbp = (register_t)scp->sc_ebp & 0xffffffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
462
tf->tf_rbx = (register_t)scp->sc_ebx & 0xffffffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
463
tf->tf_rdx = (register_t)scp->sc_edx & 0xffffffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
464
tf->tf_rcx = (register_t)scp->sc_ecx & 0xffffffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
465
tf->tf_rax = (register_t)scp->sc_eax & 0xffffffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
466
tf->tf_rip = (register_t)scp->sc_eip & 0xffffffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
467
tf->tf_cs = (register_t)scp->sc_cs & 0xffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
468
tf->tf_rsp = (register_t)scp->sc_esp_at_signal & 0xffffffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
469
tf->tf_ss = (register_t)scp->sc_ss & 0xffff;
sys/compat/linux32/arch/amd64/linux32_machdep.c
495
const struct linux32_sys_set_thread_area_args *uap, register_t *retval)
sys/compat/linux32/arch/amd64/linux32_machdep.c
506
const struct linux32_sys_get_thread_area_args *uap, register_t *retval)
sys/compat/linux32/arch/amd64/linux32_machdep.c
517
linux32_sys_modify_ldt(struct lwp *l, const struct linux32_sys_modify_ldt_args *uap, register_t *retval)
sys/compat/linux32/arch/amd64/linux32_machdep.c
88
struct linux32_sigcontext *, register_t *);
sys/compat/linux32/arch/amd64/linux32_missing.h
73
int foo(lwp_t *, const struct foo##_args *, register_t *)
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1120
int linux_sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1122
int linux32_sys_exit(struct lwp *, const struct linux32_sys_exit_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1124
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1126
int netbsd32_read(struct lwp *, const struct netbsd32_read_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1128
int netbsd32_write(struct lwp *, const struct netbsd32_write_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1130
int linux32_sys_open(struct lwp *, const struct linux32_sys_open_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1132
int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1134
int linux32_sys_waitpid(struct lwp *, const struct linux32_sys_waitpid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1136
int linux32_sys_creat(struct lwp *, const struct linux32_sys_creat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1138
int netbsd32_link(struct lwp *, const struct netbsd32_link_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1140
int linux32_sys_unlink(struct lwp *, const struct linux32_sys_unlink_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1142
int netbsd32_execve(struct lwp *, const struct netbsd32_execve_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1144
int netbsd32_chdir(struct lwp *, const struct netbsd32_chdir_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1146
int linux32_sys_time(struct lwp *, const struct linux32_sys_time_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1148
int linux32_sys_mknod(struct lwp *, const struct linux32_sys_mknod_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1150
int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1152
int linux32_sys_lchown16(struct lwp *, const struct linux32_sys_lchown16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1154
int linux32_sys_break(struct lwp *, const struct linux32_sys_break_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1156
int compat_43_netbsd32_olseek(struct lwp *, const struct compat_43_netbsd32_olseek_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1158
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1160
int netbsd32_setuid(struct lwp *, const struct netbsd32_setuid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1162
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1164
int linux32_sys_stime(struct lwp *, const struct linux32_sys_stime_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1166
int linux32_sys_ptrace(struct lwp *, const struct linux32_sys_ptrace_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1168
int linux32_sys_alarm(struct lwp *, const struct linux32_sys_alarm_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1170
int linux_sys_pause(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1172
int linux32_sys_utime(struct lwp *, const struct linux32_sys_utime_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1174
int netbsd32_access(struct lwp *, const struct netbsd32_access_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1176
int linux32_sys_nice(struct lwp *, const struct linux32_sys_nice_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1178
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1180
int linux32_sys_kill(struct lwp *, const struct linux32_sys_kill_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1182
int netbsd32___posix_rename(struct lwp *, const struct netbsd32___posix_rename_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1184
int netbsd32_mkdir(struct lwp *, const struct netbsd32_mkdir_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1186
int netbsd32_rmdir(struct lwp *, const struct netbsd32_rmdir_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1188
int netbsd32_dup(struct lwp *, const struct netbsd32_dup_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1190
int linux32_sys_pipe(struct lwp *, const struct linux32_sys_pipe_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1192
int linux32_sys_times(struct lwp *, const struct linux32_sys_times_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1194
int linux32_sys_brk(struct lwp *, const struct linux32_sys_brk_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1196
int netbsd32_setgid(struct lwp *, const struct netbsd32_setgid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1198
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1200
int linux32_sys_signal(struct lwp *, const struct linux32_sys_signal_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1202
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1204
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1206
int netbsd32_acct(struct lwp *, const struct netbsd32_acct_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1208
int linux32_sys_ioctl(struct lwp *, const struct linux32_sys_ioctl_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1210
int linux32_sys_fcntl(struct lwp *, const struct linux32_sys_fcntl_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1212
int netbsd32_setpgid(struct lwp *, const struct netbsd32_setpgid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1214
int linux32_sys_oldolduname(struct lwp *, const struct linux32_sys_oldolduname_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1216
int netbsd32_umask(struct lwp *, const struct netbsd32_umask_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1218
int netbsd32_chroot(struct lwp *, const struct netbsd32_chroot_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1220
int netbsd32_dup2(struct lwp *, const struct netbsd32_dup2_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1222
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1224
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1226
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1228
int linux32_sys_siggetmask(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1230
int linux32_sys_sigsetmask(struct lwp *, const struct linux32_sys_sigsetmask_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1232
int linux32_sys_setreuid16(struct lwp *, const struct linux32_sys_setreuid16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1234
int linux32_sys_setregid16(struct lwp *, const struct linux32_sys_setregid16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1236
int compat_43_netbsd32_osethostname(struct lwp *, const struct compat_43_netbsd32_osethostname_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1238
int linux32_sys_setrlimit(struct lwp *, const struct linux32_sys_setrlimit_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1240
int linux32_sys_getrlimit(struct lwp *, const struct linux32_sys_getrlimit_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1242
int compat_50_netbsd32_getrusage(struct lwp *, const struct compat_50_netbsd32_getrusage_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1244
int linux32_sys_gettimeofday(struct lwp *, const struct linux32_sys_gettimeofday_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1246
int linux32_sys_settimeofday(struct lwp *, const struct linux32_sys_settimeofday_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1248
int linux32_sys_getgroups16(struct lwp *, const struct linux32_sys_getgroups16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1250
int linux32_sys_setgroups16(struct lwp *, const struct linux32_sys_setgroups16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1252
int linux32_sys_oldselect(struct lwp *, const struct linux32_sys_oldselect_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1254
int netbsd32_symlink(struct lwp *, const struct netbsd32_symlink_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1256
int compat_43_netbsd32_lstat43(struct lwp *, const struct compat_43_netbsd32_lstat43_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1258
int netbsd32_readlink(struct lwp *, const struct netbsd32_readlink_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1260
int linux32_sys_swapon(struct lwp *, const struct linux32_sys_swapon_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1262
int linux32_sys_reboot(struct lwp *, const struct linux32_sys_reboot_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1264
int linux32_sys_readdir(struct lwp *, const struct linux32_sys_readdir_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1266
int linux32_sys_old_mmap(struct lwp *, const struct linux32_sys_old_mmap_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1268
int netbsd32_munmap(struct lwp *, const struct netbsd32_munmap_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1270
int compat_43_netbsd32_otruncate(struct lwp *, const struct compat_43_netbsd32_otruncate_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1272
int compat_43_netbsd32_oftruncate(struct lwp *, const struct compat_43_netbsd32_oftruncate_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1274
int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1276
int linux32_sys_fchown16(struct lwp *, const struct linux32_sys_fchown16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1278
int linux32_sys_getpriority(struct lwp *, const struct linux32_sys_getpriority_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1280
int netbsd32_setpriority(struct lwp *, const struct netbsd32_setpriority_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1282
int netbsd32_profil(struct lwp *, const struct netbsd32_profil_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1284
int linux32_sys_statfs(struct lwp *, const struct linux32_sys_statfs_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1286
int linux32_sys_fstatfs(struct lwp *, const struct linux32_sys_fstatfs_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1288
int linux_sys_ioperm(struct lwp *, const struct linux_sys_ioperm_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1290
int linux32_sys_socketcall(struct lwp *, const struct linux32_sys_socketcall_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1292
int compat_50_netbsd32_setitimer(struct lwp *, const struct compat_50_netbsd32_setitimer_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1294
int compat_50_netbsd32_getitimer(struct lwp *, const struct compat_50_netbsd32_getitimer_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1296
int linux32_sys_stat(struct lwp *, const struct linux32_sys_stat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1298
int linux32_sys_lstat(struct lwp *, const struct linux32_sys_lstat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1300
int linux32_sys_fstat(struct lwp *, const struct linux32_sys_fstat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1302
int linux32_sys_olduname(struct lwp *, const struct linux32_sys_olduname_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1304
int linux_sys_iopl(struct lwp *, const struct linux_sys_iopl_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1306
int linux32_sys_wait4(struct lwp *, const struct linux32_sys_wait4_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1308
int linux32_sys_swapoff(struct lwp *, const struct linux32_sys_swapoff_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1310
int linux32_sys_sysinfo(struct lwp *, const struct linux32_sys_sysinfo_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1312
int linux32_sys_ipc(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1314
int netbsd32_fsync(struct lwp *, const struct netbsd32_fsync_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1316
int linux32_sys_sigreturn(struct lwp *, const struct linux32_sys_sigreturn_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1318
int linux32_sys_clone(struct lwp *, const struct linux32_sys_clone_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1320
int linux32_sys_setdomainname(struct lwp *, const struct linux32_sys_setdomainname_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1322
int linux32_sys_uname(struct lwp *, const struct linux32_sys_uname_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1324
int linux32_sys_modify_ldt(struct lwp *, const struct linux32_sys_modify_ldt_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1326
int linux32_sys_mprotect(struct lwp *, const struct linux32_sys_mprotect_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1328
int netbsd32_getpgid(struct lwp *, const struct netbsd32_getpgid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1330
int netbsd32_fchdir(struct lwp *, const struct netbsd32_fchdir_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1332
int linux32_sys_personality(struct lwp *, const struct linux32_sys_personality_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1334
int linux32_sys_setfsuid(struct lwp *, const struct linux32_sys_setfsuid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1336
int linux32_sys_setfsgid(struct lwp *, const struct linux32_sys_setfsgid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1338
int linux32_sys_llseek(struct lwp *, const struct linux32_sys_llseek_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1340
int linux32_sys_getdents(struct lwp *, const struct linux32_sys_getdents_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1342
int linux32_sys_select(struct lwp *, const struct linux32_sys_select_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1344
int netbsd32_flock(struct lwp *, const struct netbsd32_flock_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1346
int netbsd32___msync13(struct lwp *, const struct netbsd32___msync13_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1348
int netbsd32_readv(struct lwp *, const struct netbsd32_readv_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1350
int netbsd32_writev(struct lwp *, const struct netbsd32_writev_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1352
int netbsd32_getsid(struct lwp *, const struct netbsd32_getsid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1354
int linux32_sys_fdatasync(struct lwp *, const struct linux32_sys_fdatasync_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1356
int linux32_sys___sysctl(struct lwp *, const struct linux32_sys___sysctl_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1358
int netbsd32_mlock(struct lwp *, const struct netbsd32_mlock_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1360
int netbsd32_munlock(struct lwp *, const struct netbsd32_munlock_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1362
int netbsd32_mlockall(struct lwp *, const struct netbsd32_mlockall_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1364
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1366
int linux32_sys_sched_setparam(struct lwp *, const struct linux32_sys_sched_setparam_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1368
int linux32_sys_sched_getparam(struct lwp *, const struct linux32_sys_sched_getparam_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1370
int linux32_sys_sched_setscheduler(struct lwp *, const struct linux32_sys_sched_setscheduler_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1372
int linux32_sys_sched_getscheduler(struct lwp *, const struct linux32_sys_sched_getscheduler_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1374
int linux_sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1376
int linux32_sys_sched_get_priority_max(struct lwp *, const struct linux32_sys_sched_get_priority_max_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1378
int linux32_sys_sched_get_priority_min(struct lwp *, const struct linux32_sys_sched_get_priority_min_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1380
int linux32_sys_nanosleep(struct lwp *, const struct linux32_sys_nanosleep_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1382
int linux32_sys_mremap(struct lwp *, const struct linux32_sys_mremap_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1384
int linux32_sys_setresuid16(struct lwp *, const struct linux32_sys_setresuid16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1386
int linux32_sys_getresuid16(struct lwp *, const struct linux32_sys_getresuid16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1388
int netbsd32_poll(struct lwp *, const struct netbsd32_poll_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1390
int linux32_sys_setresgid16(struct lwp *, const struct linux32_sys_setresgid16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1392
int linux32_sys_getresgid16(struct lwp *, const struct linux32_sys_getresgid16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1394
int linux32_sys_rt_sigreturn(struct lwp *, const struct linux32_sys_rt_sigreturn_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1396
int linux32_sys_rt_sigaction(struct lwp *, const struct linux32_sys_rt_sigaction_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1398
int linux32_sys_rt_sigprocmask(struct lwp *, const struct linux32_sys_rt_sigprocmask_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1400
int linux32_sys_rt_sigpending(struct lwp *, const struct linux32_sys_rt_sigpending_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1402
int linux32_sys_rt_sigtimedwait(struct lwp *, const struct linux32_sys_rt_sigtimedwait_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1404
int linux32_sys_rt_queueinfo(struct lwp *, const struct linux32_sys_rt_queueinfo_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1406
int linux32_sys_rt_sigsuspend(struct lwp *, const struct linux32_sys_rt_sigsuspend_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1408
int linux32_sys_pread(struct lwp *, const struct linux32_sys_pread_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1410
int linux32_sys_pwrite(struct lwp *, const struct linux32_sys_pwrite_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1412
int linux32_sys_chown16(struct lwp *, const struct linux32_sys_chown16_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1414
int netbsd32___getcwd(struct lwp *, const struct netbsd32___getcwd_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1416
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1418
int linux32_sys_ugetrlimit(struct lwp *, const struct linux32_sys_ugetrlimit_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1420
int linux32_sys_mmap2(struct lwp *, const struct linux32_sys_mmap2_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1422
int linux32_sys_truncate64(struct lwp *, const struct linux32_sys_truncate64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1424
int linux32_sys_ftruncate64(struct lwp *, const struct linux32_sys_ftruncate64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1426
int linux32_sys_stat64(struct lwp *, const struct linux32_sys_stat64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1428
int linux32_sys_lstat64(struct lwp *, const struct linux32_sys_lstat64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1430
int linux32_sys_fstat64(struct lwp *, const struct linux32_sys_fstat64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1432
int netbsd32___posix_lchown(struct lwp *, const struct netbsd32___posix_lchown_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1434
int netbsd32_setreuid(struct lwp *, const struct netbsd32_setreuid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1436
int netbsd32_setregid(struct lwp *, const struct netbsd32_setregid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1438
int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1440
int netbsd32_setgroups(struct lwp *, const struct netbsd32_setgroups_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1442
int netbsd32___posix_fchown(struct lwp *, const struct netbsd32___posix_fchown_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1444
int linux32_sys_setresuid(struct lwp *, const struct linux32_sys_setresuid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1446
int linux32_sys_getresuid(struct lwp *, const struct linux32_sys_getresuid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1448
int linux32_sys_setresgid(struct lwp *, const struct linux32_sys_setresgid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1450
int linux32_sys_getresgid(struct lwp *, const struct linux32_sys_getresgid_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1452
int netbsd32___posix_chown(struct lwp *, const struct netbsd32___posix_chown_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1454
int netbsd32_mincore(struct lwp *, const struct netbsd32_mincore_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1456
int netbsd32_madvise(struct lwp *, const struct netbsd32_madvise_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1458
int linux32_sys_getdents64(struct lwp *, const struct linux32_sys_getdents64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1462
int linux32_sys_fcntl64(struct lwp *, const struct linux32_sys_fcntl64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1464
int linux_sys_gettid(struct lwp *, const void *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1466
int netbsd32_setxattr(struct lwp *, const struct netbsd32_setxattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1468
int netbsd32_lsetxattr(struct lwp *, const struct netbsd32_lsetxattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1470
int netbsd32_fsetxattr(struct lwp *, const struct netbsd32_fsetxattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1472
int netbsd32_getxattr(struct lwp *, const struct netbsd32_getxattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1474
int netbsd32_lgetxattr(struct lwp *, const struct netbsd32_lgetxattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1476
int netbsd32_fgetxattr(struct lwp *, const struct netbsd32_fgetxattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1478
int netbsd32_listxattr(struct lwp *, const struct netbsd32_listxattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1480
int netbsd32_llistxattr(struct lwp *, const struct netbsd32_llistxattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1482
int netbsd32_flistxattr(struct lwp *, const struct netbsd32_flistxattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1484
int netbsd32_removexattr(struct lwp *, const struct netbsd32_removexattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1486
int netbsd32_lremovexattr(struct lwp *, const struct netbsd32_lremovexattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1488
int netbsd32_fremovexattr(struct lwp *, const struct netbsd32_fremovexattr_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1490
int linux32_sys_tkill(struct lwp *, const struct linux32_sys_tkill_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1492
int linux32_sys_futex(struct lwp *, const struct linux32_sys_futex_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1494
int linux32_sys_sched_setaffinity(struct lwp *, const struct linux32_sys_sched_setaffinity_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1496
int linux32_sys_sched_getaffinity(struct lwp *, const struct linux32_sys_sched_getaffinity_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1498
int linux32_sys_set_thread_area(struct lwp *, const struct linux32_sys_set_thread_area_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1500
int linux32_sys_get_thread_area(struct lwp *, const struct linux32_sys_get_thread_area_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1502
int linux32_sys_fadvise64(struct lwp *, const struct linux32_sys_fadvise64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1504
int linux32_sys_exit_group(struct lwp *, const struct linux32_sys_exit_group_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1506
int linux32_sys_set_tid_address(struct lwp *, const struct linux32_sys_set_tid_address_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1508
int linux32_sys_timer_create(struct lwp *, const struct linux32_sys_timer_create_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1510
int linux32_sys_timer_settime(struct lwp *, const struct linux32_sys_timer_settime_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1512
int linux32_sys_timer_gettime(struct lwp *, const struct linux32_sys_timer_gettime_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1514
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1516
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1518
int linux32_sys_clock_settime(struct lwp *, const struct linux32_sys_clock_settime_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1520
int linux32_sys_clock_gettime(struct lwp *, const struct linux32_sys_clock_gettime_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1522
int linux32_sys_clock_getres(struct lwp *, const struct linux32_sys_clock_getres_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1524
int linux32_sys_clock_nanosleep(struct lwp *, const struct linux32_sys_clock_nanosleep_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1526
int linux32_sys_statfs64(struct lwp *, const struct linux32_sys_statfs64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1528
int linux32_sys_fstatfs64(struct lwp *, const struct linux32_sys_fstatfs64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1530
int linux32_sys_tgkill(struct lwp *, const struct linux32_sys_tgkill_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1532
int compat_50_netbsd32_utimes(struct lwp *, const struct compat_50_netbsd32_utimes_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1534
int linux32_sys_fadvise64_64(struct lwp *, const struct linux32_sys_fadvise64_64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1536
int linux32_sys_openat(struct lwp *, const struct linux32_sys_openat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1538
int netbsd32_mkdirat(struct lwp *, const struct netbsd32_mkdirat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1540
int linux32_sys_mknodat(struct lwp *, const struct linux32_sys_mknodat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1542
int linux32_sys_fchownat(struct lwp *, const struct linux32_sys_fchownat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1544
int linux32_sys_fstatat64(struct lwp *, const struct linux32_sys_fstatat64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1546
int linux32_sys_unlinkat(struct lwp *, const struct linux32_sys_unlinkat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1548
int netbsd32_renameat(struct lwp *, const struct netbsd32_renameat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1550
int linux32_sys_linkat(struct lwp *, const struct linux32_sys_linkat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1552
int netbsd32_symlinkat(struct lwp *, const struct netbsd32_symlinkat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1554
int netbsd32_readlinkat(struct lwp *, const struct netbsd32_readlinkat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1556
int linux32_sys_fchmodat(struct lwp *, const struct linux32_sys_fchmodat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1558
int linux32_sys_faccessat(struct lwp *, const struct linux32_sys_faccessat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1560
int linux32_sys_pselect6(struct lwp *, const struct linux32_sys_pselect6_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1562
int linux32_sys_ppoll(struct lwp *, const struct linux32_sys_ppoll_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1564
int netbsd32___futex_set_robust_list(struct lwp *, const struct netbsd32___futex_set_robust_list_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1566
int netbsd32___futex_get_robust_list(struct lwp *, const struct netbsd32___futex_get_robust_list_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1568
int linux32_sys_utimensat(struct lwp *, const struct linux32_sys_utimensat_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1570
int linux_sys_timerfd_create(struct lwp *, const struct linux_sys_timerfd_create_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1572
int linux32_sys_eventfd(struct lwp *, const struct linux32_sys_eventfd_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1574
int linux32_sys_fallocate(struct lwp *, const struct linux32_sys_fallocate_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1576
int linux32_sys_timerfd_settime(struct lwp *, const struct linux32_sys_timerfd_settime_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1578
int linux32_sys_timerfd_gettime(struct lwp *, const struct linux32_sys_timerfd_gettime_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1580
int linux32_sys_eventfd2(struct lwp *, const struct linux32_sys_eventfd2_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1582
int linux32_sys_dup3(struct lwp *, const struct linux32_sys_dup3_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1584
int linux32_sys_pipe2(struct lwp *, const struct linux32_sys_pipe2_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1586
int linux32_sys_preadv(struct lwp *, const struct linux32_sys_preadv_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1588
int linux32_sys_pwritev(struct lwp *, const struct linux32_sys_pwritev_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_syscallargs.h
1590
int linux32_sys_prlimit64(struct lwp *, const struct linux32_sys_prlimit64_args *, register_t *);
sys/compat/linux32/arch/amd64/linux32_systrace_args.c
11
systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
sys/compat/linux32/common/linux32_dirent.c
264
linux32_sys_getdents64(struct lwp *l, const struct linux32_sys_getdents64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_dirent.c
281
linux32_sys_readdir(struct lwp *l, const struct linux32_sys_readdir_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_dirent.c
95
linux32_sys_getdents(struct lwp *l, const struct linux32_sys_getdents_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_exec.h
78
int linux32_sigreturn (struct proc *, void *, register_t *);
sys/compat/linux32/common/linux32_fcntl.c
114
linux32_sys_fcntl(struct lwp *l, const struct linux32_sys_fcntl_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_fcntl.c
153
const struct linux32_sys_fadvise64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_fcntl.c
171
const struct linux32_sys_fadvise64_64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_fcntl.c
86
linux32_sys_open(struct lwp *l, const struct linux32_sys_open_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_ioctl.c
66
linux32_sys_ioctl(struct lwp *l, const struct linux32_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_ioctl.h
47
register_t *);
sys/compat/linux32/common/linux32_ioctl.h
49
register_t *);
sys/compat/linux32/common/linux32_ipccall.c
100
linux32_shmget(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
sys/compat/linux32/common/linux32_ipccall.c
102
linux32_shmctl(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
sys/compat/linux32/common/linux32_ipccall.c
107
register_t *);
sys/compat/linux32/common/linux32_ipccall.c
109
register_t *);
sys/compat/linux32/common/linux32_ipccall.c
111
register_t *);
sys/compat/linux32/common/linux32_ipccall.c
113
register_t *);
sys/compat/linux32/common/linux32_ipccall.c
118
register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
261
register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
274
register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
287
register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
380
linux32_msgsnd(struct lwp *l, const struct linux32_sys_ipc_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
402
linux32_msgrcv(struct lwp *l, const struct linux32_sys_ipc_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
421
linux32_msgget(struct lwp *l, const struct linux32_sys_ipc_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
496
linux32_msgctl(struct lwp *l, const struct linux32_sys_ipc_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
612
register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
636
register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
647
register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
660
register_t *retval)
sys/compat/linux32/common/linux32_ipccall.c
78
linux32_semop(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
sys/compat/linux32/common/linux32_ipccall.c
80
linux32_semget(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
sys/compat/linux32/common/linux32_ipccall.c
82
linux32_semctl(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
sys/compat/linux32/common/linux32_ipccall.c
96
linux32_shmat(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
sys/compat/linux32/common/linux32_ipccall.c
98
linux32_shmdt(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
sys/compat/linux32/common/linux32_misc.c
119
linux32_sys_statfs64(struct lwp *l, const struct linux32_sys_statfs64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_misc.c
141
linux32_sys_fstatfs64(struct lwp *l, const struct linux32_sys_fstatfs64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_misc.c
165
linux32_sys_ptrace(struct lwp *l, const struct linux32_sys_ptrace_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_misc.c
222
linux32_sys_personality(struct lwp *l, const struct linux32_sys_personality_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_misc.c
235
const struct linux32_sys_futex_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_misc.c
274
linux32_sys_truncate64(struct lwp *l, const struct linux32_sys_truncate64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_misc.c
290
linux32_sys_ftruncate64(struct lwp *l, const struct linux32_sys_ftruncate64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_misc.c
306
linux32_sys_setdomainname(struct lwp *l, const struct linux32_sys_setdomainname_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_misc.c
321
register_t *retval)
sys/compat/linux32/common/linux32_misc.c
357
register_t *retval)
sys/compat/linux32/common/linux32_misc.c
371
register_t *retval)
sys/compat/linux32/common/linux32_misc.c
393
register_t *retval)
sys/compat/linux32/common/linux32_misc.c
415
register_t *retval)
sys/compat/linux32/common/linux32_misc.c
75
linux32_sys_statfs(struct lwp *l, const struct linux32_sys_statfs_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_misc.c
97
linux32_sys_fstatfs(struct lwp *l, const struct linux32_sys_fstatfs_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_mman.c
104
linux32_sys_mremap(struct lwp *l, const struct linux32_sys_mremap_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_mman.c
123
linux32_sys_mmap2(struct lwp *l, const struct linux32_sys_mmap2_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_mman.c
76
linux32_sys_old_mmap(struct lwp *l, const struct linux32_sys_old_mmap_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_mman.c
88
linux32_sys_mprotect(struct lwp *l, const struct linux32_sys_mprotect_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_resource.c
121
linux32_sys_ugetrlimit(struct lwp *l, const struct linux32_sys_ugetrlimit_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_resource.c
127
linux32_sys_prlimit64(struct lwp *l, const struct linux32_sys_prlimit64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_resource.c
169
linux32_sys_getpriority(struct lwp *l, const struct linux32_sys_getpriority_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_resource.c
77
linux32_sys_getrlimit(struct lwp *l, const struct linux32_sys_getrlimit_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_resource.c
97
linux32_sys_setrlimit(struct lwp *l, const struct linux32_sys_setrlimit_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
107
linux32_sys_sched_setscheduler(struct lwp *l, const struct linux32_sys_sched_setscheduler_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
123
linux32_sys_sched_getparam(struct lwp *l, const struct linux32_sys_sched_getparam_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
137
linux32_sys_sched_setparam(struct lwp *l, const struct linux32_sys_sched_setparam_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
151
linux32_sys_exit_group(struct lwp *l, const struct linux32_sys_exit_group_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
163
linux32_sys_exit(struct lwp *l, const struct linux32_sys_exit_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
176
linux32_sys_sched_get_priority_max(struct lwp *l, const struct linux32_sys_sched_get_priority_max_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
189
linux32_sys_sched_get_priority_min(struct lwp *l, const struct linux32_sys_sched_get_priority_min_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
203
linux32_sys_set_tid_address(struct lwp *l, const struct linux32_sys_set_tid_address_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
215
linux32_sys_sched_getaffinity(struct lwp *l, const struct linux32_sys_sched_getaffinity_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
231
linux32_sys_sched_setaffinity(struct lwp *l, const struct linux32_sys_sched_setaffinity_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
247
linux32_sys_tkill(struct lwp *l, const struct linux32_sys_tkill_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
261
linux32_sys_tgkill(struct lwp *l, const struct linux32_sys_tgkill_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
75
linux32_sys_clone(struct lwp *l, const struct linux32_sys_clone_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sched.c
95
linux32_sys_sched_getscheduler(struct lwp *l, const struct linux32_sys_sched_getscheduler_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_signal.c
275
linux32_sys_rt_sigaction(struct lwp *l, const struct linux32_sys_rt_sigaction_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_signal.c
352
linux32_sys_rt_sigprocmask(struct lwp *l, const struct linux32_sys_rt_sigprocmask_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_signal.c
411
linux32_sys_kill(struct lwp *l, const struct linux32_sys_kill_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_signal.c
430
linux32_sys_rt_sigsuspend(struct lwp *l, const struct linux32_sys_rt_sigsuspend_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_signal.c
497
const struct linux32_sys_rt_sigtimedwait_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_signal.c
515
linux32_sys_signal(struct lwp *l, const struct linux32_sys_signal_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_signal.c
543
linux32_sys_rt_sigpending(struct lwp *l, const struct linux32_sys_rt_sigpending_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_signal.c
561
linux32_sys_siggetmask(struct lwp *l, const void *v, register_t *retval)
sys/compat/linux32/common/linux32_signal.c
579
linux32_sys_sigsetmask(struct lwp *l, const struct linux32_sys_sigsetmask_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_signal.c
602
linux32_sys_rt_queueinfo(struct lwp *l, const struct linux32_sys_rt_queueinfo_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
118
linux32_sys_sendto(struct lwp *l, const struct linux32_sys_sendto_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
142
linux32_sys_recvfrom(struct lwp *l, const struct linux32_sys_recvfrom_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
165
linux32_sys_setsockopt(struct lwp *l, const struct linux32_sys_setsockopt_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
187
linux32_sys_getsockopt(struct lwp *l, const struct linux32_sys_getsockopt_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
208
linux32_sys_socket(struct lwp *l, const struct linux32_sys_socket_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
225
linux32_sys_bind(struct lwp *l, const struct linux32_sys_bind_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
242
linux32_sys_connect(struct lwp *l, const struct linux32_sys_connect_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
264
linux32_sys_accept(struct lwp *l, const struct linux32_sys_accept_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
281
linux32_sys_getpeername(struct lwp *l, const struct linux32_sys_getpeername_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
298
linux32_sys_getsockname(struct lwp *l, const struct linux32_sys_getsockname_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
315
linux32_sys_sendmsg(struct lwp *l, const struct linux32_sys_sendmsg_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
332
linux32_sys_recvmsg(struct lwp *l, const struct linux32_sys_recvmsg_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
349
linux32_sys_send(struct lwp *l, const struct linux32_sys_send_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
370
linux32_sys_recv(struct lwp *l, const struct linux32_sys_recv_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
391
linux32_getifname(struct lwp *l, register_t *retval, void *data)
sys/compat/linux32/common/linux32_socket.c
416
linux32_getifconf(struct lwp *l, register_t *retval, void *data)
sys/compat/linux32/common/linux32_socket.c
505
linux32_getifhwaddr(struct lwp *l, register_t *retval, u_int fd,
sys/compat/linux32/common/linux32_socket.c
627
linux32_ioctl_socket(struct lwp *l, const struct linux32_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socket.c
668
retval[0] = (register_t)pt.data;
sys/compat/linux32/common/linux32_socket.c
94
int linux32_getifname(struct lwp *, register_t *, void *);
sys/compat/linux32/common/linux32_socket.c
95
int linux32_getifconf(struct lwp *, register_t *, void *);
sys/compat/linux32/common/linux32_socket.c
96
int linux32_getifhwaddr(struct lwp *, register_t *, u_int, void *);
sys/compat/linux32/common/linux32_socket.c
99
linux32_sys_socketpair(struct lwp *l, const struct linux32_sys_socketpair_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socketcall.c
60
(int (*)(struct lwp *, const void *, register_t *))emul##_##fn }
sys/compat/linux32/common/linux32_socketcall.c
65
int (*syscall)(struct lwp *, const void *, register_t *);
sys/compat/linux32/common/linux32_socketcall.c
90
linux32_sys_socketcall(struct lwp *l, const struct linux32_sys_socketcall_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_socketcall.h
182
int foo(struct lwp *, const struct foo##_args *, register_t *)
sys/compat/linux32/common/linux32_stat.c
142
linux32_sys_stat(struct lwp *l, const struct linux32_sys_stat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_stat.c
161
linux32_sys_lstat(struct lwp *l, const struct linux32_sys_lstat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_stat.c
180
linux32_sys_fstat(struct lwp *l, const struct linux32_sys_fstat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_stat.c
199
linux32_sys_stat64(struct lwp *l, const struct linux32_sys_stat64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_stat.c
218
linux32_sys_lstat64(struct lwp *l, const struct linux32_sys_lstat64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_stat.c
237
linux32_sys_fstat64(struct lwp *l, const struct linux32_sys_fstat64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_stat.c
257
const struct linux32_sys_fstatat64_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_stat.c
282
register_t *retval)
sys/compat/linux32/common/linux32_sysctl.c
160
linux32_sys___sysctl(struct lwp *l, const struct linux32_sys___sysctl_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_sysinfo.c
66
linux32_sys_sysinfo(struct lwp *l, const struct linux32_sys_sysinfo_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_termios.c
76
linux32_ioctl_termios(struct lwp *l, const struct linux32_sys_ioctl_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
115
linux32_sys_settimeofday(struct lwp *l, const struct linux32_sys_settimeofday_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
130
linux32_sys_time(struct lwp *l, const struct linux32_sys_time_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
156
linux32_sys_times(struct lwp *l, const struct linux32_sys_times_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
193
linux32_sys_stime(struct lwp *l, const struct linux32_sys_stime_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
212
linux32_sys_utime(struct lwp *l, const struct linux32_sys_utime_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
279
const struct linux32_sys_nanosleep_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
306
const struct linux32_sys_clock_settime_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
330
const struct linux32_sys_clock_gettime_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
355
const struct linux32_sys_clock_getres_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
380
const struct linux32_sys_clock_nanosleep_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
416
const struct linux32_sys_timer_create_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
437
const struct linux32_sys_timer_settime_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
479
const struct linux32_sys_timer_gettime_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
509
const struct linux32_sys_timerfd_gettime_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
530
const struct linux32_sys_timerfd_settime_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_time.c
86
linux32_sys_gettimeofday(struct lwp *l, const struct linux32_sys_gettimeofday_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
100
linux32_sys_fchown16(struct lwp *l, const struct linux32_sys_fchown16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
117
linux32_sys_getgroups16(struct lwp *l, const struct linux32_sys_getgroups16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
132
linux32_sys_setgroups16(struct lwp *l, const struct linux32_sys_setgroups16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
147
linux32_sys_setreuid16(struct lwp *l, const struct linux32_sys_setreuid16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
162
linux32_sys_setregid16(struct lwp *l, const struct linux32_sys_setregid16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
177
linux32_sys_setresuid16(struct lwp *l, const struct linux32_sys_setresuid16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
194
linux32_sys_setresgid16(struct lwp *l, const struct linux32_sys_setresgid16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
211
linux32_sys_getresuid16(struct lwp *l, const struct linux32_sys_getresuid16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
239
linux32_sys_getresgid16(struct lwp *l, const struct linux32_sys_getresgid16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
66
linux32_sys_chown16(struct lwp *l, const struct linux32_sys_chown16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_uid16.c
83
linux32_sys_lchown16(struct lwp *l, const struct linux32_sys_lchown16_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
116
linux32_sys_select(struct lwp *l, const struct linux32_sys_select_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
134
linux32_sys_oldselect(struct lwp *l, const struct linux32_sys_oldselect_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
151
linux32_select1(struct lwp *l, register_t *retval, int nfds,
sys/compat/linux32/common/linux32_unistd.c
231
register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
308
register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
326
register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
348
register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
366
linux32_sys_openat(struct lwp *l, const struct linux32_sys_openat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
385
linux32_sys_mknodat(struct lwp *l, const struct linux32_sys_mknodat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
404
linux32_sys_linkat(struct lwp *l, const struct linux32_sys_linkat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
425
linux32_sys_unlink(struct lwp *l, const struct linux32_sys_unlink_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
438
linux32_sys_unlinkat(struct lwp *l, const struct linux32_sys_unlinkat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
455
linux32_sys_fchmodat(struct lwp *l, const struct linux32_sys_fchmodat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
468
linux32_sys_fchownat(struct lwp *l, const struct linux32_sys_fchownat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
485
linux32_sys_faccessat(struct lwp *l, const struct linux32_sys_faccessat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
498
linux32_sys_utimensat(struct lwp *l, const struct linux32_sys_utimensat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
524
linux32_sys_creat(struct lwp *l, const struct linux32_sys_creat_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
540
linux32_sys_mknod(struct lwp *l, const struct linux32_sys_mknod_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
558
linux32_sys_break(struct lwp *l, const struct linux32_sys_break_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
571
linux32_sys_swapon(struct lwp *l, const struct linux32_sys_swapon_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
585
linux32_sys_swapoff(struct lwp *l, const struct linux32_sys_swapoff_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
600
linux32_sys_reboot(struct lwp *l, const struct linux32_sys_reboot_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
619
linux32_sys_setresuid(struct lwp *l, const struct linux32_sys_setresuid_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
636
linux32_sys_getresuid(struct lwp *l, const struct linux32_sys_getresuid_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
660
linux32_sys_setresgid(struct lwp *l, const struct linux32_sys_setresgid_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
677
linux32_sys_getresgid(struct lwp *l, const struct linux32_sys_getresgid_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
701
linux32_sys_nice(struct lwp *l, const struct linux32_sys_nice_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
719
linux32_sys_alarm(struct lwp *l, const struct linux32_sys_alarm_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
732
linux32_sys_fdatasync(struct lwp *l, const struct linux32_sys_fdatasync_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
745
linux32_sys_setfsuid(struct lwp *l, const struct linux32_sys_setfsuid_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
758
linux32_sys_setfsgid(struct lwp *l, const struct linux32_sys_setfsgid_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
775
const struct linux32_sys_pread_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
79
static int linux32_select1(struct lwp *, register_t *,
sys/compat/linux32/common/linux32_unistd.c
799
const struct linux32_sys_pwrite_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
823
const struct linux32_sys_fallocate_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
83
linux32_sys_brk(struct lwp *l, const struct linux32_sys_brk_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
95
linux32_sys_llseek(struct lwp *l, const struct linux32_sys_llseek_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_utsname.c
116
linux32_sys_oldolduname(struct lwp *l, const struct linux32_sys_oldolduname_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_utsname.c
76
linux32_sys_uname(struct lwp *l, const struct linux32_sys_uname_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_utsname.c
98
linux32_sys_olduname(struct lwp *l, const struct linux32_sys_olduname_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_wait.c
76
linux32_sys_waitpid(struct lwp *l, const struct linux32_sys_waitpid_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_wait.c
94
linux32_sys_wait4(struct lwp *l, const struct linux32_sys_wait4_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32.h
1237
int netbsd32_kevent(struct lwp *, void *, register_t *);
sys/compat/netbsd32/netbsd32.h
1289
int do_netbsd32___semctl14(struct lwp *, const struct compat_50_netbsd32___semctl14_args *, register_t *, void *);
sys/compat/netbsd32/netbsd32.h
1313
(struct lwp *, const struct netbsd32_modctl_args *, register_t *));
sys/compat/netbsd32/netbsd32_acl.c
102
const struct netbsd32___acl_get_fd_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
120
const struct netbsd32___acl_set_fd_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
139
const struct netbsd32___acl_delete_file_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
151
const struct netbsd32___acl_delete_link_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
162
const struct netbsd32___acl_delete_fd_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
180
const struct netbsd32___acl_aclcheck_file_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
192
const struct netbsd32___acl_aclcheck_link_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
204
const struct netbsd32___acl_aclcheck_fd_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
54
const struct netbsd32___acl_get_file_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
66
const struct netbsd32___acl_get_link_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
78
const struct netbsd32___acl_set_file_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_acl.c
90
const struct netbsd32___acl_set_link_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_09.c
50
compat_09_netbsd32_ogetdomainname(struct lwp *l, const struct compat_09_netbsd32_ogetdomainname_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_09.c
67
compat_09_netbsd32_osetdomainname(struct lwp *l, const struct compat_09_netbsd32_osetdomainname_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_09.c
82
compat_09_netbsd32_uname(struct lwp *l, const struct compat_09_netbsd32_uname_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_100.c
111
const struct compat_100_netbsd32___kevent50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_100.c
135
const struct compat_100_netbsd32_dup3_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_10_sysv.c
123
compat_10_netbsd32_shmsys(struct lwp *l, const struct compat_10_netbsd32_shmsys_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_10_sysv.c
181
compat_10_netbsd32_msgsys(struct lwp *l, const struct compat_10_netbsd32_msgsys_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_10_sysv.c
61
compat_10_netbsd32_semsys(struct lwp *l, const struct compat_10_netbsd32_semsys_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_12.c
102
compat_12_netbsd32_msync(struct lwp *l, const struct compat_12_netbsd32_msync_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_12.c
117
compat_12_netbsd32_oswapon(struct lwp *l, const struct compat_12_netbsd32_oswapon_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_12.c
131
compat_12_netbsd32_stat12(struct lwp *l, const struct compat_12_netbsd32_stat12_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_12.c
153
compat_12_netbsd32_fstat12(struct lwp *l, const struct compat_12_netbsd32_fstat12_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_12.c
175
compat_12_netbsd32_lstat12(struct lwp *l, const struct compat_12_netbsd32_lstat12_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_12.c
197
compat_12_netbsd32_getdirentries(struct lwp *l, const struct compat_12_netbsd32_getdirentries_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_12.c
90
compat_12_netbsd32_reboot(struct lwp *l, const struct compat_12_netbsd32_reboot_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_13.c
53
compat_13_netbsd32_sigaltstack13(struct lwp *l, const struct compat_13_netbsd32_sigaltstack13_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_13.c
60
compat_13_netbsd32_sigprocmask(struct lwp *l, const struct compat_13_netbsd32_sigprocmask_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_13.c
84
compat_13_netbsd32_sigsuspend(struct lwp *l, const struct compat_13_netbsd32_sigsuspend_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_14_sysv.c
203
compat_14_netbsd32_msgctl(struct lwp *l, const struct compat_14_netbsd32_msgctl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_14_sysv.c
239
compat_14_netbsd32___semctl(struct lwp *l, const struct compat_14_netbsd32___semctl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_14_sysv.c
295
compat_14_netbsd32_shmctl(struct lwp *l, const struct compat_14_netbsd32_shmctl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_20.c
153
compat_20_netbsd32_statfs(struct lwp *l, const struct compat_20_netbsd32_statfs_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_20.c
182
compat_20_netbsd32_fstatfs(struct lwp *l, const struct compat_20_netbsd32_fstatfs_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_20.c
210
compat_20_netbsd32_fhstatfs(struct lwp *l, const struct compat_20_netbsd32_fhstatfs_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_20.c
86
compat_20_netbsd32_getfsstat(struct lwp *l, const struct compat_20_netbsd32_getfsstat_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
105
compat_30_netbsd32___stat13(struct lwp *l, const struct compat_30_netbsd32___stat13_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
127
compat_30_netbsd32___fstat13(struct lwp *l, const struct compat_30_netbsd32___fstat13_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
146
compat_30_netbsd32___lstat13(struct lwp *l, const struct compat_30_netbsd32___lstat13_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
168
compat_30_netbsd32_fhstat(struct lwp *l, const struct compat_30_netbsd32_fhstat_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
207
compat_30_netbsd32_fhstatvfs1(struct lwp *l, const struct compat_30_netbsd32_fhstatvfs1_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
234
compat_30_netbsd32_socket(struct lwp *l, const struct compat_30_netbsd32_socket_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
250
compat_30_netbsd32_getfh(struct lwp *l, const struct compat_30_netbsd32_getfh_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
266
compat_30_netbsd32___fhstat30(struct lwp *l, const struct compat_30_netbsd32___fhstat30_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
292
compat_30_netbsd32_fhopen(struct lwp *l, const struct compat_30_netbsd32_fhopen_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
307
compat_30_netbsd32_ntp_gettime(struct lwp *l, const struct compat_30_netbsd32_ntp_gettime_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_30.c
67
compat_30_netbsd32_getdents(struct lwp *l, const struct compat_30_netbsd32_getdents_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_40.c
49
register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
103
compat_43_netbsd32_ocreat(struct lwp *l, const struct compat_43_netbsd32_ocreat_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
119
compat_43_netbsd32_olseek(struct lwp *l, const struct compat_43_netbsd32_olseek_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
136
compat_43_netbsd32_stat43(struct lwp *l, const struct compat_43_netbsd32_stat43_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
155
compat_43_netbsd32_lstat43(struct lwp *l, const struct compat_43_netbsd32_lstat43_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
174
compat_43_netbsd32_fstat43(struct lwp *l, const struct compat_43_netbsd32_fstat43_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
193
compat_43_netbsd32_otruncate(struct lwp *l, const struct compat_43_netbsd32_otruncate_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
207
compat_43_netbsd32_oftruncate(struct lwp *l, const struct compat_43_netbsd32_oftruncate_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
221
compat_43_netbsd32_ogetdirentries(struct lwp *l, const struct compat_43_netbsd32_ogetdirentries_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
240
compat_43_netbsd32_ogetkerninfo(struct lwp *l, const struct compat_43_netbsd32_ogetkerninfo_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
258
compat_43_netbsd32_ogethostname(struct lwp *l, const struct compat_43_netbsd32_ogethostname_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
275
compat_43_netbsd32_osethostname(struct lwp *l, const struct compat_43_netbsd32_osethostname_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
290
compat_43_netbsd32_sethostid(struct lwp *l, const struct compat_43_netbsd32_sethostid_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
302
compat_43_netbsd32_ogetrlimit(struct lwp *l, const struct compat_43_netbsd32_ogetrlimit_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
316
compat_43_netbsd32_osetrlimit(struct lwp *l, const struct compat_43_netbsd32_osetrlimit_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
330
compat_43_netbsd32_killpg(struct lwp *l, const struct compat_43_netbsd32_killpg_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
345
compat_43_netbsd32_ommap(struct lwp *l, const struct compat_43_netbsd32_ommap_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
368
compat_43_netbsd32_oaccept(struct lwp *l, const struct compat_43_netbsd32_oaccept_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
384
compat_43_netbsd32_osend(struct lwp *l, const struct compat_43_netbsd32_osend_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
402
compat_43_netbsd32_orecv(struct lwp *l, const struct compat_43_netbsd32_orecv_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
423
compat_43_netbsd32_orecvmsg(struct lwp *l, const struct compat_43_netbsd32_orecvmsg_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
506
compat_43_netbsd32_osendmsg(struct lwp *l, const struct compat_43_netbsd32_osendmsg_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
563
compat_43_netbsd32_orecvfrom(struct lwp *l, const struct compat_43_netbsd32_orecvfrom_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
585
compat_43_netbsd32_ogetsockname(struct lwp *l, const struct compat_43_netbsd32_ogetsockname_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
601
compat_43_netbsd32_ogetpeername(struct lwp *l, const struct compat_43_netbsd32_ogetpeername_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
618
compat_43_netbsd32_osigvec(struct lwp *l, const struct compat_43_netbsd32_osigvec_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
660
compat_43_netbsd32_sigblock(struct lwp *l, const struct compat_43_netbsd32_sigblock_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
672
compat_43_netbsd32_sigsetmask(struct lwp *l, const struct compat_43_netbsd32_sigsetmask_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_43.c
68
int foo(struct lwp *, const struct foo##_args *, register_t *)
sys/compat/netbsd32/netbsd32_compat_43.c
684
compat_43_netbsd32_osigstack(struct lwp *l, const struct compat_43_netbsd32_osigstack_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
108
const struct compat_50_netbsd32_mknod_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
121
const struct compat_50_netbsd32_select_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
153
const struct compat_50_netbsd32_gettimeofday_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
186
const struct compat_50_netbsd32_settimeofday_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
225
const struct compat_50_netbsd32_utimes_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
244
const struct compat_50_netbsd32_adjtime_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
293
const struct compat_50_netbsd32_futimes_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
319
const struct compat_50_netbsd32_clock_gettime_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
339
const struct compat_50_netbsd32_clock_settime_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
358
const struct compat_50_netbsd32_clock_getres_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
382
const struct compat_50_netbsd32_timer_settime_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
416
compat_50_netbsd32_timer_gettime(struct lwp *l, const struct compat_50_netbsd32_timer_gettime_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
440
const struct compat_50_netbsd32_nanosleep_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
504
const struct compat_50_netbsd32___sigtimedwait_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
530
const struct compat_50_netbsd32_lutimes_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
549
const struct compat_50_netbsd32__lwp_park_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
598
const struct compat_50_netbsd32_kevent_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
622
const struct compat_50_netbsd32_pselect_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
657
const struct compat_50_netbsd32_pollts_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
690
const struct compat_50_netbsd32___stat30_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
713
const struct compat_50_netbsd32___fstat30_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
733
const struct compat_50_netbsd32___lstat30_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
755
compat_50_netbsd32___fhstat40(struct lwp *l, const struct compat_50_netbsd32___fhstat40_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
775
compat_50_netbsd32_wait4(struct lwp *l, const struct compat_50_netbsd32_wait4_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
807
compat_50_netbsd32_getrusage(struct lwp *l, const struct compat_50_netbsd32_getrusage_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
828
const struct compat_50_netbsd32_setitimer_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
861
compat_50_netbsd32_getitimer(struct lwp *l, const struct compat_50_netbsd32_getitimer_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50.c
883
const struct compat_50_netbsd32_ntp_gettime_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50_quota.c
54
compat_50_netbsd32_quotactl(struct lwp *l, const struct compat_50_netbsd32_quotactl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50_sysv.c
142
compat_50_netbsd32___msgctl13(struct lwp *l, const struct compat_50_netbsd32___msgctl13_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50_sysv.c
176
compat_50_netbsd32___shmctl13(struct lwp *l, const struct compat_50_netbsd32___shmctl13_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50_sysv.c
58
compat_50_netbsd32___semctl14(struct lwp *l, const struct compat_50_netbsd32___semctl14_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_50_sysv.c
64
do_netbsd32___semctl14(struct lwp *l, const struct compat_50_netbsd32___semctl14_args *uap, register_t *retval, void *vkarg)
sys/compat/netbsd32/netbsd32_compat_60.c
50
const struct compat_60_netbsd32__lwp_park_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_80.c
150
register_t *result)
sys/compat/netbsd32/netbsd32_compat_80.c
50
register_t *);
sys/compat/netbsd32/netbsd32_compat_90.c
100
const struct compat_90_netbsd32_fstatvfs1_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_90.c
121
const struct compat_90_netbsd32_fhstatvfs1_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_90.c
64
const struct compat_90_netbsd32_getvfsstat_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_compat_90.c
79
const struct compat_90_netbsd32_statvfs1_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_epoll.c
138
for (register_t i = 0; i < *retval; i++)
sys/compat/netbsd32/netbsd32_epoll.c
47
const struct netbsd32_epoll_create1_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_epoll.c
60
register_t *retval)
sys/compat/netbsd32/netbsd32_epoll.c
89
const struct netbsd32_epoll_pwait2_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_event.c
115
const struct netbsd32___kevent100_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_event.c
95
netbsd32_kevent1(register_t *retval, int fd,
sys/compat/netbsd32/netbsd32_event.h
36
int netbsd32_kevent1(register_t *, int, const netbsd32_kevent100p_t,
sys/compat/netbsd32/netbsd32_exec.h
74
int netbsd32_sigreturn(struct proc *, void *, register_t *);
sys/compat/netbsd32/netbsd32_execve.c
184
const struct netbsd32_posix_spawn_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_execve.c
67
netbsd32_execve(struct lwp *l, const struct netbsd32_execve_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_execve.c
81
register_t *retval)
sys/compat/netbsd32/netbsd32_fd.c
114
register_t *retval)
sys/compat/netbsd32/netbsd32_fd.c
49
netbsd32___getfh30(struct lwp *l, const struct netbsd32___getfh30_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
112
netbsd32_readv(struct lwp *l, const struct netbsd32_readv_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1138
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1160
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1180
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1198
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1220
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1238
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1258
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1278
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1300
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1325
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1349
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1369
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
137
dofilereadv32(int fd, struct file *fp, struct netbsd32_iovec *iovp, int iovcnt, off_t *offset, int flags, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1389
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1407
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
1425
register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
219
netbsd32_writev(struct lwp *l, const struct netbsd32_writev_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
243
dofilewritev32(int fd, struct file *fp, struct netbsd32_iovec *iovp, int iovcnt, off_t *offset, int flags, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
376
netbsd32___utimes50(struct lwp *l, const struct netbsd32___utimes50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
409
const struct netbsd32___statvfs190_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
429
const struct netbsd32___fstatvfs190_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
449
const struct netbsd32___getvfsstat90_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
464
const struct netbsd32___fhstatvfs190_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
487
netbsd32___futimes50(struct lwp *l, const struct netbsd32___futimes50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
513
const struct netbsd32___getdents30_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
541
const struct netbsd32___lutimes50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
559
netbsd32___stat50(struct lwp *l, const struct netbsd32___stat50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
581
netbsd32___fstat50(struct lwp *l, const struct netbsd32___fstat50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
600
netbsd32___lstat50(struct lwp *l, const struct netbsd32___lstat50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
622
netbsd32___fhstat50(struct lwp *l, const struct netbsd32___fhstat50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
642
netbsd32_preadv(struct lwp *l, const struct netbsd32_preadv_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
682
netbsd32_pwritev(struct lwp *l, const struct netbsd32_pwritev_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
70
int, off_t *, int, register_t *);
sys/compat/netbsd32/netbsd32_fs.c
72
int, off_t *, int, register_t *);
sys/compat/netbsd32/netbsd32_fs.c
728
netbsd32___getcwd(struct lwp *l, const struct netbsd32___getcwd_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_fs.c
778
register_t *retval)
sys/compat/netbsd32/netbsd32_futex.c
106
const struct netbsd32___futex_get_robust_list_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_futex.c
51
register_t *retval)
sys/compat/netbsd32/netbsd32_futex.c
86
const struct netbsd32___futex_set_robust_list_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_ioctl.c
1297
const struct netbsd32_ioctl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
121
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
192
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
213
size_t nsops, const struct netbsd32_timespec *utimeout, register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
267
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
281
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
296
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
312
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
344
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
374
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
403
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
424
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
441
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
473
register_t *retval)
sys/compat/netbsd32/netbsd32_ipc.c
486
register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
112
netbsd32__lwp_suspend(struct lwp *l, const struct netbsd32__lwp_suspend_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
124
netbsd32__lwp_continue(struct lwp *l, const struct netbsd32__lwp_continue_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
136
netbsd32__lwp_wakeup(struct lwp *l, const struct netbsd32__lwp_wakeup_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
148
netbsd32__lwp_setprivate(struct lwp *l, const struct netbsd32__lwp_setprivate_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
161
const struct netbsd32____lwp_park60_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
201
netbsd32__lwp_kill(struct lwp *l, const struct netbsd32__lwp_kill_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
214
netbsd32__lwp_detach(struct lwp *l, const struct netbsd32__lwp_detach_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
226
netbsd32__lwp_unpark(struct lwp *l, const struct netbsd32__lwp_unpark_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
240
netbsd32__lwp_unpark_all(struct lwp *l, const struct netbsd32__lwp_unpark_all_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
256
netbsd32__lwp_setname(struct lwp *l, const struct netbsd32__lwp_setname_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
270
netbsd32__lwp_getname(struct lwp *l, const struct netbsd32__lwp_getname_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
286
netbsd32__lwp_ctl(struct lwp *l, const struct netbsd32__lwp_ctl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
49
netbsd32__lwp_create(struct lwp *l, const struct netbsd32__lwp_create_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_lwp.c
98
netbsd32__lwp_wait(struct lwp *l, const struct netbsd32__lwp_wait_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_module.c
194
const struct netbsd32_modctl_args *uap, register_t *result)
sys/compat/netbsd32/netbsd32_module.c
202
register_t *result)
sys/compat/netbsd32/netbsd32_mqueue.c
102
register_t *retval)
sys/compat/netbsd32/netbsd32_mqueue.c
126
register_t *retval)
sys/compat/netbsd32/netbsd32_mqueue.c
177
register_t *result)
sys/compat/netbsd32/netbsd32_mqueue.c
223
register_t *result)
sys/compat/netbsd32/netbsd32_mqueue.c
239
register_t *retval)
sys/compat/netbsd32/netbsd32_mqueue.c
260
const struct netbsd32___mq_timedsend50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_mqueue.c
291
const struct netbsd32___mq_timedreceive50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_mqueue.c
330
register_t *retval)
sys/compat/netbsd32/netbsd32_mqueue.c
362
register_t *retval)
sys/compat/netbsd32/netbsd32_mqueue.c
52
register_t *retval)
sys/compat/netbsd32/netbsd32_mqueue.c
78
register_t *retval)
sys/compat/netbsd32/netbsd32_mqueue.c
89
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1013
netbsd32_setregid(struct lwp *l, const struct netbsd32_setregid_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1028
netbsd32_getsockopt(struct lwp *l, const struct netbsd32_getsockopt_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1049
netbsd32_getsockopt2(struct lwp *l, const struct netbsd32_getsockopt2_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1070
netbsd32_rename(struct lwp *l, const struct netbsd32_rename_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1085
netbsd32_flock(struct lwp *l, const struct netbsd32_flock_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1100
netbsd32_mkfifo(struct lwp *l, const struct netbsd32_mkfifo_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1115
netbsd32_shutdown(struct lwp *l, const struct netbsd32_shutdown_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1130
netbsd32_socketpair(struct lwp *l, const struct netbsd32_socketpair_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1150
netbsd32_mkdir(struct lwp *l, const struct netbsd32_mkdir_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1165
netbsd32_rmdir(struct lwp *l, const struct netbsd32_rmdir_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1178
netbsd32_pread(struct lwp *l, const struct netbsd32_pread_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1202
netbsd32_pwrite(struct lwp *l, const struct netbsd32_pwrite_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1226
netbsd32_setgid(struct lwp *l, const struct netbsd32_setgid_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1239
netbsd32_setegid(struct lwp *l, const struct netbsd32_setegid_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1252
netbsd32_seteuid(struct lwp *l, const struct netbsd32_seteuid_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1265
netbsd32_lpathconf(struct lwp *l, const struct netbsd32_lpathconf_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1280
netbsd32_pathconf(struct lwp *l, const struct netbsd32_pathconf_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1295
netbsd32_fpathconf(struct lwp *l, const struct netbsd32_fpathconf_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1310
netbsd32_mremap(struct lwp *l, const struct netbsd32_mremap_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1331
netbsd32_lseek(struct lwp *l, const struct netbsd32_lseek_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1341
register_t retval64[2];
sys/compat/netbsd32/netbsd32_netbsd.c
1366
netbsd32_truncate(struct lwp *l, const struct netbsd32_truncate_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1383
netbsd32_ftruncate(struct lwp *l, const struct netbsd32_ftruncate_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1400
netbsd32_mlock(struct lwp *l, const struct netbsd32_mlock_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1415
netbsd32_munlock(struct lwp *l, const struct netbsd32_munlock_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1430
netbsd32_undelete(struct lwp *l, const struct netbsd32_undelete_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1443
netbsd32_getpgid(struct lwp *l, const struct netbsd32_getpgid_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1456
netbsd32_reboot(struct lwp *l, const struct netbsd32_reboot_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1472
netbsd32_poll(struct lwp *l, const struct netbsd32_poll_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1489
netbsd32_fdatasync(struct lwp *l, const struct netbsd32_fdatasync_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1502
netbsd32___posix_rename(struct lwp *l, const struct netbsd32___posix_rename_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1532
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1558
netbsd32_minherit(struct lwp *l, const struct netbsd32_minherit_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1575
netbsd32_lchmod(struct lwp *l, const struct netbsd32_lchmod_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1590
netbsd32_lchown(struct lwp *l, const struct netbsd32_lchown_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1607
netbsd32___msync13(struct lwp *l, const struct netbsd32___msync13_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1624
netbsd32___posix_chown(struct lwp *l, const struct netbsd32___posix_chown_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
163
netbsd32_exit(struct lwp *l, const struct netbsd32_exit_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1641
netbsd32___posix_fchown(struct lwp *l, const struct netbsd32___posix_fchown_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1658
netbsd32___posix_lchown(struct lwp *l, const struct netbsd32___posix_lchown_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1675
netbsd32_getsid(struct lwp *l, const struct netbsd32_getsid_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1688
netbsd32_fktrace(struct lwp *l, const struct netbsd32_fktrace_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1707
netbsd32___sigpending14(struct lwp *l, const struct netbsd32___sigpending14_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1720
netbsd32___sigprocmask14(struct lwp *l, const struct netbsd32___sigprocmask14_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1737
netbsd32___sigsuspend14(struct lwp *l, const struct netbsd32___sigsuspend14_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
175
netbsd32_read(struct lwp *l, const struct netbsd32_read_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1750
netbsd32_fchroot(struct lwp *l, const struct netbsd32_fchroot_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1769
netbsd32___fhopen40(struct lwp *l, const struct netbsd32___fhopen40_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1787
netbsd32_ovadvise(struct lwp *l, const struct netbsd32_ovadvise_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1800
netbsd32_uuidgen(struct lwp *l, const struct netbsd32_uuidgen_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1815
netbsd32_extattrctl(struct lwp *l, const struct netbsd32_extattrctl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1836
netbsd32_extattr_set_fd(struct lwp *l, const struct netbsd32_extattr_set_fd_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1857
netbsd32_extattr_set_file(struct lwp *l, const struct netbsd32_extattr_set_file_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1878
netbsd32_extattr_set_link(struct lwp *l, const struct netbsd32_extattr_set_link_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1899
netbsd32_extattr_get_fd(struct lwp *l, const struct netbsd32_extattr_get_fd_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1920
netbsd32_extattr_get_file(struct lwp *l, const struct netbsd32_extattr_get_file_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
194
netbsd32_write(struct lwp *l, const struct netbsd32_write_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1941
netbsd32_extattr_get_link(struct lwp *l, const struct netbsd32_extattr_get_link_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1962
netbsd32_extattr_delete_fd(struct lwp *l, const struct netbsd32_extattr_delete_fd_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1979
netbsd32_extattr_delete_file(struct lwp *l, const struct netbsd32_extattr_delete_file_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
1996
netbsd32_extattr_delete_link(struct lwp *l, const struct netbsd32_extattr_delete_link_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2013
netbsd32_extattr_list_fd(struct lwp *l, const struct netbsd32_extattr_list_fd_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2032
netbsd32_extattr_list_file(struct lwp *l, const struct netbsd32_extattr_list_file_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2051
netbsd32_extattr_list_link(struct lwp *l, const struct netbsd32_extattr_list_link_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2070
netbsd32_mlockall(struct lwp *l, const struct netbsd32_mlockall_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2083
netbsd32___clone(struct lwp *l, const struct netbsd32___clone_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2098
netbsd32_fsync_range(struct lwp *l, const struct netbsd32_fsync_range_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2117
netbsd32_rasctl(struct lwp *l, const struct netbsd32_rasctl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
213
netbsd32_close(struct lwp *l, const struct netbsd32_close_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2134
netbsd32_setxattr(struct lwp *l, const struct netbsd32_setxattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2155
netbsd32_lsetxattr(struct lwp *l, const struct netbsd32_lsetxattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2176
netbsd32_fsetxattr(struct lwp *l, const struct netbsd32_fsetxattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2197
netbsd32_getxattr(struct lwp *l, const struct netbsd32_getxattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2216
netbsd32_lgetxattr(struct lwp *l, const struct netbsd32_lgetxattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2235
netbsd32_fgetxattr(struct lwp *l, const struct netbsd32_fgetxattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
225
netbsd32_open(struct lwp *l, const struct netbsd32_open_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2254
netbsd32_listxattr(struct lwp *l, const struct netbsd32_listxattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2271
netbsd32_llistxattr(struct lwp *l, const struct netbsd32_llistxattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2288
netbsd32_flistxattr(struct lwp *l, const struct netbsd32_flistxattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2305
netbsd32_removexattr(struct lwp *l, const struct netbsd32_removexattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2320
netbsd32_lremovexattr(struct lwp *l, const struct netbsd32_lremovexattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2333
netbsd32_fremovexattr(struct lwp *l, const struct netbsd32_fremovexattr_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2349
const struct netbsd32___posix_fadvise50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2368
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2389
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2410
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
242
netbsd32_link(struct lwp *l, const struct netbsd32_link_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2431
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2452
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2466
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2484
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2498
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2520
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2538
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2556
const struct netbsd32_pset_create_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
256
netbsd32_unlink(struct lwp *l, const struct netbsd32_unlink_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2570
const struct netbsd32_pset_destroy_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2581
const struct netbsd32_pset_assign_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2599
const struct netbsd32__pset_bind_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2621
register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2638
const struct netbsd32_eventfd_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
2653
const struct netbsd32_memfd_create_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
269
netbsd32_chdir(struct lwp *l, const struct netbsd32_chdir_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
282
netbsd32_fchdir(struct lwp *l, const struct netbsd32_fchdir_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
295
netbsd32___mknod50(struct lwp *l, const struct netbsd32___mknod50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
308
netbsd32_chmod(struct lwp *l, const struct netbsd32_chmod_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
323
netbsd32_chown(struct lwp *l, const struct netbsd32_chown_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
340
netbsd32_break(struct lwp *l, const struct netbsd32_break_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
353
netbsd32_unmount(struct lwp *l, const struct netbsd32_unmount_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
368
netbsd32_setuid(struct lwp *l, const struct netbsd32_setuid_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
381
netbsd32_accept(struct lwp *l, const struct netbsd32_accept_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
398
netbsd32_getpeername(struct lwp *l, const struct netbsd32_getpeername_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
416
netbsd32_getsockname(struct lwp *l, const struct netbsd32_getsockname_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
433
netbsd32_access(struct lwp *l, const struct netbsd32_access_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
448
netbsd32_chflags(struct lwp *l, const struct netbsd32_chflags_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
463
netbsd32_fchflags(struct lwp *l, const struct netbsd32_fchflags_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
478
netbsd32_lchflags(struct lwp *l, const struct netbsd32_lchflags_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
493
netbsd32_kill(struct lwp *l, const struct netbsd32_kill_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
508
netbsd32_dup(struct lwp *l, const struct netbsd32_dup_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
521
netbsd32_profil(struct lwp *l, const struct netbsd32_profil_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
540
netbsd32_ktrace(struct lwp *l, const struct netbsd32_ktrace_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
559
netbsd32_utrace(struct lwp *l, const struct netbsd32_utrace_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
576
netbsd32___getlogin(struct lwp *l, const struct netbsd32___getlogin_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
591
netbsd32_setlogin(struct lwp *l, const struct netbsd32_setlogin_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
604
netbsd32_acct(struct lwp *l, const struct netbsd32_acct_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
617
netbsd32_revoke(struct lwp *l, const struct netbsd32_revoke_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
630
netbsd32_symlink(struct lwp *l, const struct netbsd32_symlink_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
645
netbsd32_readlink(struct lwp *l, const struct netbsd32_readlink_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
662
netbsd32_umask(struct lwp *l, const struct netbsd32_umask_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
675
netbsd32_chroot(struct lwp *l, const struct netbsd32_chroot_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
688
netbsd32_munmap(struct lwp *l, const struct netbsd32_munmap_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
703
netbsd32_mprotect(struct lwp *l, const struct netbsd32_mprotect_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
720
netbsd32_madvise(struct lwp *l, const struct netbsd32_madvise_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
737
netbsd32_mincore(struct lwp *l, const struct netbsd32_mincore_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
754
netbsd32_getgroups(struct lwp *l, const struct netbsd32_getgroups_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
771
netbsd32_setgroups(struct lwp *l, const struct netbsd32_setgroups_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
786
netbsd32_setpgid(struct lwp *l, const struct netbsd32_setpgid_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
801
netbsd32_fcntl(struct lwp *l, const struct netbsd32_fcntl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
819
netbsd32_dup2(struct lwp *l, const struct netbsd32_dup2_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
834
netbsd32_fsync(struct lwp *l, const struct netbsd32_fsync_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
847
netbsd32_setpriority(struct lwp *l, const struct netbsd32_setpriority_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
864
netbsd32___socket30(struct lwp *l, const struct netbsd32___socket30_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
881
netbsd32_connect(struct lwp *l, const struct netbsd32_connect_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
898
netbsd32_getpriority(struct lwp *l, const struct netbsd32_getpriority_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
913
netbsd32_bind(struct lwp *l, const struct netbsd32_bind_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
930
netbsd32_setsockopt(struct lwp *l, const struct netbsd32_setsockopt_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
952
netbsd32_listen(struct lwp *l, const struct netbsd32_listen_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
967
netbsd32_fchown(struct lwp *l, const struct netbsd32_fchown_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
984
netbsd32_fchmod(struct lwp *l, const struct netbsd32_fchmod_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_netbsd.c
999
netbsd32_setreuid(struct lwp *l, const struct netbsd32_setreuid_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_nfssvc.c
179
register_t *retval)
sys/compat/netbsd32/netbsd32_ptrace.c
286
register_t *retval)
sys/compat/netbsd32/netbsd32_quota.c
51
netbsd32___quotactl(struct lwp *l, const struct netbsd32___quotactl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_rlimit.c
71
register_t *retval)
sys/compat/netbsd32/netbsd32_rlimit.c
92
register_t *retval)
sys/compat/netbsd32/netbsd32_select.c
121
register_t *retval)
sys/compat/netbsd32/netbsd32_select.c
54
const struct netbsd32___select50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_select.c
86
const struct netbsd32___pselect50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_sem.c
105
netbsd32__ksem_unlink(struct lwp *l, const struct netbsd32__ksem_unlink_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_sem.c
117
netbsd32__ksem_close(struct lwp *l, const struct netbsd32__ksem_close_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_sem.c
129
netbsd32__ksem_post(struct lwp *l, const struct netbsd32__ksem_post_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_sem.c
141
netbsd32__ksem_wait(struct lwp *l, const struct netbsd32__ksem_wait_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_sem.c
151
netbsd32__ksem_trywait(struct lwp *l, const struct netbsd32__ksem_trywait_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_sem.c
162
register_t *retval)
sys/compat/netbsd32/netbsd32_sem.c
190
netbsd32__ksem_destroy(struct lwp *l, const struct netbsd32__ksem_destroy_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_sem.c
202
netbsd32__ksem_getvalue(struct lwp *l, const struct netbsd32__ksem_getvalue_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_sem.c
77
netbsd32__ksem_init(struct lwp *l, const struct netbsd32__ksem_init_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_sem.c
89
netbsd32__ksem_open(struct lwp *l, const struct netbsd32__ksem_open_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_signal.c
105
netbsd32___sigaltstack14(struct lwp *l, const struct netbsd32___sigaltstack14_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_signal.c
116
netbsd32___sigaction14(struct lwp *l, const struct netbsd32___sigaction14_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_signal.c
155
netbsd32___sigaction_sigtramp(struct lwp *l, const struct netbsd32___sigaction_sigtramp_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_signal.c
492
netbsd32_getcontext(struct lwp *l, const struct netbsd32_getcontext_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_signal.c
547
netbsd32_setcontext(struct lwp *l, const struct netbsd32_setcontext_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_signal.c
608
netbsd32_____sigtimedwait50(struct lwp *l, const struct netbsd32_____sigtimedwait50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_signal.c
63
netbsd32_sigaction(struct lwp *l, const struct netbsd32_sigaction_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_signal.c
630
const struct netbsd32_sigqueueinfo_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_socket.c
222
register_t *retval)
sys/compat/netbsd32/netbsd32_socket.c
258
register_t *retval)
sys/compat/netbsd32/netbsd32_socket.c
528
register_t *retval)
sys/compat/netbsd32/netbsd32_socket.c
558
register_t *retval)
sys/compat/netbsd32/netbsd32_socket.c
626
register_t *retval)
sys/compat/netbsd32/netbsd32_socket.c
665
register_t *retval)
sys/compat/netbsd32/netbsd32_syscallargs.h
2849
int netbsd32_syscall(struct lwp *, const struct netbsd32_syscall_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2851
int netbsd32_exit(struct lwp *, const struct netbsd32_exit_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2853
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2855
int netbsd32_read(struct lwp *, const struct netbsd32_read_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2857
int netbsd32_write(struct lwp *, const struct netbsd32_write_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2859
int netbsd32_open(struct lwp *, const struct netbsd32_open_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2861
int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2863
int compat_50_netbsd32_wait4(struct lwp *, const struct compat_50_netbsd32_wait4_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2865
int compat_43_netbsd32_ocreat(struct lwp *, const struct compat_43_netbsd32_ocreat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2867
int netbsd32_link(struct lwp *, const struct netbsd32_link_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2869
int netbsd32_unlink(struct lwp *, const struct netbsd32_unlink_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2871
int netbsd32_chdir(struct lwp *, const struct netbsd32_chdir_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2873
int netbsd32_fchdir(struct lwp *, const struct netbsd32_fchdir_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2875
int compat_50_netbsd32_mknod(struct lwp *, const struct compat_50_netbsd32_mknod_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2877
int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2879
int netbsd32_chown(struct lwp *, const struct netbsd32_chown_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2881
int netbsd32_break(struct lwp *, const struct netbsd32_break_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2883
int compat_20_netbsd32_getfsstat(struct lwp *, const struct compat_20_netbsd32_getfsstat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2885
int compat_43_netbsd32_olseek(struct lwp *, const struct compat_43_netbsd32_olseek_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2887
int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2889
int compat_40_netbsd32_mount(struct lwp *, const struct compat_40_netbsd32_mount_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2891
int netbsd32_unmount(struct lwp *, const struct netbsd32_unmount_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2893
int netbsd32_setuid(struct lwp *, const struct netbsd32_setuid_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2895
int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2897
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2899
int netbsd32_ptrace(struct lwp *, const struct netbsd32_ptrace_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2901
int netbsd32_recvmsg(struct lwp *, const struct netbsd32_recvmsg_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2903
int netbsd32_sendmsg(struct lwp *, const struct netbsd32_sendmsg_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2905
int netbsd32_recvfrom(struct lwp *, const struct netbsd32_recvfrom_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2907
int netbsd32_accept(struct lwp *, const struct netbsd32_accept_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2909
int netbsd32_getpeername(struct lwp *, const struct netbsd32_getpeername_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2911
int netbsd32_getsockname(struct lwp *, const struct netbsd32_getsockname_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2913
int netbsd32_access(struct lwp *, const struct netbsd32_access_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2915
int netbsd32_chflags(struct lwp *, const struct netbsd32_chflags_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2917
int netbsd32_fchflags(struct lwp *, const struct netbsd32_fchflags_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2919
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2921
int netbsd32_kill(struct lwp *, const struct netbsd32_kill_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2923
int compat_43_netbsd32_stat43(struct lwp *, const struct compat_43_netbsd32_stat43_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2925
int sys_getppid(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2927
int compat_43_netbsd32_lstat43(struct lwp *, const struct compat_43_netbsd32_lstat43_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2929
int netbsd32_dup(struct lwp *, const struct netbsd32_dup_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2931
int sys_pipe(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2933
int sys_getegid(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2935
int netbsd32_profil(struct lwp *, const struct netbsd32_profil_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2937
int netbsd32_ktrace(struct lwp *, const struct netbsd32_ktrace_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2939
int netbsd32_sigaction(struct lwp *, const struct netbsd32_sigaction_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2941
int sys_getgid_with_egid(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2943
int compat_13_netbsd32_sigprocmask(struct lwp *, const struct compat_13_netbsd32_sigprocmask_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2945
int netbsd32___getlogin(struct lwp *, const struct netbsd32___getlogin_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2947
int netbsd32_setlogin(struct lwp *, const struct netbsd32_setlogin_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2949
int netbsd32_acct(struct lwp *, const struct netbsd32_acct_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2951
int compat_13_sys_sigpending(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2953
int compat_13_netbsd32_sigaltstack13(struct lwp *, const struct compat_13_netbsd32_sigaltstack13_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2955
int netbsd32_ioctl(struct lwp *, const struct netbsd32_ioctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2957
int compat_12_netbsd32_reboot(struct lwp *, const struct compat_12_netbsd32_reboot_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2959
int netbsd32_revoke(struct lwp *, const struct netbsd32_revoke_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2961
int netbsd32_symlink(struct lwp *, const struct netbsd32_symlink_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2963
int netbsd32_readlink(struct lwp *, const struct netbsd32_readlink_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2965
int netbsd32_execve(struct lwp *, const struct netbsd32_execve_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2967
int netbsd32_umask(struct lwp *, const struct netbsd32_umask_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2969
int netbsd32_chroot(struct lwp *, const struct netbsd32_chroot_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2971
int compat_43_netbsd32_fstat43(struct lwp *, const struct compat_43_netbsd32_fstat43_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2973
int compat_43_netbsd32_ogetkerninfo(struct lwp *, const struct compat_43_netbsd32_ogetkerninfo_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2975
int compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2977
int compat_12_netbsd32_msync(struct lwp *, const struct compat_12_netbsd32_msync_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2979
int sys_vfork(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2981
int compat_43_netbsd32_ommap(struct lwp *, const struct compat_43_netbsd32_ommap_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2983
int netbsd32_ovadvise(struct lwp *, const struct netbsd32_ovadvise_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2985
int netbsd32_munmap(struct lwp *, const struct netbsd32_munmap_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2987
int netbsd32_mprotect(struct lwp *, const struct netbsd32_mprotect_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2989
int netbsd32_madvise(struct lwp *, const struct netbsd32_madvise_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2991
int netbsd32_mincore(struct lwp *, const struct netbsd32_mincore_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2993
int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2995
int netbsd32_setgroups(struct lwp *, const struct netbsd32_setgroups_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2997
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
2999
int netbsd32_setpgid(struct lwp *, const struct netbsd32_setpgid_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3001
int compat_50_netbsd32_setitimer(struct lwp *, const struct compat_50_netbsd32_setitimer_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3003
int compat_43_sys_wait(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3005
int compat_12_netbsd32_oswapon(struct lwp *, const struct compat_12_netbsd32_oswapon_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3007
int compat_50_netbsd32_getitimer(struct lwp *, const struct compat_50_netbsd32_getitimer_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3009
int compat_43_netbsd32_ogethostname(struct lwp *, const struct compat_43_netbsd32_ogethostname_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3011
int compat_43_netbsd32_osethostname(struct lwp *, const struct compat_43_netbsd32_osethostname_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3013
int compat_43_sys_getdtablesize(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3015
int netbsd32_dup2(struct lwp *, const struct netbsd32_dup2_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3017
int netbsd32_getrandom(struct lwp *, const struct netbsd32_getrandom_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3019
int netbsd32_fcntl(struct lwp *, const struct netbsd32_fcntl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3021
int compat_50_netbsd32_select(struct lwp *, const struct compat_50_netbsd32_select_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3023
int netbsd32_fsync(struct lwp *, const struct netbsd32_fsync_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3025
int netbsd32_setpriority(struct lwp *, const struct netbsd32_setpriority_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3027
int compat_30_netbsd32_socket(struct lwp *, const struct compat_30_netbsd32_socket_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3029
int netbsd32_connect(struct lwp *, const struct netbsd32_connect_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3031
int compat_43_netbsd32_oaccept(struct lwp *, const struct compat_43_netbsd32_oaccept_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3033
int netbsd32_getpriority(struct lwp *, const struct netbsd32_getpriority_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3035
int compat_43_netbsd32_osend(struct lwp *, const struct compat_43_netbsd32_osend_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3037
int compat_43_netbsd32_orecv(struct lwp *, const struct compat_43_netbsd32_orecv_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3039
int compat_13_netbsd32_sigreturn(struct lwp *, const struct compat_13_netbsd32_sigreturn_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3041
int netbsd32_bind(struct lwp *, const struct netbsd32_bind_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3043
int netbsd32_setsockopt(struct lwp *, const struct netbsd32_setsockopt_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3045
int netbsd32_listen(struct lwp *, const struct netbsd32_listen_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3047
int compat_43_netbsd32_osigvec(struct lwp *, const struct compat_43_netbsd32_osigvec_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3049
int compat_43_netbsd32_sigblock(struct lwp *, const struct compat_43_netbsd32_sigblock_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3051
int compat_43_netbsd32_sigsetmask(struct lwp *, const struct compat_43_netbsd32_sigsetmask_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3053
int compat_13_netbsd32_sigsuspend(struct lwp *, const struct compat_13_netbsd32_sigsuspend_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3055
int compat_43_netbsd32_osigstack(struct lwp *, const struct compat_43_netbsd32_osigstack_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3057
int compat_43_netbsd32_orecvmsg(struct lwp *, const struct compat_43_netbsd32_orecvmsg_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3059
int compat_43_netbsd32_osendmsg(struct lwp *, const struct compat_43_netbsd32_osendmsg_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3061
int compat_50_netbsd32_gettimeofday(struct lwp *, const struct compat_50_netbsd32_gettimeofday_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3063
int compat_50_netbsd32_getrusage(struct lwp *, const struct compat_50_netbsd32_getrusage_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3065
int netbsd32_getsockopt(struct lwp *, const struct netbsd32_getsockopt_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3067
int netbsd32_readv(struct lwp *, const struct netbsd32_readv_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3069
int netbsd32_writev(struct lwp *, const struct netbsd32_writev_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3071
int compat_50_netbsd32_settimeofday(struct lwp *, const struct compat_50_netbsd32_settimeofday_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3073
int netbsd32_fchown(struct lwp *, const struct netbsd32_fchown_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3075
int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3077
int compat_43_netbsd32_orecvfrom(struct lwp *, const struct compat_43_netbsd32_orecvfrom_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3079
int netbsd32_setreuid(struct lwp *, const struct netbsd32_setreuid_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3081
int netbsd32_setregid(struct lwp *, const struct netbsd32_setregid_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3083
int netbsd32_rename(struct lwp *, const struct netbsd32_rename_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3085
int compat_43_netbsd32_otruncate(struct lwp *, const struct compat_43_netbsd32_otruncate_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3087
int compat_43_netbsd32_oftruncate(struct lwp *, const struct compat_43_netbsd32_oftruncate_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3089
int netbsd32_flock(struct lwp *, const struct netbsd32_flock_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3091
int netbsd32_mkfifo(struct lwp *, const struct netbsd32_mkfifo_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3093
int netbsd32_sendto(struct lwp *, const struct netbsd32_sendto_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3095
int netbsd32_shutdown(struct lwp *, const struct netbsd32_shutdown_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3097
int netbsd32_socketpair(struct lwp *, const struct netbsd32_socketpair_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3099
int netbsd32_mkdir(struct lwp *, const struct netbsd32_mkdir_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3101
int netbsd32_rmdir(struct lwp *, const struct netbsd32_rmdir_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3103
int compat_50_netbsd32_utimes(struct lwp *, const struct compat_50_netbsd32_utimes_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3105
int compat_50_netbsd32_adjtime(struct lwp *, const struct compat_50_netbsd32_adjtime_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3107
int compat_43_netbsd32_ogetpeername(struct lwp *, const struct compat_43_netbsd32_ogetpeername_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3109
int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3111
int compat_43_netbsd32_sethostid(struct lwp *, const struct compat_43_netbsd32_sethostid_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3113
int compat_43_netbsd32_ogetrlimit(struct lwp *, const struct compat_43_netbsd32_ogetrlimit_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3115
int compat_43_netbsd32_osetrlimit(struct lwp *, const struct compat_43_netbsd32_osetrlimit_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3117
int compat_43_netbsd32_killpg(struct lwp *, const struct compat_43_netbsd32_killpg_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3119
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3121
int compat_50_netbsd32_quotactl(struct lwp *, const struct compat_50_netbsd32_quotactl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3123
int compat_43_netbsd32_ogetsockname(struct lwp *, const struct compat_43_netbsd32_ogetsockname_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3125
int netbsd32_nfssvc(struct lwp *, const struct netbsd32_nfssvc_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3127
int compat_43_netbsd32_ogetdirentries(struct lwp *, const struct compat_43_netbsd32_ogetdirentries_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3129
int compat_20_netbsd32_statfs(struct lwp *, const struct compat_20_netbsd32_statfs_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3131
int compat_20_netbsd32_fstatfs(struct lwp *, const struct compat_20_netbsd32_fstatfs_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3133
int compat_30_netbsd32_getfh(struct lwp *, const struct compat_30_netbsd32_getfh_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3135
int compat_09_netbsd32_ogetdomainname(struct lwp *, const struct compat_09_netbsd32_ogetdomainname_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3137
int compat_09_netbsd32_osetdomainname(struct lwp *, const struct compat_09_netbsd32_osetdomainname_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3139
int compat_09_netbsd32_uname(struct lwp *, const struct compat_09_netbsd32_uname_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3141
int netbsd32_sysarch(struct lwp *, const struct netbsd32_sysarch_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3143
int netbsd32___futex(struct lwp *, const struct netbsd32___futex_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3145
int netbsd32___futex_set_robust_list(struct lwp *, const struct netbsd32___futex_set_robust_list_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3147
int netbsd32___futex_get_robust_list(struct lwp *, const struct netbsd32___futex_get_robust_list_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3149
int compat_10_netbsd32_semsys(struct lwp *, const struct compat_10_netbsd32_semsys_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3151
int compat_10_netbsd32_msgsys(struct lwp *, const struct compat_10_netbsd32_msgsys_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3153
int compat_10_netbsd32_shmsys(struct lwp *, const struct compat_10_netbsd32_shmsys_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3155
int netbsd32_pread(struct lwp *, const struct netbsd32_pread_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3157
int netbsd32_pwrite(struct lwp *, const struct netbsd32_pwrite_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3159
int compat_30_netbsd32_ntp_gettime(struct lwp *, const struct compat_30_netbsd32_ntp_gettime_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3162
int netbsd32_ntp_adjtime(struct lwp *, const struct netbsd32_ntp_adjtime_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3166
int netbsd32_timerfd_create(struct lwp *, const struct netbsd32_timerfd_create_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3168
int netbsd32_timerfd_settime(struct lwp *, const struct netbsd32_timerfd_settime_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3170
int netbsd32_timerfd_gettime(struct lwp *, const struct netbsd32_timerfd_gettime_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3172
int netbsd32_setgid(struct lwp *, const struct netbsd32_setgid_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3174
int netbsd32_setegid(struct lwp *, const struct netbsd32_setegid_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3176
int netbsd32_seteuid(struct lwp *, const struct netbsd32_seteuid_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3178
int compat_12_netbsd32_stat12(struct lwp *, const struct compat_12_netbsd32_stat12_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3180
int compat_12_netbsd32_fstat12(struct lwp *, const struct compat_12_netbsd32_fstat12_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3182
int compat_12_netbsd32_lstat12(struct lwp *, const struct compat_12_netbsd32_lstat12_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3184
int netbsd32_pathconf(struct lwp *, const struct netbsd32_pathconf_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3186
int netbsd32_fpathconf(struct lwp *, const struct netbsd32_fpathconf_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3188
int netbsd32_getsockopt2(struct lwp *, const struct netbsd32_getsockopt2_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3190
int netbsd32_getrlimit(struct lwp *, const struct netbsd32_getrlimit_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3192
int netbsd32_setrlimit(struct lwp *, const struct netbsd32_setrlimit_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3194
int compat_12_netbsd32_getdirentries(struct lwp *, const struct compat_12_netbsd32_getdirentries_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3196
int netbsd32_mmap(struct lwp *, const struct netbsd32_mmap_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3198
int netbsd32____syscall(struct lwp *, const struct netbsd32____syscall_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3200
int netbsd32_lseek(struct lwp *, const struct netbsd32_lseek_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3202
int netbsd32_truncate(struct lwp *, const struct netbsd32_truncate_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3204
int netbsd32_ftruncate(struct lwp *, const struct netbsd32_ftruncate_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3206
int netbsd32___sysctl(struct lwp *, const struct netbsd32___sysctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3208
int netbsd32_mlock(struct lwp *, const struct netbsd32_mlock_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3210
int netbsd32_munlock(struct lwp *, const struct netbsd32_munlock_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3212
int netbsd32_undelete(struct lwp *, const struct netbsd32_undelete_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3214
int compat_50_netbsd32_futimes(struct lwp *, const struct compat_50_netbsd32_futimes_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3216
int netbsd32_getpgid(struct lwp *, const struct netbsd32_getpgid_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3218
int netbsd32_reboot(struct lwp *, const struct netbsd32_reboot_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3220
int netbsd32_poll(struct lwp *, const struct netbsd32_poll_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3222
int compat_14_netbsd32___semctl(struct lwp *, const struct compat_14_netbsd32___semctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3224
int netbsd32_semget(struct lwp *, const struct netbsd32_semget_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3226
int netbsd32_semop(struct lwp *, const struct netbsd32_semop_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3228
int netbsd32_semconfig(struct lwp *, const struct netbsd32_semconfig_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3230
int compat_14_netbsd32_msgctl(struct lwp *, const struct compat_14_netbsd32_msgctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3232
int netbsd32_msgget(struct lwp *, const struct netbsd32_msgget_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3234
int netbsd32_msgsnd(struct lwp *, const struct netbsd32_msgsnd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3236
int netbsd32_msgrcv(struct lwp *, const struct netbsd32_msgrcv_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3238
int netbsd32_shmat(struct lwp *, const struct netbsd32_shmat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3240
int compat_14_netbsd32_shmctl(struct lwp *, const struct compat_14_netbsd32_shmctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3242
int netbsd32_shmdt(struct lwp *, const struct netbsd32_shmdt_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3244
int netbsd32_shmget(struct lwp *, const struct netbsd32_shmget_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3246
int compat_50_netbsd32_clock_gettime(struct lwp *, const struct compat_50_netbsd32_clock_gettime_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3248
int compat_50_netbsd32_clock_settime(struct lwp *, const struct compat_50_netbsd32_clock_settime_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3250
int compat_50_netbsd32_clock_getres(struct lwp *, const struct compat_50_netbsd32_clock_getres_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3252
int netbsd32_timer_create(struct lwp *, const struct netbsd32_timer_create_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3254
int netbsd32_timer_delete(struct lwp *, const struct netbsd32_timer_delete_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3256
int compat_50_netbsd32_timer_settime(struct lwp *, const struct compat_50_netbsd32_timer_settime_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3258
int compat_50_netbsd32_timer_gettime(struct lwp *, const struct compat_50_netbsd32_timer_gettime_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3260
int netbsd32_timer_getoverrun(struct lwp *, const struct netbsd32_timer_getoverrun_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3262
int compat_50_netbsd32_nanosleep(struct lwp *, const struct compat_50_netbsd32_nanosleep_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3264
int netbsd32_fdatasync(struct lwp *, const struct netbsd32_fdatasync_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3266
int netbsd32_mlockall(struct lwp *, const struct netbsd32_mlockall_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3268
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3270
int compat_50_netbsd32___sigtimedwait(struct lwp *, const struct compat_50_netbsd32___sigtimedwait_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3272
int netbsd32_sigqueueinfo(struct lwp *, const struct netbsd32_sigqueueinfo_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3274
int netbsd32_modctl(struct lwp *, const struct netbsd32_modctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3276
int netbsd32__ksem_init(struct lwp *, const struct netbsd32__ksem_init_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3278
int netbsd32__ksem_open(struct lwp *, const struct netbsd32__ksem_open_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3280
int netbsd32__ksem_unlink(struct lwp *, const struct netbsd32__ksem_unlink_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3282
int netbsd32__ksem_close(struct lwp *, const struct netbsd32__ksem_close_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3284
int netbsd32__ksem_post(struct lwp *, const struct netbsd32__ksem_post_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3286
int netbsd32__ksem_wait(struct lwp *, const struct netbsd32__ksem_wait_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3288
int netbsd32__ksem_trywait(struct lwp *, const struct netbsd32__ksem_trywait_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3290
int netbsd32__ksem_getvalue(struct lwp *, const struct netbsd32__ksem_getvalue_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3292
int netbsd32__ksem_destroy(struct lwp *, const struct netbsd32__ksem_destroy_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3294
int netbsd32__ksem_timedwait(struct lwp *, const struct netbsd32__ksem_timedwait_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3296
int netbsd32_mq_open(struct lwp *, const struct netbsd32_mq_open_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3298
int netbsd32_mq_close(struct lwp *, const struct netbsd32_mq_close_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3300
int netbsd32_mq_unlink(struct lwp *, const struct netbsd32_mq_unlink_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3302
int netbsd32_mq_getattr(struct lwp *, const struct netbsd32_mq_getattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3304
int netbsd32_mq_setattr(struct lwp *, const struct netbsd32_mq_setattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3306
int netbsd32_mq_notify(struct lwp *, const struct netbsd32_mq_notify_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3308
int netbsd32_mq_send(struct lwp *, const struct netbsd32_mq_send_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3310
int netbsd32_mq_receive(struct lwp *, const struct netbsd32_mq_receive_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3312
int compat_50_netbsd32_mq_timedsend(struct lwp *, const struct compat_50_netbsd32_mq_timedsend_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3314
int compat_50_netbsd32_mq_timedreceive(struct lwp *, const struct compat_50_netbsd32_mq_timedreceive_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3316
int netbsd32_eventfd(struct lwp *, const struct netbsd32_eventfd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3318
int netbsd32___posix_rename(struct lwp *, const struct netbsd32___posix_rename_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3320
int netbsd32_swapctl(struct lwp *, const struct netbsd32_swapctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3322
int compat_30_netbsd32_getdents(struct lwp *, const struct compat_30_netbsd32_getdents_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3324
int netbsd32_minherit(struct lwp *, const struct netbsd32_minherit_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3326
int netbsd32_lchmod(struct lwp *, const struct netbsd32_lchmod_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3328
int netbsd32_lchown(struct lwp *, const struct netbsd32_lchown_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3330
int compat_50_netbsd32_lutimes(struct lwp *, const struct compat_50_netbsd32_lutimes_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3332
int netbsd32___msync13(struct lwp *, const struct netbsd32___msync13_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3334
int compat_30_netbsd32___stat13(struct lwp *, const struct compat_30_netbsd32___stat13_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3336
int compat_30_netbsd32___fstat13(struct lwp *, const struct compat_30_netbsd32___fstat13_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3338
int compat_30_netbsd32___lstat13(struct lwp *, const struct compat_30_netbsd32___lstat13_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3340
int netbsd32___sigaltstack14(struct lwp *, const struct netbsd32___sigaltstack14_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3342
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3344
int netbsd32___posix_chown(struct lwp *, const struct netbsd32___posix_chown_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3346
int netbsd32___posix_fchown(struct lwp *, const struct netbsd32___posix_fchown_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3348
int netbsd32___posix_lchown(struct lwp *, const struct netbsd32___posix_lchown_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3350
int netbsd32_getsid(struct lwp *, const struct netbsd32_getsid_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3352
int netbsd32___clone(struct lwp *, const struct netbsd32___clone_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3354
int netbsd32_fktrace(struct lwp *, const struct netbsd32_fktrace_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3356
int netbsd32_preadv(struct lwp *, const struct netbsd32_preadv_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3358
int netbsd32_pwritev(struct lwp *, const struct netbsd32_pwritev_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3360
int netbsd32___sigaction14(struct lwp *, const struct netbsd32___sigaction14_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3362
int netbsd32___sigpending14(struct lwp *, const struct netbsd32___sigpending14_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3364
int netbsd32___sigprocmask14(struct lwp *, const struct netbsd32___sigprocmask14_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3366
int netbsd32___sigsuspend14(struct lwp *, const struct netbsd32___sigsuspend14_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3368
int compat_16_netbsd32___sigreturn14(struct lwp *, const struct compat_16_netbsd32___sigreturn14_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3370
int netbsd32___getcwd(struct lwp *, const struct netbsd32___getcwd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3372
int netbsd32_fchroot(struct lwp *, const struct netbsd32_fchroot_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3374
int compat_30_netbsd32_fhopen(struct lwp *, const struct compat_30_netbsd32_fhopen_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3376
int compat_30_netbsd32_fhstat(struct lwp *, const struct compat_30_netbsd32_fhstat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3378
int compat_20_netbsd32_fhstatfs(struct lwp *, const struct compat_20_netbsd32_fhstatfs_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3380
int compat_50_netbsd32___semctl14(struct lwp *, const struct compat_50_netbsd32___semctl14_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3382
int compat_50_netbsd32___msgctl13(struct lwp *, const struct compat_50_netbsd32___msgctl13_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3384
int compat_50_netbsd32___shmctl13(struct lwp *, const struct compat_50_netbsd32___shmctl13_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3386
int netbsd32_lchflags(struct lwp *, const struct netbsd32_lchflags_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3388
int sys_issetugid(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3390
int netbsd32_utrace(struct lwp *, const struct netbsd32_utrace_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3392
int netbsd32_getcontext(struct lwp *, const struct netbsd32_getcontext_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3394
int netbsd32_setcontext(struct lwp *, const struct netbsd32_setcontext_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3396
int netbsd32__lwp_create(struct lwp *, const struct netbsd32__lwp_create_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3398
int sys__lwp_exit(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3400
int sys__lwp_self(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3402
int netbsd32__lwp_wait(struct lwp *, const struct netbsd32__lwp_wait_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3404
int netbsd32__lwp_suspend(struct lwp *, const struct netbsd32__lwp_suspend_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3406
int netbsd32__lwp_continue(struct lwp *, const struct netbsd32__lwp_continue_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3408
int netbsd32__lwp_wakeup(struct lwp *, const struct netbsd32__lwp_wakeup_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3410
int sys__lwp_getprivate(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3412
int netbsd32__lwp_setprivate(struct lwp *, const struct netbsd32__lwp_setprivate_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3414
int netbsd32__lwp_kill(struct lwp *, const struct netbsd32__lwp_kill_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3416
int netbsd32__lwp_detach(struct lwp *, const struct netbsd32__lwp_detach_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3418
int compat_50_netbsd32__lwp_park(struct lwp *, const struct compat_50_netbsd32__lwp_park_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3420
int netbsd32__lwp_unpark(struct lwp *, const struct netbsd32__lwp_unpark_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3422
int netbsd32__lwp_unpark_all(struct lwp *, const struct netbsd32__lwp_unpark_all_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3424
int netbsd32__lwp_setname(struct lwp *, const struct netbsd32__lwp_setname_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3426
int netbsd32__lwp_getname(struct lwp *, const struct netbsd32__lwp_getname_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3428
int netbsd32__lwp_ctl(struct lwp *, const struct netbsd32__lwp_ctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3430
int netbsd32___sigaction_sigtramp(struct lwp *, const struct netbsd32___sigaction_sigtramp_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3432
int netbsd32_rasctl(struct lwp *, const struct netbsd32_rasctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3434
int sys_kqueue(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3436
int compat_50_netbsd32_kevent(struct lwp *, const struct compat_50_netbsd32_kevent_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3438
int netbsd32__sched_setparam(struct lwp *, const struct netbsd32__sched_setparam_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3440
int netbsd32__sched_getparam(struct lwp *, const struct netbsd32__sched_getparam_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3442
int netbsd32__sched_setaffinity(struct lwp *, const struct netbsd32__sched_setaffinity_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3444
int netbsd32__sched_getaffinity(struct lwp *, const struct netbsd32__sched_getaffinity_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3446
int sys_sched_yield(struct lwp *, const void *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3448
int netbsd32__sched_protect(struct lwp *, const struct netbsd32__sched_protect_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3450
int netbsd32_fsync_range(struct lwp *, const struct netbsd32_fsync_range_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3452
int netbsd32_uuidgen(struct lwp *, const struct netbsd32_uuidgen_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3454
int compat_90_netbsd32_getvfsstat(struct lwp *, const struct compat_90_netbsd32_getvfsstat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3456
int compat_90_netbsd32_statvfs1(struct lwp *, const struct compat_90_netbsd32_statvfs1_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3458
int compat_90_netbsd32_fstatvfs1(struct lwp *, const struct compat_90_netbsd32_fstatvfs1_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3460
int compat_30_netbsd32_fhstatvfs1(struct lwp *, const struct compat_30_netbsd32_fhstatvfs1_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3462
int netbsd32_extattrctl(struct lwp *, const struct netbsd32_extattrctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3464
int netbsd32_extattr_set_file(struct lwp *, const struct netbsd32_extattr_set_file_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3466
int netbsd32_extattr_get_file(struct lwp *, const struct netbsd32_extattr_get_file_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3468
int netbsd32_extattr_delete_file(struct lwp *, const struct netbsd32_extattr_delete_file_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3470
int netbsd32_extattr_set_fd(struct lwp *, const struct netbsd32_extattr_set_fd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3472
int netbsd32_extattr_get_fd(struct lwp *, const struct netbsd32_extattr_get_fd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3474
int netbsd32_extattr_delete_fd(struct lwp *, const struct netbsd32_extattr_delete_fd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3476
int netbsd32_extattr_set_link(struct lwp *, const struct netbsd32_extattr_set_link_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3478
int netbsd32_extattr_get_link(struct lwp *, const struct netbsd32_extattr_get_link_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3480
int netbsd32_extattr_delete_link(struct lwp *, const struct netbsd32_extattr_delete_link_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3482
int netbsd32_extattr_list_fd(struct lwp *, const struct netbsd32_extattr_list_fd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3484
int netbsd32_extattr_list_file(struct lwp *, const struct netbsd32_extattr_list_file_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3486
int netbsd32_extattr_list_link(struct lwp *, const struct netbsd32_extattr_list_link_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3488
int compat_50_netbsd32_pselect(struct lwp *, const struct compat_50_netbsd32_pselect_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3490
int compat_50_netbsd32_pollts(struct lwp *, const struct compat_50_netbsd32_pollts_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3492
int netbsd32_setxattr(struct lwp *, const struct netbsd32_setxattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3494
int netbsd32_lsetxattr(struct lwp *, const struct netbsd32_lsetxattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3496
int netbsd32_fsetxattr(struct lwp *, const struct netbsd32_fsetxattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3498
int netbsd32_getxattr(struct lwp *, const struct netbsd32_getxattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3500
int netbsd32_lgetxattr(struct lwp *, const struct netbsd32_lgetxattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3502
int netbsd32_fgetxattr(struct lwp *, const struct netbsd32_fgetxattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3504
int netbsd32_listxattr(struct lwp *, const struct netbsd32_listxattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3506
int netbsd32_llistxattr(struct lwp *, const struct netbsd32_llistxattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3508
int netbsd32_flistxattr(struct lwp *, const struct netbsd32_flistxattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3510
int netbsd32_removexattr(struct lwp *, const struct netbsd32_removexattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3512
int netbsd32_lremovexattr(struct lwp *, const struct netbsd32_lremovexattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3514
int netbsd32_fremovexattr(struct lwp *, const struct netbsd32_fremovexattr_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3516
int compat_50_netbsd32___stat30(struct lwp *, const struct compat_50_netbsd32___stat30_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3518
int compat_50_netbsd32___fstat30(struct lwp *, const struct compat_50_netbsd32___fstat30_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3520
int compat_50_netbsd32___lstat30(struct lwp *, const struct compat_50_netbsd32___lstat30_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3522
int netbsd32___getdents30(struct lwp *, const struct netbsd32___getdents30_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3524
int compat_30_netbsd32___fhstat30(struct lwp *, const struct compat_30_netbsd32___fhstat30_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3526
int compat_50_netbsd32_ntp_gettime(struct lwp *, const struct compat_50_netbsd32_ntp_gettime_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3528
int netbsd32___socket30(struct lwp *, const struct netbsd32___socket30_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3530
int netbsd32___getfh30(struct lwp *, const struct netbsd32___getfh30_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3532
int netbsd32___fhopen40(struct lwp *, const struct netbsd32___fhopen40_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3534
int compat_90_netbsd32_fhstatvfs1(struct lwp *, const struct compat_90_netbsd32_fhstatvfs1_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3536
int compat_50_netbsd32___fhstat40(struct lwp *, const struct compat_50_netbsd32___fhstat40_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3538
int netbsd32___mount50(struct lwp *, const struct netbsd32___mount50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3540
int netbsd32_mremap(struct lwp *, const struct netbsd32_mremap_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3542
int netbsd32_pset_create(struct lwp *, const struct netbsd32_pset_create_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3544
int netbsd32_pset_destroy(struct lwp *, const struct netbsd32_pset_destroy_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3546
int netbsd32_pset_assign(struct lwp *, const struct netbsd32_pset_assign_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3548
int netbsd32__pset_bind(struct lwp *, const struct netbsd32__pset_bind_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3550
int netbsd32___posix_fadvise50(struct lwp *, const struct netbsd32___posix_fadvise50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3552
int netbsd32___select50(struct lwp *, const struct netbsd32___select50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3554
int netbsd32___gettimeofday50(struct lwp *, const struct netbsd32___gettimeofday50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3556
int netbsd32___settimeofday50(struct lwp *, const struct netbsd32___settimeofday50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3558
int netbsd32___utimes50(struct lwp *, const struct netbsd32___utimes50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3560
int netbsd32___adjtime50(struct lwp *, const struct netbsd32___adjtime50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3562
int netbsd32___futimes50(struct lwp *, const struct netbsd32___futimes50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3564
int netbsd32___lutimes50(struct lwp *, const struct netbsd32___lutimes50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3566
int netbsd32___setitimer50(struct lwp *, const struct netbsd32___setitimer50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3568
int netbsd32___getitimer50(struct lwp *, const struct netbsd32___getitimer50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3570
int netbsd32___clock_gettime50(struct lwp *, const struct netbsd32___clock_gettime50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3572
int netbsd32___clock_settime50(struct lwp *, const struct netbsd32___clock_settime50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3574
int netbsd32___clock_getres50(struct lwp *, const struct netbsd32___clock_getres50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3576
int netbsd32___nanosleep50(struct lwp *, const struct netbsd32___nanosleep50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3578
int netbsd32_____sigtimedwait50(struct lwp *, const struct netbsd32_____sigtimedwait50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3580
int netbsd32___mq_timedsend50(struct lwp *, const struct netbsd32___mq_timedsend50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3582
int netbsd32___mq_timedreceive50(struct lwp *, const struct netbsd32___mq_timedreceive50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3584
int compat_60_netbsd32__lwp_park(struct lwp *, const struct compat_60_netbsd32__lwp_park_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3586
int compat_100_netbsd32___kevent50(struct lwp *, const struct compat_100_netbsd32___kevent50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3588
int netbsd32___pselect50(struct lwp *, const struct netbsd32___pselect50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3590
int netbsd32___pollts50(struct lwp *, const struct netbsd32___pollts50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3592
int netbsd32___stat50(struct lwp *, const struct netbsd32___stat50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3594
int netbsd32___fstat50(struct lwp *, const struct netbsd32___fstat50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3596
int netbsd32___lstat50(struct lwp *, const struct netbsd32___lstat50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3598
int netbsd32_____semctl50(struct lwp *, const struct netbsd32_____semctl50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3600
int netbsd32___shmctl50(struct lwp *, const struct netbsd32___shmctl50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3602
int netbsd32___msgctl50(struct lwp *, const struct netbsd32___msgctl50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3604
int netbsd32___getrusage50(struct lwp *, const struct netbsd32___getrusage50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3606
int netbsd32___timer_settime50(struct lwp *, const struct netbsd32___timer_settime50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3608
int netbsd32___timer_gettime50(struct lwp *, const struct netbsd32___timer_gettime50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3611
int netbsd32___ntp_gettime50(struct lwp *, const struct netbsd32___ntp_gettime50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3615
int netbsd32___wait450(struct lwp *, const struct netbsd32___wait450_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3617
int netbsd32___mknod50(struct lwp *, const struct netbsd32___mknod50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3619
int netbsd32___fhstat50(struct lwp *, const struct netbsd32___fhstat50_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3621
int netbsd32_pipe2(struct lwp *, const struct netbsd32_pipe2_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3623
int compat_100_netbsd32_dup3(struct lwp *, const struct compat_100_netbsd32_dup3_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3625
int netbsd32_kqueue1(struct lwp *, const struct netbsd32_kqueue1_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3627
int netbsd32_paccept(struct lwp *, const struct netbsd32_paccept_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3629
int netbsd32_linkat(struct lwp *, const struct netbsd32_linkat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3631
int netbsd32_renameat(struct lwp *, const struct netbsd32_renameat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3633
int netbsd32_mkfifoat(struct lwp *, const struct netbsd32_mkfifoat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3635
int netbsd32_mknodat(struct lwp *, const struct netbsd32_mknodat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3637
int netbsd32_mkdirat(struct lwp *, const struct netbsd32_mkdirat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3639
int netbsd32_faccessat(struct lwp *, const struct netbsd32_faccessat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3641
int netbsd32_fchmodat(struct lwp *, const struct netbsd32_fchmodat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3643
int netbsd32_fchownat(struct lwp *, const struct netbsd32_fchownat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3645
int netbsd32_fexecve(struct lwp *, const struct netbsd32_fexecve_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3647
int netbsd32_fstatat(struct lwp *, const struct netbsd32_fstatat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3649
int netbsd32_utimensat(struct lwp *, const struct netbsd32_utimensat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3651
int netbsd32_openat(struct lwp *, const struct netbsd32_openat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3653
int netbsd32_readlinkat(struct lwp *, const struct netbsd32_readlinkat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3655
int netbsd32_symlinkat(struct lwp *, const struct netbsd32_symlinkat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3657
int netbsd32_unlinkat(struct lwp *, const struct netbsd32_unlinkat_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3659
int netbsd32_futimens(struct lwp *, const struct netbsd32_futimens_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3661
int netbsd32___quotactl(struct lwp *, const struct netbsd32___quotactl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3663
int netbsd32_posix_spawn(struct lwp *, const struct netbsd32_posix_spawn_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3665
int netbsd32_recvmmsg(struct lwp *, const struct netbsd32_recvmmsg_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3667
int netbsd32_sendmmsg(struct lwp *, const struct netbsd32_sendmmsg_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3669
int netbsd32_clock_nanosleep(struct lwp *, const struct netbsd32_clock_nanosleep_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3671
int netbsd32____lwp_park60(struct lwp *, const struct netbsd32____lwp_park60_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3673
int netbsd32_posix_fallocate(struct lwp *, const struct netbsd32_posix_fallocate_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3675
int netbsd32_fdiscard(struct lwp *, const struct netbsd32_fdiscard_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3677
int netbsd32_wait6(struct lwp *, const struct netbsd32_wait6_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3679
int netbsd32_clock_getcpuclockid2(struct lwp *, const struct netbsd32_clock_getcpuclockid2_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3681
int netbsd32___getvfsstat90(struct lwp *, const struct netbsd32___getvfsstat90_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3683
int netbsd32___statvfs190(struct lwp *, const struct netbsd32___statvfs190_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3685
int netbsd32___fstatvfs190(struct lwp *, const struct netbsd32___fstatvfs190_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3687
int netbsd32___fhstatvfs190(struct lwp *, const struct netbsd32___fhstatvfs190_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3689
int netbsd32___acl_get_link(struct lwp *, const struct netbsd32___acl_get_link_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3691
int netbsd32___acl_set_link(struct lwp *, const struct netbsd32___acl_set_link_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3693
int netbsd32___acl_delete_link(struct lwp *, const struct netbsd32___acl_delete_link_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3695
int netbsd32___acl_aclcheck_link(struct lwp *, const struct netbsd32___acl_aclcheck_link_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3697
int netbsd32___acl_get_file(struct lwp *, const struct netbsd32___acl_get_file_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3699
int netbsd32___acl_set_file(struct lwp *, const struct netbsd32___acl_set_file_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3701
int netbsd32___acl_get_fd(struct lwp *, const struct netbsd32___acl_get_fd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3703
int netbsd32___acl_set_fd(struct lwp *, const struct netbsd32___acl_set_fd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3705
int netbsd32___acl_delete_file(struct lwp *, const struct netbsd32___acl_delete_file_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3707
int netbsd32___acl_delete_fd(struct lwp *, const struct netbsd32___acl_delete_fd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3709
int netbsd32___acl_aclcheck_file(struct lwp *, const struct netbsd32___acl_aclcheck_file_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3711
int netbsd32___acl_aclcheck_fd(struct lwp *, const struct netbsd32___acl_aclcheck_fd_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3713
int netbsd32_lpathconf(struct lwp *, const struct netbsd32_lpathconf_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3715
int netbsd32_memfd_create(struct lwp *, const struct netbsd32_memfd_create_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3717
int netbsd32___kevent100(struct lwp *, const struct netbsd32___kevent100_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3719
int netbsd32_epoll_create1(struct lwp *, const struct netbsd32_epoll_create1_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3721
int netbsd32_epoll_ctl(struct lwp *, const struct netbsd32_epoll_ctl_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3723
int netbsd32_epoll_pwait2(struct lwp *, const struct netbsd32_epoll_pwait2_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3725
int netbsd32___dup3100(struct lwp *, const struct netbsd32___dup3100_args *, register_t *);
sys/compat/netbsd32/netbsd32_syscallargs.h
3727
int netbsd32_semtimedop(struct lwp *, const struct netbsd32_semtimedop_args *, register_t *);
sys/compat/netbsd32/netbsd32_sysctl.c
192
netbsd32___sysctl(struct lwp *l, const struct netbsd32___sysctl_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_systrace_args.c
11
systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
sys/compat/netbsd32/netbsd32_time.c
132
netbsd32___setitimer50(struct lwp *l, const struct netbsd32___setitimer50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
165
netbsd32___getitimer50(struct lwp *l, const struct netbsd32___getitimer50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
185
netbsd32___gettimeofday50(struct lwp *l, const struct netbsd32___gettimeofday50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
217
netbsd32___settimeofday50(struct lwp *l, const struct netbsd32___settimeofday50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
255
netbsd32___adjtime50(struct lwp *l, const struct netbsd32___adjtime50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
298
netbsd32___clock_gettime50(struct lwp *l, const struct netbsd32___clock_gettime50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
317
netbsd32___clock_settime50(struct lwp *l, const struct netbsd32___clock_settime50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
335
netbsd32___clock_getres50(struct lwp *l, const struct netbsd32___clock_getres50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
358
netbsd32___nanosleep50(struct lwp *l, const struct netbsd32___nanosleep50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
384
netbsd32_clock_nanosleep(struct lwp *l, const struct netbsd32_clock_nanosleep_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
431
netbsd32_timer_create(struct lwp *l, const struct netbsd32_timer_create_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
445
netbsd32_timer_delete(struct lwp *l, const struct netbsd32_timer_delete_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
457
netbsd32___timer_settime50(struct lwp *l, const struct netbsd32___timer_settime50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
491
netbsd32___timer_gettime50(struct lwp *l, const struct netbsd32___timer_gettime50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
513
netbsd32_timer_getoverrun(struct lwp *l, const struct netbsd32_timer_getoverrun_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
526
const struct netbsd32_timerfd_create_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
541
const struct netbsd32_timerfd_settime_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
579
const struct netbsd32_timerfd_gettime_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
59
const struct netbsd32___ntp_gettime50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
605
register_t *retval)
sys/compat/netbsd32/netbsd32_time.c
91
netbsd32_ntp_adjtime(struct lwp *l, const struct netbsd32_ntp_adjtime_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_vm.c
48
netbsd32_mmap(struct lwp *l, const struct netbsd32_mmap_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_wait.c
153
const struct netbsd32___getrusage50_args *uap, register_t *retval)
sys/compat/netbsd32/netbsd32_wait.c
50
register_t *retval)
sys/compat/netbsd32/netbsd32_wait.c
83
register_t *retval)
sys/compat/ossaudio/ossaudio.c
1059
oss_ioctl_mixer(struct lwp *lwp, const struct oss_sys_ioctl_args *uap, register_t *retval)
sys/compat/ossaudio/ossaudio.c
1308
oss_ioctl_sequencer(struct lwp *l, const struct oss_sys_ioctl_args *uap, register_t *retval)
sys/compat/ossaudio/ossaudio.c
170
oss_ioctl_audio(struct lwp *l, const struct oss_sys_ioctl_args *uap, register_t *retval)
sys/compat/ossaudio/ossaudio.h
32
register_t *);
sys/compat/ossaudio/ossaudio.h
34
register_t *);
sys/compat/ossaudio/ossaudio.h
36
register_t *);
sys/compat/sunos/sunos_ioctl.c
1026
register_t *retval)
sys/compat/sunos/sunos_ioctl.c
404
register_t *retval)
sys/compat/sunos/sunos_misc.c
1015
sunos_sys_reboot(struct lwp *l, const struct sunos_sys_reboot_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
1065
sunos_sys_sigvec(struct lwp *l, const struct sunos_sys_sigvec_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
110
sunos_sys_stime(struct lwp *l, const struct sunos_sys_stime_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
124
sunos_sys_wait4(struct lwp *l, const struct sunos_sys_wait4_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
137
sunos_sys_creat(struct lwp *l, const struct sunos_sys_creat_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
149
sunos_sys_execv(struct lwp *l, const struct sunos_sys_execv_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
165
sunos_sys_execve(struct lwp *l, const struct sunos_sys_execve_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
182
sunos_sys_omsync(struct lwp *l, const struct sunos_sys_omsync_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
194
sunos_sys_unmount(struct lwp *l, const struct sunos_sys_unmount_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
229
sunos_sys_mount(struct lwp *l, const struct sunos_sys_mount_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
233
register_t dummy;
sys/compat/sunos/sunos_misc.c
300
async_daemon(struct lwp *l, const void *v, register_t *retval)
sys/compat/sunos/sunos_misc.c
328
sunos_sys_sigpending(struct lwp *l, const struct sunos_sys_sigpending_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
340
sunos_sys_sigsuspend(struct lwp *l, const struct sunos_sys_sigsuspend_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
361
sunos_sys_getdents(struct lwp *l, const struct sunos_sys_getdents_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
493
sunos_sys_mmap(struct lwp *l, const struct sunos_sys_mmap_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
524
sunos_sys_mctl(struct lwp *l, const struct sunos_sys_mctl_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
538
sunos_sys_setsockopt(struct lwp *l, const struct sunos_sys_setsockopt_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
592
static inline int sunos_sys_socket_common(struct lwp *, register_t *,
sys/compat/sunos/sunos_misc.c
595
sunos_sys_socket_common(struct lwp *l, register_t *retval, int type)
sys/compat/sunos/sunos_misc.c
611
sunos_sys_socket(struct lwp *l, const struct sunos_sys_socket_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
627
sunos_sys_socketpair(struct lwp *l, const struct sunos_sys_socketpair_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
647
sunos_sys_auditsys(struct lwp *l, const struct sunos_sys_auditsys_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
653
sunos_sys_uname(struct lwp *l, const struct sunos_sys_uname_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
669
sunos_sys_setpgrp(struct lwp *l, const struct sunos_sys_setpgrp_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
687
sunos_sys_open(struct lwp *l, const struct sunos_sys_open_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
729
sunos_sys_ustat(struct lwp *l, const struct sunos_sys_ustat_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
747
sunos_sys_quotactl(struct lwp *l, const struct sunos_sys_quotactl_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
754
sunos_sys_vhangup(struct lwp *l, const void *v, register_t *retval)
sys/compat/sunos/sunos_misc.c
793
sunos_sys_statfs(struct lwp *l, const struct sunos_sys_statfs_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
814
sunos_sys_fstatfs(struct lwp *l, const struct sunos_sys_fstatfs_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
836
sunos_sys_exportfs(struct lwp *l, const struct sunos_sys_exportfs_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
846
sunos_sys_mknod(struct lwp *l, const struct sunos_sys_mknod_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
870
sunos_sys_sysconf(struct lwp *l, const struct sunos_sys_sysconf_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
912
sunos_sys_getrlimit(struct lwp *l, const struct sunos_sys_getrlimit_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
929
sunos_sys_setrlimit(struct lwp *l, const struct sunos_sys_setrlimit_args *uap, register_t *retval)
sys/compat/sunos/sunos_misc.c
962
sunos_sys_ptrace(struct lwp *l, const struct sunos_sys_ptrace_args *uap, register_t *retval)
sys/compat/sunos/sunos_syscallargs.h
21
register_t pad; \
sys/compat/sunos/sunos_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/sunos/sunos_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/sunos/sunos_syscallargs.h
35
<= SUNOS_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/sunos/sunos_syscallargs.h
464
int sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
466
int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
468
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
470
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
472
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
474
int sunos_sys_open(struct lwp *, const struct sunos_sys_open_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
476
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
478
int sunos_sys_wait4(struct lwp *, const struct sunos_sys_wait4_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
480
int sunos_sys_creat(struct lwp *, const struct sunos_sys_creat_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
482
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
484
int sys_unlink(struct lwp *, const struct sys_unlink_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
486
int sunos_sys_execv(struct lwp *, const struct sunos_sys_execv_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
488
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
490
int sunos_sys_mknod(struct lwp *, const struct sunos_sys_mknod_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
492
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
494
int sys_chown(struct lwp *, const struct sys_chown_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
496
int sys_obreak(struct lwp *, const struct sys_obreak_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
498
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
500
int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
502
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
504
int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
506
int sunos_sys_stime(struct lwp *, const struct sunos_sys_stime_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
508
int sunos_sys_ptrace(struct lwp *, const struct sunos_sys_ptrace_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
510
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
512
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
514
int sys_kill(struct lwp *, const struct sys_kill_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
516
int compat_43_sys_stat(struct lwp *, const struct compat_43_sys_stat_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
518
int compat_43_sys_lstat(struct lwp *, const struct compat_43_sys_lstat_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
520
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
522
int sys_pipe(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
524
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
526
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
528
int sys_getgid_with_egid(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
530
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
532
int sunos_sys_mctl(struct lwp *, const struct sunos_sys_mctl_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
534
int sunos_sys_ioctl(struct lwp *, const struct sunos_sys_ioctl_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
536
int sunos_sys_reboot(struct lwp *, const struct sunos_sys_reboot_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
538
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
540
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
542
int sunos_sys_execve(struct lwp *, const struct sunos_sys_execve_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
544
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
546
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
548
int compat_43_sys_fstat(struct lwp *, const struct compat_43_sys_fstat_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
550
int compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
552
int sunos_sys_omsync(struct lwp *, const struct sunos_sys_omsync_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
554
int sys_vfork(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
556
int sunos_sys_mmap(struct lwp *, const struct sunos_sys_mmap_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
558
int sys_ovadvise(struct lwp *, const struct sys_ovadvise_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
560
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
562
int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
564
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
566
int sunos_sys_vhangup(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
568
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
570
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
572
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
574
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
576
int sunos_sys_setpgrp(struct lwp *, const struct sunos_sys_setpgrp_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
578
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
580
int compat_12_sys_swapon(struct lwp *, const struct compat_12_sys_swapon_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
582
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
584
int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
586
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
588
int compat_43_sys_getdtablesize(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
590
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
592
int sunos_sys_fcntl(struct lwp *, const struct sunos_sys_fcntl_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
594
int compat_50_sys_select(struct lwp *, const struct compat_50_sys_select_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
596
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
598
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
600
int sunos_sys_socket(struct lwp *, const struct sunos_sys_socket_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
602
int sys_connect(struct lwp *, const struct sys_connect_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
604
int compat_43_sys_accept(struct lwp *, const struct compat_43_sys_accept_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
606
int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
608
int compat_43_sys_send(struct lwp *, const struct compat_43_sys_send_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
610
int compat_43_sys_recv(struct lwp *, const struct compat_43_sys_recv_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
612
int sys_bind(struct lwp *, const struct sys_bind_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
614
int sunos_sys_setsockopt(struct lwp *, const struct sunos_sys_setsockopt_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
616
int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
618
int sunos_sys_sigvec(struct lwp *, const struct sunos_sys_sigvec_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
620
int compat_43_sys_sigblock(struct lwp *, const struct compat_43_sys_sigblock_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
622
int compat_43_sys_sigsetmask(struct lwp *, const struct compat_43_sys_sigsetmask_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
624
int sunos_sys_sigsuspend(struct lwp *, const struct sunos_sys_sigsuspend_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
626
int compat_43_sys_sigstack(struct lwp *, const struct compat_43_sys_sigstack_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
628
int compat_43_sys_recvmsg(struct lwp *, const struct compat_43_sys_recvmsg_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
630
int compat_43_sys_sendmsg(struct lwp *, const struct compat_43_sys_sendmsg_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
632
int compat_50_sys_gettimeofday(struct lwp *, const struct compat_50_sys_gettimeofday_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
634
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
636
int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
638
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
640
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
642
int compat_50_sys_settimeofday(struct lwp *, const struct compat_50_sys_settimeofday_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
644
int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
646
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
648
int compat_43_sys_recvfrom(struct lwp *, const struct compat_43_sys_recvfrom_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
650
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
652
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
654
int sys_rename(struct lwp *, const struct sys_rename_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
656
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
658
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
660
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
662
int sys_sendto(struct lwp *, const struct sys_sendto_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
664
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
666
int sunos_sys_socketpair(struct lwp *, const struct sunos_sys_socketpair_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
668
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
670
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
672
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
674
int sunos_sys_sigreturn(struct lwp *, const struct sunos_sys_sigreturn_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
676
int compat_50_sys_adjtime(struct lwp *, const struct compat_50_sys_adjtime_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
678
int compat_43_sys_getpeername(struct lwp *, const struct compat_43_sys_getpeername_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
680
int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
682
int sunos_sys_getrlimit(struct lwp *, const struct sunos_sys_getrlimit_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
684
int sunos_sys_setrlimit(struct lwp *, const struct sunos_sys_setrlimit_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
686
int compat_43_sys_killpg(struct lwp *, const struct compat_43_sys_killpg_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
688
int compat_43_sys_getsockname(struct lwp *, const struct compat_43_sys_getsockname_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
690
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
692
int compat_12_sys_getdirentries(struct lwp *, const struct compat_12_sys_getdirentries_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
694
int sunos_sys_statfs(struct lwp *, const struct sunos_sys_statfs_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
696
int sunos_sys_fstatfs(struct lwp *, const struct sunos_sys_fstatfs_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
698
int sunos_sys_unmount(struct lwp *, const struct sunos_sys_unmount_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
700
int async_daemon(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
702
int compat_30_sys_getfh(struct lwp *, const struct compat_30_sys_getfh_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
705
int compat_09_sys_getdomainname(struct lwp *, const struct compat_09_sys_getdomainname_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
707
int compat_09_sys_setdomainname(struct lwp *, const struct compat_09_sys_setdomainname_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
711
int sunos_sys_quotactl(struct lwp *, const struct sunos_sys_quotactl_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
713
int sunos_sys_exportfs(struct lwp *, const struct sunos_sys_exportfs_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
715
int sunos_sys_mount(struct lwp *, const struct sunos_sys_mount_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
717
int sunos_sys_ustat(struct lwp *, const struct sunos_sys_ustat_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
720
int compat_10_sys_semsys(struct lwp *, const struct compat_10_sys_semsys_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
725
int compat_10_sys_msgsys(struct lwp *, const struct compat_10_sys_msgsys_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
730
int compat_10_sys_shmsys(struct lwp *, const struct compat_10_sys_shmsys_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
734
int sunos_sys_auditsys(struct lwp *, const struct sunos_sys_auditsys_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
736
int sunos_sys_getdents(struct lwp *, const struct sunos_sys_getdents_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
738
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
740
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
742
int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
744
int sunos_sys_sigpending(struct lwp *, const struct sunos_sys_sigpending_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
746
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
748
int sys_pathconf(struct lwp *, const struct sys_pathconf_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
750
int sys_fpathconf(struct lwp *, const struct sys_fpathconf_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
752
int sunos_sys_sysconf(struct lwp *, const struct sunos_sys_sysconf_args *, register_t *);
sys/compat/sunos/sunos_syscallargs.h
754
int sunos_sys_uname(struct lwp *, const struct sunos_sys_uname_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
27
#define n(type) (sizeof(type)/sizeof (register_t))
sys/compat/sunos32/sunos32_ioctl.c
1052
register_t *retval)
sys/compat/sunos32/sunos32_ioctl.c
464
register_t *retval)
sys/compat/sunos32/sunos32_misc.c
1028
sunos32_sys_statfs(struct lwp *l, const struct sunos32_sys_statfs_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
1046
sunos32_sys_fstatfs(struct lwp *l, const struct sunos32_sys_fstatfs_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
1064
sunos32_sys_exportfs(struct lwp *l, const struct sunos32_sys_exportfs_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
1074
sunos32_sys_mknod(struct lwp *l, const struct sunos32_sys_mknod_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
1098
sunos32_sys_sysconf(struct lwp *l, const struct sunos32_sys_sysconf_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
1144
sunos32_sys_getrlimit(struct lwp *l, const struct sunos32_sys_getrlimit_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
1162
sunos32_sys_setrlimit(struct lwp *l, const struct sunos32_sys_setrlimit_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
1196
sunos32_sys_ptrace(struct lwp *l, const struct sunos32_sys_ptrace_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
1255
sunos32_sys_reboot(struct lwp *l, const struct sunos32_sys_reboot_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
1302
sunos32_sys_sigvec(struct lwp *l, const struct sunos32_sys_sigvec_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
171
sunos32_sys_stime(struct lwp *l, const struct sunos32_sys_stime_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
190
sunos32_sys_wait4(struct lwp *l, const struct sunos32_sys_wait4_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
210
sunos32_sys_creat(struct lwp *l, const struct sunos32_sys_creat_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
226
sunos32_sys_access(struct lwp *l, const struct sunos32_sys_access_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
271
sunos32_sys_stat(struct lwp *l, const struct sunos32_sys_stat_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
293
sunos32_sys_lstat(struct lwp *l, const struct sunos32_sys_lstat_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
332
sunos32_sys_execv(struct lwp *l, const struct sunos32_sys_execv_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
345
sunos32_sys_execve(struct lwp *l, const struct sunos32_sys_execve_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
359
sunos32_sys_omsync(struct lwp *l, const struct sunos32_sys_omsync_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
376
sunos32_sys_unmount(struct lwp *l, const struct sunos32_sys_unmount_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
414
sunos32_sys_mount(struct lwp *l, const struct sunos32_sys_mount_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
424
register_t dummy;
sys/compat/sunos32/sunos32_misc.c
508
sunos32_sys_sigpending(struct lwp *l, const struct sunos32_sys_sigpending_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
523
sunos32_sys_sigsuspend(struct lwp *l, const struct sunos32_sys_sigsuspend_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
544
sunos32_sys_getdents(struct lwp *l, const struct sunos32_sys_getdents_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
682
sunos32_sys_mmap(struct lwp *l, const struct sunos32_sys_mmap_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
729
sunos32_sys_mctl(struct lwp *l, const struct sunos32_sys_mctl_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
749
sunos32_sys_setsockopt(struct lwp *l, const struct sunos32_sys_setsockopt_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
810
static inline int sunos32_sys_socket_common(struct lwp *, register_t *,
sys/compat/sunos32/sunos32_misc.c
813
sunos32_sys_socket_common(struct lwp *l, register_t *retval, int type)
sys/compat/sunos32/sunos32_misc.c
829
sunos32_sys_socket(struct lwp *l, const struct sunos32_sys_socket_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
845
sunos32_sys_socketpair(struct lwp *l, const struct sunos32_sys_socketpair_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
866
sunos32_sys_auditsys(struct lwp *l, const struct sunos32_sys_auditsys_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
872
sunos32_sys_uname(struct lwp *l, const struct sunos32_sys_uname_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
891
sunos32_sys_setpgrp(struct lwp *l, const struct sunos32_sys_setpgrp_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
913
sunos32_sys_open(struct lwp *l, const struct sunos32_sys_open_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
960
sunos32_sys_ustat(struct lwp *l, const struct sunos32_sys_ustat_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
982
sunos32_sys_quotactl(struct lwp *l, const struct sunos32_sys_quotactl_args *uap, register_t *retval)
sys/compat/sunos32/sunos32_misc.c
989
sunos32_sys_vhangup(struct lwp *l, const void *v, register_t *retval)
sys/compat/sunos32/sunos32_syscallargs.h
473
int sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
475
int netbsd32_exit(struct lwp *, const struct netbsd32_exit_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
477
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
479
int netbsd32_read(struct lwp *, const struct netbsd32_read_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
481
int netbsd32_write(struct lwp *, const struct netbsd32_write_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
483
int sunos32_sys_open(struct lwp *, const struct sunos32_sys_open_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
485
int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
487
int sunos32_sys_wait4(struct lwp *, const struct sunos32_sys_wait4_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
489
int sunos32_sys_creat(struct lwp *, const struct sunos32_sys_creat_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
491
int netbsd32_link(struct lwp *, const struct netbsd32_link_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
493
int netbsd32_unlink(struct lwp *, const struct netbsd32_unlink_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
495
int sunos32_sys_execv(struct lwp *, const struct sunos32_sys_execv_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
497
int netbsd32_chdir(struct lwp *, const struct netbsd32_chdir_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
499
int sunos32_sys_mknod(struct lwp *, const struct sunos32_sys_mknod_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
501
int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
503
int netbsd32_chown(struct lwp *, const struct netbsd32_chown_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
505
int netbsd32_break(struct lwp *, const struct netbsd32_break_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
507
int compat_43_netbsd32_olseek(struct lwp *, const struct compat_43_netbsd32_olseek_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
509
int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
511
int netbsd32_setuid(struct lwp *, const struct netbsd32_setuid_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
513
int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
515
int sunos32_sys_stime(struct lwp *, const struct sunos32_sys_stime_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
517
int sunos32_sys_ptrace(struct lwp *, const struct sunos32_sys_ptrace_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
519
int sunos32_sys_access(struct lwp *, const struct sunos32_sys_access_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
521
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
523
int netbsd32_kill(struct lwp *, const struct netbsd32_kill_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
525
int sunos32_sys_stat(struct lwp *, const struct sunos32_sys_stat_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
527
int sunos32_sys_lstat(struct lwp *, const struct sunos32_sys_lstat_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
529
int netbsd32_dup(struct lwp *, const struct netbsd32_dup_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
531
int sys_pipe(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
533
int netbsd32_profil(struct lwp *, const struct netbsd32_profil_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
535
int netbsd32_setgid(struct lwp *, const struct netbsd32_setgid_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
537
int sys_getgid_with_egid(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
539
int netbsd32_acct(struct lwp *, const struct netbsd32_acct_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
541
int sunos32_sys_mctl(struct lwp *, const struct sunos32_sys_mctl_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
543
int sunos32_sys_ioctl(struct lwp *, const struct sunos32_sys_ioctl_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
545
int sunos32_sys_reboot(struct lwp *, const struct sunos32_sys_reboot_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
547
int netbsd32_symlink(struct lwp *, const struct netbsd32_symlink_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
549
int netbsd32_readlink(struct lwp *, const struct netbsd32_readlink_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
551
int sunos32_sys_execve(struct lwp *, const struct sunos32_sys_execve_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
553
int netbsd32_umask(struct lwp *, const struct netbsd32_umask_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
555
int netbsd32_chroot(struct lwp *, const struct netbsd32_chroot_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
557
int compat_43_netbsd32_fstat43(struct lwp *, const struct compat_43_netbsd32_fstat43_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
559
int compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
561
int sunos32_sys_omsync(struct lwp *, const struct sunos32_sys_omsync_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
563
int sys_vfork(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
565
int sunos32_sys_mmap(struct lwp *, const struct sunos32_sys_mmap_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
567
int netbsd32_ovadvise(struct lwp *, const struct netbsd32_ovadvise_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
569
int netbsd32_munmap(struct lwp *, const struct netbsd32_munmap_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
571
int netbsd32_mprotect(struct lwp *, const struct netbsd32_mprotect_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
573
int netbsd32_madvise(struct lwp *, const struct netbsd32_madvise_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
575
int sunos32_sys_vhangup(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
577
int netbsd32_mincore(struct lwp *, const struct netbsd32_mincore_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
579
int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
581
int netbsd32_setgroups(struct lwp *, const struct netbsd32_setgroups_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
583
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
585
int sunos32_sys_setpgrp(struct lwp *, const struct sunos32_sys_setpgrp_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
587
int compat_50_netbsd32_setitimer(struct lwp *, const struct compat_50_netbsd32_setitimer_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
589
int compat_12_netbsd32_oswapon(struct lwp *, const struct compat_12_netbsd32_oswapon_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
591
int compat_50_netbsd32_getitimer(struct lwp *, const struct compat_50_netbsd32_getitimer_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
593
int compat_43_netbsd32_ogethostname(struct lwp *, const struct compat_43_netbsd32_ogethostname_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
595
int compat_43_netbsd32_osethostname(struct lwp *, const struct compat_43_netbsd32_osethostname_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
597
int compat_43_sys_getdtablesize(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
599
int netbsd32_dup2(struct lwp *, const struct netbsd32_dup2_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
601
int sunos32_sys_fcntl(struct lwp *, const struct sunos32_sys_fcntl_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
603
int compat_50_netbsd32_select(struct lwp *, const struct compat_50_netbsd32_select_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
605
int netbsd32_fsync(struct lwp *, const struct netbsd32_fsync_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
607
int netbsd32_setpriority(struct lwp *, const struct netbsd32_setpriority_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
609
int sunos32_sys_socket(struct lwp *, const struct sunos32_sys_socket_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
611
int netbsd32_connect(struct lwp *, const struct netbsd32_connect_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
613
int compat_43_netbsd32_oaccept(struct lwp *, const struct compat_43_netbsd32_oaccept_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
615
int netbsd32_getpriority(struct lwp *, const struct netbsd32_getpriority_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
617
int compat_43_netbsd32_osend(struct lwp *, const struct compat_43_netbsd32_osend_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
619
int compat_43_netbsd32_orecv(struct lwp *, const struct compat_43_netbsd32_orecv_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
621
int netbsd32_bind(struct lwp *, const struct netbsd32_bind_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
623
int sunos32_sys_setsockopt(struct lwp *, const struct sunos32_sys_setsockopt_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
625
int netbsd32_listen(struct lwp *, const struct netbsd32_listen_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
627
int sunos32_sys_sigvec(struct lwp *, const struct sunos32_sys_sigvec_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
629
int compat_43_netbsd32_sigblock(struct lwp *, const struct compat_43_netbsd32_sigblock_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
631
int compat_43_netbsd32_sigsetmask(struct lwp *, const struct compat_43_netbsd32_sigsetmask_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
633
int sunos32_sys_sigsuspend(struct lwp *, const struct sunos32_sys_sigsuspend_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
635
int compat_43_netbsd32_osigstack(struct lwp *, const struct compat_43_netbsd32_osigstack_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
637
int compat_43_netbsd32_orecvmsg(struct lwp *, const struct compat_43_netbsd32_orecvmsg_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
639
int compat_43_netbsd32_osendmsg(struct lwp *, const struct compat_43_netbsd32_osendmsg_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
641
int compat_50_netbsd32_gettimeofday(struct lwp *, const struct compat_50_netbsd32_gettimeofday_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
643
int compat_50_netbsd32_getrusage(struct lwp *, const struct compat_50_netbsd32_getrusage_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
645
int netbsd32_getsockopt(struct lwp *, const struct netbsd32_getsockopt_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
647
int netbsd32_readv(struct lwp *, const struct netbsd32_readv_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
649
int netbsd32_writev(struct lwp *, const struct netbsd32_writev_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
651
int compat_50_netbsd32_settimeofday(struct lwp *, const struct compat_50_netbsd32_settimeofday_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
653
int netbsd32_fchown(struct lwp *, const struct netbsd32_fchown_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
655
int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
657
int compat_43_netbsd32_orecvfrom(struct lwp *, const struct compat_43_netbsd32_orecvfrom_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
659
int netbsd32_setreuid(struct lwp *, const struct netbsd32_setreuid_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
661
int netbsd32_setregid(struct lwp *, const struct netbsd32_setregid_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
663
int netbsd32_rename(struct lwp *, const struct netbsd32_rename_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
665
int compat_43_netbsd32_otruncate(struct lwp *, const struct compat_43_netbsd32_otruncate_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
667
int compat_43_netbsd32_oftruncate(struct lwp *, const struct compat_43_netbsd32_oftruncate_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
669
int netbsd32_flock(struct lwp *, const struct netbsd32_flock_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
671
int netbsd32_sendto(struct lwp *, const struct netbsd32_sendto_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
673
int netbsd32_shutdown(struct lwp *, const struct netbsd32_shutdown_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
675
int sunos32_sys_socketpair(struct lwp *, const struct sunos32_sys_socketpair_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
677
int netbsd32_mkdir(struct lwp *, const struct netbsd32_mkdir_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
679
int netbsd32_rmdir(struct lwp *, const struct netbsd32_rmdir_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
681
int compat_50_netbsd32_utimes(struct lwp *, const struct compat_50_netbsd32_utimes_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
683
int sunos32_sys_sigreturn(struct lwp *, const struct sunos32_sys_sigreturn_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
685
int compat_50_netbsd32_adjtime(struct lwp *, const struct compat_50_netbsd32_adjtime_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
687
int compat_43_netbsd32_ogetpeername(struct lwp *, const struct compat_43_netbsd32_ogetpeername_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
689
int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
691
int sunos32_sys_getrlimit(struct lwp *, const struct sunos32_sys_getrlimit_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
693
int sunos32_sys_setrlimit(struct lwp *, const struct sunos32_sys_setrlimit_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
695
int compat_43_netbsd32_killpg(struct lwp *, const struct compat_43_netbsd32_killpg_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
697
int compat_43_netbsd32_ogetsockname(struct lwp *, const struct compat_43_netbsd32_ogetsockname_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
699
int netbsd32_poll(struct lwp *, const struct netbsd32_poll_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
701
int compat_43_netbsd32_ogetdirentries(struct lwp *, const struct compat_43_netbsd32_ogetdirentries_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
703
int sunos32_sys_statfs(struct lwp *, const struct sunos32_sys_statfs_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
705
int sunos32_sys_fstatfs(struct lwp *, const struct sunos32_sys_fstatfs_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
707
int sunos32_sys_unmount(struct lwp *, const struct sunos32_sys_unmount_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
709
int compat_30_sys_getfh(struct lwp *, const struct compat_30_sys_getfh_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
711
int compat_09_netbsd32_ogetdomainname(struct lwp *, const struct compat_09_netbsd32_ogetdomainname_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
713
int compat_09_netbsd32_osetdomainname(struct lwp *, const struct compat_09_netbsd32_osetdomainname_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
715
int sunos32_sys_quotactl(struct lwp *, const struct sunos32_sys_quotactl_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
717
int sunos32_sys_exportfs(struct lwp *, const struct sunos32_sys_exportfs_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
719
int sunos32_sys_mount(struct lwp *, const struct sunos32_sys_mount_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
721
int sunos32_sys_ustat(struct lwp *, const struct sunos32_sys_ustat_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
724
int compat_10_netbsd32_semsys(struct lwp *, const struct compat_10_netbsd32_semsys_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
729
int compat_10_netbsd32_msgsys(struct lwp *, const struct compat_10_netbsd32_msgsys_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
734
int compat_10_netbsd32_shmsys(struct lwp *, const struct compat_10_netbsd32_shmsys_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
738
int sunos32_sys_auditsys(struct lwp *, const struct sunos32_sys_auditsys_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
740
int sunos32_sys_getdents(struct lwp *, const struct sunos32_sys_getdents_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
742
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
744
int netbsd32_fchdir(struct lwp *, const struct netbsd32_fchdir_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
746
int netbsd32_fchroot(struct lwp *, const struct netbsd32_fchroot_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
748
int sunos32_sys_sigpending(struct lwp *, const struct sunos32_sys_sigpending_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
750
int netbsd32_setpgid(struct lwp *, const struct netbsd32_setpgid_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
752
int netbsd32_pathconf(struct lwp *, const struct netbsd32_pathconf_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
754
int netbsd32_fpathconf(struct lwp *, const struct netbsd32_fpathconf_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
756
int sunos32_sys_sysconf(struct lwp *, const struct sunos32_sys_sysconf_args *, register_t *);
sys/compat/sunos32/sunos32_syscallargs.h
758
int sunos32_sys_uname(struct lwp *, const struct sunos32_sys_uname_args *, register_t *);
sys/compat/sys/clockctl.h
65
register_t retval;
sys/compat/sys/uvm.h
86
extern int (*uvm_swap_stats13)(const struct sys_swapctl_args *, register_t *);
sys/compat/sys/uvm.h
87
extern int (*uvm_swap_stats50)(const struct sys_swapctl_args *, register_t *);
sys/compat/sys/uvm.h
88
extern int (*uvm_swap_stats110)(const struct sys_swapctl_args *, register_t *);
sys/compat/ultrix/ultrix_fs.c
207
ultrix_sys_getmnt(struct lwp *l, const struct ultrix_sys_getmnt_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_fs.c
340
ultrix_sys_mount(struct lwp *l, const struct ultrix_sys_mount_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_fs.c
345
register_t dummy;
sys/compat/ultrix/ultrix_ioctl.c
473
register_t *retval)
sys/compat/ultrix/ultrix_misc.c
208
ultrix_sys_getsysinfo(struct lwp *l, const struct ultrix_sys_getsysinfo_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
226
ultrix_sys_setsysinfo(struct lwp *l, const struct ultrix_sys_setsysinfo_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
234
ultrix_sys_waitpid(struct lwp *l, const struct ultrix_sys_waitpid_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
247
ultrix_sys_wait3(struct lwp *l, const struct ultrix_sys_wait3_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
267
ultrix_sys_select(struct lwp *l, const struct ultrix_sys_select_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
309
ultrix_sys_mmap(struct lwp *l, const struct ultrix_sys_mmap_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
333
ultrix_sys_setsockopt(struct lwp *l, const struct ultrix_sys_setsockopt_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
406
ultrix_sys_uname(struct lwp *l, const struct ultrix_sys_uname_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
434
ultrix_sys_setpgrp(struct lwp *l, const struct ultrix_sys_setpgrp_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
462
ultrix_sys_ustat(struct lwp *l, const struct ultrix_sys_ustat_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
480
ultrix_sys_quotactl(struct lwp *l, const struct ultrix_sys_quotactl_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
487
ultrix_sys_vhangup(struct lwp *l, const void *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
499
ultrix_sys_cacheflush(struct lwp *l, const struct ultrix_sys_cacheflush_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
516
ultrix_sys_cachectl(struct lwp *l, const struct ultrix_sys_cachectl_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
535
ultrix_sys_exportfs(struct lwp *l, const struct ultrix_sys_exportfs_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
546
ultrix_sys_sigpending(struct lwp *l, const struct ultrix_sys_sigpending_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
558
ultrix_sys_sigreturn(struct lwp *l, const struct ultrix_sys_sigreturn_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
569
ultrix_sys_sigcleanup(struct lwp *l, const struct ultrix_sys_sigcleanup_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
581
ultrix_sys_sigsuspend(struct lwp *l, const struct ultrix_sys_sigsuspend_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
599
ultrix_sys_sigvec(struct lwp *l, const struct ultrix_sys_sigvec_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
644
ultrix_sys_shmsys(struct lwp *l, const struct ultrix_sys_shmsys_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_misc.c
740
ultrix_sys_fcntl(struct lwp *l, const struct ultrix_sys_fcntl_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_pathname.c
102
ultrix_sys_stat(struct lwp *l, const struct ultrix_sys_stat_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_pathname.c
110
ultrix_sys_lstat(struct lwp *l, const struct ultrix_sys_lstat_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_pathname.c
118
ultrix_sys_execv(struct lwp *l, const struct ultrix_sys_execv_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_pathname.c
134
ultrix_sys_execve(struct lwp *l, const struct ultrix_sys_execve_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_pathname.c
151
ultrix_sys_open(struct lwp *l, const struct ultrix_sys_open_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_pathname.c
230
ultrix_sys_statfs(struct lwp *l, const struct ultrix_sys_statfs_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_pathname.c
257
ultrix_sys_fstatfs(struct lwp *l, const struct ultrix_sys_fstatfs_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_pathname.c
279
ultrix_sys_mknod(struct lwp *l, const struct ultrix_sys_mknod_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_pathname.c
82
ultrix_sys_creat(struct lwp *l, const struct ultrix_sys_creat_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_pathname.c
95
ultrix_sys_access(struct lwp *l, const struct ultrix_sys_access_args *uap, register_t *retval)
sys/compat/ultrix/ultrix_syscallargs.h
21
register_t pad; \
sys/compat/ultrix/ultrix_syscallargs.h
25
(sizeof (register_t) < sizeof (x)) \
sys/compat/ultrix/ultrix_syscallargs.h
27
: sizeof (register_t) - sizeof (x)]; \
sys/compat/ultrix/ultrix_syscallargs.h
35
<= ULTRIX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/compat/ultrix/ultrix_syscallargs.h
441
int sys_nosys(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
443
int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
445
int sys_fork(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
447
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
449
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
451
int ultrix_sys_open(struct lwp *, const struct ultrix_sys_open_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
453
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
455
int compat_43_sys_wait(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
457
int ultrix_sys_creat(struct lwp *, const struct ultrix_sys_creat_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
459
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
461
int sys_unlink(struct lwp *, const struct sys_unlink_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
463
int ultrix_sys_execv(struct lwp *, const struct ultrix_sys_execv_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
465
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
467
int ultrix_sys_mknod(struct lwp *, const struct ultrix_sys_mknod_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
469
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
471
int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
473
int sys_obreak(struct lwp *, const struct sys_obreak_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
475
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
477
int sys_getpid(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
479
int ultrix_sys_mount(struct lwp *, const struct ultrix_sys_mount_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
481
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
483
int sys_getuid(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
485
int ultrix_sys_access(struct lwp *, const struct ultrix_sys_access_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
487
int sys_sync(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
489
int sys_kill(struct lwp *, const struct sys_kill_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
491
int ultrix_sys_stat(struct lwp *, const struct ultrix_sys_stat_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
493
int ultrix_sys_lstat(struct lwp *, const struct ultrix_sys_lstat_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
495
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
497
int sys_pipe(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
499
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
501
int sys_getgid(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
503
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
505
int ultrix_sys_ioctl(struct lwp *, const struct ultrix_sys_ioctl_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
507
int sys_reboot(struct lwp *, const struct sys_reboot_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
509
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
511
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
513
int ultrix_sys_execve(struct lwp *, const struct ultrix_sys_execve_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
515
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
517
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
519
int compat_43_sys_fstat(struct lwp *, const struct compat_43_sys_fstat_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
521
int compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
523
int sys_vfork(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
525
int ultrix_sys_mmap(struct lwp *, const struct ultrix_sys_mmap_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
527
int sys_ovadvise(struct lwp *, const struct sys_ovadvise_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
529
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
531
int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
533
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
535
int ultrix_sys_vhangup(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
537
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
539
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
541
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
543
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
545
int ultrix_sys_setpgrp(struct lwp *, const struct ultrix_sys_setpgrp_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
547
int sys___setitimer50(struct lwp *, const struct sys___setitimer50_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
549
int ultrix_sys_wait3(struct lwp *, const struct ultrix_sys_wait3_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
551
int compat_12_sys_swapon(struct lwp *, const struct compat_12_sys_swapon_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
553
int sys___getitimer50(struct lwp *, const struct sys___getitimer50_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
555
int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
557
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
559
int compat_43_sys_getdtablesize(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
561
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
563
int ultrix_sys_fcntl(struct lwp *, const struct ultrix_sys_fcntl_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
565
int ultrix_sys_select(struct lwp *, const struct ultrix_sys_select_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
567
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
569
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
571
int compat_30_sys_socket(struct lwp *, const struct compat_30_sys_socket_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
573
int sys_connect(struct lwp *, const struct sys_connect_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
575
int compat_43_sys_accept(struct lwp *, const struct compat_43_sys_accept_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
577
int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
579
int compat_43_sys_send(struct lwp *, const struct compat_43_sys_send_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
581
int compat_43_sys_recv(struct lwp *, const struct compat_43_sys_recv_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
583
int ultrix_sys_sigreturn(struct lwp *, const struct ultrix_sys_sigreturn_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
585
int sys_bind(struct lwp *, const struct sys_bind_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
587
int ultrix_sys_setsockopt(struct lwp *, const struct ultrix_sys_setsockopt_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
589
int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
591
int ultrix_sys_sigvec(struct lwp *, const struct ultrix_sys_sigvec_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
593
int compat_43_sys_sigblock(struct lwp *, const struct compat_43_sys_sigblock_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
595
int compat_43_sys_sigsetmask(struct lwp *, const struct compat_43_sys_sigsetmask_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
597
int ultrix_sys_sigsuspend(struct lwp *, const struct ultrix_sys_sigsuspend_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
599
int compat_43_sys_sigstack(struct lwp *, const struct compat_43_sys_sigstack_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
601
int compat_43_sys_recvmsg(struct lwp *, const struct compat_43_sys_recvmsg_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
603
int compat_43_sys_sendmsg(struct lwp *, const struct compat_43_sys_sendmsg_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
605
int sys___gettimeofday50(struct lwp *, const struct sys___gettimeofday50_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
607
int sys___getrusage50(struct lwp *, const struct sys___getrusage50_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
609
int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
611
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
613
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
615
int sys___settimeofday50(struct lwp *, const struct sys___settimeofday50_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
617
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
619
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
621
int compat_43_sys_recvfrom(struct lwp *, const struct compat_43_sys_recvfrom_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
623
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
625
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
627
int sys_rename(struct lwp *, const struct sys_rename_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
629
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
631
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
633
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
635
int sys_sendto(struct lwp *, const struct sys_sendto_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
637
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
639
int sys_socketpair(struct lwp *, const struct sys_socketpair_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
641
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
643
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
645
int sys___utimes50(struct lwp *, const struct sys___utimes50_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
647
int ultrix_sys_sigcleanup(struct lwp *, const struct ultrix_sys_sigcleanup_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
649
int sys___adjtime50(struct lwp *, const struct sys___adjtime50_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
651
int compat_43_sys_getpeername(struct lwp *, const struct compat_43_sys_getpeername_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
653
int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
655
int compat_43_sys_getrlimit(struct lwp *, const struct compat_43_sys_getrlimit_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
657
int compat_43_sys_setrlimit(struct lwp *, const struct compat_43_sys_setrlimit_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
659
int compat_43_sys_killpg(struct lwp *, const struct compat_43_sys_killpg_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
661
int compat_43_sys_getsockname(struct lwp *, const struct compat_43_sys_getsockname_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
664
int ultrix_sys_cacheflush(struct lwp *, const struct ultrix_sys_cacheflush_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
666
int ultrix_sys_cachectl(struct lwp *, const struct ultrix_sys_cachectl_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
670
int compat_43_sys_getdirentries(struct lwp *, const struct compat_43_sys_getdirentries_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
672
int ultrix_sys_statfs(struct lwp *, const struct ultrix_sys_statfs_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
674
int ultrix_sys_fstatfs(struct lwp *, const struct ultrix_sys_fstatfs_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
676
int compat_30_sys_getfh(struct lwp *, const struct compat_30_sys_getfh_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
678
int compat_09_sys_getdomainname(struct lwp *, const struct compat_09_sys_getdomainname_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
680
int compat_09_sys_setdomainname(struct lwp *, const struct compat_09_sys_setdomainname_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
682
int ultrix_sys_quotactl(struct lwp *, const struct ultrix_sys_quotactl_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
684
int ultrix_sys_exportfs(struct lwp *, const struct ultrix_sys_exportfs_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
686
int ultrix_sys_uname(struct lwp *, const struct ultrix_sys_uname_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
688
int ultrix_sys_shmsys(struct lwp *, const struct ultrix_sys_shmsys_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
690
int ultrix_sys_ustat(struct lwp *, const struct ultrix_sys_ustat_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
692
int ultrix_sys_getmnt(struct lwp *, const struct ultrix_sys_getmnt_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
694
int ultrix_sys_sigpending(struct lwp *, const struct ultrix_sys_sigpending_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
696
int sys_setsid(struct lwp *, const void *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
698
int ultrix_sys_waitpid(struct lwp *, const struct ultrix_sys_waitpid_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
700
int ultrix_sys_getsysinfo(struct lwp *, const struct ultrix_sys_getsysinfo_args *, register_t *);
sys/compat/ultrix/ultrix_syscallargs.h
702
int ultrix_sys_setsysinfo(struct lwp *, const struct ultrix_sys_setsysinfo_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
22
#define n(type) (sizeof(type)/sizeof (register_t))
sys/dev/kloader.c
480
KASSERT(ALIGNED_POINTER(dst, register_t));
sys/dev/vmt/vmt_subr.c
1002
frame.edi = (register_t)data;
sys/dev/vmt/vmt_subr.c
969
frame.esi = (register_t)buf;
sys/dev/vmt/vmtvar.h
31
volatile register_t eax;
sys/dev/vmt/vmtvar.h
32
volatile register_t ebx;
sys/dev/vmt/vmtvar.h
33
volatile register_t ecx;
sys/dev/vmt/vmtvar.h
34
volatile register_t edx;
sys/dev/vmt/vmtvar.h
35
volatile register_t esi;
sys/dev/vmt/vmtvar.h
36
volatile register_t edi;
sys/dev/vmt/vmtvar.h
37
volatile register_t ebp;
sys/fs/adosfs/advnops.c
855
register_t *a_retval;
sys/fs/cd9660/cd9660_vnops.c
738
register_t *a_retval;
sys/fs/efs/efs_vnops.c
733
register_t *a_retval;
sys/fs/filecorefs/filecore_vnops.c
475
register_t *a_retval;
sys/fs/msdosfs/msdosfs_vnops.c
1360
register_t *a_retval;
sys/fs/nfs/common/nfs_commonport.c
310
nfsvno_pathconf(struct vnode *vp, int flag, register_t *retf,
sys/fs/nfs/common/nfs_commonport.c
677
register_t retval;
sys/fs/nfs/common/nfs_var.h
372
int nfsvno_pathconf(vnode_t, int, register_t *, struct kauth_cred *,
sys/fs/nfs/nlm/nlm_prot_impl.c
106
(sizeof(struct nlm_syscall_args) / sizeof(register_t)) | SYF_MPSAFE,
sys/fs/nfs/server/nfs_nfsdserv.c
2134
register_t linkmax, namemax, chownres, notrunc;
sys/fs/nilfs/nilfs_vnops.c
888
register_t *a_retval;
sys/fs/ntfs/ntfs_vnops.c
773
register_t *a_retval;
sys/fs/ptyfs/ptyfs_vnops.c
238
register_t *a_retval;
sys/fs/puffs/puffs_vnops.c
2631
register_t *a_retval;
sys/fs/sysvbfs/sysvbfs_vnops.c
826
register_t *a_retval;
sys/fs/tmpfs/tmpfs_vnops.c
1139
register_t *a_retval;
sys/fs/tmpfs/tmpfs_vnops.c
1141
register_t *retval = ap->a_retval;
sys/fs/udf/udf_vnops.c
1288
register_t *a_retval;
sys/fs/v7fs/v7fs_vnops.c
1194
register_t *a_retval;
sys/kern/init_main.c
979
register_t retval[2];
sys/kern/init_sysent.c
143
#define n(type) (sizeof(type)/sizeof (register_t))
sys/kern/kern_acct.c
296
sys_acct(struct lwp *l, const struct sys_acct_args *uap, register_t *retval)
sys/kern/kern_event.c
101
static int kqueue_fpathconf(file_t *, int, register_t *);
sys/kern/kern_event.c
1723
kqueue1(struct lwp *l, int flags, register_t *retval)
sys/kern/kern_event.c
1751
sys_kqueue(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_event.c
1758
register_t *retval)
sys/kern/kern_event.c
1794
register_t *retval)
sys/kern/kern_event.c
1811
kevent1(register_t *retval, int fd,
sys/kern/kern_event.c
2260
kqueue_fpathconf(struct file *fp, int name, register_t *retval)
sys/kern/kern_event.c
2274
const struct timespec *tsp, register_t *retval,
sys/kern/kern_event.c
91
const struct timespec *, register_t *,
sys/kern/kern_exec.c
2165
register_t retval;
sys/kern/kern_exec.c
2886
register_t *retval)
sys/kern/kern_exec.c
600
sys_execve(struct lwp *l, const struct sys_execve_args *uap, register_t *retval)
sys/kern/kern_exec.c
614
register_t *retval)
sys/kern/kern_exit.c
173
sys_exit(struct lwp *l, const struct sys_exit_args *uap, register_t *retval)
sys/kern/kern_exit.c
736
register_t *retval)
sys/kern/kern_exit.c
764
sys_wait6(struct lwp *l, const struct sys_wait6_args *uap, register_t *retval)
sys/kern/kern_fork.c
119
sys_fork(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_fork.c
130
sys_vfork(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_fork.c
142
sys___vfork14(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_fork.c
154
register_t *retval)
sys/kern/kern_fork.c
259
void (*func)(void *), void *arg, register_t *retval)
sys/kern/kern_ktrace.c
100
uint8_t kte_space[KTE_SPACE] __aligned(sizeof(register_t));
sys/kern/kern_ktrace.c
1178
register_t *retval)
sys/kern/kern_ktrace.c
1484
sys_utrace(struct lwp *l, const struct sys_utrace_args *uap, register_t *retval)
sys/kern/kern_ktrace.c
539
ktr_syscall(register_t code, const register_t args[], int narg)
sys/kern/kern_ktrace.c
545
register_t *argp;
sys/kern/kern_ktrace.c
559
argp = (register_t *)(ktp + 1);
sys/kern/kern_ktrace.c
567
ktr_sysret(register_t code, int error, register_t *retval)
sys/kern/kern_ktrace_vfs.c
86
sys_ktrace(struct lwp *l, const struct sys_ktrace_args *uap, register_t *retval)
sys/kern/kern_ntptime.c
256
sys_ntp_adjtime(struct lwp *l, const struct sys_ntp_adjtime_args *uap, register_t *retval)
sys/kern/kern_ntptime.c
938
sys___ntp_gettime50(struct lwp *l, const struct sys___ntp_gettime50_args *uap, register_t *retval)
sys/kern/kern_prot.c
108
sys_getpgrp(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
123
sys_getsid(struct lwp *l, const struct sys_getsid_args *uap, register_t *retval)
sys/kern/kern_prot.c
145
sys_getpgid(struct lwp *l, const struct sys_getpgid_args *uap, register_t *retval)
sys/kern/kern_prot.c
168
sys_getuid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
177
sys_getuid_with_euid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
187
sys_geteuid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
196
sys_getgid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
205
sys_getgid_with_egid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
220
sys_getegid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
228
sys_getgroups(struct lwp *l, const struct sys_getgroups_args *uap, register_t *retval)
sys/kern/kern_prot.c
246
sys_setsid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
275
register_t *retval)
sys/kern/kern_prot.c
445
sys_setuid(struct lwp *l, const struct sys_setuid_args *uap, register_t *retval)
sys/kern/kern_prot.c
458
sys_seteuid(struct lwp *l, const struct sys_seteuid_args *uap, register_t *retval)
sys/kern/kern_prot.c
468
sys_setreuid(struct lwp *l, const struct sys_setreuid_args *uap, register_t *retval)
sys/kern/kern_prot.c
496
sys_setgid(struct lwp *l, const struct sys_setgid_args *uap, register_t *retval)
sys/kern/kern_prot.c
509
sys_setegid(struct lwp *l, const struct sys_setegid_args *uap, register_t *retval)
sys/kern/kern_prot.c
519
sys_setregid(struct lwp *l, const struct sys_setregid_args *uap, register_t *retval)
sys/kern/kern_prot.c
546
sys_issetugid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
564
sys_setgroups(struct lwp *l, const struct sys_setgroups_args *uap, register_t *retval)
sys/kern/kern_prot.c
589
sys___getlogin(struct lwp *l, const struct sys___getlogin_args *uap, register_t *retval)
sys/kern/kern_prot.c
612
sys___setlogin(struct lwp *l, const struct sys___setlogin_args *uap, register_t *retval)
sys/kern/kern_prot.c
68
int sys_getpid(struct lwp *, const void *, register_t *);
sys/kern/kern_prot.c
69
int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
sys/kern/kern_prot.c
70
int sys_getuid(struct lwp *, const void *, register_t *);
sys/kern/kern_prot.c
71
int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
sys/kern/kern_prot.c
72
int sys_getgid(struct lwp *, const void *, register_t *);
sys/kern/kern_prot.c
73
int sys_getgid_with_egid(struct lwp *, const void *, register_t *);
sys/kern/kern_prot.c
77
sys_getpid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
87
sys_getpid_with_ppid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_prot.c
98
sys_getppid(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_ras.c
251
sys_rasctl(struct lwp *l, const struct sys_rasctl_args *uap, register_t *retval)
sys/kern/kern_reboot.c
96
sys_reboot(struct lwp *l, const struct sys_reboot_args *uap, register_t *retval)
sys/kern/kern_resource.c
155
register_t *retval)
sys/kern/kern_resource.c
214
register_t *retval)
sys/kern/kern_resource.c
316
register_t *retval)
sys/kern/kern_resource.c
455
register_t *retval)
sys/kern/kern_resource.c
587
register_t *retval)
sys/kern/kern_scdebug.c
131
scdebug_call(register_t code, const register_t args[])
sys/kern/kern_scdebug.c
232
for (i = 0; i < sy->sy_argsize/sizeof(register_t); i++)
sys/kern/kern_scdebug.c
242
scdebug_ret(register_t code, int error, const register_t retval[])
sys/kern/kern_sig.c
2538
proc_stoptrace(int trapno, int sysnum, const register_t args[],
sys/kern/kern_sig.c
2539
const register_t *ret, int error)
sys/kern/kern_stub.c
234
sys_nosys(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_syscall.c
238
trace_enter(register_t code, const struct sysent *sy, const void *args)
sys/kern/kern_syscall.c
281
trace_exit(register_t code, const struct sysent *sy, const void *args,
sys/kern/kern_syscall.c
282
register_t rval[], int error)
sys/kern/kern_syscall.c
62
sys_nomodule(struct lwp *l, const void *v, register_t *retval)
sys/kern/kern_sysctl.c
275
sys___sysctl(struct lwp *l, const struct sys___sysctl_args *uap, register_t *retval)
sys/kern/kern_time.c
1219
register_t *retval)
sys/kern/kern_time.c
1321
register_t *retval)
sys/kern/kern_time.c
1369
register_t *retval)
sys/kern/kern_time.c
1488
const struct sys___timer_gettime50_args *uap, register_t *retval)
sys/kern/kern_time.c
1533
register_t *retval)
sys/kern/kern_time.c
1570
register_t *retval)
sys/kern/kern_time.c
1619
register_t *retval)
sys/kern/kern_time.c
271
const struct sys___clock_gettime50_args *uap, register_t *retval)
sys/kern/kern_time.c
290
const struct sys___clock_settime50_args *uap, register_t *retval)
sys/kern/kern_time.c
331
register_t *retval)
sys/kern/kern_time.c
374
register_t *retval)
sys/kern/kern_time.c
399
register_t *retval)
sys/kern/kern_time.c
493
register_t *retval)
sys/kern/kern_time.c
523
register_t *retval)
sys/kern/kern_time.c
555
register_t *retval)
sys/kern/kern_time.c
604
register_t *retval)
sys/kern/kern_uuid.c
68
sys_uuidgen(struct lwp *l, const struct sys_uuidgen_args *uap, register_t *retval)
sys/kern/subr_prof.c
484
sys_profil(struct lwp *l, const struct sys_profil_args *uap, register_t *retval)
sys/kern/sys_aio.c
1169
aiosp_error(struct aiosp *aiosp, const void *uptr, register_t *retval)
sys/kern/sys_aio.c
1194
aiosp_return(struct aiosp *aiosp, const void *uptr, register_t *retval)
sys/kern/sys_aio.c
1734
register_t *retval)
sys/kern/sys_aio.c
1843
register_t *retval)
sys/kern/sys_aio.c
1858
register_t *retval)
sys/kern/sys_aio.c
1873
register_t *retval)
sys/kern/sys_aio.c
1890
register_t *retval)
sys/kern/sys_aio.c
1905
register_t *retval)
sys/kern/sys_aio.c
1945
register_t *retval)
sys/kern/sys_aio.c
1962
register_t *retval)
sys/kern/sys_descrip.c
106
sys_dup(struct lwp *l, const struct sys_dup_args *uap, register_t *retval)
sys/kern/sys_descrip.c
129
dodup(struct lwp *l, int from, int to, int flags, register_t *retval)
sys/kern/sys_descrip.c
155
sys___dup3100(struct lwp *l, const struct sys___dup3100_args *uap, register_t *retval)
sys/kern/sys_descrip.c
169
sys_dup2(struct lwp *l, const struct sys_dup2_args *uap, register_t *retval)
sys/kern/sys_descrip.c
327
sys_fcntl(struct lwp *l, const struct sys_fcntl_args *uap, register_t *retval)
sys/kern/sys_descrip.c
523
sys_close(struct lwp *l, const struct sys_close_args *uap, register_t *retval)
sys/kern/sys_descrip.c
571
register_t *retval)
sys/kern/sys_descrip.c
592
register_t *retval)
sys/kern/sys_descrip.c
623
sys_flock(struct lwp *l, const struct sys_flock_args *uap, register_t *retval)
sys/kern/sys_descrip.c
700
register_t *retval)
sys/kern/sys_descrip.c
717
sys_pipe(struct lwp *l, const void *v, register_t *retval)
sys/kern/sys_descrip.c
731
sys_pipe2(struct lwp *l, const struct sys_pipe2_args *uap, register_t *retval)
sys/kern/sys_epoll.c
252
epoll_ctl_common(struct lwp *l, register_t *retval, int epfd, int op, int fd,
sys/kern/sys_epoll.c
349
register_t *retval)
sys/kern/sys_epoll.c
381
epoll_wait_common(struct lwp *l, register_t *retval, int epfd,
sys/kern/sys_epoll.c
442
register_t *retval)
sys/kern/sys_epoll.c
494
epoll_register_kevent(register_t *retval, int epfd, int fd, int filter,
sys/kern/sys_epoll.c
514
epoll_fd_registered(register_t *retval, int epfd, int fd)
sys/kern/sys_epoll.c
536
epoll_delete_all_events(register_t *retval, int epfd, int fd)
sys/kern/sys_epoll.c
82
static int epoll_register_kevent(register_t *, int, int, int,
sys/kern/sys_epoll.c
84
static int epoll_fd_registered(register_t *, int, int);
sys/kern/sys_epoll.c
85
static int epoll_delete_all_events(register_t *, int, int);
sys/kern/sys_epoll.c
96
register_t *retval)
sys/kern/sys_eventfd.c
551
register_t *retval)
sys/kern/sys_eventfd.c
580
register_t *retval)
sys/kern/sys_futex.c
1215
register_t *retval)
sys/kern/sys_futex.c
1307
register_t *retval)
sys/kern/sys_futex.c
1363
int nrequeue, int cmpval, register_t *retval)
sys/kern/sys_futex.c
1587
int opcmp, register_t *retval)
sys/kern/sys_futex.c
1668
int *uaddr2, int val2, int val3, register_t *retval)
sys/kern/sys_futex.c
1733
register_t *retval)
sys/kern/sys_futex.c
1771
const struct sys___futex_set_robust_list_args *uap, register_t *retval)
sys/kern/sys_futex.c
1796
const struct sys___futex_get_robust_list_args *uap, register_t *retval)
sys/kern/sys_futex.c
1864
register_t retval;
sys/kern/sys_generic.c
100
sys_read(struct lwp *l, const struct sys_read_args *uap, register_t *retval)
sys/kern/sys_generic.c
127
off_t *offset, int flags, register_t *retval)
sys/kern/sys_generic.c
173
sys_readv(struct lwp *l, const struct sys_readv_args *uap, register_t *retval)
sys/kern/sys_generic.c
187
off_t *offset, int flags, register_t *retval)
sys/kern/sys_generic.c
299
sys_write(struct lwp *l, const struct sys_write_args *uap, register_t *retval)
sys/kern/sys_generic.c
326
size_t nbyte, off_t *offset, int flags, register_t *retval)
sys/kern/sys_generic.c
375
sys_writev(struct lwp *l, const struct sys_writev_args *uap, register_t *retval)
sys/kern/sys_generic.c
389
off_t *offset, int flags, register_t *retval)
sys/kern/sys_generic.c
508
sys_ioctl(struct lwp *l, const struct sys_ioctl_args *uap, register_t *retval)
sys/kern/sys_getrandom.c
198
register_t *retval)
sys/kern/sys_lwp.c
127
register_t *retval)
sys/kern/sys_lwp.c
172
sys__lwp_exit(struct lwp *l, const void *v, register_t *retval)
sys/kern/sys_lwp.c
180
sys__lwp_self(struct lwp *l, const void *v, register_t *retval)
sys/kern/sys_lwp.c
188
sys__lwp_getprivate(struct lwp *l, const void *v, register_t *retval)
sys/kern/sys_lwp.c
197
register_t *retval)
sys/kern/sys_lwp.c
208
register_t *retval)
sys/kern/sys_lwp.c
282
register_t *retval)
sys/kern/sys_lwp.c
308
register_t *retval)
sys/kern/sys_lwp.c
347
register_t *retval)
sys/kern/sys_lwp.c
370
register_t *retval)
sys/kern/sys_lwp.c
406
register_t *retval)
sys/kern/sys_lwp.c
569
register_t *retval)
sys/kern/sys_lwp.c
605
register_t *retval)
sys/kern/sys_lwp.c
617
register_t *retval)
sys/kern/sys_lwp.c
665
register_t *retval)
sys/kern/sys_lwp.c
713
register_t *retval)
sys/kern/sys_lwp.c
750
register_t *retval)
sys/kern/sys_memfd.c
90
register_t *retval)
sys/kern/sys_module.c
263
register_t *retval)
sys/kern/sys_mqueue.c
1000
register_t *retval)
sys/kern/sys_mqueue.c
1023
register_t *retval)
sys/kern/sys_mqueue.c
1072
register_t *retval)
sys/kern/sys_mqueue.c
479
struct mq_attr *attr, register_t *retval)
sys/kern/sys_mqueue.c
593
register_t *retval)
sys/kern/sys_mqueue.c
620
register_t *retval)
sys/kern/sys_mqueue.c
728
register_t *retval)
sys/kern/sys_mqueue.c
749
const struct sys___mq_timedreceive50_args *uap, register_t *retval)
sys/kern/sys_mqueue.c
910
register_t *retval)
sys/kern/sys_mqueue.c
925
register_t *retval)
sys/kern/sys_mqueue.c
953
register_t *retval)
sys/kern/sys_pipe.c
90
static int pipe_fpathconf(file_t *, int, register_t *);
sys/kern/sys_pipe.c
918
pipe_fpathconf(struct file *fp, int name, register_t *retval)
sys/kern/sys_pset.c
255
register_t *retval)
sys/kern/sys_pset.c
281
register_t *retval)
sys/kern/sys_pset.c
298
register_t *retval)
sys/kern/sys_pset.c
413
register_t *retval)
sys/kern/sys_ptrace.c
167
sys_ptrace(struct lwp *l, const struct sys_ptrace_args *uap, register_t *retval)
sys/kern/sys_ptrace_common.c
1083
void *addr, int data, register_t *retval)
sys/kern/sys_sched.c
200
register_t *retval)
sys/kern/sys_sched.c
288
register_t *retval)
sys/kern/sys_sched.c
335
const struct sys__sched_setaffinity_args *uap, register_t *retval)
sys/kern/sys_sched.c
493
const struct sys__sched_getaffinity_args *uap, register_t *retval)
sys/kern/sys_sched.c
547
const struct sys__sched_protect_args *uap, register_t *retval)
sys/kern/sys_sched.c
606
sys_sched_yield(struct lwp *l, const void *v, register_t *retval)
sys/kern/sys_select.c
132
static inline int selscan(char *, const int, const size_t, register_t *);
sys/kern/sys_select.c
133
static inline int pollscan(struct pollfd *, const int, register_t *);
sys/kern/sys_select.c
170
register_t *retval)
sys/kern/sys_select.c
203
register_t *retval)
sys/kern/sys_select.c
237
struct timespec *ts, sigset_t *mask, register_t *retval)
sys/kern/sys_select.c
380
selcommon(register_t *retval, int nd, fd_set *u_in, fd_set *u_ou,
sys/kern/sys_select.c
510
selscan(char *bits, const int nfd, const size_t ni, register_t *retval)
sys/kern/sys_select.c
574
sys_poll(struct lwp *l, const struct sys_poll_args *uap, register_t *retval)
sys/kern/sys_select.c
597
register_t *retval)
sys/kern/sys_select.c
626
pollcommon(register_t *retval, struct pollfd *u_fds, u_int nfds,
sys/kern/sys_select.c
679
pollscan(struct pollfd *fds, const int nfd, register_t *retval)
sys/kern/sys_sig.c
130
register_t *retval)
sys/kern/sys_sig.c
162
register_t *retval)
sys/kern/sys_sig.c
180
register_t *retval)
sys/kern/sys_sig.c
198
register_t *retval)
sys/kern/sys_sig.c
225
kill1(struct lwp *l, pid_t pid, ksiginfo_t *ksi, register_t *retval)
sys/kern/sys_sig.c
285
register_t *retval)
sys/kern/sys_sig.c
304
sys_kill(struct lwp *l, const struct sys_kill_args *uap, register_t *retval)
sys/kern/sys_sig.c
324
register_t *retval)
sys/kern/sys_sig.c
343
register_t *retval)
sys/kern/sys_sig.c
375
const struct sys_____sigtimedwait50_args *uap, register_t *retval)
sys/kern/sys_sig.c
736
register_t *retval, copyin_t fetchss, copyout_t storeinf, copyin_t fetchts,
sys/kern/sys_sig.c
94
const struct sys___sigaction_sigtramp_args *uap, register_t *retval)
sys/kern/sys_socket.c
275
soo_fpathconf(struct file *fp, int name, register_t *retval)
sys/kern/sys_socket.c
85
static int soo_fpathconf(struct file *, int, register_t *);
sys/kern/sys_syscall.c
62
register_t *rval)
sys/kern/sys_syscall.c
73
register_t args64[SYS_MAXSYSARGS];
sys/kern/sys_timerfd.c
492
int const flags, register_t *retval)
sys/kern/sys_timerfd.c
531
register_t *retval)
sys/kern/sys_timerfd.c
547
register_t *retval)
sys/kern/sys_timerfd.c
571
register_t *retval)
sys/kern/sys_timerfd.c
594
register_t *retval)
sys/kern/sys_timerfd.c
670
register_t *retval)
sys/kern/systrace_args.c
11
systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
sys/kern/sysv_msg.c
1015
int msgflg, size_t typesz, copyout_t put_type, register_t *retval)
sys/kern/sysv_msg.c
446
register_t *retval)
sys/kern/sysv_msg.c
594
sys_msgget(struct lwp *l, const struct sys_msgget_args *uap, register_t *retval)
sys/kern/sysv_msg.c
691
sys_msgsnd(struct lwp *l, const struct sys_msgsnd_args *uap, register_t *retval)
sys/kern/sysv_msg.c
998
sys_msgrcv(struct lwp *l, const struct sys_msgrcv_args *uap, register_t *retval)
sys/kern/sysv_sem.c
1078
size_t nsops, void *utimeout, register_t *retval,
sys/kern/sysv_sem.c
1129
register_t *retval)
sys/kern/sysv_sem.c
1146
sys_semop(struct lwp *l, const struct sys_semop_args *uap, register_t *retval)
sys/kern/sysv_sem.c
347
register_t *retval)
sys/kern/sysv_sem.c
496
register_t *retval)
sys/kern/sysv_sem.c
537
register_t *retval)
sys/kern/sysv_sem.c
704
register_t *retval)
sys/kern/sysv_sem.c
815
size_t nsops, struct timespec *timeout, register_t *retval)
sys/kern/sysv_shm.c
305
sys_shmdt(struct lwp *l, const struct sys_shmdt_args *uap, register_t *retval)
sys/kern/sysv_shm.c
371
sys_shmat(struct lwp *l, const struct sys_shmat_args *uap, register_t *retval)
sys/kern/sysv_shm.c
486
register_t *retval)
sys/kern/sysv_shm.c
592
register_t *retval)
sys/kern/sysv_shm.c
644
sys_shmget(struct lwp *l, const struct sys_shmget_args *uap, register_t *retval)
sys/kern/uipc_sem.c
1005
register_t *retval)
sys/kern/uipc_sem.c
1016
register_t *retval)
sys/kern/uipc_sem.c
1039
register_t *retval)
sys/kern/uipc_sem.c
545
register_t *retval)
sys/kern/uipc_sem.c
625
register_t *retval)
sys/kern/uipc_sem.c
761
register_t *retval)
sys/kern/uipc_sem.c
858
register_t *retval)
sys/kern/uipc_sem.c
909
register_t *retval)
sys/kern/uipc_sem.c
970
register_t *retval)
sys/kern/uipc_sem.c
981
register_t *retval)
sys/kern/uipc_syscalls.c
109
register_t *retval)
sys/kern/uipc_syscalls.c
1123
register_t *retval)
sys/kern/uipc_syscalls.c
1143
register_t *retval)
sys/kern/uipc_syscalls.c
1190
register_t *retval, bool copyarg)
sys/kern/uipc_syscalls.c
1241
register_t *retval)
sys/kern/uipc_syscalls.c
1255
register_t *retval)
sys/kern/uipc_syscalls.c
129
sys_bind(struct lwp *l, const struct sys_bind_args *uap, register_t *retval)
sys/kern/uipc_syscalls.c
1471
register_t *retval)
sys/kern/uipc_syscalls.c
1496
register_t *retval)
sys/kern/uipc_syscalls.c
160
sys_listen(struct lwp *l, const struct sys_listen_args *uap, register_t *retval)
sys/kern/uipc_syscalls.c
178
register_t *new_sock, const sigset_t *mask, int flags, int clrflags)
sys/kern/uipc_syscalls.c
278
sys_accept(struct lwp *l, const struct sys_accept_args *uap, register_t *retval)
sys/kern/uipc_syscalls.c
305
register_t *retval)
sys/kern/uipc_syscalls.c
343
register_t *retval)
sys/kern/uipc_syscalls.c
413
register_t *retval)
sys/kern/uipc_syscalls.c
467
register_t *retval)
sys/kern/uipc_syscalls.c
494
register_t *retval)
sys/kern/uipc_syscalls.c
515
struct msghdr *mp, int flags, register_t *retsize)
sys/kern/uipc_syscalls.c
639
register_t *retsize)
sys/kern/uipc_syscalls.c
661
register_t *retval)
sys/kern/uipc_syscalls.c
697
register_t *retval)
sys/kern/uipc_syscalls.c
737
register_t *retval)
sys/kern/uipc_syscalls.c
893
struct mbuf **from, struct mbuf **control, register_t *retsize)
sys/kern/uipc_syscalls.c
984
struct mbuf **from, struct mbuf **control, register_t *retsize)
sys/kern/uipc_syscalls.c
998
register_t *retval)
sys/kern/vfs_acl.c
300
const struct sys___acl_get_file_args *uap, register_t *retval)
sys/kern/vfs_acl.c
312
const struct sys___acl_get_link_args *uap, register_t *retval)
sys/kern/vfs_acl.c
339
const struct sys___acl_set_file_args *uap, register_t *retval)
sys/kern/vfs_acl.c
351
const struct sys___acl_set_link_args *uap, register_t *retval)
sys/kern/vfs_acl.c
378
register_t *retval)
sys/kern/vfs_acl.c
396
register_t *retval)
sys/kern/vfs_acl.c
415
const struct sys___acl_delete_file_args *uap, register_t *retval)
sys/kern/vfs_acl.c
427
const struct sys___acl_delete_link_args *uap, register_t *retval)
sys/kern/vfs_acl.c
454
const struct sys___acl_delete_fd_args *uap, register_t *retval)
sys/kern/vfs_acl.c
472
const struct sys___acl_aclcheck_file_args *uap, register_t *retval)
sys/kern/vfs_acl.c
484
const struct sys___acl_aclcheck_link_args *uap, register_t *retval)
sys/kern/vfs_acl.c
511
const struct sys___acl_aclcheck_fd_args *uap, register_t *retval)
sys/kern/vfs_getcwd.c
476
register_t *retval)
sys/kern/vfs_syscalls.c
1250
register_t *retval)
sys/kern/vfs_syscalls.c
1366
register_t *retval)
sys/kern/vfs_syscalls.c
1406
register_t *retval)
sys/kern/vfs_syscalls.c
141
size_t, register_t *);
sys/kern/vfs_syscalls.c
1430
register_t *retval)
sys/kern/vfs_syscalls.c
1487
register_t *retval)
sys/kern/vfs_syscalls.c
1503
do_sys_fchdir(struct lwp *l, int fd, register_t *retval)
sys/kern/vfs_syscalls.c
1566
register_t *retval)
sys/kern/vfs_syscalls.c
1581
register_t *retval)
sys/kern/vfs_syscalls.c
1615
register_t *retval)
sys/kern/vfs_syscalls.c
1637
sys_chdir(struct lwp *l, const struct sys_chdir_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
1652
register_t *retval)
sys/kern/vfs_syscalls.c
1884
sys_open(struct lwp *l, const struct sys_open_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
1905
register_t *retval)
sys/kern/vfs_syscalls.c
2089
register_t *retval)
sys/kern/vfs_syscalls.c
2158
register_t *retval)
sys/kern/vfs_syscalls.c
2249
register_t *retval)
sys/kern/vfs_syscalls.c
2292
register_t *retval)
sys/kern/vfs_syscalls.c
2342
register_t *retval)
sys/kern/vfs_syscalls.c
2386
register_t *retval)
sys/kern/vfs_syscalls.c
2399
register_t *retval)
sys/kern/vfs_syscalls.c
2540
register_t *retval)
sys/kern/vfs_syscalls.c
2553
register_t *retval)
sys/kern/vfs_syscalls.c
2612
const char *link, int follow, register_t *retval)
sys/kern/vfs_syscalls.c
2669
sys_link(struct lwp *l, const struct sys_link_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
2684
register_t *retval)
sys/kern/vfs_syscalls.c
2776
sys_symlink(struct lwp *l, const struct sys_symlink_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
2789
register_t *retval)
sys/kern/vfs_syscalls.c
2807
register_t *retval)
sys/kern/vfs_syscalls.c
2852
register_t *retval)
sys/kern/vfs_syscalls.c
2864
register_t *retval)
sys/kern/vfs_syscalls.c
2985
sys_lseek(struct lwp *l, const struct sys_lseek_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
3026
sys_pread(struct lwp *l, const struct sys_pread_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
3070
register_t *retval)
sys/kern/vfs_syscalls.c
3089
register_t *retval)
sys/kern/vfs_syscalls.c
3133
register_t *retval)
sys/kern/vfs_syscalls.c
3152
register_t *retval)
sys/kern/vfs_syscalls.c
3228
register_t *retval)
sys/kern/vfs_syscalls.c
3285
register_t *retval)
sys/kern/vfs_syscalls.c
3306
register_t *retval)
sys/kern/vfs_syscalls.c
3323
register_t *retval)
sys/kern/vfs_syscalls.c
3348
kern_pathconf(register_t *retval, const char *path, int name, int flag)
sys/kern/vfs_syscalls.c
3375
register_t *retval)
sys/kern/vfs_syscalls.c
3389
register_t *retval)
sys/kern/vfs_syscalls.c
3406
register_t *retval)
sys/kern/vfs_syscalls.c
3420
size_t count, register_t *retval)
sys/kern/vfs_syscalls.c
3463
register_t *retval)
sys/kern/vfs_syscalls.c
3482
register_t *retval)
sys/kern/vfs_syscalls.c
3506
register_t *retval)
sys/kern/vfs_syscalls.c
3532
register_t *retval)
sys/kern/vfs_syscalls.c
3573
sys_chmod(struct lwp *l, const struct sys_chmod_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
3613
register_t *retval)
sys/kern/vfs_syscalls.c
3632
register_t *retval)
sys/kern/vfs_syscalls.c
3651
register_t *retval)
sys/kern/vfs_syscalls.c
3693
sys_chown(struct lwp *l, const struct sys_chown_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
3735
register_t *retval)
sys/kern/vfs_syscalls.c
3762
register_t *retval)
sys/kern/vfs_syscalls.c
3783
register_t *retval)
sys/kern/vfs_syscalls.c
3804
register_t *retval)
sys/kern/vfs_syscalls.c
3829
register_t *retval)
sys/kern/vfs_syscalls.c
3857
register_t *retval)
sys/kern/vfs_syscalls.c
3946
register_t *retval)
sys/kern/vfs_syscalls.c
3963
register_t *retval)
sys/kern/vfs_syscalls.c
3983
register_t *retval)
sys/kern/vfs_syscalls.c
4007
register_t *retval)
sys/kern/vfs_syscalls.c
4020
register_t *retval)
sys/kern/vfs_syscalls.c
4183
register_t *retval)
sys/kern/vfs_syscalls.c
4220
register_t *retval)
sys/kern/vfs_syscalls.c
4247
sys_fsync(struct lwp *l, const struct sys_fsync_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
4276
register_t *retval)
sys/kern/vfs_syscalls.c
4343
register_t *retval)
sys/kern/vfs_syscalls.c
4369
register_t *retval)
sys/kern/vfs_syscalls.c
4382
register_t *retval)
sys/kern/vfs_syscalls.c
4401
register_t *retval)
sys/kern/vfs_syscalls.c
4760
sys_mkdir(struct lwp *l, const struct sys_mkdir_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
4773
register_t *retval)
sys/kern/vfs_syscalls.c
4846
sys_rmdir(struct lwp *l, const struct sys_rmdir_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
4861
register_t *retval)
sys/kern/vfs_syscalls.c
4891
sys_umask(struct lwp *l, const struct sys_umask_args *uap, register_t *retval)
sys/kern/vfs_syscalls.c
4936
register_t *retval)
sys/kern/vfs_syscalls.c
4960
register_t *retval)
sys/kern/vfs_syscalls.c
5014
register_t *retval)
sys/kern/vfs_syscalls.c
548
register_t *retval)
sys/kern/vfs_syscalls.c
568
register_t *retval)
sys/kern/vfs_syscalls.c
672
register_t *retval)
sys/kern/vfs_syscalls.c
844
sys_sync(struct lwp *l, const void *v, register_t *retval)
sys/kern/vfs_vnops.c
124
static int vn_fpathconf(struct file *, int, register_t *);
sys/kern/vfs_vnops.c
1240
vn_fpathconf(struct file *fp, int name, register_t *retval)
sys/kern/vfs_xattr.c
1016
register_t *retval)
sys/kern/vfs_xattr.c
1052
register_t *retval)
sys/kern/vfs_xattr.c
1062
register_t listsize_usr, listsize_sys;
sys/kern/vfs_xattr.c
1106
register_t *retval)
sys/kern/vfs_xattr.c
1116
register_t listsize_usr, listsize_sys;
sys/kern/vfs_xattr.c
1159
register_t *retval)
sys/kern/vfs_xattr.c
1170
register_t listsize_usr, listsize_sys;
sys/kern/vfs_xattr.c
1214
register_t *retval)
sys/kern/vfs_xattr.c
1246
register_t *retval)
sys/kern/vfs_xattr.c
1278
register_t *retval)
sys/kern/vfs_xattr.c
149
register_t *retval)
sys/kern/vfs_xattr.c
220
const void *data, size_t nbytes, struct lwp *l, register_t *retval,
sys/kern/vfs_xattr.c
288
void *data, size_t nbytes, struct lwp *l, register_t *retval)
sys/kern/vfs_xattr.c
374
int flag, struct lwp *l, register_t *retval)
sys/kern/vfs_xattr.c
428
register_t *retval)
sys/kern/vfs_xattr.c
462
register_t *retval)
sys/kern/vfs_xattr.c
495
register_t *retval)
sys/kern/vfs_xattr.c
528
register_t *retval)
sys/kern/vfs_xattr.c
562
register_t *retval)
sys/kern/vfs_xattr.c
595
register_t *retval)
sys/kern/vfs_xattr.c
628
register_t *retval)
sys/kern/vfs_xattr.c
659
register_t *retval)
sys/kern/vfs_xattr.c
689
register_t *retval)
sys/kern/vfs_xattr.c
719
register_t *retval)
sys/kern/vfs_xattr.c
747
register_t *retval)
sys/kern/vfs_xattr.c
774
register_t *retval)
sys/kern/vfs_xattr.c
825
register_t *retval)
sys/kern/vfs_xattr.c
837
register_t attrlen;
sys/kern/vfs_xattr.c
865
register_t *retval)
sys/kern/vfs_xattr.c
877
register_t attrlen;
sys/kern/vfs_xattr.c
905
register_t *retval)
sys/kern/vfs_xattr.c
918
register_t attrlen;
sys/kern/vfs_xattr.c
946
register_t *retval)
sys/kern/vfs_xattr.c
981
register_t *retval)
sys/kern/vnode_if.c
1814
register_t *retval)
sys/miscfs/fdesc/fdesc_vnops.c
872
register_t *a_retval;
sys/miscfs/fifofs/fifo_vnops.c
566
register_t *a_retval;
sys/miscfs/kernfs/kernfs_vnops.c
1103
register_t *a_retval;
sys/miscfs/procfs/procfs_vnops.c
519
register_t *a_retval;
sys/miscfs/specfs/spec_vnops.c
1824
register_t *a_retval;
sys/netinet/tcp_vtw.c
2352
vtw_sys(struct lwp *l, const void *_, register_t *retval)
sys/nfs/nfs_serv.c
3477
register_t linkmax, namemax, chownres, notrunc;
sys/nfs/nfs_syscalls.c
277
sys_nfssvc(struct lwp *l, const struct sys_nfssvc_args *uap, register_t *retval)
sys/nfs/nfs_syscalls.c
290
do_nfssvc(struct nfssvc_copy_ops *ops, struct lwp *l, int flag, void *argp, register_t *retval)
sys/nfs/nfs_var.h
326
int sys_getfh(struct lwp *, const struct sys_getfh_args *, register_t *);
sys/nfs/nfs_var.h
327
int sys_nfssvc(struct lwp *, const struct sys_nfssvc_args *, register_t *);
sys/nfs/nfs_var.h
357
int do_nfssvc(struct nfssvc_copy_ops *, struct lwp *, int, void *, register_t *);
sys/nfs/nfs_vnops.c
3154
register_t *a_retval;
sys/nfs/nfs_vnops.c
3200
fxdr_unsigned(register_t, pcp->pc_linkmax);
sys/nfs/nfs_vnops.c
3204
fxdr_unsigned(register_t, pcp->pc_namemax);
sys/rump/fs/lib/libsyspuffs/puffs_rumpglue.c
128
register_t rv;
sys/rump/fs/lib/libsyspuffs/puffs_rumpglue.c
72
register_t rv;
sys/rump/include/rump-sys/kern.h
166
int rump_syscall(int, void *, size_t, register_t *);
sys/rump/include/rump/rumpvnode_if.h
103
int RUMP_VOP_PATHCONF(struct vnode *, int, register_t *);
sys/rump/kern/lib/libsljit/arch/mips/cache.c
41
static void icache_sync_range(register_t, vsize_t);
sys/rump/kern/lib/libsljit/arch/mips/cache.c
48
icache_sync_range(register_t va, vsize_t sz)
sys/rump/kern/lib/libsys_cygwin/rump_cygwin_compat.c
109
register_t *retval)
sys/rump/kern/lib/libsys_cygwin/rump_cygwin_compat.c
126
register_t *retval)
sys/rump/kern/lib/libsys_cygwin/rump_cygwin_compat.c
143
register_t *retval)
sys/rump/kern/lib/libsys_cygwin/rump_cygwin_compat.c
178
const struct rump_cygwin_sys_getdents_args *uap, register_t *retval)
sys/rump/kern/lib/libsys_cygwin/rump_cygwin_compat.c
92
register_t *retval)
sys/rump/kern/lib/libsys_linux/linux_rump.c
16
const struct rump_linux_sys_mknodat_args *uap, register_t *retval)
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
134
register_t *retval)
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
151
register_t *retval)
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
168
register_t *retval)
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
185
register_t *retval)
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
257
const struct rump_sunos_sys_getdents_args *uap, register_t *retval)
sys/rump/kern/lib/libsysproxy/sysproxy.c
76
register_t regrv[2] = {0, 0};
sys/rump/librump/rumpkern/rump.c
764
rump_syscall(int num, void *data, size_t dlen, register_t *retval)
sys/rump/librump/rumpkern/rump_syscalls.c
1001
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1012
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
102
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1029
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1041
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1058
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1071
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1088
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1099
if (sizeof(mode_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1116
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1127
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1144
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
115
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1156
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1173
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1185
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1202
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1209
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1226
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1238
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1255
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1267
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1284
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1297
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1314
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
132
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1327
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1345
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1360
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1378
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1389
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1406
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1419
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1436
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1449
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
145
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1466
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1481
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1498
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1510
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1527
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1542
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1559
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1572
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1589
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1602
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1619
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
162
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1632
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1649
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1661
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1678
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1690
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1707
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1719
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
173
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1736
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1748
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1765
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1777
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1794
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1806
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1823
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1839
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1856
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1868
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1885
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1899
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
190
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1916
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1928
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1945
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1956
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
1974
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
1986
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2004
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2011
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
202
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2028
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2040
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2057
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2072
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2089
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2104
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2121
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2132
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2149
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2160
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2177
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2188
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
219
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2205
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2217
if (sizeof(long) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2234
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2246
if (sizeof(long) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2263
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2278
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2295
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
230
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2307
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2324
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2336
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2353
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2367
if (sizeof(off_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2384
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2397
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2414
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2427
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2444
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2460
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
247
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2478
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2490
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2508
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2519
if (sizeof(pid_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2536
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2548
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2565
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2578
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
258
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2595
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2608
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2625
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2636
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2653
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2664
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2681
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2692
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2709
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2721
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2738
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
275
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2750
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2767
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2782
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2799
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2810
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2827
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2838
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2855
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
286
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2866
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2883
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2894
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2911
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2922
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2939
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2951
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2968
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
2979
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
2996
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3008
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3025
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3037
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
304
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3054
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3066
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3083
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3096
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3114
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3126
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3144
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3157
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
317
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3174
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3187
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3204
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3217
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3234
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3245
if (sizeof(pid_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3262
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3276
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3293
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3308
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3325
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3340
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
335
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3357
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3369
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3386
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3397
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3414
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3426
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3443
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3447
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3463
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
347
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3476
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3493
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3500
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3518
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3534
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3552
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3566
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3583
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3598
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3615
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3630
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
364
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3647
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3662
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3679
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3692
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3709
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3724
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3741
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3756
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
377
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3773
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3786
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3803
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3818
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3835
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3850
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3867
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3880
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3897
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3911
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3928
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
394
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3942
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3959
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
3973
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
398
if (sizeof(pid_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
3991
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4007
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4026
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4040
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4058
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4073
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4090
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4105
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4122
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4137
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
414
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4154
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4168
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4185
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4199
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4216
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4230
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4247
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
426
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4260
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4277
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4290
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4307
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4320
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4337
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4349
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4366
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4378
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4395
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4407
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4425
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
443
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4437
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4457
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4469
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4489
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4501
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4520
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4533
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
454
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4551
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4564
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4582
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4595
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4613
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4626
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4645
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4658
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4677
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4689
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4706
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
471
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4717
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4734
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4746
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
475
if (sizeof(uid_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4763
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4774
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4791
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4802
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4819
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4830
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4847
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4861
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4878
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4893
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
491
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4911
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4923
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4940
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
495
if (sizeof(uid_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4955
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
4973
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
4985
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5003
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5015
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5033
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5045
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5063
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5075
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5093
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5105
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
511
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5123
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5135
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5153
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5166
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5184
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5196
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5214
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5226
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
524
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5244
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5256
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5274
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5286
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5304
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5316
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5335
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5351
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5370
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5386
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5404
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
541
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5418
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5436
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5449
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5467
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5479
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5497
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5509
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5527
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5539
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
554
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5557
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5571
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5589
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5601
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5619
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5632
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5650
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5663
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5681
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5693
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
571
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5711
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5724
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5742
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5753
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5770
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5785
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5802
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5817
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5834
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5848
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5865
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
587
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5878
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5895
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5910
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5927
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5940
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5957
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
5971
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
5988
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6002
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6019
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6034
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
604
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6051
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6065
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6082
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6096
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6113
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6127
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6144
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6158
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
617
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6175
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6188
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6205
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6218
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6235
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6247
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6264
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6276
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6293
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6308
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6325
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6339
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
634
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6356
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6367
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6383
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6394
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6410
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6424
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6441
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6454
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
647
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6471
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6484
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6502
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6515
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6533
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6546
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6564
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6578
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6596
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6608
if (sizeof(long) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6625
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
664
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6641
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6659
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6672
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
6690
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
6711
#define n(type) (sizeof(type)/sizeof (register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
677
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
694
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
706
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
72
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
723
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
735
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
752
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
764
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
781
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
795
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
799
if (sizeof(pid_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
815
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
826
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
843
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
847
if (sizeof(gid_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
85
if (sizeof(ssize_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
863
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
877
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
894
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
898
if (sizeof(gid_t) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
914
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
926
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
943
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
954
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpkern/rump_syscalls.c
971
register_t retval[2];
sys/rump/librump/rumpkern/rump_syscalls.c
984
if (sizeof(int) > sizeof(register_t))
sys/rump/librump/rumpvfs/rumpfs.c
1612
register_t *a_retval;
sys/rump/librump/rumpvfs/rumpfs.c
1615
register_t *retval = ap->a_retval;
sys/rump/librump/rumpvfs/rumpvnode_if.c
623
register_t *retval)
sys/stand/efiboot/bootarm/efibootarm.c
40
void armv7_exec_kernel(register_t, register_t);
sys/stand/efiboot/bootarm/efibootarm.c
54
armv7_exec_kernel((register_t)marks[MARK_ENTRY], (register_t)efi_fdt_data());
sys/stand/efiboot/bootriscv64/efibootriscv64.c
37
typedef void (*riscv_kernel_entry_t)(register_t, register_t);
sys/stand/efiboot/bootriscv64/efibootriscv64.c
57
register_t hart_id; /* a0 */
sys/stand/efiboot/bootriscv64/efibootriscv64.c
58
register_t fdt_start; /* a1 */
sys/stand/efiboot/bootriscv64/efibootriscv64.c
63
fdt_start = (register_t)efi_fdt_data();
sys/sys/aio.h
218
int aiosp_error(struct aiosp *, const void *, register_t *);
sys/sys/aio.h
219
int aiosp_return(struct aiosp *, const void *, register_t *);
sys/sys/epoll.h
82
int epoll_ctl_common(struct lwp *l, register_t *retval, int epfd, int op,
sys/sys/epoll.h
84
int epoll_wait_common(struct lwp *l, register_t *retval, int epfd,
sys/sys/event.h
327
int kevent1(register_t *, int, const struct kevent *,
sys/sys/eventfd.h
50
int do_eventfd(struct lwp *, unsigned int, int, register_t *);
sys/sys/file.h
103
int (*fo_fpathconf) (struct file *, int, register_t *);
sys/sys/file.h
211
off_t *, int, register_t *);
sys/sys/file.h
213
size_t, off_t *, int, register_t *);
sys/sys/file.h
216
int, register_t *);
sys/sys/file.h
218
int, register_t *);
sys/sys/filedesc.h
235
int dodup(struct lwp *, int, int, int, register_t *);
sys/sys/futex.h
179
int, register_t *);
sys/sys/ktrace.h
334
void ktr_syscall(register_t, const register_t [], int);
sys/sys/ktrace.h
335
void ktr_sysret(register_t, int, register_t *);
sys/sys/ktrace.h
425
ktrsyscall(register_t code, const register_t args[], int narg)
sys/sys/ktrace.h
432
ktrsysret(register_t a, int b, register_t *c)
sys/sys/module.h
228
const struct netbsd32_modctl_args *, register_t *);
sys/sys/mount.h
454
int, void *, enum uio_seg, size_t, register_t *);
sys/sys/mqueue.h
117
struct mq_attr*, register_t *retval);
sys/sys/msg.h
218
copyout_t, register_t *);
sys/sys/poll.h
76
int pollcommon(register_t *, struct pollfd *, u_int,
sys/sys/proc.h
196
void (*e_dtrace_syscall)(uint32_t, register_t,
sys/sys/proc.h
198
const register_t *, int);
sys/sys/proc.h
521
int kill1(struct lwp *l, pid_t pid, ksiginfo_t *ksi, register_t *retval);
sys/sys/proc.h
535
void (*)(void *), void *, register_t *);
sys/sys/ptrace.h
266
void proc_stoptrace(int, int, const register_t[], const register_t *, int);
sys/sys/ptrace.h
272
int, register_t *);
sys/sys/select.h
52
int selcommon(register_t *, int, fd_set *, fd_set *, fd_set *,
sys/sys/sem.h
211
register_t *);
sys/sys/sem.h
212
int do_semop(struct lwp *, int, struct sembuf *, size_t, void *, register_t *,
sys/sys/sem.h
237
int semctl1(struct lwp *, int, int, int, void *, register_t *);
sys/sys/signalvar.h
193
register_t *, copyin_t, copyout_t, copyin_t, copyout_t);
sys/sys/socketvar.h
366
int do_sys_sendmsg(struct lwp *, int, struct msghdr *, int, register_t *);
sys/sys/socketvar.h
368
struct msghdr *, int, register_t *);
sys/sys/socketvar.h
371
struct mbuf **, struct mbuf **, register_t *);
sys/sys/socketvar.h
373
struct msghdr *mp, struct mbuf **, struct mbuf **, register_t *);
sys/sys/socketvar.h
377
int do_sys_accept(struct lwp *, int, struct sockaddr *, register_t *,
sys/sys/syscallargs.h
1286
syscallarg(register_t) args[SYS_MAXSYSARGS];
sys/sys/syscallargs.h
30
register_t pad; \
sys/sys/syscallargs.h
34
(sizeof (register_t) < sizeof (x)) \
sys/sys/syscallargs.h
3427
int sys_syscall(struct lwp *, const struct sys_syscall_args *, register_t *);
sys/sys/syscallargs.h
3429
int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *);
sys/sys/syscallargs.h
3431
int sys_fork(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3433
int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
sys/sys/syscallargs.h
3435
int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
sys/sys/syscallargs.h
3437
int sys_open(struct lwp *, const struct sys_open_args *, register_t *);
sys/sys/syscallargs.h
3439
int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sys/sys/syscallargs.h
3441
int compat_50_sys_wait4(struct lwp *, const struct compat_50_sys_wait4_args *, register_t *);
sys/sys/syscallargs.h
3443
int compat_43_sys_creat(struct lwp *, const struct compat_43_sys_creat_args *, register_t *);
sys/sys/syscallargs.h
3445
int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
sys/sys/syscallargs.h
3447
int sys_unlink(struct lwp *, const struct sys_unlink_args *, register_t *);
sys/sys/syscallargs.h
3449
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/sys/syscallargs.h
3451
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/sys/syscallargs.h
3453
int compat_50_sys_mknod(struct lwp *, const struct compat_50_sys_mknod_args *, register_t *);
sys/sys/syscallargs.h
3455
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/sys/syscallargs.h
3457
int sys_chown(struct lwp *, const struct sys_chown_args *, register_t *);
sys/sys/syscallargs.h
3459
int sys_obreak(struct lwp *, const struct sys_obreak_args *, register_t *);
sys/sys/syscallargs.h
3461
int compat_20_sys_getfsstat(struct lwp *, const struct compat_20_sys_getfsstat_args *, register_t *);
sys/sys/syscallargs.h
3463
int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
sys/sys/syscallargs.h
3465
int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3467
int compat_40_sys_mount(struct lwp *, const struct compat_40_sys_mount_args *, register_t *);
sys/sys/syscallargs.h
3469
int sys_unmount(struct lwp *, const struct sys_unmount_args *, register_t *);
sys/sys/syscallargs.h
3471
int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
sys/sys/syscallargs.h
3473
int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3475
int sys_geteuid(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3477
int sys_ptrace(struct lwp *, const struct sys_ptrace_args *, register_t *);
sys/sys/syscallargs.h
3479
int sys_recvmsg(struct lwp *, const struct sys_recvmsg_args *, register_t *);
sys/sys/syscallargs.h
3481
int sys_sendmsg(struct lwp *, const struct sys_sendmsg_args *, register_t *);
sys/sys/syscallargs.h
3483
int sys_recvfrom(struct lwp *, const struct sys_recvfrom_args *, register_t *);
sys/sys/syscallargs.h
3485
int sys_accept(struct lwp *, const struct sys_accept_args *, register_t *);
sys/sys/syscallargs.h
3487
int sys_getpeername(struct lwp *, const struct sys_getpeername_args *, register_t *);
sys/sys/syscallargs.h
3489
int sys_getsockname(struct lwp *, const struct sys_getsockname_args *, register_t *);
sys/sys/syscallargs.h
3491
int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
sys/sys/syscallargs.h
3493
int sys_chflags(struct lwp *, const struct sys_chflags_args *, register_t *);
sys/sys/syscallargs.h
3495
int sys_fchflags(struct lwp *, const struct sys_fchflags_args *, register_t *);
sys/sys/syscallargs.h
3497
int sys_sync(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3499
int sys_kill(struct lwp *, const struct sys_kill_args *, register_t *);
sys/sys/syscallargs.h
3501
int compat_43_sys_stat(struct lwp *, const struct compat_43_sys_stat_args *, register_t *);
sys/sys/syscallargs.h
3503
int sys_getppid(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3505
int compat_43_sys_lstat(struct lwp *, const struct compat_43_sys_lstat_args *, register_t *);
sys/sys/syscallargs.h
3507
int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sys/sys/syscallargs.h
3509
int sys_pipe(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3511
int sys_getegid(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3513
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/sys/syscallargs.h
3515
int sys_ktrace(struct lwp *, const struct sys_ktrace_args *, register_t *);
sys/sys/syscallargs.h
3517
int compat_13_sys_sigaction(struct lwp *, const struct compat_13_sys_sigaction_args *, register_t *);
sys/sys/syscallargs.h
3519
int sys_getgid_with_egid(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3521
int compat_13_sys_sigprocmask(struct lwp *, const struct compat_13_sys_sigprocmask_args *, register_t *);
sys/sys/syscallargs.h
3523
int sys___getlogin(struct lwp *, const struct sys___getlogin_args *, register_t *);
sys/sys/syscallargs.h
3525
int sys___setlogin(struct lwp *, const struct sys___setlogin_args *, register_t *);
sys/sys/syscallargs.h
3527
int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
sys/sys/syscallargs.h
3529
int compat_13_sys_sigpending(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3531
int compat_13_sys_sigaltstack(struct lwp *, const struct compat_13_sys_sigaltstack_args *, register_t *);
sys/sys/syscallargs.h
3533
int sys_ioctl(struct lwp *, const struct sys_ioctl_args *, register_t *);
sys/sys/syscallargs.h
3535
int compat_12_sys_reboot(struct lwp *, const struct compat_12_sys_reboot_args *, register_t *);
sys/sys/syscallargs.h
3537
int sys_revoke(struct lwp *, const struct sys_revoke_args *, register_t *);
sys/sys/syscallargs.h
3539
int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
sys/sys/syscallargs.h
3541
int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
sys/sys/syscallargs.h
3543
int sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
sys/sys/syscallargs.h
3545
int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
sys/sys/syscallargs.h
3547
int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
sys/sys/syscallargs.h
3549
int compat_43_sys_fstat(struct lwp *, const struct compat_43_sys_fstat_args *, register_t *);
sys/sys/syscallargs.h
3551
int compat_43_sys_getkerninfo(struct lwp *, const struct compat_43_sys_getkerninfo_args *, register_t *);
sys/sys/syscallargs.h
3553
int compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3555
int compat_12_sys_msync(struct lwp *, const struct compat_12_sys_msync_args *, register_t *);
sys/sys/syscallargs.h
3557
int sys_vfork(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3559
int compat_43_sys_mmap(struct lwp *, const struct compat_43_sys_mmap_args *, register_t *);
sys/sys/syscallargs.h
3561
int sys_ovadvise(struct lwp *, const struct sys_ovadvise_args *, register_t *);
sys/sys/syscallargs.h
3563
int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
sys/sys/syscallargs.h
3565
int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
sys/sys/syscallargs.h
3567
int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
sys/sys/syscallargs.h
3569
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/sys/syscallargs.h
3571
int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
sys/sys/syscallargs.h
3573
int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sys/sys/syscallargs.h
3575
int sys_getpgrp(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3577
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/sys/syscallargs.h
3579
int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
sys/sys/syscallargs.h
3581
int compat_43_sys_wait(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3583
int compat_12_sys_swapon(struct lwp *, const struct compat_12_sys_swapon_args *, register_t *);
sys/sys/syscallargs.h
3585
int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
sys/sys/syscallargs.h
3587
int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register_t *);
sys/sys/syscallargs.h
3589
int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
sys/sys/syscallargs.h
3591
int compat_43_sys_getdtablesize(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3593
int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sys/sys/syscallargs.h
3595
int sys_getrandom(struct lwp *, const struct sys_getrandom_args *, register_t *);
sys/sys/syscallargs.h
3597
int sys_fcntl(struct lwp *, const struct sys_fcntl_args *, register_t *);
sys/sys/syscallargs.h
3599
int compat_50_sys_select(struct lwp *, const struct compat_50_sys_select_args *, register_t *);
sys/sys/syscallargs.h
36
: sizeof (register_t) - sizeof (x)]; \
sys/sys/syscallargs.h
3601
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/sys/syscallargs.h
3603
int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sys/sys/syscallargs.h
3605
int compat_30_sys_socket(struct lwp *, const struct compat_30_sys_socket_args *, register_t *);
sys/sys/syscallargs.h
3607
int sys_connect(struct lwp *, const struct sys_connect_args *, register_t *);
sys/sys/syscallargs.h
3609
int compat_43_sys_accept(struct lwp *, const struct compat_43_sys_accept_args *, register_t *);
sys/sys/syscallargs.h
3611
int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
sys/sys/syscallargs.h
3613
int compat_43_sys_send(struct lwp *, const struct compat_43_sys_send_args *, register_t *);
sys/sys/syscallargs.h
3615
int compat_43_sys_recv(struct lwp *, const struct compat_43_sys_recv_args *, register_t *);
sys/sys/syscallargs.h
3617
int compat_13_sys_sigreturn(struct lwp *, const struct compat_13_sys_sigreturn_args *, register_t *);
sys/sys/syscallargs.h
3619
int sys_bind(struct lwp *, const struct sys_bind_args *, register_t *);
sys/sys/syscallargs.h
3621
int sys_setsockopt(struct lwp *, const struct sys_setsockopt_args *, register_t *);
sys/sys/syscallargs.h
3623
int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
sys/sys/syscallargs.h
3625
int compat_43_sys_sigvec(struct lwp *, const struct compat_43_sys_sigvec_args *, register_t *);
sys/sys/syscallargs.h
3627
int compat_43_sys_sigblock(struct lwp *, const struct compat_43_sys_sigblock_args *, register_t *);
sys/sys/syscallargs.h
3629
int compat_43_sys_sigsetmask(struct lwp *, const struct compat_43_sys_sigsetmask_args *, register_t *);
sys/sys/syscallargs.h
3631
int compat_13_sys_sigsuspend(struct lwp *, const struct compat_13_sys_sigsuspend_args *, register_t *);
sys/sys/syscallargs.h
3633
int compat_43_sys_sigstack(struct lwp *, const struct compat_43_sys_sigstack_args *, register_t *);
sys/sys/syscallargs.h
3635
int compat_43_sys_recvmsg(struct lwp *, const struct compat_43_sys_recvmsg_args *, register_t *);
sys/sys/syscallargs.h
3637
int compat_43_sys_sendmsg(struct lwp *, const struct compat_43_sys_sendmsg_args *, register_t *);
sys/sys/syscallargs.h
3639
int compat_50_sys_gettimeofday(struct lwp *, const struct compat_50_sys_gettimeofday_args *, register_t *);
sys/sys/syscallargs.h
3641
int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *);
sys/sys/syscallargs.h
3643
int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
sys/sys/syscallargs.h
3645
int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
sys/sys/syscallargs.h
3647
int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
sys/sys/syscallargs.h
3649
int compat_50_sys_settimeofday(struct lwp *, const struct compat_50_sys_settimeofday_args *, register_t *);
sys/sys/syscallargs.h
3651
int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
sys/sys/syscallargs.h
3653
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/sys/syscallargs.h
3655
int compat_43_sys_recvfrom(struct lwp *, const struct compat_43_sys_recvfrom_args *, register_t *);
sys/sys/syscallargs.h
3657
int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sys/sys/syscallargs.h
3659
int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sys/sys/syscallargs.h
3661
int sys_rename(struct lwp *, const struct sys_rename_args *, register_t *);
sys/sys/syscallargs.h
3663
int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
sys/sys/syscallargs.h
3665
int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
sys/sys/syscallargs.h
3667
int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
sys/sys/syscallargs.h
3669
int sys_mkfifo(struct lwp *, const struct sys_mkfifo_args *, register_t *);
sys/sys/syscallargs.h
3671
int sys_sendto(struct lwp *, const struct sys_sendto_args *, register_t *);
sys/sys/syscallargs.h
3673
int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
sys/sys/syscallargs.h
3675
int sys_socketpair(struct lwp *, const struct sys_socketpair_args *, register_t *);
sys/sys/syscallargs.h
3677
int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
sys/sys/syscallargs.h
3679
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/sys/syscallargs.h
3681
int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
sys/sys/syscallargs.h
3683
int compat_50_sys_adjtime(struct lwp *, const struct compat_50_sys_adjtime_args *, register_t *);
sys/sys/syscallargs.h
3685
int compat_43_sys_getpeername(struct lwp *, const struct compat_43_sys_getpeername_args *, register_t *);
sys/sys/syscallargs.h
3687
int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3689
int compat_43_sys_sethostid(struct lwp *, const struct compat_43_sys_sethostid_args *, register_t *);
sys/sys/syscallargs.h
3691
int compat_43_sys_getrlimit(struct lwp *, const struct compat_43_sys_getrlimit_args *, register_t *);
sys/sys/syscallargs.h
3693
int compat_43_sys_setrlimit(struct lwp *, const struct compat_43_sys_setrlimit_args *, register_t *);
sys/sys/syscallargs.h
3695
int compat_43_sys_killpg(struct lwp *, const struct compat_43_sys_killpg_args *, register_t *);
sys/sys/syscallargs.h
3697
int sys_setsid(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3699
int compat_50_sys_quotactl(struct lwp *, const struct compat_50_sys_quotactl_args *, register_t *);
sys/sys/syscallargs.h
3701
int compat_43_sys_quota(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3703
int compat_43_sys_getsockname(struct lwp *, const struct compat_43_sys_getsockname_args *, register_t *);
sys/sys/syscallargs.h
3705
int sys_nfssvc(struct lwp *, const struct sys_nfssvc_args *, register_t *);
sys/sys/syscallargs.h
3707
int compat_43_sys_getdirentries(struct lwp *, const struct compat_43_sys_getdirentries_args *, register_t *);
sys/sys/syscallargs.h
3709
int compat_20_sys_statfs(struct lwp *, const struct compat_20_sys_statfs_args *, register_t *);
sys/sys/syscallargs.h
3711
int compat_20_sys_fstatfs(struct lwp *, const struct compat_20_sys_fstatfs_args *, register_t *);
sys/sys/syscallargs.h
3713
int compat_30_sys_getfh(struct lwp *, const struct compat_30_sys_getfh_args *, register_t *);
sys/sys/syscallargs.h
3715
int compat_09_sys_getdomainname(struct lwp *, const struct compat_09_sys_getdomainname_args *, register_t *);
sys/sys/syscallargs.h
3717
int compat_09_sys_setdomainname(struct lwp *, const struct compat_09_sys_setdomainname_args *, register_t *);
sys/sys/syscallargs.h
3719
int compat_09_sys_uname(struct lwp *, const struct compat_09_sys_uname_args *, register_t *);
sys/sys/syscallargs.h
3721
int sys_sysarch(struct lwp *, const struct sys_sysarch_args *, register_t *);
sys/sys/syscallargs.h
3723
int sys___futex(struct lwp *, const struct sys___futex_args *, register_t *);
sys/sys/syscallargs.h
3725
int sys___futex_set_robust_list(struct lwp *, const struct sys___futex_set_robust_list_args *, register_t *);
sys/sys/syscallargs.h
3727
int sys___futex_get_robust_list(struct lwp *, const struct sys___futex_get_robust_list_args *, register_t *);
sys/sys/syscallargs.h
3730
int compat_10_sys_semsys(struct lwp *, const struct compat_10_sys_semsys_args *, register_t *);
sys/sys/syscallargs.h
3735
int compat_10_sys_msgsys(struct lwp *, const struct compat_10_sys_msgsys_args *, register_t *);
sys/sys/syscallargs.h
3740
int compat_10_sys_shmsys(struct lwp *, const struct compat_10_sys_shmsys_args *, register_t *);
sys/sys/syscallargs.h
3744
int sys_pread(struct lwp *, const struct sys_pread_args *, register_t *);
sys/sys/syscallargs.h
3746
int sys_pwrite(struct lwp *, const struct sys_pwrite_args *, register_t *);
sys/sys/syscallargs.h
3748
int compat_30_sys_ntp_gettime(struct lwp *, const struct compat_30_sys_ntp_gettime_args *, register_t *);
sys/sys/syscallargs.h
3751
int sys_ntp_adjtime(struct lwp *, const struct sys_ntp_adjtime_args *, register_t *);
sys/sys/syscallargs.h
3755
int sys_timerfd_create(struct lwp *, const struct sys_timerfd_create_args *, register_t *);
sys/sys/syscallargs.h
3757
int sys_timerfd_settime(struct lwp *, const struct sys_timerfd_settime_args *, register_t *);
sys/sys/syscallargs.h
3759
int sys_timerfd_gettime(struct lwp *, const struct sys_timerfd_gettime_args *, register_t *);
sys/sys/syscallargs.h
3761
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/sys/syscallargs.h
3763
int sys_setegid(struct lwp *, const struct sys_setegid_args *, register_t *);
sys/sys/syscallargs.h
3765
int sys_seteuid(struct lwp *, const struct sys_seteuid_args *, register_t *);
sys/sys/syscallargs.h
3767
int sys_lfs_bmapv(struct lwp *, const struct sys_lfs_bmapv_args *, register_t *);
sys/sys/syscallargs.h
3769
int sys_lfs_markv(struct lwp *, const struct sys_lfs_markv_args *, register_t *);
sys/sys/syscallargs.h
3771
int sys_lfs_segclean(struct lwp *, const struct sys_lfs_segclean_args *, register_t *);
sys/sys/syscallargs.h
3773
int compat_50_sys_lfs_segwait(struct lwp *, const struct compat_50_sys_lfs_segwait_args *, register_t *);
sys/sys/syscallargs.h
3775
int compat_12_sys_stat(struct lwp *, const struct compat_12_sys_stat_args *, register_t *);
sys/sys/syscallargs.h
3777
int compat_12_sys_fstat(struct lwp *, const struct compat_12_sys_fstat_args *, register_t *);
sys/sys/syscallargs.h
3779
int compat_12_sys_lstat(struct lwp *, const struct compat_12_sys_lstat_args *, register_t *);
sys/sys/syscallargs.h
3781
int sys_pathconf(struct lwp *, const struct sys_pathconf_args *, register_t *);
sys/sys/syscallargs.h
3783
int sys_fpathconf(struct lwp *, const struct sys_fpathconf_args *, register_t *);
sys/sys/syscallargs.h
3785
int sys_getsockopt2(struct lwp *, const struct sys_getsockopt2_args *, register_t *);
sys/sys/syscallargs.h
3787
int sys_getrlimit(struct lwp *, const struct sys_getrlimit_args *, register_t *);
sys/sys/syscallargs.h
3789
int sys_setrlimit(struct lwp *, const struct sys_setrlimit_args *, register_t *);
sys/sys/syscallargs.h
3791
int compat_12_sys_getdirentries(struct lwp *, const struct compat_12_sys_getdirentries_args *, register_t *);
sys/sys/syscallargs.h
3793
int sys_mmap(struct lwp *, const struct sys_mmap_args *, register_t *);
sys/sys/syscallargs.h
3795
int sys___syscall(struct lwp *, const struct sys___syscall_args *, register_t *);
sys/sys/syscallargs.h
3797
int sys_lseek(struct lwp *, const struct sys_lseek_args *, register_t *);
sys/sys/syscallargs.h
3799
int sys_truncate(struct lwp *, const struct sys_truncate_args *, register_t *);
sys/sys/syscallargs.h
3801
int sys_ftruncate(struct lwp *, const struct sys_ftruncate_args *, register_t *);
sys/sys/syscallargs.h
3803
int sys___sysctl(struct lwp *, const struct sys___sysctl_args *, register_t *);
sys/sys/syscallargs.h
3805
int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
sys/sys/syscallargs.h
3807
int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
sys/sys/syscallargs.h
3809
int sys_undelete(struct lwp *, const struct sys_undelete_args *, register_t *);
sys/sys/syscallargs.h
3811
int compat_50_sys_futimes(struct lwp *, const struct compat_50_sys_futimes_args *, register_t *);
sys/sys/syscallargs.h
3813
int sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
sys/sys/syscallargs.h
3815
int sys_reboot(struct lwp *, const struct sys_reboot_args *, register_t *);
sys/sys/syscallargs.h
3817
int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sys/sys/syscallargs.h
3819
int sys_afssys(struct lwp *, const struct sys_afssys_args *, register_t *);
sys/sys/syscallargs.h
3821
int compat_14_sys___semctl(struct lwp *, const struct compat_14_sys___semctl_args *, register_t *);
sys/sys/syscallargs.h
3823
int sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
sys/sys/syscallargs.h
3825
int sys_semop(struct lwp *, const struct sys_semop_args *, register_t *);
sys/sys/syscallargs.h
3827
int sys_semconfig(struct lwp *, const struct sys_semconfig_args *, register_t *);
sys/sys/syscallargs.h
3829
int compat_14_sys_msgctl(struct lwp *, const struct compat_14_sys_msgctl_args *, register_t *);
sys/sys/syscallargs.h
3831
int sys_msgget(struct lwp *, const struct sys_msgget_args *, register_t *);
sys/sys/syscallargs.h
3833
int sys_msgsnd(struct lwp *, const struct sys_msgsnd_args *, register_t *);
sys/sys/syscallargs.h
3835
int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
sys/sys/syscallargs.h
3837
int sys_shmat(struct lwp *, const struct sys_shmat_args *, register_t *);
sys/sys/syscallargs.h
3839
int compat_14_sys_shmctl(struct lwp *, const struct compat_14_sys_shmctl_args *, register_t *);
sys/sys/syscallargs.h
3841
int sys_shmdt(struct lwp *, const struct sys_shmdt_args *, register_t *);
sys/sys/syscallargs.h
3843
int sys_shmget(struct lwp *, const struct sys_shmget_args *, register_t *);
sys/sys/syscallargs.h
3845
int compat_50_sys_clock_gettime(struct lwp *, const struct compat_50_sys_clock_gettime_args *, register_t *);
sys/sys/syscallargs.h
3847
int compat_50_sys_clock_settime(struct lwp *, const struct compat_50_sys_clock_settime_args *, register_t *);
sys/sys/syscallargs.h
3849
int compat_50_sys_clock_getres(struct lwp *, const struct compat_50_sys_clock_getres_args *, register_t *);
sys/sys/syscallargs.h
3851
int sys_timer_create(struct lwp *, const struct sys_timer_create_args *, register_t *);
sys/sys/syscallargs.h
3853
int sys_timer_delete(struct lwp *, const struct sys_timer_delete_args *, register_t *);
sys/sys/syscallargs.h
3855
int compat_50_sys_timer_settime(struct lwp *, const struct compat_50_sys_timer_settime_args *, register_t *);
sys/sys/syscallargs.h
3857
int compat_50_sys_timer_gettime(struct lwp *, const struct compat_50_sys_timer_gettime_args *, register_t *);
sys/sys/syscallargs.h
3859
int sys_timer_getoverrun(struct lwp *, const struct sys_timer_getoverrun_args *, register_t *);
sys/sys/syscallargs.h
3861
int compat_50_sys_nanosleep(struct lwp *, const struct compat_50_sys_nanosleep_args *, register_t *);
sys/sys/syscallargs.h
3863
int sys_fdatasync(struct lwp *, const struct sys_fdatasync_args *, register_t *);
sys/sys/syscallargs.h
3865
int sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
sys/sys/syscallargs.h
3867
int sys_munlockall(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3869
int compat_50_sys___sigtimedwait(struct lwp *, const struct compat_50_sys___sigtimedwait_args *, register_t *);
sys/sys/syscallargs.h
3871
int sys_sigqueueinfo(struct lwp *, const struct sys_sigqueueinfo_args *, register_t *);
sys/sys/syscallargs.h
3873
int sys_modctl(struct lwp *, const struct sys_modctl_args *, register_t *);
sys/sys/syscallargs.h
3875
int sys__ksem_init(struct lwp *, const struct sys__ksem_init_args *, register_t *);
sys/sys/syscallargs.h
3877
int sys__ksem_open(struct lwp *, const struct sys__ksem_open_args *, register_t *);
sys/sys/syscallargs.h
3879
int sys__ksem_unlink(struct lwp *, const struct sys__ksem_unlink_args *, register_t *);
sys/sys/syscallargs.h
3881
int sys__ksem_close(struct lwp *, const struct sys__ksem_close_args *, register_t *);
sys/sys/syscallargs.h
3883
int sys__ksem_post(struct lwp *, const struct sys__ksem_post_args *, register_t *);
sys/sys/syscallargs.h
3885
int sys__ksem_wait(struct lwp *, const struct sys__ksem_wait_args *, register_t *);
sys/sys/syscallargs.h
3887
int sys__ksem_trywait(struct lwp *, const struct sys__ksem_trywait_args *, register_t *);
sys/sys/syscallargs.h
3889
int sys__ksem_getvalue(struct lwp *, const struct sys__ksem_getvalue_args *, register_t *);
sys/sys/syscallargs.h
3891
int sys__ksem_destroy(struct lwp *, const struct sys__ksem_destroy_args *, register_t *);
sys/sys/syscallargs.h
3893
int sys__ksem_timedwait(struct lwp *, const struct sys__ksem_timedwait_args *, register_t *);
sys/sys/syscallargs.h
3895
int sys_mq_open(struct lwp *, const struct sys_mq_open_args *, register_t *);
sys/sys/syscallargs.h
3897
int sys_mq_close(struct lwp *, const struct sys_mq_close_args *, register_t *);
sys/sys/syscallargs.h
3899
int sys_mq_unlink(struct lwp *, const struct sys_mq_unlink_args *, register_t *);
sys/sys/syscallargs.h
3901
int sys_mq_getattr(struct lwp *, const struct sys_mq_getattr_args *, register_t *);
sys/sys/syscallargs.h
3903
int sys_mq_setattr(struct lwp *, const struct sys_mq_setattr_args *, register_t *);
sys/sys/syscallargs.h
3905
int sys_mq_notify(struct lwp *, const struct sys_mq_notify_args *, register_t *);
sys/sys/syscallargs.h
3907
int sys_mq_send(struct lwp *, const struct sys_mq_send_args *, register_t *);
sys/sys/syscallargs.h
3909
int sys_mq_receive(struct lwp *, const struct sys_mq_receive_args *, register_t *);
sys/sys/syscallargs.h
3911
int compat_50_sys_mq_timedsend(struct lwp *, const struct compat_50_sys_mq_timedsend_args *, register_t *);
sys/sys/syscallargs.h
3913
int compat_50_sys_mq_timedreceive(struct lwp *, const struct compat_50_sys_mq_timedreceive_args *, register_t *);
sys/sys/syscallargs.h
3915
int sys_eventfd(struct lwp *, const struct sys_eventfd_args *, register_t *);
sys/sys/syscallargs.h
3917
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/sys/syscallargs.h
3919
int sys_swapctl(struct lwp *, const struct sys_swapctl_args *, register_t *);
sys/sys/syscallargs.h
3921
int compat_30_sys_getdents(struct lwp *, const struct compat_30_sys_getdents_args *, register_t *);
sys/sys/syscallargs.h
3923
int sys_minherit(struct lwp *, const struct sys_minherit_args *, register_t *);
sys/sys/syscallargs.h
3925
int sys_lchmod(struct lwp *, const struct sys_lchmod_args *, register_t *);
sys/sys/syscallargs.h
3927
int sys_lchown(struct lwp *, const struct sys_lchown_args *, register_t *);
sys/sys/syscallargs.h
3929
int compat_50_sys_lutimes(struct lwp *, const struct compat_50_sys_lutimes_args *, register_t *);
sys/sys/syscallargs.h
3931
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/sys/syscallargs.h
3933
int compat_30_sys___stat13(struct lwp *, const struct compat_30_sys___stat13_args *, register_t *);
sys/sys/syscallargs.h
3935
int compat_30_sys___fstat13(struct lwp *, const struct compat_30_sys___fstat13_args *, register_t *);
sys/sys/syscallargs.h
3937
int compat_30_sys___lstat13(struct lwp *, const struct compat_30_sys___lstat13_args *, register_t *);
sys/sys/syscallargs.h
3939
int sys___sigaltstack14(struct lwp *, const struct sys___sigaltstack14_args *, register_t *);
sys/sys/syscallargs.h
3941
int sys___vfork14(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3943
int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
sys/sys/syscallargs.h
3945
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/sys/syscallargs.h
3947
int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
sys/sys/syscallargs.h
3949
int sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
sys/sys/syscallargs.h
3951
int sys___clone(struct lwp *, const struct sys___clone_args *, register_t *);
sys/sys/syscallargs.h
3953
int sys_fktrace(struct lwp *, const struct sys_fktrace_args *, register_t *);
sys/sys/syscallargs.h
3955
int sys_preadv(struct lwp *, const struct sys_preadv_args *, register_t *);
sys/sys/syscallargs.h
3957
int sys_pwritev(struct lwp *, const struct sys_pwritev_args *, register_t *);
sys/sys/syscallargs.h
3959
int compat_16_sys___sigaction14(struct lwp *, const struct compat_16_sys___sigaction14_args *, register_t *);
sys/sys/syscallargs.h
3961
int sys___sigpending14(struct lwp *, const struct sys___sigpending14_args *, register_t *);
sys/sys/syscallargs.h
3963
int sys___sigprocmask14(struct lwp *, const struct sys___sigprocmask14_args *, register_t *);
sys/sys/syscallargs.h
3965
int sys___sigsuspend14(struct lwp *, const struct sys___sigsuspend14_args *, register_t *);
sys/sys/syscallargs.h
3967
int compat_16_sys___sigreturn14(struct lwp *, const struct compat_16_sys___sigreturn14_args *, register_t *);
sys/sys/syscallargs.h
3969
int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
sys/sys/syscallargs.h
3971
int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
sys/sys/syscallargs.h
3973
int compat_30_sys_fhopen(struct lwp *, const struct compat_30_sys_fhopen_args *, register_t *);
sys/sys/syscallargs.h
3975
int compat_30_sys_fhstat(struct lwp *, const struct compat_30_sys_fhstat_args *, register_t *);
sys/sys/syscallargs.h
3977
int compat_20_sys_fhstatfs(struct lwp *, const struct compat_20_sys_fhstatfs_args *, register_t *);
sys/sys/syscallargs.h
3979
int compat_50_sys_____semctl13(struct lwp *, const struct compat_50_sys_____semctl13_args *, register_t *);
sys/sys/syscallargs.h
3981
int compat_50_sys___msgctl13(struct lwp *, const struct compat_50_sys___msgctl13_args *, register_t *);
sys/sys/syscallargs.h
3983
int compat_50_sys___shmctl13(struct lwp *, const struct compat_50_sys___shmctl13_args *, register_t *);
sys/sys/syscallargs.h
3985
int sys_lchflags(struct lwp *, const struct sys_lchflags_args *, register_t *);
sys/sys/syscallargs.h
3987
int sys_issetugid(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3989
int sys_utrace(struct lwp *, const struct sys_utrace_args *, register_t *);
sys/sys/syscallargs.h
3991
int sys_getcontext(struct lwp *, const struct sys_getcontext_args *, register_t *);
sys/sys/syscallargs.h
3993
int sys_setcontext(struct lwp *, const struct sys_setcontext_args *, register_t *);
sys/sys/syscallargs.h
3995
int sys__lwp_create(struct lwp *, const struct sys__lwp_create_args *, register_t *);
sys/sys/syscallargs.h
3997
int sys__lwp_exit(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
3999
int sys__lwp_self(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
4001
int sys__lwp_wait(struct lwp *, const struct sys__lwp_wait_args *, register_t *);
sys/sys/syscallargs.h
4003
int sys__lwp_suspend(struct lwp *, const struct sys__lwp_suspend_args *, register_t *);
sys/sys/syscallargs.h
4005
int sys__lwp_continue(struct lwp *, const struct sys__lwp_continue_args *, register_t *);
sys/sys/syscallargs.h
4007
int sys__lwp_wakeup(struct lwp *, const struct sys__lwp_wakeup_args *, register_t *);
sys/sys/syscallargs.h
4009
int sys__lwp_getprivate(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
4011
int sys__lwp_setprivate(struct lwp *, const struct sys__lwp_setprivate_args *, register_t *);
sys/sys/syscallargs.h
4013
int sys__lwp_kill(struct lwp *, const struct sys__lwp_kill_args *, register_t *);
sys/sys/syscallargs.h
4015
int sys__lwp_detach(struct lwp *, const struct sys__lwp_detach_args *, register_t *);
sys/sys/syscallargs.h
4017
int compat_50_sys__lwp_park(struct lwp *, const struct compat_50_sys__lwp_park_args *, register_t *);
sys/sys/syscallargs.h
4019
int sys__lwp_unpark(struct lwp *, const struct sys__lwp_unpark_args *, register_t *);
sys/sys/syscallargs.h
4021
int sys__lwp_unpark_all(struct lwp *, const struct sys__lwp_unpark_all_args *, register_t *);
sys/sys/syscallargs.h
4023
int sys__lwp_setname(struct lwp *, const struct sys__lwp_setname_args *, register_t *);
sys/sys/syscallargs.h
4025
int sys__lwp_getname(struct lwp *, const struct sys__lwp_getname_args *, register_t *);
sys/sys/syscallargs.h
4027
int sys__lwp_ctl(struct lwp *, const struct sys__lwp_ctl_args *, register_t *);
sys/sys/syscallargs.h
4029
int compat_60_sys_sa_register(struct lwp *, const struct compat_60_sys_sa_register_args *, register_t *);
sys/sys/syscallargs.h
4031
int compat_60_sys_sa_stacks(struct lwp *, const struct compat_60_sys_sa_stacks_args *, register_t *);
sys/sys/syscallargs.h
4033
int compat_60_sys_sa_enable(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
4035
int compat_60_sys_sa_setconcurrency(struct lwp *, const struct compat_60_sys_sa_setconcurrency_args *, register_t *);
sys/sys/syscallargs.h
4037
int compat_60_sys_sa_yield(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
4039
int compat_60_sys_sa_preempt(struct lwp *, const struct compat_60_sys_sa_preempt_args *, register_t *);
sys/sys/syscallargs.h
4041
int sys___sigaction_sigtramp(struct lwp *, const struct sys___sigaction_sigtramp_args *, register_t *);
sys/sys/syscallargs.h
4043
int sys_rasctl(struct lwp *, const struct sys_rasctl_args *, register_t *);
sys/sys/syscallargs.h
4045
int sys_kqueue(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
4047
int compat_50_sys_kevent(struct lwp *, const struct compat_50_sys_kevent_args *, register_t *);
sys/sys/syscallargs.h
4049
int sys__sched_setparam(struct lwp *, const struct sys__sched_setparam_args *, register_t *);
sys/sys/syscallargs.h
4051
int sys__sched_getparam(struct lwp *, const struct sys__sched_getparam_args *, register_t *);
sys/sys/syscallargs.h
4053
int sys__sched_setaffinity(struct lwp *, const struct sys__sched_setaffinity_args *, register_t *);
sys/sys/syscallargs.h
4055
int sys__sched_getaffinity(struct lwp *, const struct sys__sched_getaffinity_args *, register_t *);
sys/sys/syscallargs.h
4057
int sys_sched_yield(struct lwp *, const void *, register_t *);
sys/sys/syscallargs.h
4059
int sys__sched_protect(struct lwp *, const struct sys__sched_protect_args *, register_t *);
sys/sys/syscallargs.h
4061
int sys_fsync_range(struct lwp *, const struct sys_fsync_range_args *, register_t *);
sys/sys/syscallargs.h
4063
int sys_uuidgen(struct lwp *, const struct sys_uuidgen_args *, register_t *);
sys/sys/syscallargs.h
4065
int compat_90_sys_getvfsstat(struct lwp *, const struct compat_90_sys_getvfsstat_args *, register_t *);
sys/sys/syscallargs.h
4067
int compat_90_sys_statvfs1(struct lwp *, const struct compat_90_sys_statvfs1_args *, register_t *);
sys/sys/syscallargs.h
4069
int compat_90_sys_fstatvfs1(struct lwp *, const struct compat_90_sys_fstatvfs1_args *, register_t *);
sys/sys/syscallargs.h
4071
int compat_30_sys_fhstatvfs1(struct lwp *, const struct compat_30_sys_fhstatvfs1_args *, register_t *);
sys/sys/syscallargs.h
4073
int sys_extattrctl(struct lwp *, const struct sys_extattrctl_args *, register_t *);
sys/sys/syscallargs.h
4075
int sys_extattr_set_file(struct lwp *, const struct sys_extattr_set_file_args *, register_t *);
sys/sys/syscallargs.h
4077
int sys_extattr_get_file(struct lwp *, const struct sys_extattr_get_file_args *, register_t *);
sys/sys/syscallargs.h
4079
int sys_extattr_delete_file(struct lwp *, const struct sys_extattr_delete_file_args *, register_t *);
sys/sys/syscallargs.h
4081
int sys_extattr_set_fd(struct lwp *, const struct sys_extattr_set_fd_args *, register_t *);
sys/sys/syscallargs.h
4083
int sys_extattr_get_fd(struct lwp *, const struct sys_extattr_get_fd_args *, register_t *);
sys/sys/syscallargs.h
4085
int sys_extattr_delete_fd(struct lwp *, const struct sys_extattr_delete_fd_args *, register_t *);
sys/sys/syscallargs.h
4087
int sys_extattr_set_link(struct lwp *, const struct sys_extattr_set_link_args *, register_t *);
sys/sys/syscallargs.h
4089
int sys_extattr_get_link(struct lwp *, const struct sys_extattr_get_link_args *, register_t *);
sys/sys/syscallargs.h
4091
int sys_extattr_delete_link(struct lwp *, const struct sys_extattr_delete_link_args *, register_t *);
sys/sys/syscallargs.h
4093
int sys_extattr_list_fd(struct lwp *, const struct sys_extattr_list_fd_args *, register_t *);
sys/sys/syscallargs.h
4095
int sys_extattr_list_file(struct lwp *, const struct sys_extattr_list_file_args *, register_t *);
sys/sys/syscallargs.h
4097
int sys_extattr_list_link(struct lwp *, const struct sys_extattr_list_link_args *, register_t *);
sys/sys/syscallargs.h
4099
int compat_50_sys_pselect(struct lwp *, const struct compat_50_sys_pselect_args *, register_t *);
sys/sys/syscallargs.h
4101
int compat_50_sys_pollts(struct lwp *, const struct compat_50_sys_pollts_args *, register_t *);
sys/sys/syscallargs.h
4103
int sys_setxattr(struct lwp *, const struct sys_setxattr_args *, register_t *);
sys/sys/syscallargs.h
4105
int sys_lsetxattr(struct lwp *, const struct sys_lsetxattr_args *, register_t *);
sys/sys/syscallargs.h
4107
int sys_fsetxattr(struct lwp *, const struct sys_fsetxattr_args *, register_t *);
sys/sys/syscallargs.h
4109
int sys_getxattr(struct lwp *, const struct sys_getxattr_args *, register_t *);
sys/sys/syscallargs.h
4111
int sys_lgetxattr(struct lwp *, const struct sys_lgetxattr_args *, register_t *);
sys/sys/syscallargs.h
4113
int sys_fgetxattr(struct lwp *, const struct sys_fgetxattr_args *, register_t *);
sys/sys/syscallargs.h
4115
int sys_listxattr(struct lwp *, const struct sys_listxattr_args *, register_t *);
sys/sys/syscallargs.h
4117
int sys_llistxattr(struct lwp *, const struct sys_llistxattr_args *, register_t *);
sys/sys/syscallargs.h
4119
int sys_flistxattr(struct lwp *, const struct sys_flistxattr_args *, register_t *);
sys/sys/syscallargs.h
4121
int sys_removexattr(struct lwp *, const struct sys_removexattr_args *, register_t *);
sys/sys/syscallargs.h
4123
int sys_lremovexattr(struct lwp *, const struct sys_lremovexattr_args *, register_t *);
sys/sys/syscallargs.h
4125
int sys_fremovexattr(struct lwp *, const struct sys_fremovexattr_args *, register_t *);
sys/sys/syscallargs.h
4127
int compat_50_sys___stat30(struct lwp *, const struct compat_50_sys___stat30_args *, register_t *);
sys/sys/syscallargs.h
4129
int compat_50_sys___fstat30(struct lwp *, const struct compat_50_sys___fstat30_args *, register_t *);
sys/sys/syscallargs.h
4131
int compat_50_sys___lstat30(struct lwp *, const struct compat_50_sys___lstat30_args *, register_t *);
sys/sys/syscallargs.h
4133
int sys___getdents30(struct lwp *, const struct sys___getdents30_args *, register_t *);
sys/sys/syscallargs.h
4135
int compat_30_sys___fhstat30(struct lwp *, const struct compat_30_sys___fhstat30_args *, register_t *);
sys/sys/syscallargs.h
4137
int compat_50_sys___ntp_gettime30(struct lwp *, const struct compat_50_sys___ntp_gettime30_args *, register_t *);
sys/sys/syscallargs.h
4139
int sys___socket30(struct lwp *, const struct sys___socket30_args *, register_t *);
sys/sys/syscallargs.h
4141
int sys___getfh30(struct lwp *, const struct sys___getfh30_args *, register_t *);
sys/sys/syscallargs.h
4143
int sys___fhopen40(struct lwp *, const struct sys___fhopen40_args *, register_t *);
sys/sys/syscallargs.h
4145
int compat_90_sys_fhstatvfs1(struct lwp *, const struct compat_90_sys_fhstatvfs1_args *, register_t *);
sys/sys/syscallargs.h
4147
int compat_50_sys___fhstat40(struct lwp *, const struct compat_50_sys___fhstat40_args *, register_t *);
sys/sys/syscallargs.h
4149
int sys_aio_cancel(struct lwp *, const struct sys_aio_cancel_args *, register_t *);
sys/sys/syscallargs.h
4151
int sys_aio_error(struct lwp *, const struct sys_aio_error_args *, register_t *);
sys/sys/syscallargs.h
4153
int sys_aio_fsync(struct lwp *, const struct sys_aio_fsync_args *, register_t *);
sys/sys/syscallargs.h
4155
int sys_aio_read(struct lwp *, const struct sys_aio_read_args *, register_t *);
sys/sys/syscallargs.h
4157
int sys_aio_return(struct lwp *, const struct sys_aio_return_args *, register_t *);
sys/sys/syscallargs.h
4159
int compat_50_sys_aio_suspend(struct lwp *, const struct compat_50_sys_aio_suspend_args *, register_t *);
sys/sys/syscallargs.h
4161
int sys_aio_write(struct lwp *, const struct sys_aio_write_args *, register_t *);
sys/sys/syscallargs.h
4163
int sys_lio_listio(struct lwp *, const struct sys_lio_listio_args *, register_t *);
sys/sys/syscallargs.h
4165
int sys___mount50(struct lwp *, const struct sys___mount50_args *, register_t *);
sys/sys/syscallargs.h
4167
int sys_mremap(struct lwp *, const struct sys_mremap_args *, register_t *);
sys/sys/syscallargs.h
4169
int sys_pset_create(struct lwp *, const struct sys_pset_create_args *, register_t *);
sys/sys/syscallargs.h
4171
int sys_pset_destroy(struct lwp *, const struct sys_pset_destroy_args *, register_t *);
sys/sys/syscallargs.h
4173
int sys_pset_assign(struct lwp *, const struct sys_pset_assign_args *, register_t *);
sys/sys/syscallargs.h
4175
int sys__pset_bind(struct lwp *, const struct sys__pset_bind_args *, register_t *);
sys/sys/syscallargs.h
4177
int sys___posix_fadvise50(struct lwp *, const struct sys___posix_fadvise50_args *, register_t *);
sys/sys/syscallargs.h
4179
int sys___select50(struct lwp *, const struct sys___select50_args *, register_t *);
sys/sys/syscallargs.h
4181
int sys___gettimeofday50(struct lwp *, const struct sys___gettimeofday50_args *, register_t *);
sys/sys/syscallargs.h
4183
int sys___settimeofday50(struct lwp *, const struct sys___settimeofday50_args *, register_t *);
sys/sys/syscallargs.h
4185
int sys___utimes50(struct lwp *, const struct sys___utimes50_args *, register_t *);
sys/sys/syscallargs.h
4187
int sys___adjtime50(struct lwp *, const struct sys___adjtime50_args *, register_t *);
sys/sys/syscallargs.h
4189
int sys___lfs_segwait50(struct lwp *, const struct sys___lfs_segwait50_args *, register_t *);
sys/sys/syscallargs.h
4191
int sys___futimes50(struct lwp *, const struct sys___futimes50_args *, register_t *);
sys/sys/syscallargs.h
4193
int sys___lutimes50(struct lwp *, const struct sys___lutimes50_args *, register_t *);
sys/sys/syscallargs.h
4195
int sys___setitimer50(struct lwp *, const struct sys___setitimer50_args *, register_t *);
sys/sys/syscallargs.h
4197
int sys___getitimer50(struct lwp *, const struct sys___getitimer50_args *, register_t *);
sys/sys/syscallargs.h
4199
int sys___clock_gettime50(struct lwp *, const struct sys___clock_gettime50_args *, register_t *);
sys/sys/syscallargs.h
4201
int sys___clock_settime50(struct lwp *, const struct sys___clock_settime50_args *, register_t *);
sys/sys/syscallargs.h
4203
int sys___clock_getres50(struct lwp *, const struct sys___clock_getres50_args *, register_t *);
sys/sys/syscallargs.h
4205
int sys___nanosleep50(struct lwp *, const struct sys___nanosleep50_args *, register_t *);
sys/sys/syscallargs.h
4207
int sys_____sigtimedwait50(struct lwp *, const struct sys_____sigtimedwait50_args *, register_t *);
sys/sys/syscallargs.h
4209
int sys___mq_timedsend50(struct lwp *, const struct sys___mq_timedsend50_args *, register_t *);
sys/sys/syscallargs.h
4211
int sys___mq_timedreceive50(struct lwp *, const struct sys___mq_timedreceive50_args *, register_t *);
sys/sys/syscallargs.h
4213
int compat_60_sys__lwp_park(struct lwp *, const struct compat_60_sys__lwp_park_args *, register_t *);
sys/sys/syscallargs.h
4215
int compat_100_sys___kevent50(struct lwp *, const struct compat_100_sys___kevent50_args *, register_t *);
sys/sys/syscallargs.h
4217
int sys___pselect50(struct lwp *, const struct sys___pselect50_args *, register_t *);
sys/sys/syscallargs.h
4219
int sys___pollts50(struct lwp *, const struct sys___pollts50_args *, register_t *);
sys/sys/syscallargs.h
4221
int sys___aio_suspend50(struct lwp *, const struct sys___aio_suspend50_args *, register_t *);
sys/sys/syscallargs.h
4223
int sys___stat50(struct lwp *, const struct sys___stat50_args *, register_t *);
sys/sys/syscallargs.h
4225
int sys___fstat50(struct lwp *, const struct sys___fstat50_args *, register_t *);
sys/sys/syscallargs.h
4227
int sys___lstat50(struct lwp *, const struct sys___lstat50_args *, register_t *);
sys/sys/syscallargs.h
4229
int sys_____semctl50(struct lwp *, const struct sys_____semctl50_args *, register_t *);
sys/sys/syscallargs.h
4231
int sys___shmctl50(struct lwp *, const struct sys___shmctl50_args *, register_t *);
sys/sys/syscallargs.h
4233
int sys___msgctl50(struct lwp *, const struct sys___msgctl50_args *, register_t *);
sys/sys/syscallargs.h
4235
int sys___getrusage50(struct lwp *, const struct sys___getrusage50_args *, register_t *);
sys/sys/syscallargs.h
4237
int sys___timer_settime50(struct lwp *, const struct sys___timer_settime50_args *, register_t *);
sys/sys/syscallargs.h
4239
int sys___timer_gettime50(struct lwp *, const struct sys___timer_gettime50_args *, register_t *);
sys/sys/syscallargs.h
4242
int sys___ntp_gettime50(struct lwp *, const struct sys___ntp_gettime50_args *, register_t *);
sys/sys/syscallargs.h
4246
int sys___wait450(struct lwp *, const struct sys___wait450_args *, register_t *);
sys/sys/syscallargs.h
4248
int sys___mknod50(struct lwp *, const struct sys___mknod50_args *, register_t *);
sys/sys/syscallargs.h
4250
int sys___fhstat50(struct lwp *, const struct sys___fhstat50_args *, register_t *);
sys/sys/syscallargs.h
4252
int sys_pipe2(struct lwp *, const struct sys_pipe2_args *, register_t *);
sys/sys/syscallargs.h
4254
int compat_100_sys_dup3(struct lwp *, const struct compat_100_sys_dup3_args *, register_t *);
sys/sys/syscallargs.h
4256
int sys_kqueue1(struct lwp *, const struct sys_kqueue1_args *, register_t *);
sys/sys/syscallargs.h
4258
int sys_paccept(struct lwp *, const struct sys_paccept_args *, register_t *);
sys/sys/syscallargs.h
4260
int sys_linkat(struct lwp *, const struct sys_linkat_args *, register_t *);
sys/sys/syscallargs.h
4262
int sys_renameat(struct lwp *, const struct sys_renameat_args *, register_t *);
sys/sys/syscallargs.h
4264
int sys_mkfifoat(struct lwp *, const struct sys_mkfifoat_args *, register_t *);
sys/sys/syscallargs.h
4266
int sys_mknodat(struct lwp *, const struct sys_mknodat_args *, register_t *);
sys/sys/syscallargs.h
4268
int sys_mkdirat(struct lwp *, const struct sys_mkdirat_args *, register_t *);
sys/sys/syscallargs.h
4270
int sys_faccessat(struct lwp *, const struct sys_faccessat_args *, register_t *);
sys/sys/syscallargs.h
4272
int sys_fchmodat(struct lwp *, const struct sys_fchmodat_args *, register_t *);
sys/sys/syscallargs.h
4274
int sys_fchownat(struct lwp *, const struct sys_fchownat_args *, register_t *);
sys/sys/syscallargs.h
4276
int sys_fexecve(struct lwp *, const struct sys_fexecve_args *, register_t *);
sys/sys/syscallargs.h
4278
int sys_fstatat(struct lwp *, const struct sys_fstatat_args *, register_t *);
sys/sys/syscallargs.h
4280
int sys_utimensat(struct lwp *, const struct sys_utimensat_args *, register_t *);
sys/sys/syscallargs.h
4282
int sys_openat(struct lwp *, const struct sys_openat_args *, register_t *);
sys/sys/syscallargs.h
4284
int sys_readlinkat(struct lwp *, const struct sys_readlinkat_args *, register_t *);
sys/sys/syscallargs.h
4286
int sys_symlinkat(struct lwp *, const struct sys_symlinkat_args *, register_t *);
sys/sys/syscallargs.h
4288
int sys_unlinkat(struct lwp *, const struct sys_unlinkat_args *, register_t *);
sys/sys/syscallargs.h
4290
int sys_futimens(struct lwp *, const struct sys_futimens_args *, register_t *);
sys/sys/syscallargs.h
4292
int sys___quotactl(struct lwp *, const struct sys___quotactl_args *, register_t *);
sys/sys/syscallargs.h
4294
int sys_posix_spawn(struct lwp *, const struct sys_posix_spawn_args *, register_t *);
sys/sys/syscallargs.h
4296
int sys_recvmmsg(struct lwp *, const struct sys_recvmmsg_args *, register_t *);
sys/sys/syscallargs.h
4298
int sys_sendmmsg(struct lwp *, const struct sys_sendmmsg_args *, register_t *);
sys/sys/syscallargs.h
4300
int sys_clock_nanosleep(struct lwp *, const struct sys_clock_nanosleep_args *, register_t *);
sys/sys/syscallargs.h
4302
int sys____lwp_park60(struct lwp *, const struct sys____lwp_park60_args *, register_t *);
sys/sys/syscallargs.h
4304
int sys_posix_fallocate(struct lwp *, const struct sys_posix_fallocate_args *, register_t *);
sys/sys/syscallargs.h
4306
int sys_fdiscard(struct lwp *, const struct sys_fdiscard_args *, register_t *);
sys/sys/syscallargs.h
4308
int sys_wait6(struct lwp *, const struct sys_wait6_args *, register_t *);
sys/sys/syscallargs.h
4310
int sys_clock_getcpuclockid2(struct lwp *, const struct sys_clock_getcpuclockid2_args *, register_t *);
sys/sys/syscallargs.h
4312
int sys___getvfsstat90(struct lwp *, const struct sys___getvfsstat90_args *, register_t *);
sys/sys/syscallargs.h
4314
int sys___statvfs190(struct lwp *, const struct sys___statvfs190_args *, register_t *);
sys/sys/syscallargs.h
4316
int sys___fstatvfs190(struct lwp *, const struct sys___fstatvfs190_args *, register_t *);
sys/sys/syscallargs.h
4318
int sys___fhstatvfs190(struct lwp *, const struct sys___fhstatvfs190_args *, register_t *);
sys/sys/syscallargs.h
4320
int sys___acl_get_link(struct lwp *, const struct sys___acl_get_link_args *, register_t *);
sys/sys/syscallargs.h
4322
int sys___acl_set_link(struct lwp *, const struct sys___acl_set_link_args *, register_t *);
sys/sys/syscallargs.h
4324
int sys___acl_delete_link(struct lwp *, const struct sys___acl_delete_link_args *, register_t *);
sys/sys/syscallargs.h
4326
int sys___acl_aclcheck_link(struct lwp *, const struct sys___acl_aclcheck_link_args *, register_t *);
sys/sys/syscallargs.h
4328
int sys___acl_get_file(struct lwp *, const struct sys___acl_get_file_args *, register_t *);
sys/sys/syscallargs.h
4330
int sys___acl_set_file(struct lwp *, const struct sys___acl_set_file_args *, register_t *);
sys/sys/syscallargs.h
4332
int sys___acl_get_fd(struct lwp *, const struct sys___acl_get_fd_args *, register_t *);
sys/sys/syscallargs.h
4334
int sys___acl_set_fd(struct lwp *, const struct sys___acl_set_fd_args *, register_t *);
sys/sys/syscallargs.h
4336
int sys___acl_delete_file(struct lwp *, const struct sys___acl_delete_file_args *, register_t *);
sys/sys/syscallargs.h
4338
int sys___acl_delete_fd(struct lwp *, const struct sys___acl_delete_fd_args *, register_t *);
sys/sys/syscallargs.h
4340
int sys___acl_aclcheck_file(struct lwp *, const struct sys___acl_aclcheck_file_args *, register_t *);
sys/sys/syscallargs.h
4342
int sys___acl_aclcheck_fd(struct lwp *, const struct sys___acl_aclcheck_fd_args *, register_t *);
sys/sys/syscallargs.h
4344
int sys_lpathconf(struct lwp *, const struct sys_lpathconf_args *, register_t *);
sys/sys/syscallargs.h
4346
int sys_memfd_create(struct lwp *, const struct sys_memfd_create_args *, register_t *);
sys/sys/syscallargs.h
4348
int sys___kevent100(struct lwp *, const struct sys___kevent100_args *, register_t *);
sys/sys/syscallargs.h
4350
int sys_epoll_create1(struct lwp *, const struct sys_epoll_create1_args *, register_t *);
sys/sys/syscallargs.h
4352
int sys_epoll_ctl(struct lwp *, const struct sys_epoll_ctl_args *, register_t *);
sys/sys/syscallargs.h
4354
int sys_epoll_pwait2(struct lwp *, const struct sys_epoll_pwait2_args *, register_t *);
sys/sys/syscallargs.h
4356
int sys___dup3100(struct lwp *, const struct sys___dup3100_args *, register_t *);
sys/sys/syscallargs.h
4358
int sys_semtimedop(struct lwp *, const struct sys_semtimedop_args *, register_t *);
sys/sys/syscallargs.h
44
<= SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
sys/sys/syscallargs.h
49
syscallarg(register_t) args[SYS_MAXSYSARGS];
sys/sys/syscallvar.h
60
register_t *rval)
sys/sys/syscallvar.h
73
register_t *rval, int code)
sys/sys/systm.h
125
typedef int sy_call_t(struct lwp *, const void *, register_t *);
sys/sys/systm.h
247
int sys_nosys(struct lwp *, const void *, register_t *);
sys/sys/systm.h
248
int sys_nomodule(struct lwp *, const void *, register_t *);
sys/sys/systm.h
628
int trace_enter(register_t, const struct sysent *, const void *);
sys/sys/systm.h
629
void trace_exit(register_t, const struct sysent *, const void *,
sys/sys/systm.h
630
register_t [], int);
sys/sys/systm.h
732
void scdebug_call(register_t, const register_t[]);
sys/sys/systm.h
733
void scdebug_ret(register_t, int, const register_t[]);
sys/sys/timerfd.h
53
int do_timerfd_create(struct lwp *, clockid_t, int, register_t *);
sys/sys/timerfd.h
55
register_t *);
sys/sys/timerfd.h
57
struct itimerspec *, register_t *);
sys/sys/vfs_syscalls.h
53
int do_sys_getvfsstat(struct lwp *, void *, size_t, int, int (*)(const void *, void *, size_t), size_t, register_t *);
sys/sys/vfs_syscalls.h
68
int dofhopen(struct lwp *, const void *, size_t, int, register_t *);
sys/sys/vfs_syscalls.h
70
int do_sys_linkat(struct lwp *, int, const char *, int, const char *, int, register_t *);
sys/sys/vfs_syscalls.h
83
int do_sys_chdir(struct lwp *, const char *, enum uio_seg, register_t *);
sys/sys/vfs_syscalls.h
84
int do_sys_fchdir(struct lwp *, int, register_t *);
sys/sys/vnode_if.h
471
register_t *a_retval;
sys/sys/vnode_if.h
474
int VOP_PATHCONF(struct vnode *, int, register_t *);
sys/ufs/lfs/lfs_syscalls.c
109
sys_lfs_markv(struct lwp *l, const struct sys_lfs_markv_args *uap, register_t *retval)
sys/ufs/lfs/lfs_syscalls.c
149
sys_lfs_markv(struct lwp *l, const struct sys_lfs_markv_args *uap, register_t *retval)
sys/ufs/lfs/lfs_syscalls.c
553
sys_lfs_bmapv(struct lwp *l, const struct sys_lfs_bmapv_args *uap, register_t *retval)
sys/ufs/lfs/lfs_syscalls.c
594
sys_lfs_bmapv(struct lwp *l, const struct sys_lfs_bmapv_args *uap, register_t *retval)
sys/ufs/lfs/lfs_syscalls.c
808
sys_lfs_segclean(struct lwp *l, const struct sys_lfs_segclean_args *uap, register_t *retval)
sys/ufs/lfs/lfs_syscalls.c
976
register_t *retval)
sys/ufs/lfs/ulfs_vnops.c
1109
register_t *a_retval;
sys/ufs/ufs/ufs_vnops.c
2086
register_t *a_retval;
sys/uvm/uvm_mmap.c
225
register_t *retval)
sys/uvm/uvm_mmap.c
288
sys_mmap(struct lwp *l, const struct sys_mmap_args *uap, register_t *retval)
sys/uvm/uvm_mmap.c
462
*retval = (register_t)(addr + pageoff);
sys/uvm/uvm_mmap.c
477
register_t *retval)
sys/uvm/uvm_mmap.c
559
sys_munmap(struct lwp *l, const struct sys_munmap_args *uap, register_t *retval)
sys/uvm/uvm_mmap.c
610
register_t *retval)
sys/uvm/uvm_mmap.c
644
register_t *retval)
sys/uvm/uvm_mmap.c
676
register_t *retval)
sys/uvm/uvm_mmap.c
764
sys_mlock(struct lwp *l, const struct sys_mlock_args *uap, register_t *retval)
sys/uvm/uvm_mmap.c
805
register_t *retval)
sys/uvm/uvm_mmap.c
837
register_t *retval)
sys/uvm/uvm_mmap.c
860
sys_munlockall(struct lwp *l, const void *v, register_t *retval)
sys/uvm/uvm_mremap.c
256
sys_mremap(struct lwp *l, const struct sys_mremap_args *uap, register_t *retval)
sys/uvm/uvm_mremap.c
294
*retval = (error != 0) ? 0 : (register_t)newva;
sys/uvm/uvm_swap.c
472
int (*uvm_swap_stats13)(const struct sys_swapctl_args *, register_t *) =
sys/uvm/uvm_swap.c
474
int (*uvm_swap_stats50)(const struct sys_swapctl_args *, register_t *) =
sys/uvm/uvm_swap.c
476
int (*uvm_swap_stats110)(const struct sys_swapctl_args *, register_t *) =
sys/uvm/uvm_swap.c
485
register_t *retval)
sys/uvm/uvm_swap.c
761
register_t *retval)
sys/uvm/uvm_swap.h
57
void (*)(void *, const struct swapent *), size_t, register_t *);
sys/uvm/uvm_swap.h
66
size_t count, register_t *retval)
sys/uvm/uvm_swapstub.c
43
int (*uvm_swap_stats50)(const struct sys_swapctl_args *, register_t *) =
sys/uvm/uvm_swapstub.c
45
int (*uvm_swap_stats110)(const struct sys_swapctl_args *, register_t *) =
sys/uvm/uvm_swapstub.c
56
sys_swapctl(struct lwp *l, const struct sys_swapctl_args *v, register_t *retval)
sys/uvm/uvm_unix.c
179
sys_ovadvise(struct lwp *l, const struct sys_ovadvise_args *uap, register_t *retval)
sys/uvm/uvm_unix.c
68
sys_obreak(struct lwp *l, const struct sys_obreak_args *uap, register_t *retval)
tests/compat/linux/arch/x86_64/h_syscall.c
36
syscall6(long number, register_t arg1, register_t arg2, register_t arg3,
tests/compat/linux/arch/x86_64/h_syscall.c
37
register_t arg4, register_t arg5, register_t arg6, ...)
tests/compat/linux/arch/x86_64/h_syscall.c
40
register register_t r10 __asm__ ("r10") = arg4;
tests/compat/linux/arch/x86_64/h_syscall.c
41
register register_t r8 __asm__ ("r8") = arg5;
tests/compat/linux/arch/x86_64/h_syscall.c
42
register register_t r9 __asm__ ("r9") = arg6;
tests/compat/linux/h_inotify_directory.c
72
RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test",
tests/compat/linux/h_inotify_single_file.c
55
RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test",
tests/compat/linux/h_inotify_watch_change.c
51
RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test",
tests/compat/linux/h_inotify_watch_change.c
63
RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test",
tests/compat/linux/h_inotify_watch_change.c
75
RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test",
tests/compat/linux/h_linux.h
50
(register_t)off, whence)
tests/compat/linux/h_linux.h
52
(register_t)path, mode)
tests/compat/linux/h_linux.h
54
(register_t)path, flags, \
tests/compat/linux/h_linux.h
57
(register_t)buf, count)
tests/compat/linux/h_linux.h
59
(register_t)from, (register_t)to)
tests/compat/linux/h_linux.h
61
(register_t)path)
tests/compat/linux/h_linux.h
63
(register_t)path)
tests/compat/linux/h_linux.h
65
(register_t)buf, count)
tests/compat/linux/h_linux.h
71
long syscall6(long number, register_t, register_t, register_t, register_t,
tests/compat/linux/h_linux.h
72
register_t, register_t, ...);
tests/fs/puffs/h_dtfs/dtfs_vnops.c
528
int name, register_t *retval)
tests/kernel/t_execregs.c
134
register_t regs[NEXECREGS];
tests/kernel/t_execregs.c
172
register_t regs[NEXECREGS];
tests/kernel/t_execregs.c
49
readregs(int rfd, register_t regs[static NEXECREGS])
tests/kernel/t_execregs.c
72
checkregs(const register_t regs[static NEXECREGS])
tests/kernel/t_execregs.c
97
register_t regs[static NEXECREGS])
tests/lib/libc/sys/t_ptrace_register_wait.h
41
register_t rgstr;
tests/lib/libc/sys/t_ucontext.c
114
printf("_UC_MACHINE_PC(u)=%" PRIxREGISTER "\n", (register_t)_UC_MACHINE_PC(&u));
tests/lib/libc/sys/t_ucontext.c
129
printf("_UC_MACHINE_INTRV(u)=%" PRIxREGISTER "\n", (register_t)_UC_MACHINE_INTRV(&u));
tests/lib/libc/sys/t_ucontext.c
84
printf("_UC_MACHINE_SP(u)=%" PRIxREGISTER "\n", (register_t)_UC_MACHINE_SP(&u));
tests/lib/libc/sys/t_ucontext.c
99
printf("_UC_MACHINE_FP(u)=%" PRIxREGISTER "\n", (register_t)_UC_MACHINE_FP(&u));
usr.bin/kdump/kdump.c
1009
(register_t)(sizeof(linux_ptrace_ops) /
usr.bin/kdump/kdump.c
1016
if ((long)*ap >= 0 && *ap < (register_t)
usr.bin/kdump/kdump.c
1021
*ap - PT_FIRSTMACH < (register_t)
usr.bin/kdump/kdump.c
1149
rprint(register_t ret)
usr.bin/kdump/kdump.c
139
static void rprint(register_t);
usr.bin/kdump/kdump.c
590
sockproto(register_t proto)
usr.bin/kdump/kdump.c
638
sockoptname(register_t optname)
usr.bin/kdump/kdump.c
671
tcpoptname(register_t optname)
usr.bin/kdump/kdump.c
688
ipoptname(register_t optname)
usr.bin/kdump/kdump.c
837
register_t *ap;
usr.bin/kdump/kdump.c
862
ap = (register_t *)((char *)ktr + sizeof(struct ktr_syscall));
usr.bin/kdump/kdump.c
910
register_t level = *ap;
usr.bin/kdump/kdump.c
919
const char *(*f)(register_t);
usr.bin/ktruss/dump.c
110
void nameiargprint(const char *, struct ktr_header *, register_t **, int *);
usr.bin/ktruss/dump.c
439
register_t **ap, int *argsize)
usr.bin/ktruss/dump.c
456
*argsize -= sizeof(register_t);
usr.bin/ktruss/dump.c
471
argprint(const char *prefix, register_t **ap, int *argsize)
usr.bin/ktruss/dump.c
479
*argsize -= sizeof(register_t);
usr.bin/ktruss/dump.c
486
register_t *ap;
usr.bin/ktruss/dump.c
501
ap = (register_t *)(ktr + 1);
usr.bin/ktruss/dump.c
568
argsize -= sizeof(register_t);
usr.bin/ktruss/dump.c
578
argsize -= sizeof(register_t);
usr.bin/ktruss/dump.c
583
*ap < (register_t)__arraycount(ptrace_ops))
usr.bin/ktruss/dump.c
587
*ap - PT_FIRSTMACH < (register_t)
usr.bin/ktruss/dump.c
594
argsize -= sizeof(register_t);
usr.bin/ktruss/dump.c
634
register_t ret = ktr->ktr_retval;
usr.bin/ktruss/dump.c
91
void argprint(const char *, register_t **, int *);
usr.bin/make/filemon/filemon_ktrace.c
777
const register_t *args = (const void *)&call[1];
usr.bin/make/filemon/filemon_ktrace.c
811
const register_t *args = (const void *)&call[1];
usr.bin/make/filemon/filemon_ktrace.c
833
const register_t *args = (const void *)&call[1];
usr.sbin/puffs/mount_9p/node.c
652
register_t *retval)