Home
last modified time | relevance | path

Searched refs:SIGNAL (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/
H A Dproftpd-basic.init90 SIGNAL="TERM"
94 SIGNAL="HUP"
102 start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile "$PIDFILE"
107 SIGNAL="KILL"
108 start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile "$PIDFILE"
117 if [ "$SIGNAL" = "KILL" ]; then
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc279 connect(this, SIGNAL(editingFinished()), SLOT(hide())); in ConfigLineEdit()
332 connect(this, SIGNAL(itemSelectionChanged(void)), in ConfigList()
342 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList()
888 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
890 connect(parent(), SIGNAL(showNameChanged(bool)), in contextMenuEvent()
896 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
898 connect(parent(), SIGNAL(showRangeChanged(bool)), in contextMenuEvent()
904 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
906 connect(parent(), SIGNAL(showDataChanged(bool)), in contextMenuEvent()
1027 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView()
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Dpathwatchimpl.hpp36 { (this->cb)(Context::SIGNAL, msg); }); in start()
H A Ddata_types.hpp41 SIGNAL, enumerator
H A Dpropertywatchimpl.hpp185 this->callback(Context::SIGNAL); in propertiesChanged()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/mdbus2/mdbus2/
H A D0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch23 var line = "[SIGNAL] %s.%s %s %s\n%s".printf(
/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c399 #define DEF_GVEC_WFC_B(NAME, SIGNAL, BITS) \ argument
403 env->cc_op = wfc##BITS(v1, v2, env, SIGNAL, GETPC()); \
406 #define DEF_GVEC_WFC(NAME, SIGNAL) \ argument
407 DEF_GVEC_WFC_B(NAME, SIGNAL, 32) \
408 DEF_GVEC_WFC_B(NAME, SIGNAL, 64) \
409 DEF_GVEC_WFC_B(NAME, SIGNAL, 128)
H A Dinsn-data.h.inc178 /* COMPARE AND SIGNAL */
600 /* LOAD FPC AND SIGNAL */
805 /* SET FPC AND SIGNAL */
1287 /* VECTOR FP COMPARE AND SIGNAL SCALAR */
1390 /* SIGNAL PROCESSOR */
/openbmc/docs/architecture/
H A Duser-management.md185 … | for User Name created ---(SIGNAL)-> |
230 … <-------------(SIGNAL) (InterfacesAdded) | |
280 … | User Name deleted ---(SIGNAL)-> |
317 <-------------(SIGNAL) 4. User Name deleted |
/openbmc/openbmc-tools/dbus-pcap/
H A Ddbus-pcap43 SIGNAL = 4 variable in MessageType