Home
last modified time | relevance | path

Searched defs:sigctx (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/sys/
H A Dsignalvar.h81 struct sigctx { struct
82 struct _ksiginfo ps_info; /* for core dump/debugger XXX */
83 int ps_lwp; /* for core dump/debugger XXX */
84 bool ps_faked; /* for core dump/debugger XXX */
85 void *ps_sigcode; /* address of signal trampoline */
86 sigset_t ps_sigignore; /* Signals being ignored. */
87 sigset_t ps_sigcatch; /* Signals being caught by user. */
88 sigset_t ps_sigpass; /* Signals evading the debugger. */
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcms.c1197 struct sigctx { struct
1213 struct sigctx *sigctx = ctx; in sig_process() argument
1431 struct sigctx *sigctx = ctx; in cert_process() local
1472 struct sigctx sigctx; in hx509_cms_create_signed() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dfake_rsaprov.c295 unsigned char *sigctx = OPENSSL_zalloc(1); in fake_rsa_sig_newctx() local
302 static void fake_rsa_sig_freectx(void *sigctx) in fake_rsa_sig_freectx()
310 unsigned char *sigctx = ctx; in fake_rsa_sig_sign_init() local
330 unsigned char *sigctx = ctx; in fake_rsa_sig_sign() local
/netbsd-src/sys/arch/vax/vax/
H A Dcompat_16_machdep.c176 struct sigcontext sigctx; in setupstack_sigcontext2() local
H A Dcompat_13_machdep.c165 struct sigcontext sigctx; in setupstack_oldsigcontext() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/mips/
H A Dlinux-unwind.h72 struct sigcontext sigctx; in mips_fallback_frame_state() member
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/mips/
H A Dlinux-unwind.h72 struct sigcontext sigctx; in mips_fallback_frame_state() member
/netbsd-src/usr.sbin/syslogd/
H A Dsign.h185 EVP_MD_CTX *sigctx; /* signature context */ member