Lines Matching refs:sysent
69 static krwlock_t *lock_syscall(struct sysent *, uint_t);
72 static struct sysent *
76 return (sysent); in lwp_getsysent()
81 #define LWP_GETSYSENT(lwp) (sysent)
223 struct sysent *se = LWP_GETSYSENT(lwp); in save_syscall_args()
224 struct sysent *callp = se + code; in save_syscall_args()
487 struct sysent *callp; in pre_syscall()
922 struct sysent *callp; in syscall_ap()
950 lock_syscall(struct sysent *table, uint_t code) in lock_syscall()
955 struct sysent *callp; in lock_syscall()
1018 struct sysent *callp; in loadable_syscall()
1019 struct sysent *se = LWP_GETSYSENT(ttolwp(curthread)); in loadable_syscall()
1058 struct sysent *callp; in indir()