Home
last modified time | relevance | path

Searched refs:signal (Results 51 – 75 of 2040) sorted by relevance

12345678910>>...82

/openbmc/linux/tools/testing/selftests/arm64/fp/
H A DREADME30 Terminated by signal 15, no error, iterations=9467, signals=1014
33 Terminated by signal 15, no error, iterations=9448, signals=1028
36 Terminated by signal 15, no error, iterations=9436, signals=1039
39 Terminated by signal 15, no error, iterations=9421, signals=1039
42 Terminated by signal 15, no error, iterations=9403, signals=1039
45 Terminated by signal 15, no error, iterations=9385, signals=1036
48 Terminated by signal 15, no error, iterations=9376, signals=1039
51 Terminated by signal 15, no error, iterations=9361, signals=1039
54 Terminated by signal 15, no error, iterations=9350, signals=1039
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A Dsnps-dw-apb-uart.txt27 - dcd-override : Override the DCD modem status signal. This signal will always
30 - dsr-override : Override the DTS modem status signal. This signal will always
33 - cts-override : Override the CTS modem status signal. This signal will always
36 - ri-override : Override the RI modem status signal. This signal will always be
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c123 if ((signal == SIGNAL_TYPE_EDP) || in link_blank_dp_stream()
1928 enum signal_type signal) in disable_link_dp() argument
1957 enum signal_type signal) in disable_link() argument
1959 if (dc_is_dp_signal(signal)) { in disable_link()
2034 pipe_ctx->stream->signal, in enable_link_hdmi()
2225 switch (pipe_ctx->stream->signal) { in enable_link()
2305 pipe_ctx->stream->signal); in link_set_dpms_off()
2413 pipe_ctx->stream->signal); in link_set_dpms_on()
2428 pipe_ctx->stream->signal); in link_set_dpms_on()
2511 pipe_ctx->stream->signal); in link_set_dpms_on()
[all …]
/openbmc/sdbusplus/tools/
H A Dmeson.build15 'sdbusplus/signal.py',
51 'sdbusplus/templates/signal.md.mako',
52 'sdbusplus/templates/signal.aserver.emit.hpp.mako',
53 'sdbusplus/templates/signal.aserver.typeid.hpp.mako',
54 'sdbusplus/templates/signal.aserver.vtable.hpp.mako',
55 'sdbusplus/templates/signal.prototype.hpp.mako',
56 'sdbusplus/templates/signal.server.vtable.cpp.mako',
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0021-shared-Do-not-use-malloc_info-on-musl.patch10 src/shared/common-signal.c | 4 ++--
36 diff --git a/src/shared/common-signal.c b/src/shared/common-signal.c
38 --- a/src/shared/common-signal.c
39 +++ b/src/shared/common-signal.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0021-shared-Do-not-use-malloc_info-on-musl.patch10 src/shared/common-signal.c | 4 ++--
36 diff --git a/src/shared/common-signal.c b/src/shared/common-signal.c
38 --- a/src/shared/common-signal.c
39 +++ b/src/shared/common-signal.c
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/
H A Devents.yaml240 - name: signal
273 - name: signal
274 signal: nameOwnerChanged
302 - name: signal
303 signal: propertiesChanged
325 - name: signal
326 signal: propertiesChanged
363 - name: signal
366 - name: signal
386 - name: signal
[all …]
/openbmc/linux/kernel/
H A Dexit.c145 struct signal_struct *sig = tsk->signal; in __exit_signal()
412 core_state = tsk->signal->core_state; in coredump_task_exit()
632 if (father->signal->has_child_subreaper) { in find_new_reaper()
798 struct signal_struct *signal = tsk->signal; in synchronize_group_exit() local
801 signal->quick_threads--; in synchronize_group_exit()
802 if ((signal->quick_threads == 0) && in synchronize_group_exit()
804 signal->flags = SIGNAL_GROUP_EXIT; in synchronize_group_exit()
805 signal->group_exit_code = code; in synchronize_group_exit()
806 signal->group_stop_count = 0; in synchronize_group_exit()
1136 struct signal_struct *sig = p->signal; in wait_task_zombie()
[all …]
/openbmc/linux/include/linux/sched/
H A Dsignal.h71 sigset_t signal; member
658 #define __for_each_thread(signal, t) \ argument
662 __for_each_thread((p)->signal, t)
678 pid = task->signal->pids[type]; in task_pid_type()
684 return task->signal->pids[PIDTYPE_TGID]; in task_tgid()
694 return task->signal->pids[PIDTYPE_PGID]; in task_pgrp()
699 return task->signal->pids[PIDTYPE_SID]; in task_session()
704 return task->signal->nr_threads; in get_nr_threads()
715 return p1->signal == p2->signal; in same_thread_group()
762 return READ_ONCE(task->signal->rlim[limit].rlim_cur); in task_rlimit()
[all …]
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dprogressbar.py30 import signal
120 signal.signal(signal.SIGWINCH, self._handle_resize)
317 signal.signal(signal.SIGWINCH, signal.SIG_DFL)
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dsnps-dw-apb-uart.yaml91 description: Override the DCD modem status signal. This signal will
98 description: Override the DTS modem status signal. This signal will
105 description: Override the CTS modem status signal. This signal will
112 description: Override the RI modem status signal. This signal will always
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drawcopy.py9 import signal
55 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/openbmc/linux/arch/um/os-Linux/
H A Dutil.c110 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals()
111 signal(SIGINT, SIG_DFL); in os_fix_helper_signals()
112 signal(SIGTERM, SIG_DFL); in os_fix_helper_signals()
119 signal(SIGSEGV, SIG_DFL); in os_dump_core()
128 signal(SIGTERM, SIG_IGN); in os_dump_core()
/openbmc/phosphor-host-postd/lpcsnoop/
H A Dsnoop_listen.hpp32 return type::signal() + interface("org.freedesktop.DBus.Properties") + in GetMatchRule()
43 signal(busIn, GetMatchRule().c_str(), handler, this) in SnoopListen()
47 signal(busIn, GetMatchRule(), handler) in SnoopListen()
64 sdbusplus::bus::match_t signal; member in lpcsnoop::SnoopListen
/openbmc/linux/include/linux/
H A Dcounter.h165 struct counter_signal *signal, u8 *val);
171 struct counter_signal *signal, u32 *val);
179 struct counter_signal *signal,
187 struct counter_signal *signal,
199 struct counter_signal *signal, u8 val);
205 struct counter_signal *signal, u32 val);
211 struct counter_signal *signal, u64 val);
213 struct counter_signal *signal,
221 struct counter_signal *signal,
251 struct counter_signal *signal; member
[all …]
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Daspeed-wdt.txt38 - aspeed,external-signal: If property is present then signal is sent to
40 specified no external signal is sent.
41 - aspeed,ext-pulse-duration: External signal pulse duration in microseconds
44 - aspeed,ext-push-pull: If aspeed,external-signal is present, set the pin's
46 - aspeed,ext-active-high: If aspeed,external-signal is present and and the pin
64 aspeed,external-signal;
/openbmc/openbmc/poky/meta/recipes-core/readline/readline/
H A Dreadline82-006.patch14 case, the signal arrives and is pending before readline calls rl_getc().
15 When this happens, the pending signal will be handled by the loop, but may
17 this case the same way it would if a signal interrupts pselect/select, so
52 + /* Do signal handling post-processing here, but just in callback mode
53 + for right now because the signal cleanup can change some of the
81 + reason other than being interrupted by a signal, so we can safely
82 + call the application's signal event hook. */
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-rf-tuner.rst14 converts that received signal to lower intermediate frequency (IF) or
43 Filter(s) on tuner signal path are used to filter signal according
59 The RF amplifier is the very first amplifier on the receiver signal
68 signal path. It is located very close to tuner antenna input. Used
75 Mixer gain is second gain stage on the RF tuner signal path. It is
76 located inside mixer block, where RF signal is down-converted by the
81 IF gain is last gain stage on the RF tuner signal path. It is
82 located on output of RF tuner. It controls signal level of
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.cpp37 namespace phosphor::fan::control::json::trigger::signal namespace
231 rules::type::signal() + rules::member(group.getProperty()) + in member()
245 auto signal = jsonObj["signal"].get<std::string>(); in triggerSignal() local
246 std::transform(signal.begin(), signal.end(), signal.begin(), tolower); in triggerSignal()
247 subscriber = signals.find(signal); in triggerSignal()
254 signals.begin()->first, [](auto list, auto signal) { in triggerSignal() argument
255 return std::move(list) + ", " + signal.first; in triggerSignal()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-daemon.txt17 'perf daemon signal' [<options>]
82 The signal command sends signal to configured sessions.
85 Send signal to specific session.
177 Send USR2 signal to session 'cycles' to generate perf.data file:
179 # perf daemon signal --session cycles
180 signal 12 sent to session 'cycles [603452]'
187 Send USR2 signal to all sessions:
189 # perf daemon signal
190 signal 12 sent to session 'cycles [603452]'
191 signal 12 sent to session 'sched [603453]'
/openbmc/openbmc/poky/meta/classes-global/
H A Ddevshell.bbclass38 # We need to signal our code that we want fakeroot however we
48 import signal
103 def signal_handler(signal, frame):
105 signal.signal(signal.SIGINT, signal_handler)
147 os.kill(child, signal.SIGTERM)
151 import signal
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-timer-stm3212 The Counter Enable signal CNT_EN is used
22 OC1REF signal is used as trigger output.
24 OC2REF signal is used as trigger output.
26 OC3REF signal is used as trigger output.
28 OC4REF signal is used as trigger output.
33 OC5REF signal is used as trigger output.
35 OC6REF signal is used as trigger output.
122 Counting is enabled when connected trigger signal
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c54 if (dom->signal[i].name) in nvkm_perfdom_count_perfsig()
86 if (!dom->signal[si].name) in nvkm_perfsig_find()
88 return &dom->signal[si]; in nvkm_perfsig_find()
142 ctr->signal[i], &dom); in nvkm_perfsrc_enable()
181 ctr->signal[i], &dom); in nvkm_perfsrc_disable()
348 if (signal[i]) { in nvkm_perfctr_new()
349 ctr->signal[i] = signal[i] - dom->signal; in nvkm_perfctr_new()
511 sig = &dom->signal[si]; in nvkm_perfmon_mthd_query_signal()
520 args->v0.signal = si; in nvkm_perfmon_mthd_query_signal()
802 ssig = (sdom++)->signal; in nvkm_perfdom_new()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/
H A DNMI.interface.yaml3 is a non-maskable interrupt or signal for generating diagnostic traces and
6 button on the front panel and then trigger NMI signal.
29 NMI button released signal
32 NMI button pressed signal
/openbmc/openbmc/meta-arm/scripts/
H A Drunfvp6 import signal
105 signal.signal(signal.SIGTTOU, signal.SIG_IGN)

12345678910>>...82