Searched refs:savefp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c162 read_safe(int fd, struct frame *fp, struct frame **savefp, uintptr_t *savepc) argument
183 *savefp = (struct frame *)newfp;
200 struct frame *savefp; local
250 if (read_safe(fd, fp, &savefp, &savepc) != 0) {
255 if (savefp == NULL)
265 CHECK_FOR_SIGFRAME((uintptr_t)savefp, (uintptr_t)oldctx)) {
272 sig = *((int *)(savefp + 1));
291 savefp = (struct frame *)
317 fp = savefp; /* up one in the call stack */
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfopen.c339 SM_FILE_T *savefp; local
345 savefp = fp->f_flushfp;
347 return savefp;

Completed in 58 milliseconds