Home
last modified time | relevance | path

Searched refs:stackpos (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/m68k/m68k/
H A Ddb_trace.c98 struct stackpos { struct
108 static void findentry(struct stackpos *, void (*)(const char *, ...)); argument
110 static void findregs(struct stackpos *, db_addr_t);
111 static int nextframe(struct stackpos *, struct pcb *, int,
114 static void stacktop(db_regs_t *, struct stackpos *,
122 stacktop(db_regs_t *regs, struct stackpos *sp, void (*pr)(const char *, ...)) in stacktop()
180 nextframe(struct stackpos *sp, struct pcb *pcb, int kerneltrace, in nextframe()
234 findentry(struct stackpos *sp, void (*pr)(const char *, ...)) in findentry()
324 findregs(struct stackpos *sp, db_addr_t addr) in findregs()
394 struct stackpos pos; in db_stack_trace_print()