| /src/external/bsd/kyua-cli/dist/utils/signals/ |
| misc.hpp | 29 /// \file utils/signals/misc.hpp 36 namespace signals { namespace in namespace:utils 45 } // namespace signals
|
| interrupts.hpp | 29 /// \file utils/signals/interrupts.hpp 40 namespace signals { namespace in namespace:utils 70 } // namespace signals
|
| programmer.hpp | 29 /// \file utils/signals/programmer.hpp 30 /// Provides the signals::programmer class. 40 namespace signals { namespace in namespace:utils 62 } // namespace signals
|
| exceptions.hpp | 29 /// \file utils/signals/exceptions.hpp 30 /// Exception types raised by the signals module. 38 namespace signals { namespace in namespace:utils 41 /// Base exceptions for signals errors. 66 /// (i.e. be able to keep it as a child of signals::error). 79 } // namespace signals
|
| programmer.cpp | 29 #include "utils/signals/programmer.hpp" 40 #include "utils/signals/exceptions.hpp" 44 namespace signals { namespace in namespace:utils 47 /// Internal implementation for the signals::programmer class. 69 } // namespace signals 73 namespace signals = utils::signals; 81 /// \throw signals::system_error If there is an error programming the signal. 82 signals::programmer::programmer(const int signo, const handler_type handler) : 103 signals::programmer::~programmer(void [all...] |
| /src/external/bsd/atf/dist/tools/ |
| signals.hpp | 38 namespace signals { namespace in namespace:tools 89 } // namespace signals
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| signals.cc | 41 /* This table must match in order and size the signals in enum 48 } signals [] = variable in typeref:struct:__anon18395 51 #include "gdb/signals.def" 60 return signals[sig].symbol; 68 return signals[sig].string; 70 return signals[GDB_SIGNAL_UNKNOWN].string; 78 && signals[sig].name != NULL) 79 return signals[sig].name; 101 if (signals[sig].name != NULL 102 && strcmp (name, signals[sig].name) == 0 [all...] |
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| signals.cc | 43 /* This table must match in order and size the signals in enum 50 } signals [] = variable in typeref:struct:__anon21136 53 #include "gdb/signals.def" 62 return signals[sig].symbol; 70 return signals[sig].string; 72 return signals[GDB_SIGNAL_UNKNOWN].string; 80 && signals[sig].name != NULL) 81 return signals[sig].name; 103 if (signals[sig].name != NULL 104 && strcmp (name, signals[sig].name) == 0 [all...] |
| /src/tests/lib/libc/sys/ |
| t_sigqueue.c | 97 static int signals[] = { variable 102 #define CNT __arraycount(signals) 104 #define CNT (sizeof(signals) / sizeof(signals[0])) 125 * given a array of signals to be delivered in tosend of size len 126 * place in ordered the signals to be delivered in delivery order 127 * and return the number of signals that should be delivered 155 atf_tc_set_md_var(tc, "descr", "Test queuing of real-time signals"); 167 ndelivered = sigorder(ordered, signals, CNT); 181 if (sigaddset(&mask, signals[i]) == -1 [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_context_types.h | 54 struct list_head signals; member in struct:intel_context
|
| /src/tests/fs/puffs/ |
| t_basic.c | 394 ATF_TC(signals); variable 395 ATF_TC_HEAD(signals, tc) 405 ATF_TC_BODY(signals, tc) 452 ATF_TP_ADD_TC(tp, signals);
|
| /src/usr.bin/timeout/ |
| timeout.c | 196 struct sigaction signals; local 265 memset(&signals, 0, sizeof(signals)); 266 sigemptyset(&signals.sa_mask); 272 sigaddset(&signals.sa_mask, signums[i]); 274 signals.sa_handler = sig_handler; 275 signals.sa_flags = SA_RESTART; 279 sigaction(signums[i], &signals, NULL) == -1) 298 if (sigprocmask(SIG_BLOCK, &signals.sa_mask, NULL) == -1) 305 sigemptyset(&signals.sa_mask) [all...] |
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| session.c | 353 static int signals[] = { variable 498 for (i = 0; signals[i] != 0; i++) 499 if (set_signal(signals[i], signal_handler) < 0) {
|
| /src/external/apache2/mDNSResponder/dist/mDNSPosix/ |
| PosixDaemon.c | 148 sigset_t signals; local 178 (void) mDNSPosixRunEventLoopOnce(m, &timeout, &signals, &gotData); 180 if (sigismember(&signals, SIGHUP )) Reconfigure(m); 181 if (sigismember(&signals, SIGUSR1)) DumpStateLog(m); 182 if (sigismember(&signals, SIGUSR2)) 188 if (sigismember(&signals, SIGPIPE)) LogMsg("Received SIGPIPE - ignoring"); 189 if (sigismember(&signals, SIGINT) || sigismember(&signals, SIGTERM)) break;
|
| /src/external/bsd/libevent/dist/ |
| signal.c | 113 /* The event base that's currently getting informed about signals. */ 138 static char signals[1024]; local 150 n = recv(fd, signals, sizeof(signals), 0); 152 n = read(fd, signals, sizeof(signals)); 164 ev_uint8_t sig = signals[i]; 184 * signals that got delivered. 290 /* catch signals if they happen quickly */ 293 event_warnx("Added a signal to event base %p with signals " [all...] |
| /src/external/bsd/nsd/dist/ |
| mini_event.h | 40 * Max number of signals is limited, one handler per signal only. 83 /** max number of signals to support */ 108 struct event** signals; member in struct:event_base 175 /* uses different implementation. Cannot mix fd/timeouts and signals inside
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| signal.c | 112 /* The event base that's currently getting informed about signals. */ 137 static char signals[1024]; local 149 n = recv(fd, signals, sizeof(signals), 0); 151 n = read(fd, signals, sizeof(signals)); 163 ev_uint8_t sig = signals[i]; 183 * signals that got delivered. 289 /* catch signals if they happen quickly */ 292 event_warnx("Added a signal to event base %p with signals " [all...] |
| /src/external/bsd/unbound/dist/util/ |
| mini_event.h | 40 * Max number of signals is limited, one handler per signal only. 98 /** max number of signals to support */ 123 struct event** signals; member in struct:event_base 183 /* uses different implementation. Cannot mix fd/timeouts and signals inside
|
| winsock_event.h | 122 /** max number of signals to support */ 143 struct event** signals; member in struct:event_base 236 /* uses different implementation. Cannot mix fd/timeouts and signals inside
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_helpers.h | 33 /* list of methods, properties and signals registered with object */ 35 const struct wpa_dbus_signal_desc *signals; member in struct:wpa_dbus_object_desc
|
| /src/external/bsd/wpa/dist/src/utils/ |
| eloop_win.c | 58 struct eloop_signal *signals; member in struct:eloop_data 429 if (eloop.signals[i].sig == sig) { 430 eloop.signals[i].signaled++; 451 if (eloop.signals[i].signaled) { 452 eloop.signals[i].signaled = 0; 453 eloop.signals[i].handler(eloop.signals[i].sig, 454 eloop.signals[i].user_data); 471 tmp = os_realloc_array(eloop.signals, eloop.signal_count + 1, 481 eloop.signals = tmp [all...] |
| eloop.c | 108 struct eloop_signal *signals; member in struct:eloop_data 995 if (eloop.signals[i].sig == sig) { 996 eloop.signals[i].signaled++; 1019 if (eloop.signals[i].signaled) { 1020 eloop.signals[i].signaled = 0; 1021 eloop.signals[i].handler(eloop.signals[i].sig, 1022 eloop.signals[i].user_data); 1033 tmp = os_realloc_array(eloop.signals, eloop.signal_count + 1, 1043 eloop.signals = tmp [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| eloop.c | 161 * Allow a backlog of signals. 210 const int *signals; member in struct:eloop 698 EV_SET(pfd++, (uintptr_t)eloop->signals[i], 778 const int *signals, size_t nsignals, 794 EV_SET(ke++, (uintptr_t)eloop->signals[i], 803 eloop->signals = signals; 813 EV_SET(ke++, (uintptr_t)eloop->signals[i], 861 sigaddset(&newset, eloop->signals[i]); 869 if (sigaction(eloop->signals[i], &sa, NULL) == -1 [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| procfs.c | 939 else if (signo != -1) /* -1 means do nothing W.R.T. signals. */ 951 /* Register to trace signals in the process or LWP. Returns non-zero 1087 /* Specify the set of blocked / held signals in the process or LWP. 1120 /* Returns the set of signals that are held / blocked. Will also copy 1147 /* Returns the set of signals that are traced / debugged. Will also 1705 /* Sets up the inferior to be debugged. Registers to trace signals, 1726 /* Initially, register to trace all signals in the child. */ 1841 dead_procinfo (pi, "do_attach: couldn't save traced signals.", NOKILL); 1849 dead_procinfo (pi, "do_attach: couldn't save held signals.", NOKILL); 2508 /* Set up to trace signals in the child process. * 2513 sigset_t signals; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| procfs.c | 938 else if (signo != -1) /* -1 means do nothing W.R.T. signals. */ 950 /* Register to trace signals in the process or LWP. Returns non-zero 1086 /* Specify the set of blocked / held signals in the process or LWP. 1119 /* Returns the set of signals that are held / blocked. Will also copy 1146 /* Returns the set of signals that are traced / debugged. Will also 1704 /* Sets up the inferior to be debugged. Registers to trace signals, 1725 /* Initially, register to trace all signals in the child. */ 1840 dead_procinfo (pi, "do_attach: couldn't save traced signals.", NOKILL); 1848 dead_procinfo (pi, "do_attach: couldn't save held signals.", NOKILL); 2506 /* Set up to trace signals in the child process. * 2511 sigset_t signals; local [all...] |