HomeSort by relevance Sort by last modified time
    Searched defs:signal (Results 1 - 25 of 46) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/extendedFILE/common/
extendedFILE.c 33 #include <signal.h>
51 int action = -1; /* default signal */
54 int signal; local
76 retval = str2sig(ptr, &signal);
79 "Invalid signal name or number.\n");
82 action = signal;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
init_disp.c 44 * as well as the signal handling routines
48 #include <signal.h>
52 #define signal(s, f) sigset(s, f) macro
74 signal(SIGINT, sig_sent);
75 signal(SIGPIPE, sig_sent);
msgs.c 47 #include <signal.h>
53 #define signal(s, f) sigset(s, f) macro
76 signal(SIGALRM, (void (*)())disp_msg);
84 signal(SIGALRM, SIG_IGN);
invite.c 44 #include <signal.h>
49 #define signal(s, f) sigset(s, f) macro
101 signal(SIGALRM, re_invite);
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
signal.c 25 * signal that disables syscall restart on interrupt with clear signal mask
26 * fun==SIG_DFL also unblocks signal
31 #undef signal macro
32 #define signal ______signal macro
41 #undef signal macro
75 signal(int sig, Sig_handler_t fun) function
134 NoN(signal)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
pclose.c 77 #define signal(s, f) sigset(s, f) macro
155 istat = signal(SIGINT, pabort);
160 (void) signal(SIGINT, istat);
ftp_var.h 70 #include <signal.h>
87 #define signal(s, f) sigset(s, f) macro
  /onnv/onnv-gate/usr/src/cmd/csh/i386/
signal.c 18 * 4.3BSD signal compatibility functions
20 * the implementation interprets signal masks equal to -1 as "all of the
21 * signals in the signal set", thereby allowing signals with numbers
31 #include <signal.h>
32 #include "signal.h"
60 * sigvechandler is the real signal handler installed for all
62 * SVR4 signal hander arguments into 4.3BSD signal handler arguments
221 signal(int s, void (*a)()))() function
  /onnv/onnv-gate/usr/src/cmd/csh/sparc/
signal.c 18 * 4.3BSD signal compatibility functions
20 * the implementation interprets signal masks equal to -1 as "all of the
21 * signals in the signal set", thereby allowing signals with numbers
31 #include <signal.h>
32 #include "signal.h"
60 * sigvechandler is the real signal handler installed for all
62 * SVR4 signal hander arguments into 4.3BSD signal handler arguments
245 signal(int s, void (*a)()))() function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
signalmap.c 30 #include <sys/signal.h>
56 signal(int sig, void (*a)(int)))(int) function
95 * If the new signal handler is SIG_IGN or SIG_DFL,
96 * do not change the signal's entry in the handler array.
97 * This allows a child of vfork(2) to set signal handlers
155 case SIGSTOP: /* sendable stop signal not from tty */
157 case SIGTSTP: /* stop signal from tty */
167 case SIGIO: /* input/output possible signal */
183 case SIGUSR2: /* user defined signal 2 */
196 case XSIGSTOP: /* sendable stop signal not from tty *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/sys/
signal.c 29 #pragma weak _signal = signal
39 #include <signal.h>
43 * Check for valid signal number as per SVID.
59 * SVr3.x signal compatibility routines. They are now
65 signal(int sig, void(*func)(int)))(int) function
78 * the disposition is SIG_IGN, per sysV signal man page.
141 * the disposition is SIG_IGN, per sysV signal man page.
169 * sigpause() is defined to unblock the signal
171 * sigsuspend() restores the original signal set,
208 * the disposition is SIG_IGN, per sysV signal man page
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/dump/
dumpusg.h 76 #define signal nsignal /* defined in dumpmain.c */ macro
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.comsat.c 47 #include <signal.h>
83 #define signal(s, f) sigset((s), (f)) macro
179 (void) signal(SIGALRM, onalrm);
180 (void) signal(SIGTTOU, SIG_IGN);
182 (void) signal(SIGCHLD, reapchildren);
184 (void) signal(SIGCHLD, SIG_IGN); /* no zombies */
306 signal(SIGALRM, SIG_DFL);
  /onnv/onnv-gate/usr/src/cmd/hal/hald-runner/
