| /freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
| H A D | gpio-poweroff.txt | 10 output, and drive active, so triggering a level triggered power off 12 triggering positive edge triggered power off. After a delay of 100ms, 14 triggering negative edge triggered power off. After another 100ms
|
| H A D | gpio-restart.txt | 12 triggering a level triggered reset condition. This will also cause an 13 inactive->active edge condition, triggering positive edge triggered 15 inactive, thus causing an active->inactive edge, triggering negative edge
|
| H A D | gpio-restart.yaml | 21 is configured as an output, and driven active, triggering a level triggered reset condition. 22 This will also cause an inactive->active edge condition, triggering positive edge triggered 24 active->inactive edge, triggering negative edge triggered reset. After a delay specified by
|
| /freebsd/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsirq.c | 180 {ACPI_RSC_SET8, ACPI_RS_OFFSET (Data.Irq.Triggering), 194 /* Get flags: Triggering[0], Polarity[3], Sharing[4], Wake[5] */ 196 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Irq.Triggering), 234 /* Set flags: Triggering[0], Polarity[3], Sharing[4], Wake[5] */ 236 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Irq.Triggering), 283 ACPI_RS_OFFSET (Data.Irq.Triggering), 317 * Flags: Producer/Consumer[0], Triggering[1], Polarity[2], 324 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.ExtendedIrq.Triggering),
|
| H A D | rsdumpinfo.c | 181 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Irq.Triggering), "Triggering", … 325 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (ExtendedIrq.Triggering), "Triggering", … 352 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Gpio.Triggering), "Triggering", …
|
| /freebsd/lib/libc/stdbit/ |
| H A D | stdc_trailing_ones.c | 11 /* Avoid triggering undefined behavior if x == ~0. */ 21 /* Avoid triggering undefined behavior if x == ~0. */
|
| H A D | stdc_leading_ones.c | 11 /* Avoid triggering undefined behavior if x == 0. */ 23 /* Avoid triggering undefined behavior if x == 0. */
|
| /freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
| H A D | cib.txt | 19 CIB. The second cell specifies the triggering semantics of the 35 * 2) Triggering (1 - edge rising
|
| H A D | ciu3.txt | 13 The second cell indicates the triggering semantics, and may have a
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/graniterapids/ |
| H A D | uncore-power.json | 67 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other… 77 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other… 86 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
|
| /freebsd/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | cavium-octeon-gpio.txt | 20 triggering protocol and may have one of four values: 37 * 2) Triggering (1 - edge rising
|
| H A D | gpio-thunderx.txt | 16 - Second cell is triggering flags as defined in interrupts.txt.
|
| /freebsd/share/man/man4/ |
| H A D | rgephy.4 | 73 In order to manually set the media type and options without also triggering 86 Manually set 100BASE-TX full-duplex without also triggering an
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/emeraldrapids/ |
| H A D | uncore-power.json | 146 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other… 154 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other… 162 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/ |
| H A D | uncore-power.json | 10 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other… 21 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/ |
| H A D | uncore-power.json | 10 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other… 21 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/ |
| H A D | uncore-power.json | 10 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other… 21 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
|
| /freebsd/lib/libc/tests/stdio/ |
| H A D | flushlbuf_test.c | 55 * to the stream to fill the buffer without triggering a flush, in ATF_TC_BODY() 110 * to the stream to fill the buffer without triggering a flush, in ATF_TC_BODY()
|
| /freebsd/targets/pseudo/ |
| H A D | Makefile.inc | 2 # they are just for triggering building of other things
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| HD | test_read_format_zip_symlink_unsupported_compression.zip.uu | 4 alone), triggering ARCHIVE_FAILED from read_header(); "second" is a
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | OptimizationLevel.h | 59 /// Optimize for fast execution as much as possible without triggering 92 /// fast execution without triggering significant incremental execution
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_resource.c | 101 trig = res->Data.Irq.Triggering; in acpi_lookup_irq_handler() 113 trig = res->Data.ExtendedIrq.Triggering; in acpi_lookup_irq_handler() 166 trig = res->Data.Irq.Triggering; in acpi_config_intr() 173 trig = res->Data.ExtendedIrq.Triggering; in acpi_config_intr() 341 res->Data.Irq.InterruptCount, res->Data.Irq.Triggering, in acpi_parse_resource() 484 res->Data.ExtendedIrq.Triggering, res->Data.ExtendedIrq.Polarity); in acpi_parse_resource()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
| H A D | block_cloning_after_trunc.ksh | 26 # Run for a few times to increase the likelihood of bug triggering.
|
| /freebsd/contrib/ofed/opensm/include/complib/ |
| H A D | cl_event.h | 196 * Triggering the event multiple times does not guarantee that the same 198 * either in a signalled on non-signalled state, and triggering an event
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,pbs.yaml | 14 supports triggering power up and power down sequences for clients
|