Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dmisuse.c20 signal(SIGABRT, sigabrt_handler_15); in sigabrt_handler_14()
31 signal(SIGABRT, sigabrt_handler_14); in sigabrt_handler_13()
44 signal(SIGABRT, sigabrt_handler_15); in sigabrt_handler_12()
46 signal(SIGABRT, sigabrt_handler_13); in sigabrt_handler_12()
56 signal(SIGABRT, sigabrt_handler_12); in sigabrt_handler_11()
66 signal(SIGABRT, sigabrt_handler_11); in sigabrt_handler_10()
76 signal(SIGABRT, sigabrt_handler_10); in sigabrt_handler_9()
85 signal(SIGABRT, sigabrt_handler_9); in sigabrt_handler_8()
94 signal(SIGABRT, sigabrt_handler_8); in sigabrt_handler_7()
103 signal(SIGABRT, sigabrt_handler_7); in sigabrt_handler_6()
[all …]
H A Dsodium_utils3.c23 signal(SIGSEGV, SIG_DFL); in segv_handler()
26 signal(SIGBUS, SIG_DFL); in segv_handler()
29 signal(SIGABRT, SIG_DFL); in segv_handler()
41 signal(SIGSEGV, segv_handler); in main()
44 signal(SIGBUS, segv_handler); in main()
47 signal(SIGABRT, segv_handler); in main()
H A Dsodium_utils2.c27 signal(SIGSEGV, SIG_DFL); in segv_handler()
30 signal(SIGBUS, SIG_DFL); in segv_handler()
33 signal(SIGABRT, SIG_DFL); in segv_handler()
75 signal(SIGSEGV, segv_handler); in main()
78 signal(SIGBUS, segv_handler); in main()
81 signal(SIGABRT, segv_handler); in main()
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-bcm6328.txt127 brcm,link-signal-sources = <0>;
132 brcm,link-signal-sources = <1>;
205 brcm,link-signal-sources = <0>;
218 brcm,link-signal-sources = <4>;
224 brcm,link-signal-sources = <5>;
230 brcm,link-signal-sources = <6>;
236 brcm,link-signal-sources = <7>;
285 brcm,link-signal-sources = <0>;
292 brcm,link-signal-sources = <7>;
298 brcm,link-signal-sources = <6>;
[all …]
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_check_catchable_abrt.m47 # Check whether SIGABRT can be caught using signal handlers.
17 #include <signal.h>
31 signal(SIGABRT, sigabrt_handler_3);
38 signal(SIGABRT, sigabrt_handler_2);
43 signal(SIGABRT, sigabrt_handler_1);
53 … [AC_DEFINE([HAVE_CATCHABLE_ABRT], [1], [Define if SIGABRT can be caught using signal handlers])],
54 [AC_MSG_WARN([On this platform, SIGABRT cannot be caught using signal handlers.])]
H A Dax_check_catchable_segv.m47 # Check whether segmentation violations can be caught using signal handlers.
17 #include <signal.h>
24 signal(SIGSEGV, sig);
25 signal(SIGBUS, sig);
38 …VE_CATCHABLE_SEGV], [1], [Define if segmentation violations can be caught using signal handlers])],
39 …[AC_MSG_WARN([On this platform, segmentation violations cannot be caught using signal handlers. Th…
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dreset.txt8 Hardware blocks typically receive a reset signal. This signal is generated by
14 A reset signal is represented by the phandle of the provider, plus a reset
15 specifier - a list of DT cells that represents the reset signal within the
22 at once. In this case, it would be unwise to represent this reset signal in
26 children of the bus are affected by the reset signal, or an individual HW
29 rather than to slavishly enumerate the reset signal that affects each HW
49 for each reset signal that affects the device, or that the
55 reset-names: List of reset signal name strings sorted in the same order as
57 match reset signal names with reset specifiers.
66 This represents a device with a single reset signal named "reset".
[all …]
/f-stack/freebsd/contrib/device-tree/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
56 aspeed,external-signal;
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dsnps-dw-apb-uart.yaml73 description: Override the DCD modem status signal. This signal will
80 description: Override the DTS modem status signal. This signal will
87 description: Override the CTS modem status signal. This signal will
94 description: Override the RI modem status signal. This signal will always
H A Drs485.yaml9 description: The RTS signal is capable of automatically controlling line
22 - description: Delay between rts signal and beginning of data sent in
26 - description: Delay between end of data sent and rts signal in milliseconds.
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsff,sfp.txt16 module presence input gpio signal, active (module absent) high. Must
20 Indication input gpio signal, active (signal lost) high
23 Fault input gpio signal, active (fault condition) high
26 output gpio signal, active (Tx disable) high
29 Select (AKA RS0) output gpio signal, low: low Rx rate, high: high Rx rate
33 Select (AKA RS1) output gpio signal (SFP+ only), low: low Tx rate, high:
H A Dhisilicon-hix5hd2-gmac.txt23 - resets: should contain the phandle to the MAC core reset signal(optional),
24 the MAC interface reset signal(optional)
25 and the PHY reset signal(optional).
26 - reset-names: contain the reset signal name "mac_core"(optional),
28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
H A Dhisilicon-femac.txt13 - resets: should contain the phandle to the MAC reset signal(required) and
14 the PHY reset signal(optional).
15 - reset-names: should contain the reset signal name "mac"(required)
19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dmmci.txt23 - st,sig-dir-dat0 : bus signal direction pin used for DAT[0].
24 - st,sig-dir-dat2 : bus signal direction pin used for DAT[2].
25 - st,sig-dir-dat31 : bus signal direction pin used for DAT[3] and DAT[1].
26 - st,sig-dir-dat74 : bus signal direction pin used for DAT[4] to DAT[7].
27 - st,sig-dir-cmd : cmd signal direction pin used for CMD.
28 - st,sig-pin-fbclk : feedback clock signal pin used.
33 - st,sig-dir : signal direction polarity used for cmd, dat0 dat123.
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dpanel-common.yaml93 (hot plug detect) signal, but the signal isn't hooked up so we should
112 Specifier for a GPIO connected to the panel enable control signal. The
113 enable signal is active high and enables operation of the panel. This
115 signal, which is a negated version of the enable signal. Active low enable
119 Note that the enable signal control panel operation only and must not be
120 confused with a backlight enable signal.
125 Specifier for a GPIO connected to the panel reset control signal.
126 The reset signal is active low and resets the panel internal logic
133 GPIO spec for the tearing effect synchronization signal.
134 The tearing effect signal is active high. Active low signals can be
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-sched.m425 dnl # Moved things from linux/sched.h to linux/sched/signal.h
30 #include <linux/sched/signal.h>
37 AC_MSG_CHECKING([whether header linux/sched/signal.h exists])
40 [linux/sched/signal.h exists])
/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Dqcom-ipcc.yaml15 addressing scheme called protocol, client and signal. For example, consider an
18 a case, the client would be Modem (client-id is 2) and the signal would be
19 SMP2P (signal-id is 2). The SMP2P itself falls under the Multiprocessor (MPROC)
41 The first cell is the client-id, the second cell is the signal-id and the
47 The first cell is the client-id, and the second cell is the signal-id.
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dusb3503.txt18 - refclk: Clock used for driving REFCLK signal (optional, if not provided
19 the driver assumes that clock signal is always available, its
23 - refclk-frequency: Frequency of the REFCLK signal as defined by REF_SEL
25 REFCLK signal and assume that a value from the primary reference
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs35l35.txt107 The cs35l35 node can have a single "cirrus,monitor-signal-format" sub-node
113 -cirrus,monitor-signal-format : Sub-node for the Monitor Signaling Formating
120 for each monitoring signal.
123 scale of the IMON monitor signal.
126 of the VMON monitor signal.
129 of the VPMON monitor signal.
132 of the VBSTMON monitor signal
135 of the VPBRSTAT monitor signal
138 of the ZEROFILL packet in the monitor signal
172 cirrus,monitor-signal-format {
H A Duniphier,aio.txt14 - pinctrl-0 : defined I2S signal pins for an external codec chip.
27 The soc-glue is used for changing mode of S/PDIF signal pin
29 I2S signal pins only.
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dov5640.txt13 This is an active low signal to the OV5640.
15 if any. This is an active high signal to the OV5640.
38 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively.
39 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively.
41 signal.
H A Daptina,mt9v111.txt20 - enable-gpios: output enable signal, pin name "OE#". Active low.
21 - standby-gpios: low power state control signal, pin name "STANDBY".
23 - reset-gpios: chip reset signal, pin name "RESET#". Active low.
/f-stack/freebsd/contrib/device-tree/Bindings/display/exynos/
H A Dsamsung-fimd.txt39 - samsung,invert-vden: video enable signal is inverted
40 - samsung,invert-vclk: video clock signal is inverted
46 - cs-setup: clock cycles for the active period of address signal is enabled
49 - wr-setup: clock cycles for the active period of CS signal is enabled until
50 write signal is enabled.
55 signal is disabled.
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-gpio.yaml22 gpio used for the sda signal, this should be flagged as
24 from <dt-bindings/gpio/gpio.h> since the signal is by definition
30 gpio used for the scl signal, this should be flagged as
32 from <dt-bindings/gpio/gpio.h> since the signal is by definition
/f-stack/freebsd/contrib/device-tree/Bindings/auxdisplay/
H A Dhit,hd44780.yaml23 GPIO pins connected to the data signal lines DB0-DB7 (8-bit mode) or
31 GPIO pin connected to the "E" (Enable) signal line of the LCD
37 GPIO pin connected to the "RS" (Register Select) signal line of the LCD
43 GPIO pin connected to the "RW" (Read/Write) signal line of the LCD

12345678910>>...17