HomeSort by: relevance | last modified time | path
    Searched defs:onstack (Results 1 - 25 of 126) sorted by relevancy

1 2 3 4 5 6

  /src/sys/arch/i386/i386/
compat_16_machdep.c 157 int onstack, error; local in function:sendsig_sigcontext
160 struct sigframe_sigcontext *fp = getframe(l, sig, &onstack), frame;
239 if (onstack)
compat_16_machdep.c 157 int onstack, error; local in function:sendsig_sigcontext
160 struct sigframe_sigcontext *fp = getframe(l, sig, &onstack), frame;
239 if (onstack)
compat_16_machdep.c 157 int onstack, error; local in function:sendsig_sigcontext
160 struct sigframe_sigcontext *fp = getframe(l, sig, &onstack), frame;
239 if (onstack)
  /src/sys/arch/sh3/sh3/
compat_16_machdep.c 103 int onstack, error; local in function:sendsig_sigcontext
105 fp = getframe(l, sig, &onstack);
178 if (onstack)
compat_16_machdep.c 103 int onstack, error; local in function:sendsig_sigcontext
105 fp = getframe(l, sig, &onstack);
178 if (onstack)
compat_16_machdep.c 103 int onstack, error; local in function:sendsig_sigcontext
105 fp = getframe(l, sig, &onstack);
178 if (onstack)
  /src/sys/compat/freebsd/
freebsd_machdep.c 84 int onstack, error; local in function:freebsd_sendsig
85 struct freebsd_sigframe *fp = getframe(l, sig, &onstack), frame;
145 if (onstack)
freebsd_machdep.c 84 int onstack, error; local in function:freebsd_sendsig
85 struct freebsd_sigframe *fp = getframe(l, sig, &onstack), frame;
145 if (onstack)
freebsd_machdep.c 84 int onstack, error; local in function:freebsd_sendsig
85 struct freebsd_sigframe *fp = getframe(l, sig, &onstack), frame;
145 if (onstack)
  /src/sys/arch/arm/arm/
compat_16_machdep.c 90 int onstack, error; local in function:sendsig_sigcontext
95 fp = getframe(l, sig, &onstack);
192 if (onstack)
compat_16_machdep.c 90 int onstack, error; local in function:sendsig_sigcontext
95 fp = getframe(l, sig, &onstack);
192 if (onstack)
compat_16_machdep.c 90 int onstack, error; local in function:sendsig_sigcontext
95 fp = getframe(l, sig, &onstack);
192 if (onstack)
  /src/sys/arch/amd64/amd64/
netbsd32_machdep_16.c 92 int onstack, error; local in function:netbsd32_sendsig_sigcontext
98 onstack =
103 if (onstack)
169 netbsd32_buildcontext(l, tf, fp, catcher, onstack);
netbsd32_machdep_16.c 92 int onstack, error; local in function:netbsd32_sendsig_sigcontext
98 onstack =
103 if (onstack)
169 netbsd32_buildcontext(l, tf, fp, catcher, onstack);
netbsd32_machdep_16.c 92 int onstack, error; local in function:netbsd32_sendsig_sigcontext
98 onstack =
103 if (onstack)
169 netbsd32_buildcontext(l, tf, fp, catcher, onstack);
  /src/sys/arch/powerpc/powerpc/
compat_16_machdep.c 98 int onstack, error; local in function:sendsig_sigcontext
105 onstack =
110 if (onstack)
203 if (onstack)
compat_16_machdep.c 98 int onstack, error; local in function:sendsig_sigcontext
105 onstack =
110 if (onstack)
203 if (onstack)
compat_16_machdep.c 98 int onstack, error; local in function:sendsig_sigcontext
105 onstack =
110 if (onstack)
203 if (onstack)
  /src/sys/arch/riscv/riscv/
sig_machdep.c 57 cpu_sendsig_getframe(struct lwp *l, int signo, bool *onstack)
63 *onstack = (l->l_sigstk.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
65 if (*onstack)
92 bool onstack; local in function:sendsig_siginfo
94 cpu_sendsig_getframe(l, signo, &onstack);
137 if (onstack)
sig_machdep.c 57 cpu_sendsig_getframe(struct lwp *l, int signo, bool *onstack)
63 *onstack = (l->l_sigstk.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
65 if (*onstack)
92 bool onstack; local in function:sendsig_siginfo
94 cpu_sendsig_getframe(l, signo, &onstack);
137 if (onstack)
sig_machdep.c 57 cpu_sendsig_getframe(struct lwp *l, int signo, bool *onstack)
63 *onstack = (l->l_sigstk.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
65 if (*onstack)
92 bool onstack; local in function:sendsig_siginfo
94 cpu_sendsig_getframe(l, signo, &onstack);
137 if (onstack)
  /src/sys/arch/alpha/alpha/
compat_16_machdep.c 109 int onstack, sig = ksi->ksi_signo, error; local in function:sendsig_sigcontext
117 fp = getframe(l, sig, &onstack, sizeof(*fp), _Alignof(*fp));
122 p->p_pid, sig, &onstack, fp);
221 if (onstack)
compat_16_machdep.c 109 int onstack, sig = ksi->ksi_signo, error; local in function:sendsig_sigcontext
117 fp = getframe(l, sig, &onstack, sizeof(*fp), _Alignof(*fp));
122 p->p_pid, sig, &onstack, fp);
221 if (onstack)
  /src/sys/arch/mips/mips/
sig_machdep.c 52 getframe(struct lwp *l, int sig, int *onstack, size_t size, size_t align)
61 *onstack = (l->l_sigstk.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
63 if (*onstack)
92 int onstack, error; local in function:sendsig_siginfo
94 struct sigframe_siginfo *sf = getframe(l, signo, &onstack,
136 if (onstack)
sig_machdep.c 52 getframe(struct lwp *l, int sig, int *onstack, size_t size, size_t align)
61 *onstack = (l->l_sigstk.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
63 if (*onstack)
92 int onstack, error; local in function:sendsig_siginfo
94 struct sigframe_siginfo *sf = getframe(l, signo, &onstack,
136 if (onstack)

Completed in 56 milliseconds

1 2 3 4 5 6