OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigctx
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/vax/vax/
compat_16_machdep.c
176
struct sigcontext
sigctx
;
local
181
sigctx
.sc_pc = tf->tf_pc;
182
sigctx
.sc_ps = tf->tf_psl;
183
sigctx
.sc_ap = tf->tf_ap;
184
sigctx
.sc_fp = tf->tf_fp;
185
sigctx
.sc_sp = tf->tf_sp;
186
sigctx
.sc_onstack = onstack ? SS_ONSTACK : 0;
187
sigctx
.sc_mask = *mask;
203
error = (copyout(&
sigctx
, (char *)tramp.scp, sizeof(
sigctx
)) != 0 |
[
all
...]
compat_13_machdep.c
165
struct sigcontext
sigctx
;
local
170
sigctx
.sc_pc = tf->tf_pc;
171
sigctx
.sc_ps = tf->tf_psl;
172
sigctx
.sc_ap = tf->tf_ap;
173
sigctx
.sc_fp = tf->tf_fp;
174
sigctx
.sc_sp = tf->tf_sp;
175
sigctx
.sc_onstack = onstack ? SS_ONSTACK : 0;
176
sigctx
.sc_mask = *mask;
179
native_sigset_to_sigset13(mask, &
sigctx
.__sc_mask13);
197
copyout(&
sigctx
, (void *)tramp.scp, sizeof(sigctx)) != 0
[
all
...]
/src/lib/libc/compat/arch/vax/sys/
compat___sigtramp2.S
52
movab 8(%ap),%ap # arg is pointer to
sigctx
/src/usr.sbin/syslogd/
sign.h
185
EVP_MD_CTX *
sigctx
; /* signature context */
member in struct:sign_global_t
sign.c
98
GlobalSign.
sigctx
= EVP_MD_CTX_create();
99
EVP_MD_CTX_init(GlobalSign.
sigctx
);
499
if(GlobalSign.
sigctx
) {
500
EVP_MD_CTX_destroy(GlobalSign.
sigctx
);
501
GlobalSign.
sigctx
= NULL;
893
SSL_CHECK_ONE(EVP_SignInit(GlobalSign.
sigctx
, GlobalSign.sig));
894
SSL_CHECK_ONE(EVP_SignUpdate(GlobalSign.
sigctx
, buf, q-buf));
896
SSL_CHECK_ONE(EVP_SignFinal(GlobalSign.
sigctx
, sig_value, &sig_len,
/src/sys/sys/
signalvar.h
81
struct
sigctx
{
struct
proc.h
325
struct
sigctx
p_sigctx; /* p: Shared signal state */
Completed in 23 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026