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…
98 const struct sysent *callp; in unix_syscall()
120 callp = &sysent[syscode]; in unix_syscall()
130 callp = &sysent[SYS_invalid]; in unix_syscall()
247 const struct sysent *callp; in unix_syscall_return()
258 callp = (code >= nsysent) ? &sysent[SYS_invalid] : &sysent[code]; in unix_syscall_return()
301 arm_prepare_u32_syscall_return(const struct sysent *callp, arm_saved_state_t *regs, uthread_t uthre… in arm_prepare_u32_syscall_return()
363 arm_get_syscall_args(uthread_t uthread, struct arm_saved_state *state, const struct sysent *callp) in arm_get_syscall_args()
377 arm_get_u32_syscall_args(uthread_t uthread, arm_saved_state32_t *regs, const struct sysent *callp) in arm_get_u32_syscall_args()
402 arm_get_u32_syscall_args(uthread_t uthread, arm_saved_state32_t *regs, const struct sysent *callp) in arm_get_u32_syscall_args()
446 arm_prepare_syscall_return(const struct sysent *callp, struct arm_saved_state *state, uthread_t uth… in arm_prepare_syscall_return()
467 static void arm_prepare_u64_syscall_return(const struct sysent *, arm_saved_state_t *, uthread_t, i…
468 static int arm_get_u64_syscall_args(uthread_t, arm_saved_state64_t *, const struct sysent *);
471 arm_get_syscall_args(uthread_t uthread, struct arm_saved_state *state, const struct sysent *callp) in arm_get_syscall_args()
487 arm_get_u64_syscall_args(uthread_t uthread, arm_saved_state64_t *regs, const struct sysent *callp) in arm_get_u64_syscall_args()
537 arm_get_u32_syscall_args(uthread_t uthread, arm_saved_state32_t *regs, const struct sysent *callp) in arm_get_u32_syscall_args()
601 arm_prepare_syscall_return(const struct sysent *callp, struct arm_saved_state *state, uthread_t uth… in arm_prepare_syscall_return()
611 arm_prepare_u64_syscall_return(const struct sysent *callp, arm_saved_state_t *regs, uthread_t uthre… in arm_prepare_u64_syscall_return()