Searched refs:sig_info (Results 1 – 4 of 4) sorted by relevance
/linux/scripts/ |
H A D | sign-file.c | 222 struct module_signature sig_info = { .id_type = PKEY_ID_PKCS7 }; in main() local 399 sig_info.sig_len = htonl(sig_size); in main() 400 ERR(BIO_write(bd, &sig_info, sizeof(sig_info)) < 0, "%s", dest_name); in main()
|
/linux/arch/um/include/shared/ |
H A D | as-layout.h | 53 extern void (*sig_info[])(int, struct siginfo *si, struct uml_pt_regs *);
|
/linux/arch/um/os-Linux/ |
H A D | signal.c | 24 void (*sig_info[NSIG])(int, struct siginfo *, struct uml_pt_regs *) = { variable 50 (*sig_info[sig])(sig, si, &r); in sig_handler_common()
|
/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 517 (*sig_info[SIGSEGV])(SIGSEGV, (struct siginfo *)&si, in userspace() 536 (*sig_info[sig])(sig, (struct siginfo *)&si, regs); in userspace()
|