tag | line | file | source code |
---|---|---|---|
SIGINT | 38 | drivers/char/ftape/kernel-interface.h | #define _DONT_BLOCK (_NEVER_BLOCK|_S(SIGINT)) |
SIGINT | 309 | drivers/char/n_tty.c | isig(SIGINT, tty); |
SIGINT | 419 | drivers/char/n_tty.c | isig(SIGINT, tty); |
SIGINT | 365 | fs/ncpfs/sock.c | ? ((current->sig->action[SIGINT - 1].sa_handler == SIG_DFL |
SIGINT | 366 | fs/ncpfs/sock.c | ? _S(SIGINT) : 0) |
SIGINT | 80 | fs/nfs/sock.c | ? ((current->sig->action[SIGINT - 1].sa_handler == SIG_DFL |
SIGINT | 81 | fs/nfs/sock.c | ? _S(SIGINT) : 0) |
SIGINT | 212 | kernel/sys.c | kill_proc(1, SIGINT, 1); |