HomeSort by: relevance | last modified time | path
    Searched refs:nextframe (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/i386/i386/
db_machdep.c 125 db_nextframe(long **nextframe, long **retaddr, long **arg0, db_addr_t *ip,
138 db_get_value((int)*nextframe, 4, false);
141 *nextframe = (long *)&fp->f_frame;
154 *nextframe = (long *)&fp->f_frame;
197 *nextframe = (long *)&fp->f_frame;
210 db_sym_t sym = db_frame_info(*nextframe, (db_addr_t)*ip,
235 * argp = *nextframe + 2. (long *)if - 1 + 2 = &tf.
237 *nextframe = (long *)ifp - 1;
242 *nextframe = argp;
  /src/sys/arch/amd64/amd64/
db_machdep.c 108 db_nextframe(long **nextframe, long **retaddr, long **arg0, db_addr_t *ip,
122 db_get_value((long)*nextframe, 8, false);
125 *nextframe = (long *)&fp->f_frame;
166 *nextframe = (long *)&fp->f_frame;
179 db_sym_t sym = db_frame_info(*nextframe, (db_addr_t)*ip,
190 *nextframe = (long *)ifp - 1;
198 *nextframe = argp;
  /src/sys/arch/m68k/m68k/
db_trace.c 111 static int nextframe(struct stackpos *, struct pcb *, int,
180 nextframe(struct stackpos *sp, struct pcb *pcb, int kerneltrace, function
238 * is called from stacktop() and from nextframe(). Our caller will do
563 if (nextframe(&pos, pcb, kernel_only, pr) == 0)

Completed in 37 milliseconds