Searched refs:signal (Results 151 - 173 of 173) sorted by relevance

1234567

/haiku/headers/private/kernel/
H A Dvfs.h19 #include <signal.h>
/haiku/src/system/libroot/posix/
H A Dspawn.cpp10 #include <signal.h>
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp11 #include <signal.h>
/haiku/headers/os/kernel/
H A DOS.h613 /* signal related functions */
614 int send_signal(thread_id threadID, unsigned int signal);
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y67 #include <signal.h>
1317 (void) signal(SIGALRM, toolong);
H A Dftpd.c85 #include <signal.h>
664 syslog(LOG_ERR, "got signal %d", signo);
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c89 #define ANCACHE /* enable signal strength cache */
3005 /* Aironet signal strength cache code.
3006 * store signal/noise/quality on per MAC src basis in
3014 * ignore unicast packets and only cache signal strength
3018 * The cache stores (MAC src(index), IP src (major clue), signal,
3025 * Note: the Aironet only has a single byte of signal strength value
3042 * want to measure signal strength anth unicast ping packets
3061 * an_cache_store, per rx packet store signal
3168 * .signal, etc.
3179 sc->an_sigcache[cache_slot].signal
[all...]
/haiku/src/bin/unzip/
H A Dunzpriv.h219 #include <signal.h> /* used in unzip.c, fileio.c */
1785 void handler OF((int signal));
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp909 SignalInfo(message.signal_received.signal,
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpireg.h309 uint8_t rssi; /* received signal strength */
313 uint16_t signal; member in struct:wpi_rx_stat
/haiku/src/bin/debug/profile/
H A Dprofile.cpp647 signal_handler(int signal, void* data) argument
668 // install signal handlers so we can exit gracefully
676 fprintf(stderr, "%s: Failed to install signal handlers: %s\n",
/haiku/src/apps/terminal/
H A DTermParse.cpp23 #include <signal.h>
H A DTermView.cpp21 #include <signal.h>
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp13 #include <signal.h>
490 // set new signal mask
505 // restore the old signal mask
600 // set new signal mask
616 // restore the old signal mask
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c104 #include <signal.h>
/haiku/src/bin/network/telnet/
H A Dtelnet.c51 #include <signal.h>
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp16 #include <signal.h>
68 // The time span non-app processes have after the TERM signal has been send
69 // to them before they get a KILL signal.
1720 // iterate through the remaining teams and send them the TERM signal
1725 PRINT(" sending team %" B_PRId32 " TERM signal\n", teamInfo.team);
/haiku/src/bin/network/ping/
H A Dping.c88 #include <signal.h>
877 * Use sigaction() instead of signal() to get unambiguous semantics,
933 /* signal handling */
H A Dping6.c118 #include <signal.h>
1186 /* signal handling */
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c50 #include <signal.h>
3583 (void) signal( SIGPIPE, SIG_DFL );
/haiku/src/system/kernel/vm/
H A Dvm.cpp4633 // If the thread has a signal handler for SIGSEGV, we simply
4634 // send it the signal. Otherwise we notify the user debugger
4642 Signal signal(SIGSEGV,
4646 signal.SetAddress((void*)address);
4647 send_signal_to_thread(thread, signal, 0);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c19 #include <signal.h>
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp18 #include <signal.h>
1816 // - signal the user that urgent data is available (SIGURG)

Completed in 263 milliseconds

1234567