Lines Matching refs:frame
31 #include <sys/frame.h>
42 * dereference the entire frame structure.
44 #define UMEM_FRAMESIZE (sizeof (struct frame))
58 struct frame *fp;
59 struct frame *nextfp, *minfp;
91 * Since we only allow increasing frame pointers, and we
127 fp = (struct frame *)((caddr_t)getfp() + STACK_BIAS);
132 return (0); /* the frame pointer isn't in our stack */
138 nextfp = (struct frame *)((caddr_t)fp->fr_savfp + STACK_BIAS);
158 * punt, since we don't know where the frame pointer's
172 minfp = (struct frame *)base;