/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | chan_user.c | 10 #include <signal.h> 129 * receive it as a signal. That being the case, if you are going to 131 * the signal to bounce you out of it (see below for how we make sure 165 signal(SIGWINCH, winch_handler); in winch_thread()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.h | 146 * from &rxdone_entry_desc to a signal value type. 157 * @signal: Signal of the received frame. 170 int signal; member 278 * @signal: PLCP signal. 303 u16 signal; member 338 * for the signal to start sending.
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.h | 204 /* signal strength of the last 802.11 ACK received */ 250 u8 signal; member 258 return header->signal; in zd_cck_plcp_header_signal() 261 /* These defines give the encodings of the signal field in the 802.11b PLCP 262 * header. The signal field gives the bit rate of the following packet. Even
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ptrace.h | 7 #include <linux/sched/signal.h> /* For send_sig(), same_thread_group(), etc. */ 216 sigaddset(&child->pending.signal, SIGSTOP); in ptrace_init_task() 359 * @info: siginfo_t pointer (or %NULL) for signal ptrace will stop with 380 * @info: siginfo_t pointer (or %NULL) for signal ptrace will stop with
|
H A D | atmdev.h | 161 char signal; /* signal status (ATM_PHY_SIG_*) */ member 227 * Propagate lower layer signal change in atm_dev->signal to netdevice. 230 void atm_dev_signal_change(struct atm_dev *dev, char signal); 320 * Currently we notify of signal found/lost
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_link.h | 87 * The currently active signal type (HDMI, DP-SST, DP-MST) is also reported. 316 bool dc_link_is_hdcp14(struct dc_link *link, enum signal_type signal); 317 bool dc_link_is_hdcp22(struct dc_link *link, enum signal_type signal);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | atmdev.h | 161 char signal; /* signal status (ATM_PHY_SIG_*) */ member 228 * Propagate lower layer signal change in atm_dev->signal to netdevice. 231 void atm_dev_signal_change(struct atm_dev *dev, char signal); 321 * Currently we notify of signal found/lost
|
H A D | ptrace.h | 7 #include <linux/sched/signal.h> /* For send_sig(), same_thread_group(), etc. */ 215 sigaddset(&child->pending.signal, SIGSTOP); in ptrace_init_task() 419 * this isn't the same as continuing with a signal, but it will do in ptrace_report_syscall() 420 * for normal use. strace only continues with a signal if the in ptrace_report_syscall() 421 * stopping signal is not SIGTRAP. -brl in ptrace_report_syscall()
|
/kernel/linux/linux-6.6/drivers/counter/ |
H A D | interrupt-cnt.c | 124 struct counter_signal *signal, in interrupt_cnt_signal_read() 207 priv->synapses.signal = &priv->signals; in interrupt_cnt_probe() 123 interrupt_cnt_signal_read(struct counter_device *counter, struct counter_signal *signal, enum counter_signal_level *level) interrupt_cnt_signal_read() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/hwss/ |
H A D | link_hwss_dio_fixed_vs_pe_retimer.c | 159 enum signal_type signal, in enable_dio_fixed_vs_pe_retimer_dp_link_output() 166 enable_dio_dp_link_output(link, link_res, signal, clock_source, link_settings); in enable_dio_fixed_vs_pe_retimer_dp_link_output() 157 enable_dio_fixed_vs_pe_retimer_dp_link_output(struct dc_link *link, const struct link_resource *link_res, enum signal_type signal, enum clock_source_id clock_source, const struct dc_link_settings *link_settings) enable_dio_fixed_vs_pe_retimer_dp_link_output() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.h | 146 * from &rxdone_entry_desc to a signal value type. 157 * @signal: Signal of the received frame. 170 int signal; member 278 * @signal: PLCP signal. 303 u16 signal; member 338 * for the signal to start sending.
|
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.h | 204 /* signal strength of the last 802.11 ACK received */ 250 u8 signal; member 258 return header->signal; in zd_cck_plcp_header_signal() 261 /* These defines give the encodings of the signal field in the 802.11b PLCP 262 * header. The signal field gives the bit rate of the following packet. Even
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | orc_gen.c | 54 orc->signal = cfi->signal; in init_orc_entry()
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 18 #include <signal.h> 234 signal(SIGINT, signal_handler);
|
/kernel/linux/linux-6.6/tools/testing/selftests/watchdog/ |
H A D | watchdog-test.c | 20 #include <signal.h> 337 signal(SIGINT, term); in main()
|
/third_party/alsa-lib/test/ |
H A D | midiloop.c | 7 #include <signal.h> 125 signal(SIGINT, sighandler); in main()
|
H A D | rawmidi.c | 5 #include <signal.h> 120 signal(SIGINT,sighandler); in main()
|
/third_party/curl/docs/examples/ |
H A D | crawler.c | 48 #include <signal.h> 171 signal(SIGINT, sighandler); in main()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_xml_output_unittest.py | 328 # p.signal is available only if p.terminated_by_signal is True. 331 '%s was killed by signal %d' % (GTEST_PROGRAM_NAME, p.signal)) 384 '%s was killed by signal %d' % (gtest_prog_name, p.signal))
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_set_reg.tex | 29 stack-pointer). However, for signal frames (see 47 from a signal handler.
|
H A D | unw_get_fpreg.tex | 29 stack-pointer). However, for signal frames (see 46 from a signal handler.
|
H A D | unw_init_local.tex | 40 If the unw_context_t is known to be a signal frame (i.e., from the 54 signal handler.
|
H A D | unw_get_reg.tex | 29 stack-pointer). However, for signal frames (see 47 from a signal handler.
|
H A D | unw_set_fpreg.tex | 29 stack-pointer). However, for signal frames (see 46 from a signal handler.
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_fork_server.c | 48 #include <signal.h> 105 signal(SIGCHLD, SIG_IGN); in main()
|