Lines Matching refs:minfp
105 struct frame *fp, *nextfp, *minfp, *stacktop;
285 minfp = fp;
289 if (nextfp <= minfp || nextfp >= stacktop) {
312 minfp = (struct frame *)curthread->t_stkbase;
316 if (nextfp > minfp && nextfp < stacktop)
329 * of nextfp against minfp/stacktop. If the
357 minfp = fp;
703 struct frame *fp, *nextfp, *minfp, *stacktop;
714 minfp = fp;
718 if (nextfp <= minfp || nextfp >= stacktop) {
724 minfp = (struct frame *)curthread->t_stkbase;
739 minfp = fp;