Searched refs:Signal (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/lib/libkse/test/
H A Dsigwait_d.exp9 -> Signal handler caught signal 1
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscall.h14 * Signal -- a signal number. Prints the signal name (SIGxxx)
39 Signal, Sockaddr, StringArray, Timespec, Timeval, Itimerval, Pollfd, enumerator in enum:Argtype
H A Dsyscalls.c169 .args = { { Signal, 0 }, { Sigaction | IN, 1 }, { Sigaction | OUT, 2 } } },
257 .args = { { Int | IN, 0 }, { Signal | IN, 1 } } },
856 case Signal:
/freebsd-9.3-release/contrib/bmake/
H A Dsigcompat.c17 * Note that signal() is identical to my Signal() routine except
19 * calls Signal().
155 * This little block is almost identical to Signal(),
186 extern SIG_HDLR(*Signal(int, void (*)(int)))(int);
192 old = Signal(sig, handler);
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dutil.c310 Signal(SIGHUP, hupval);
311 Signal(SIGINT, intval);
322 Signal(SIGHUP, SIG_IGN);
323 Signal(SIGINT, SIG_IGN);
H A Dcommon.h22 #define Signal (void)signal macro
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DCrashRecoveryContext.cpp238 static void CrashRecoverySignalHandler(int Signal) { argument
254 raise(Signal);
263 sigaddset(&SigMask, Signal);
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0ext.S234 main.10: movb $0x7,%al # Signal

Completed in 177 milliseconds