| /dflybsd-src/contrib/wpa_supplicant/src/drivers/ |
| H A D | driver_common.c | 175 static int wpa_check_wowlan_trigger(const char *start, const char *trigger, in wpa_check_wowlan_trigger() argument 178 if (os_strcmp(start, trigger) != 0) in wpa_check_wowlan_trigger() 207 #define CHECK_TRIGGER(trigger) \ in wpa_get_wowlan_triggers() argument 208 wpa_check_wowlan_trigger(start, #trigger, \ in wpa_get_wowlan_triggers() 209 capa->wowlan_triggers.trigger, \ in wpa_get_wowlan_triggers() 210 &triggers->trigger) in wpa_get_wowlan_triggers()
|
| /dflybsd-src/crypto/libressl/crypto/ |
| H A D | cryptlib.c | 323 static int trigger = 0; in OPENSSL_cpuid_setup() local 329 if (trigger) in OPENSSL_cpuid_setup() 331 trigger = 1; in OPENSSL_cpuid_setup()
|
| /dflybsd-src/sys/bus/gpio/gpio_intel/ |
| H A D | gpio_cherryview.c | 86 uint16_t pin, int trigger, int polarity, int termination); 240 gpio_cherryview_map_intr(struct gpio_intel_softc *sc, uint16_t pin, int trigger, in gpio_cherryview_map_intr() argument 251 pin, trigger, polarity, reg1, reg2); in gpio_cherryview_map_intr() 273 if (trigger == ACPI_LEVEL_SENSITIVE) { in gpio_cherryview_map_intr() 372 if (trigger == ACPI_LEVEL_SENSITIVE) in gpio_cherryview_map_intr()
|
| H A D | gpio_intel.c | 61 static int gpio_intel_alloc_intr(device_t dev, u_int pin, int trigger, 206 gpio_intel_alloc_intr(device_t dev, u_int pin, int trigger, int polarity, in gpio_intel_alloc_intr() argument 226 ret = sc->fns->map_intr(sc, pin, trigger, polarity, in gpio_intel_alloc_intr()
|
| H A D | gpio_intel_var.h | 38 uint16_t pin, int trigger, int polarity, int termination);
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | standard_policies.hpp | 100 typedef hash_load_check_resize_trigger<false, size_type> trigger; typedef 104 typedef hash_standard_resize_policy<size_policy_type, trigger,
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | standard_policies.hpp | 100 typedef hash_load_check_resize_trigger<false, size_type> trigger; typedef 104 typedef hash_standard_resize_policy<size_policy_type, trigger,
|
| /dflybsd-src/sys/platform/pc64/icu/ |
| H A D | elcr.c | 101 elcr_write_trigger(int irq, enum intr_trigger trigger) in elcr_write_trigger() argument 107 if (trigger == INTR_TRIGGER_LEVEL) in elcr_write_trigger()
|
| /dflybsd-src/sys/dev/sound/pci/ |
| H A D | atiixp.c | 691 uint32_t trigger = 0; in atiixp_poll_callback() local 702 trigger |= (atiixp_poll_channel(&sc->pch) != 0) ? 1 : 0; in atiixp_poll_callback() 703 trigger |= (atiixp_poll_channel(&sc->rch) != 0) ? 2 : 0; in atiixp_poll_callback() 711 if (trigger & 1) in atiixp_poll_callback() 713 if (trigger & 2) in atiixp_poll_callback() 873 uint32_t trigger = 0; in atiixp_intr() local 889 trigger |= 1; in atiixp_intr() 892 trigger |= 2; in atiixp_intr() 921 if (trigger & 1) in atiixp_intr() 923 if (trigger & 2) in atiixp_intr()
|
| H A D | es137x.c | 725 uint32_t trigger = 0; in es_poll_callback() local 739 trigger |= 1 << i; in es_poll_callback() 749 if (trigger & (1 << i)) in es_poll_callback()
|
| /dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_timer.c | 175 u_int32_t *trigger, in ar9300_get_gen_timer_interrupts() argument 179 *trigger = ahp->ah_intr_gen_timer_trigger; in ar9300_get_gen_timer_interrupts()
|
| /dflybsd-src/sys/dev/acpica/ |
| H A D | acpi_resource.c | 117 enum intr_trigger trigger; in acpi_config_intr() local 148 trigger = INTR_TRIGGER_EDGE; in acpi_config_intr() 150 trigger = INTR_TRIGGER_LEVEL; in acpi_config_intr() 157 if (machintr_legacy_intr_find(irq, trigger, polarity) < 0) in acpi_config_intr() 160 BUS_CONFIG_INTR(dev, dev, irq, trigger, polarity); in acpi_config_intr()
|
| /dflybsd-src/sys/bus/gpio/ |
| H A D | gpio_if.m | 41 # XXX trigger, polarity and termination constants are currently used from 47 int trigger;
|
| /dflybsd-src/sys/bus/gpio/gpio_acpi/ |
| H A D | gpio_acpi.c | 58 int trigger; member 318 if (info->trigger == ACPI_EDGE_SENSITIVE) { in gpio_acpi_handle_event() 382 info->trigger = gpio->Triggering; in gpio_acpi_do_map_aei()
|
| /dflybsd-src/tools/regression/bin/sh/builtins/ |
| H A D | break1.0 | 12 # To trigger the bug, the following commands must be at the top level,
|
| H A D | return5.0 | 13 # To trigger the bug, the following commands must be at the top level,
|
| /dflybsd-src/sys/dev/sound/pcm/ |
| H A D | vchan.c | 57 int trigger; member 75 info->trigger = PCMTRIG_STOP; in vchan_init() 144 if (!PCMTRIG_COMMON(go) || go == info->trigger) in vchan_trigger() 149 otrigger = info->trigger; in vchan_trigger() 150 info->trigger = go; in vchan_trigger()
|
| H A D | channel.c | 2183 if (go == c->trigger) in chn_trigger() 2196 c->trigger); in chn_trigger() 2197 if (c->trigger != PCMTRIG_START) { in chn_trigger() 2198 c->trigger = go; in chn_trigger() 2213 c->trigger); in chn_trigger() 2214 if (c->trigger == PCMTRIG_START) { in chn_trigger() 2215 c->trigger = go; in chn_trigger()
|
| H A D | channel_if.m | 150 METHOD int trigger {
|
| H A D | channel.h | 111 int trigger; member
|
| /dflybsd-src/sys/dev/misc/evdev/ |
| H A D | input.h | 256 struct ff_trigger trigger; member
|
| /dflybsd-src/sys/kern/ |
| H A D | vfs_lock.c | 788 int trigger = (long)vmstats.v_page_count / (activevnodes * 2 + 1); in cleanfreevnode() local 843 obj->resident_page_count >= trigger) in cleanfreevnode()
|
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | progress.js | 86 $('#report input').val (txt).trigger('search');
|
| /dflybsd-src/contrib/lvm2/dist/doc/ |
| H A D | tagging.txt | 74 New tags set in (b) *do* trigger additional config file loads.
|
| /dflybsd-src/contrib/xz/ |
| H A D | NEWS | 23 were required to trigger it. The crash occurred in the 403 LZMA2 data would trigger a bug in 5.0.1 and older (see the 563 LZMA2 data would trigger a bug in 5.0.1 and older (see the
|