Home
last modified time | relevance | path

Searched defs:oticks (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/arch/vax/include/
H A Duserret.h36 userret(struct lwp *l, struct trapframe *tf, u_quad_t oticks) in userret()
/netbsd-src/sys/arch/sparc64/include/
H A Duserret.h60 userret(struct lwp *l, int pc, u_quad_t oticks) in userret()
/netbsd-src/sys/arch/sparc/include/
H A Duserret.h62 userret(struct lwp *l, int pc, u_quad_t oticks) in userret()
/netbsd-src/sys/arch/vax/vax/
H A Dsyscall.c71 const u_quad_t oticks = p->p_sticks; in syscall() local
H A Dtrap.c98 u_quad_t oticks = 0; in trap() local
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dtrap.c149 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, int fromtrap) in userret()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dtrap.c157 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, in userret()
/netbsd-src/sys/arch/sun2/sun2/
H A Dtrap.c203 userret(struct lwp *l, struct trapframe *tf, u_quad_t oticks) in userret()
/netbsd-src/sys/arch/sun3/sun3/
H A Dtrap.c212 userret(struct lwp *l, struct trapframe *tf, u_quad_t oticks) in userret()
/netbsd-src/sys/arch/hp300/hp300/
H A Dtrap.c176 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, in userret()
/netbsd-src/sys/arch/next68k/next68k/
H A Dtrap.c184 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, in userret()
/netbsd-src/sys/arch/x68k/x68k/
H A Dtrap.c177 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, in userret()
/netbsd-src/sys/arch/news68k/news68k/
H A Dtrap.c169 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, in userret()
/netbsd-src/sys/arch/cesfic/cesfic/
H A Dtrap.c180 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, int fromtrap) in userret()
/netbsd-src/sys/arch/atari/atari/
H A Dtrap.c181 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, int fromtrap) in userret()
/netbsd-src/sys/arch/virt68k/virt68k/
H A Dtrap.c193 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, in userret() argument
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dtrap.c193 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, in userret()
/netbsd-src/sys/arch/amiga/amiga/
H A Dtrap.c198 userret(struct lwp *l, int pc, u_quad_t oticks) in userret()
/netbsd-src/sys/arch/hppa/hppa/
H A Dtrap.c202 int oticks = 0; /* XXX why zero? */ in userret() local