Searched defs:enabled (Results 51 - 75 of 235) sorted by relevance

12345678910

/freebsd-current/contrib/wpa/src/ap/
H A Dwpa_auth_kay.c55 static int hapd_enable_protect_frames(void *priv, bool enabled) argument
65 static int hapd_enable_encrypt(void *priv, bool enabled) argument
75 static int hapd_set_replay_protect(void *priv, bool enabled, u32 window) argument
96 static int hapd_enable_controlled_port(void *priv, bool enabled) argument
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c47 static int wpas_enable_protect_frames(void *wpa_s, bool enabled) argument
53 static int wpas_enable_encrypt(void *wpa_s, bool enabled) argument
59 static int wpas_set_replay_protect(void *wpa_s, bool enabled, u32 window) argument
71 static int wpas_enable_controlled_port(void *wpa_s, bool enabled) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h269 void SetEnabled(bool enabled) { argument
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dwow.c552 void ath10k_wow_op_set_wakeup(struct ieee80211_hw *hw, bool enabled) argument
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Deswitch.h115 bool enabled; member in struct:mlx5_vport
/freebsd-current/sys/kern/
H A Dkern_sharedpage.c148 uint32_t enabled, idx; local
181 uint32_t enabled, idx; local
/freebsd-current/sys/netgraph/
H A Dng_pptpgre.h59 u_char enabled; /* enables traffic flow */ member in struct:ng_pptpgre_conf
H A Dng_l2tp.h72 u_char enabled; /* enables traffic flow */ member in struct:ng_l2tp_config
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dwow.c766 void ath11k_wow_op_set_wakeup(struct ieee80211_hw *hw, bool enabled) argument
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_features.c175 boolean_t enabled; member in struct:pqi_firmware_feature
[all...]
/freebsd-current/sys/dev/cxgbe/
H A Dt4_tracer.c267 int rc, i, enabled; local
/freebsd-current/sys/netpfil/pf/
H A Dpf_syncookies.c194 bool enabled, adaptive; local
/freebsd-current/sys/dev/enetc/
H A Denetc.h43 bool enabled; member in struct:enetc_rx_queue
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c68 bool enabled; member in struct:systimer
/freebsd-current/sys/arm/freescale/vybrid/
H A Dvf_port.c75 uint32_t enabled; member in struct:port_event
/freebsd-current/sys/dev/xen/evtchn/
H A Devtchn_dev.c91 bool enabled; member in struct:user_evtchn
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cpp208 void InitializeCoverage(bool enabled, const char *dir) { argument
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h39 unsigned int enabled : 1; member in struct:ompt_callbacks_active_s
/freebsd-current/usr.sbin/bhyve/
H A Dpci_fbuf.c215 pci_fbuf_baraddr(struct pci_devinst *pi, int baridx, int enabled, argument
/freebsd-current/sys/dev/pwm/controller/allwinner/
H A Daw_pwm.c87 bool enabled; member in struct:aw_pwm_softc
360 aw_pwm_channel_is_enabled(device_t dev, u_int channel, bool *enabled) argument
/freebsd-current/stand/liblua/
H A Dlutils.c420 lua_add_feature(void *cookie, const char *name, const char *desc, bool enabled) argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp98 void SBBreakpointLocation::SetEnabled(bool enabled) { argument
H A DSBWatchpoint.cpp134 void SBWatchpoint::SetEnabled(bool enabled) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp121 void BreakpointSite::SetEnabled(bool enabled) { m_enabled = enabled; } argument
/freebsd-current/usr.sbin/nscd/
H A Dconfig.h89 int enabled; member in struct:configuration_entry

Completed in 303 milliseconds

12345678910