Lines Matching refs:frame
40 #include <sys/frame.h>
69 * Reserve enough space for a frame and the arguments beyond the
72 size = sizeof (struct frame);
86 * ucontext_t. Zero the other fields of the frame.
89 tsp = &((struct frame *)sp)->fr_argd[0];
90 bzero(sp, sizeof (struct frame));
122 * Reserve enough space for a frame and the arguments beyond the
125 size = sizeof (struct frame);
133 * ucontext_t. Zero the other fields of the frame.
136 tsp = &((struct frame *)sp)->fr_argd[0];
137 bzero(sp, sizeof (struct frame));