Searched refs:enabled (Results 276 - 300 of 356) sorted by relevance

<<1112131415

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmtaux.c1651 if (!tti->enabled)
1681 if (!tti->enabled)
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dni.c662 /* enabled rb are just the one not disabled :) */
679 /* RB0 disabled, RB1 enabled */
682 /* RB1 disabled, RB0 enabled */
875 DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
1145 /* set the wb address whether it's enabled or not */
1162 /* set the wb address whether it's enabled or not */
1229 if (rdev->wb.enabled) {
1326 /* set the wb address whether it's enabled or not */
1332 if (rdev->wb.enabled)
H A Dradeon_cs.c265 !p->rdev->vm_manager.enabled) {
H A Dradeon_pm.c723 if (radeon_crtc->enabled) {
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h489 int enabled; /**< whether the AGP bus as been enabled */ member in struct:drm_agp_head
747 * interrupt cannot be enabled.
1023 int irq_enabled; /**< True if irq handler is enabled */
1105 int msi_enabled; /* MSI enabled */
1692 int enabled; /* so we don't call enable more than */ member in struct:drm_vblank_info
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_match.c478 * When recursive inclusion of directory content is enabled,
488 archive_match_set_inclusion_recursion(struct archive *_a, int enabled) argument
495 a->recursive_include = enabled;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ses.h1914 GEN_SES_STATUS_TARGET_PORT_ACCESSORS(enabled, ENABLED)
1947 GEN_SES_STATUS_INITIATOR_PORT_ACCESSORS(enabled, ENABLED)
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_mcdi.c1767 * as this may fail (and leave periodic DMA enabled) if the
1973 __in boolean_t enabled,
1988 MCDI_IN_SET_DWORD(req, WORKAROUND_IN_ENABLED, enabled ? 1 : 0);
1970 efx_mcdi_set_workaround( __in efx_nic_t *enp, __in uint32_t type, __in boolean_t enabled, __out_opt uint32_t *flagsp) argument
H A Defx_impl.h1125 __in boolean_t enabled,
/freebsd-11-stable/stand/lua/
H A Dcore.lua52 -- reliably. Just set it enabled if we detect it and leave well enough
/freebsd-11-stable/contrib/serf/buckets/
H A Dssl_buckets.c1865 apr_status_t serf_ssl_use_compression(serf_ssl_context_t *ssl_ctx, int enabled) argument
1867 if (enabled) {
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c218 * Return 1 if SVM is enabled on this processor and 0 otherwise.
375 int enabled)
385 if (enabled)
1010 ("%s: vintr intercept should be enabled", __func__));
1070 * executes an IRET. The IRET intercept is enabled when an NMI is injected to
1088 VCPU_CTR0(sc->vm, vcpu, "vNMI blocking enabled");
2277 *retval = 1; /* unrestricted guest is always enabled */
374 svm_set_intercept(struct svm_softc *sc, int vcpu, int idx, uint32_t bitmask, int enabled) argument
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_common.h788 int filter_index, int *inverted, int *enabled);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_drv.c218 DRM_INFO("MSI enabled %d message(s)\n",
385 dev->agp->enabled = 0;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_lvds.c298 * the screen. Should be enabled before the pipe is enabled, according
590 if (crtc && crtc->enabled) {
592 * If the CRTC is enabled, the display will be changed
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c217 * If radio disable switch connection to GPIO bit x is enabled
262 ar9300_set_power_led_state(struct ath_hal *ah, u_int8_t enabled) argument
266 val = enabled ? AR_CFG_LED_MODE_POWER_ON : AR_CFG_LED_MODE_POWER_OFF;
274 ar9300_set_network_led_state(struct ath_hal *ah, u_int8_t enabled) argument
278 val = enabled ? AR_CFG_LED_MODE_NETWORK_ON : AR_CFG_LED_MODE_NETWORK_OFF;
800 /* Is RIFS RX currently enabled */
2911 /* for Poseidon which ath_hal_sta_update_tx_pwr_enable is enabled */
3267 /* if scropion and smart antenna is enabled, write swcom1 with 0x440
/freebsd-11-stable/sys/x86/x86/
H A Dmca.c100 SYSCTL_INT(_hw_mca, OID_AUTO, enabled, CTLFLAG_RDTUN, &mca_enabled, 0,
114 "Is the workaround for Erratum 383 on AMD Family 10h processors enabled?");
272 * erratum respectively), unless reporting is enabled.
980 * If counter is enabled then either the firmware or another CPU
1075 * always enabled and reserved.
/freebsd-11-stable/sys/dev/mpr/
H A Dmprvar.h172 uint8_t enabled; member in struct:mpr_fw_diagnostic_buffer
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.h382 int enabled; member in struct:__anon7149
/freebsd-11-stable/usr.sbin/ppp/
H A Dtty.c240 cfg.enabled = 1;
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h623 int filter_index, int *enabled);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c69 /* System not enabled or bad system state: */
3262 int enabled)
3277 enabled < 0 || enabled > 1)
3285 priv->mfunc.master.vf_admin[slave].enable_smi[port] = enabled;
3261 mlx4_vf_set_enable_smi_admin(struct mlx4_dev *dev, int slave, int port, int enabled) argument
/freebsd-11-stable/sys/sys/
H A Data.h204 } __packed support, enabled; member in struct:ata_params
264 #define ATA_SECURITY_ENABLED 0x0002 /* ATA Security is enabled */
/freebsd-11-stable/sys/netinet/
H A Dsiftr.c208 /* Is SACK enabled? */
302 SYSCTL_PROC(_net_inet_siftr, OID_AUTO, enabled, CTLTYPE_UINT|CTLFLAG_RW,
811 * maximum pps throughput processing when SIFTR is loaded and enabled.
1177 * If enabled, close the existing alq and switch the old
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h250 void InitializeCoverage(bool enabled, const char *coverage_dir);

Completed in 544 milliseconds

<<1112131415