runner.c 31 #include <signal.h>
175 /* emit a signal that this PID exited */
177 DBusMessage *signal; local
179 signal = dbus_message_new_signal ("/org/freedesktop/HalRunner",
183 dbus_message_append_args (signal,
186 dbus_connection_send(rd->con, signal, NULL);
  /onnv/onnv-gate/usr/src/lib/libmapid/common/
mapid.h 61 int signal; member in struct:__anon3730
  /onnv/onnv-gate/usr/src/ucblib/libucb/sparc/sys/
signal.c 40 * 4.3BSD signal compatibility functions
42 * the implementation interprets signal masks equal to -1 as "all of the
43 * signals in the signal set", thereby allowing signals with numbers
52 #include <signal.h>
65 #pragma weak signal = usignal macro
96 * sigvechandler is the real signal handler installed for all
98 * SVR4 signal hander arguments into 4.3BSD signal handler arguments
152 * return from the signal handler. Otherwise, vital information
185 * Translate signal codes from new to old
    [all...]
  /onnv/onnv-gate/usr/src/ucblib/libucb/i386/sys/
signal.c 35 * 4.3BSD signal compatibility functions
37 * the implementation interprets signal masks equal to -1 as "all of the
38 * signals in the signal set", thereby allowing signals with numbers
47 #include <signal.h>
60 #pragma weak signal = usignal macro
78 * sigvechandler is the real signal handler installed for all
80 * SVR4 signal hander arguments into 4.3BSD signal handler arguments
119 * Translate signal codes from new to old.
121 * /usr/ucbinclude/sys/signal.h contains old codes
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_lockfs.c 33 #include <sys/signal.h>
891 int signal = 0; local
1034 * Interrupted due to signal. There could still be
1037 signal = 1;
1196 * Don't call ufs_thaw() when there's a signal during
1200 if (signal == 0)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
pid.c 570 * Send the specified signal to all processes whose process group ID is
575 signal(pid_t pgid, int sig) function
597 * Send the specified signal to the specified process
643 * send a signal to a process
645 * - send the process the signal
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_io32.h 165 uint32_t signal; member in struct:drm_wait_vblank_request_32
  /onnv/onnv-gate/usr/src/cmd/tip/
tip.h 30 #include <signal.h>
45 #define signal(_sig_, _hdlr_) sigset((_sig_), (_hdlr_)) macro
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
e1000.c 492 * EEPROM will signal that the command has been completed by clearing
1409 uint32_t signal = 0; local
2406 uint32_t signal = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/common/
dtj_consume.c 38 #include <signal.h>
340 * Since the function signature does not allow us to return an abort signal, we
354 int signal = -1; local
380 signal = WTERMSIG(prp->pr_wstat);
381 (void) proc_signame(signal, signame, sizeof (signame));
425 pid, status, signal, signalName, NULL, message);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/zyd/
zyd.h 213 uint8_t signal; member in struct:zyd_plcphdr
  /onnv/onnv-gate/usr/src/cmd/prctl/
prctl.c 34 #include <signal.h>
131 /* if -e/-d arg is signal=XXX, set to signal number of XXX */
218 int signal; local
486 if ((strcmp(arg_action_string, "signal") == 0) ||
491 "signal name or number must be "
500 "signal=", strlen("signal=")) == 0) ||
518 warn(gettext("signal invalid"));
583 warn(gettext("unable to enable signal on rctl with
1388 int signal, local_flags, global_flags; local
1682 int signal = 0; local
    [all...]

Completed in 660 milliseconds

1 2