Home
last modified time | relevance | path

Searched refs:SI_KERNEL (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxSignals.cpp87 ADD_SIGCODE(SIGSEGV, 11, SI_KERNEL, 0x80, "invalid address", SignalCodePrintOption::Address); in Reset()
/freebsd/sys/sys/
H A Dsignal.h398 #define SI_KERNEL 0x10006 macro
/freebsd/sys/compat/linux/
H A Dlinux_signal.c661 case SI_KERNEL: in sicode_to_lsicode()
/freebsd/sys/kern/
H A Dtty.c487 ksi.ksi_code = SI_KERNEL; in tty_wait_background()
1542 ksi.ksi_code = SI_KERNEL; in tty_signal_pgrp()
H A Dkern_sig.c2216 ksi.ksi_code = SI_KERNEL; in kern_psignal()
2252 ksi.ksi_code = SI_KERNEL; in tdsignal()
4274 ksi.ksi_code = SI_KERNEL; in pgsigio()