Lines Matching refs:sysent
47 static int arm_get_syscall_args(uthread_t, struct arm_saved_state *, const struct sysent *);
48 static int arm_get_u32_syscall_args(uthread_t, arm_saved_state32_t *, const struct sysent *);
49 static void arm_prepare_u32_syscall_return(const struct sysent *, arm_saved_state_t *, uthread_…
50 static void arm_prepare_syscall_return(const struct sysent *, struct arm_saved_state *, uthread…
95 const struct sysent *callp; in unix_syscall()
113 callp = &sysent[syscode]; in unix_syscall()
123 callp = &sysent[SYS_invalid]; in unix_syscall()
238 const struct sysent *callp; in unix_syscall_return()
249 callp = (code >= nsysent) ? &sysent[SYS_invalid] : &sysent[code]; in unix_syscall_return()
292 arm_prepare_u32_syscall_return(const struct sysent *callp, arm_saved_state_t *regs, uthread_t uthre… in arm_prepare_u32_syscall_return()
352 static void arm_prepare_u64_syscall_return(const struct sysent *, arm_saved_state_t *, uthread_t, i…
353 static int arm_get_u64_syscall_args(uthread_t, arm_saved_state64_t *, const struct sysent *);
356 arm_get_syscall_args(uthread_t uthread, struct arm_saved_state *state, const struct sysent *callp) in arm_get_syscall_args()
372 arm_get_u64_syscall_args(uthread_t uthread, arm_saved_state64_t *regs, const struct sysent *callp) in arm_get_u64_syscall_args()
422 arm_get_u32_syscall_args(uthread_t uthread, arm_saved_state32_t *regs, const struct sysent *callp) in arm_get_u32_syscall_args()
486 arm_prepare_syscall_return(const struct sysent *callp, struct arm_saved_state *state, uthread_t uth… in arm_prepare_syscall_return()
496 arm_prepare_u64_syscall_return(const struct sysent *callp, arm_saved_state_t *regs, uthread_t uthre… in arm_prepare_u64_syscall_return()