OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigprop
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
signalvar.h
253
#ifdef
SIGPROP
254
const int
sigprop
[NSIG] = {
variable in typeref:typename:const int[]
320
#undef
SIGPROP
322
extern const int
sigprop
[NSIG];
323
#endif /*
SIGPROP
*/
/src/sys/kern/
kern_sig.c
83
#define
SIGPROP
/* include signal properties table */
339
prop =
sigprop
[signo];
402
prop =
sigprop
[signo];
1312
prop =
sigprop
[signo];
1962
prop =
sigprop
[signo];
2190
if (signo != SIGCONT &&
sigprop
[signo] & SA_IGNORE)
2260
if ((docore = (
sigprop
[signo] & SA_CORE)) != 0) {
kern_sleepq.c
436
(
sigprop
[sig] & SA_STOP) == 0) ||
sys_sig.c
492
prop =
sigprop
[signum];
Completed in 14 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025