Searched refs:enabled (Results 126 - 150 of 356) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_devcfg.c336 int error, enabled; local
338 enabled = zy7_pl_level_shifters_enabled();
340 error = sysctl_handle_int(oidp, &enabled, 0, req);
344 if (enabled)
/freebsd-11-stable/crypto/openssh/
H A Dauth.h95 int *enabled; member in struct:Authmethod
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.h33 int enabled);
48 int hostapd_set_privacy(struct hostapd_data *hapd, int enabled);
149 int enabled)
154 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled);
148 hostapd_drv_set_countermeasures(struct hostapd_data *hapd, int enabled) argument
H A Dap_drv_ops.c288 int enabled)
293 params.enabled = enabled;
294 if (enabled) {
459 int hostapd_set_privacy(struct hostapd_data *hapd, int enabled) argument
463 return hapd->driver->set_privacy(hapd->drv_priv, enabled);
809 "is not enabled");
894 * If no chanlist config parameter is provided, include all enabled
287 hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname, int enabled) argument
H A Dwnm_ap.c143 /* add key data if MFP is enabled */
387 int enabled = hapd->conf->bss_transition; local
391 enabled = 1;
393 if (!enabled) {
443 int enabled = hapd->conf->bss_transition; local
448 enabled = 1;
450 if (!enabled) {
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.h351 void eap_set_fast_reauth(struct eap_sm *sm, int enabled);
/freebsd-11-stable/sys/dev/ioat/
H A Dioat_test.c569 int error, enabled; local
571 enabled = (g_ioat_cdev != NULL);
572 error = sysctl_handle_int(oidp, &enabled, 0, req);
576 enable_ioat_test(enabled);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Deswitch.h117 bool enabled; member in struct:mlx5_vport
H A Dmlx5_eswitch.c368 if (esw->fdb_table.fdb) /* SRIOV is enabled: Forward UC MAC to vport */
599 if (vport->enabled)
934 WARN_ON(vport->enabled);
955 vport->enabled = true;
992 if (!vport->enabled) {
1000 vport->enabled = false;
1055 esw_info(esw->dev, "SRIOV enabled: active vports(%d)\n",
1080 /* VPORT 0 (PF) must be enabled back with non-sriov configuration */
1144 /* VF Vports will be enabled when SRIOV is enabled */
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp80 void BreakpointLocation::SetEnabled(bool enabled) { argument
81 GetLocationOptions()->SetEnabled(enabled);
82 if (enabled) {
87 SendBreakpointLocationChangedEvent(enabled ? eBreakpointEventTypeEnabled
631 ? "enabled "
H A DWatchpointList.cpp221 void WatchpointList::SetEnabledAll(bool enabled) { argument
226 (*pos)->SetEnabled(enabled);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h72 void SetEnabled(bool enabled, bool notify = true);
168 bool m_enabled; // Is this watchpoint enabled
177 // At the end of the ephemeral mode when the watchpoint is to be enabled
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S238 * Thus, the A20 line is already enabled.
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c257 cachedb_env->enabled = 1;
279 if(cachedb_env->enabled) {
394 * enabled. Such a reply won't be reusable and simply be a waste for
543 /* If serve-expired is enabled, we still use an expired message
553 /* Similar to the unbound worker, if serve-expired is enabled and
675 /* check if we are enabled, and skip if so */
676 if(!ie->enabled) {
750 /* check if we are not enabled or instructed to not cache, and skip */
751 if(!ie->enabled || qstate->no_cache_store) {
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h706 * ht_enabled - Whether HT is enabled
714 * -1 = HT40 enabled, secondary channel below primary,
715 * 1 = HT40 enabled, secondary channel above primary
720 * vht_enabled - Whether VHT is enabled
725 * he_enabled - Whether HE is enabled
1013 * AP mode: 1 = enabled, 0 = disabled
1014 * STA mode: bits 0..3 UAPSD enabled for VO,VI,BK,BE
1322 * cts_protect - Whether CTS protection is enabled
1327 * preamble - Whether short preamble is enabled
1332 * short_slot_time - Whether short slot time is enabled
1933 int enabled; member in struct:wpa_bss_params
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i297 enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether this breakpoint is enabled or not.''')
/freebsd-11-stable/sys/netgraph/
H A Dng_l2tp.c468 conf->enabled = !!conf->enabled;
470 if (priv->conf.enabled
764 if (!priv->conf.enabled) {
978 /* Handle data sequence numbers if present and enabled */
1023 if (!priv->conf.enabled) {
1105 if (!priv->conf.enabled) {
1218 /* If node is enabled, deny update to sequence numbers. */
1219 if (priv->conf.enabled)
1245 if (!conf->enabled) {
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dlistener.c84 unsigned enabled : 1; member in struct:evconnlistener
291 lev->enabled = 1;
305 lev->enabled = 0;
369 if (lev->enabled && !lev->cb)
541 if (!as->lev->base.enabled)
839 lev->base.enabled = 1;
H A Dbufferevent_async.c195 if (!beva->ok || !(bev->enabled&EV_WRITE) ||
241 if (!beva->ok || !(bev->enabled&EV_READ)) {
585 be_async_enable(bev, bev->enabled);
/freebsd-11-stable/sys/arm/ti/
H A Dti_adc.c135 /* Enable the ADC. Run thru enabled steps, start the conversions. */
152 /* Disable all the enabled steps. */
185 uint32_t enabled; local
189 /* Check for enabled inputs. */
190 enabled = sc->sc_tsc_enabled;
194 enabled |= (1U << (ain + 1));
198 if (enabled != 0) {
200 /* Update the enabled steps. */
201 if (enabled != ADC_READ4(sc, ADC_STEPENABLE))
202 ADC_WRITE4(sc, ADC_STEPENABLE, enabled);
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_sleepqueue.c114 * The lock pointer is only used when invariants are enabled for various
293 * channel. If INVARIANTS is enabled, then it associates the passed in
1315 int enabled; local
1319 enabled = prof_enabled;
1330 prof_enabled = enabled;
1379 int enabled; local
1388 enabled = prof_enabled;
1399 prof_enabled = enabled;
H A Dkern_tc.c2185 uint32_t enabled; local
2194 enabled = th->th_counter->tc_fill_vdso_timehands(vdso_th,
2197 enabled = 0;
2199 enabled = 0;
2200 return (enabled);
2208 uint32_t enabled; local
2219 enabled = th->th_counter->tc_fill_vdso_timehands32(vdso_th32,
2222 enabled = 0;
2224 enabled = 0;
2225 return (enabled);
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c123 if(p_FmPcd->enabled)
125 *(uint8_t*)(p_IpcReply->replyBody) = (uint8_t)p_FmPcd->enabled;
757 if(p_FmPcd->enabled)
824 p_FmPcd->enabled = TRUE;
828 uint8_t enabled; local
836 replyLength = sizeof(uint32_t) + sizeof(enabled);
845 if (replyLength != sizeof(uint32_t) + sizeof(enabled))
847 p_FmPcd->enabled = (bool)!!(*(uint8_t*)(reply.replyBody));
848 if (!p_FmPcd->enabled)
849 RETURN_ERROR(MAJOR, E_INVALID_STATE, ("FM-PCD master should be enabled firs
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp370 /// It is valid to run the enable command when logging is already enabled.
437 "target program's stderr. When DarwinLog is enabled, we shut off "
569 StructuredData::DictionarySP BuildConfigurationData(bool enabled) { argument
572 // Set the basic enabled state.
573 config_sp->AddBooleanItem("enabled", enabled);
576 if (!enabled)
781 // Save off enabled configuration so we can apply these parsed options
822 // is insurance to assure us that logging is really enabled. Requesting
823 // that logging be enabled fo
887 const bool enabled = variable
1233 SetEnabled(bool enabled) argument
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_emul.c535 * If the pci device has enabled the address space decoding then intercept
876 pi->pi_msix.enabled = val & PCIM_MSIXCTRL_MSIX_ENABLE;
912 pi->pi_msi.enabled = msgctrl & PCIM_MSICTRL_MSI_ENABLE ? 1 : 0;
913 if (pi->pi_msi.enabled) {
1402 return (pi->pi_msi.enabled);
1408 if (pi->pi_msi.enabled)
1418 return (pi->pi_msix.enabled && !pi->pi_msi.enabled);
1458 return (!(pi->pi_msi.enabled || pi->pi_msix.enabled ||
[all...]

Completed in 483 milliseconds

1234567891011>>