Lines Matching refs:sysent
74 static krwlock_t *lock_syscall(struct sysent *, uint_t);
79 (lwp_getdatamodel(lwp) == DATAMODEL_NATIVE ? sysent : sysent32)
81 #define LWP_GETSYSENT(lwp) (sysent)
134 static struct sysent sysent_err = {
142 struct sysent *
148 struct sysent *callp; in syscall_entry()
149 struct sysent *se = LWP_GETSYSENT(lwp); in syscall_entry()
387 struct sysent *callp; in pre_syscall()
881 struct sysent *se; in dosyscall()
1017 struct sysent *se = LWP_GETSYSENT(lwp); in save_syscall_args()
1018 struct sysent *callp = se + code; in save_syscall_args()
1088 struct sysent *callp; in syscall_ap()
1119 lock_syscall(struct sysent *table, uint_t code) in lock_syscall()
1124 struct sysent *callp; in lock_syscall()
1187 struct sysent *callp; in loadable_syscall()
1188 struct sysent *se = LWP_GETSYSENT(lwp); in loadable_syscall()