Searched refs:nextfp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddtrace_isa.c509 struct frame *nextfp, *minfp, *stacktop; local
529 nextfp = *(struct frame **)fp;
532 if (nextfp <= minfp || nextfp >= stacktop) {
574 fp = nextfp;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c501 struct frame *nextfp, *minfp, *stacktop; local
521 nextfp = *(struct frame **)fp;
524 if (nextfp <= minfp || nextfp >= stacktop) {
566 fp = nextfp;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c1545 struct frame *nextfp, *minfp, *stacktop; local
1561 nextfp = *(struct frame **)fp;
1563 if (nextfp <= minfp || nextfp >= stacktop) {
1579 fp = nextfp;

Completed in 82 milliseconds