HomeSort by: relevance | last modified time | path
    Searched refs:buildcontext (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/amd64/include/
frame.h 131 void buildcontext(struct lwp *, void *, void *);
  /src/sys/arch/i386/include/
frame.h 177 void buildcontext(struct lwp *, int, void *, void *);
  /src/sys/arch/alpha/include/
frame.h 118 void buildcontext(struct lwp *, const void *, const void *, const void *);
  /src/sys/arch/alpha/alpha/
compat_16_machdep.c 197 buildcontext(l,(void *)catcher,
203 buildcontext(l,(void *)catcher,
machdep.c 1501 buildcontext(struct lwp *l, const void *catcher, const void *tramp, const void *fp) function in typeref:typename:void
1582 buildcontext(l,catcher,ps->sa_sigdesc[sig].sd_tramp,fp);
  /src/sys/arch/m68k/include/
frame.h 212 void buildcontext(struct lwp *, void *, void *);
  /src/sys/arch/m68k/m68k/
sig_machdep.c 137 buildcontext(struct lwp *l, void *catcher, void *fp) function in typeref:typename:void
188 buildcontext(l, catcher, fp);
sunos_machdep.c 173 buildcontext(l, catcher, fp);
compat_16_machdep.c 221 buildcontext(l, catcher, fp);
  /src/sys/arch/i386/i386/
compat_16_machdep.c 236 buildcontext(l, sel, catcher, fp);
machdep.c 644 buildcontext(struct lwp *l, int sel, void *catcher, void *fp) function in typeref:typename:void
709 buildcontext(l, sel, catcher, fp);
  /src/sys/compat/freebsd/
freebsd_machdep.c 142 buildcontext(l, GUCODEBIG_SEL, p->p_sigctx.ps_sigcode, fp);
  /src/sys/arch/amd64/amd64/
machdep.c 559 buildcontext(struct lwp *l, void *catcher, void *f) function in typeref:typename:void
643 buildcontext(l, catcher, fp);

Completed in 20 milliseconds