Searched defs:signal (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-13-stable/lib/libc/gen/
H A Dsignal.c47 signal(int s, sig_t a) function
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-signal.h33 #define signal(a,b) mysignal(a,b) macro
H A Dbsd-signal.c25 #undef signal macro
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsignal.c51 signal(int iSig, SigAction pAction) function
/freebsd-13-stable/contrib/kyua/integration/helpers/
H A Dexpect_all_pass.cpp65 ATF_TEST_CASE_WITHOUT_HEAD(signal); variable
H A Dexpect_some_fail.cpp67 ATF_TEST_CASE_WITHOUT_HEAD(signal); variable
/freebsd-13-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_sp.sh98 signal() function
/freebsd-13-stable/contrib/tcsh/
H A Dtc.sig.h72 # define signal(a, b) signal((a), (a) == SIGCHLD ? SIG_IGN : (b)) macro
/freebsd-13-stable/contrib/libevent/sample/
H A Dsignal-test.c34 struct event *signal = arg; local
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_lock.h76 int signal; member in struct:ttm_lock
220 ttm_lock_set_kill(struct ttm_lock *lock, bool val, int signal) argument
[all...]
/freebsd-13-stable/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py32 import signal namespace
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_vl15intf.h123 cl_event_t signal; member in struct:osm_vl15
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_sm_state_mgr.c257 static void sm_state_mgr_signal_error(osm_sm_t * sm, IN osm_sm_signal_t signal) argument
272 osm_sm_state_mgr_process(osm_sm_t * sm, IN osm_sm_signal_t signal) argument
501 osm_sm_state_mgr_check_legality(osm_sm_t * sm, IN osm_sm_signal_t signal) argument
[all...]
H A Dosm_sm.c84 static void sm_process(osm_sm_t * sm, osm_signal_t signal) argument
409 void osm_sm_signal(osm_sm_t * p_sm, osm_signal_t signal) argument
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_videodev_compat.h23 uint16_t signal; member in struct:l_video_tuner
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_hda.h83 int (*signal)(struct hda_codec_inst *hci); member in struct:hda_ops
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h25 int signal; // When resuming this thread, resume it with this signal if this member in struct:lldb_private::ResumeAction
37 ResumeActionList(lldb::StateType default_action, int signal) argument
98 bool SetDefaultThreadActionIfNeeded(lldb::StateType action, int signal) { argument
139 } signal; member in union:lldb_private::ThreadStopInfo::__anon2743
[all...]
/freebsd-13-stable/contrib/bmake/
H A Dsigcompat.c110 #undef signal macro
166 SIG_HDLR(*signal(int sig, SIG_HDLR(*handler)(int)))(int) function
184 SIG_HDLR(*signal(int sig, SIG_HDLR(*handler)(int)))(int) function
/freebsd-13-stable/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c261 auditd_relay_signal(int signal) argument
H A Dauditd_darwin.c472 auditd_relay_signal(int signal) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp217 ReproducerCrashSignal signal = eReproducerCrashSigsegv; member in class:CommandObjectReproducerXCrash::CommandOptions
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp182 bool ProcessLaunchInfo::NoOpMonitorCallback(lldb::pid_t pid, bool exited, int signal, int status) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp57 void signal() { function in struct:__anon1841::SemaphorePipe
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp200 const Signal &signal = pos->second; local
[all...]
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_sysvec.c106 linux_translate_traps(int signal, int trap_code) argument

Completed in 632 milliseconds

123