Searched refs:enable (Results 151 - 175 of 377) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gdb/
H A Dlibtool.m4126 [libtool_flags="$libtool_flags --enable-dlopen"])
128 [libtool_flags="$libtool_flags --enable-win32-dll"])
240 # AC_LIBTOOL_DLOPEN - enable checks for dlopen support
246 # AC_ENABLE_SHARED - implement the --enable-shared flag
254 << --enable-shared[=PKGS] build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
279 # AC_ENABLE_STATIC - implement the --enable-static flag
287 << --enable-static[=PKGS] build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
314 # AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
322 << --enable-fast-install[=PKGS] optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
756 # the libltdl header and adds --enable
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-usbnx-defs.h507 uint64_t cdiv_byp : 1; /**< Used to enable the bypass input to the USB_CLK_DIV. */
514 uint64_t enable : 1; /**< When '1' allows the generation of the hclk. When member in struct:cvmx_usbnx_clk_ctl::cvmx_usbnx_clk_ctl_s
543 uint64_t enable : 1;
574 uint64_t p_rclk : 1; /**< Phy refrence clock enable.
578 uint64_t p_xenbn : 1; /**< Phy external clock enable.
597 uint64_t cdiv_byp : 1; /**< Used to enable the bypass input to the USB_CLK_DIV. */
604 uint64_t enable : 1; /**< When '1' allows the generation of the hclk. When member in struct:cvmx_usbnx_clk_ctl::cvmx_usbnx_clk_ctl_cn30xx
628 uint64_t enable : 1;
687 uint64_t cdiv_byp : 1; /**< Used to enable the bypass input to the USB_CLK_DIV. */
694 uint64_t enable member in struct:cvmx_usbnx_clk_ctl::cvmx_usbnx_clk_ctl_cn50xx
[all...]
H A Dcvmx-pcmx-defs.h800 uint64_t enable : 1; /**< If 1, PCM is enabled, otherwise pins are GPIOs member in struct:cvmx_pcmx_tdm_cfg::cvmx_pcmx_tdm_cfg_s
807 uint64_t enable : 1;
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdac.c167 uint8_t enable; member in struct:__anon8961
1155 * Try to enable PCIe snoop to avoid messing around with
1158 * general solutions on how to enable it, forcing us (even
1159 * Microsoft) to enable uncacheable or write combined DMA
1171 if ((v & hdac_pcie_snoop[i].enable) ==
1172 hdac_pcie_snoop[i].enable)
1175 v |= hdac_pcie_snoop[i].enable;
1178 if ((v & hdac_pcie_snoop[i].enable) !=
1179 hdac_pcie_snoop[i].enable) {
1182 "WARNING: Failed to enable PCI
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.sys.mk17 # include this if you want to enable meta mode
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk117 -mllvm -enable-load-pre=false -mllvm -simplifycfg-dup-ret
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_targ_bh.c229 /* Attempt to enable our lun */
249 immed_ccb.cel.enable = 1;
378 ccb.cel.enable = 0;
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_powerres.c503 acpi_pwr_wake_enable(ACPI_HANDLE consumer, int enable) argument
527 if (enable)
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_init.h632 uint32_t en_mask; /* Mask to enable parity attentions */
744 static inline void ecore_set_mcp_parity(struct bxe_softc *sc, uint8_t enable) argument
752 if (enable)
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_iic.c87 intel_iic_quirk_set(struct drm_i915_private *dev_priv, bool enable) argument
96 if (enable)
325 * We will re-enable it at the start of the next xfer,
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_82575.c745 * @active: TRUE to enable LPLU, FALSE to disable
792 * important. During driver activity we should enable
831 * @active: TRUE to enable LPLU, FALSE to disable
862 * important. During driver activity we should enable
878 * @active: boolean used to enable/disable lplu
884 * and enable Smartspeed. LPLU and Smartspeed are mutually exclusive. LPLU
904 * important. During driver activity we should enable
2001 * e1000_rx_fifo_flush_82575 - Clean rx fifo after Rx enable
2004 * After rx enable if managability is enabled then there is likely some
2039 * incoming packets are rejected. Set enable an
2133 e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf) argument
2180 e1000_vmdq_set_loopback_pf(struct e1000_hw *hw, bool enable) argument
2216 e1000_vmdq_set_replication_pf(struct e1000_hw *hw, bool enable) argument
[all...]
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_generic.c193 * only IFCAP_NETMAP instead of NAF_NATIVE_ON to enable the irq.
207 generic_netmap_register(struct netmap_adapter *na, int enable) argument
225 if (enable) { /* Enable netmap mode. */
/freebsd-9.3-release/sys/dev/sound/pci/
H A Daureal.c235 au_setadb(struct au_info *au, u_int32_t c, u_int32_t enable) argument
241 x |= (enable << c);
H A Datiixp.c225 /* enable all relevant interrupt sources we can handle */
266 /* explicitly enable power */
872 uint32_t status, enable, detected_codecs; local
911 enable = atiixp_rd(sc, ATI_REG_IER);
912 enable &= ~detected_codecs;
913 atiixp_wr(sc, ATI_REG_IER, enable);
955 /* enable all codecs to interrupt as well as the new frame interrupt */
1397 /* enable interrupts */
/freebsd-9.3-release/sys/isa/
H A Dpnp.c68 * to enable power.
232 pnp_set_config(void *arg, struct isa_config *config, int enable) argument
362 pnp_write(PNP_ACTIVATE, enable ? 1 : 0);
/freebsd-9.3-release/usr.sbin/wpa/hostapd/
H A Ddriver_freebsd.c165 bsd_ctrl_iface(void *priv, int enable) argument
181 if (enable) {
271 wpa_printf(MSG_DEBUG, "%s: enable WPA= 0x%x", __func__, params->wpa);
301 wpa_printf(MSG_ERROR, "%s: Failed to enable WPA/802.1X",
/freebsd-9.3-release/sys/amd64/amd64/
H A Dsys_machdep.c379 if (uap->enable)
406 uap->enable = !state;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinftarg.c520 child_enable_exception_callback (enum exception_event_kind kind, int enable) argument
/freebsd-9.3-release/crypto/openssl/
H A DMakefile.shared239 base=-Wl,--enable-auto-image-base; \
254 base=-Wl,--enable-auto-image-base; \
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h562 u_int16_t enable; /* 0x00 - disable */ member in struct:__anon9869
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c1577 /* Special case: disable/enable all PSM */
1578 if (ip->enable)
1589 if (ip->enable)
1596 if (ip->enable)
1603 if (ip->enable)
/freebsd-9.3-release/usr.sbin/bsdconfig/dot/
H A Ddot335 # NOTE: Do not re-enable until said bug is fixed in some future revision.
338 # printf '\tconcentrate = true;\t// enable edge concentrators\n'
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_port.c474 ctx->scratch->int1 = bp->enable;
542 val->v.integer = bp->enable;
1237 ctx->scratch->int1 = bp->enable;
1306 val->v.integer = bp->enable;
/freebsd-9.3-release/usr.sbin/ppp/
H A Dphysical.c808 physical_SetRtsCts(struct physical *p, int enable) argument
810 p->cfg.rts_cts = enable ? 1 : 0;
1136 physical_SetPPPoEnonstandard(struct physical *p, int enable) argument
1138 p->cfg.nonstandard_pppoe = enable ? 1 : 0;
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_cbq.c824 * ioctl request to enable class based queueing. It searches the list
833 cbq_set_enable(ep, enable)
835 int enable;
845 switch (enable) {

Completed in 344 milliseconds

1234567891011>>