Searched refs:enable (Results 76 - 100 of 642) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/openpam/
H A Dtest-driver47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dbytemap.h38 void enable() {} function in class:scudo::FlatByteMap
89 void enable() { Mutex.unlock(); } function in class:scudo::TwoLevelByteMap
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointName.i49 void SetEnabled(bool enable);
H A DSBLaunchInfo.i128 SetDetachOnError(bool enable);
/freebsd-11-stable/sys/netgraph/
H A Dng_deflate.c236 if (cfg->enable) {
243 if (priv->cfg.enable) {
248 priv->cfg.enable = 0;
254 if (priv->cfg.enable) {
267 priv->cfg.enable = 0;
276 priv->cfg.enable = 0;
334 if (!priv->cfg.enable) {
380 if (priv->cfg.enable) {
402 if (priv->cfg.enable) {
407 priv->cfg.enable
[all...]
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c222 if (ctl->enable == 0)
488 if (w1 == NULL || w1->enable == 0)
539 if (w->enable == 0 || w->type !=
591 if (w == NULL || w->enable == 0 || w->type !=
689 if (w->enable == 0 || w->type !=
752 if (w == NULL || w->enable == 0 || w->type !=
805 if (w == NULL || w->enable == 0 || w->type !=
1145 (w->enable == 0) ? " [DISABLED]" : "");
1213 else if (cw->enable == 0)
2244 if (w == NULL || w->enable
2870 uint32_t data, dir, enable, wake, unsol, sticky; local
6333 uint32_t data = 0, enable = 0, dir = 0; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c357 * returning) to disable/enable the SIGTSTP (i.e., ^Z) catcher.
366 _nc_signal_handler(int enable) argument
368 T((T_CALLED("_nc_signal_handler(%d)"), enable));
376 if (!enable) {
397 if (enable) {
/freebsd-11-stable/contrib/dialog/package/freebsd/
H A DMakefile25 CONFIGURE_ARGS= --enable-widec \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java104 consumer.enable();
/freebsd-11-stable/sys/dev/adb/
H A Dadb.h61 u_int adb_set_autopoll(device_t dev, u_char enable);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo.h71 void (*dpms)(struct intel_dvo_device *dvo, bool enable);
H A Ddvo_ivch.c294 static void ivch_dpms(struct intel_dvo_device *dvo, bool enable) argument
303 if (enable)
309 if (enable)
321 if (((vr30 & VR30_PANEL_ON) != 0) == enable)
/freebsd-11-stable/sys/x86/include/
H A Dsysarch.h64 int enable; member in struct:i386_ioperm_args
/freebsd-11-stable/sys/dev/hptmv/
H A Dglobal.h76 UCHAR df_tcq: 1; /* enable TCQ */
78 UCHAR df_ncq: 1; /* enable NCQ */
80 UCHAR df_write_cache: 1; /* enable write cache */
82 UCHAR df_read_ahead: 1; /* enable read ahead */
188 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth);
189 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth);
190 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable);
191 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable);
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-mgmt.h137 * @pm_ctrl_pme_enable: PME pin enable
142 * @pm_ppb_ext_ecc_en: Bus power/clock control enable
209 * @enable: 1 - MSI enabled, 0 - MSI not enabled
238 u32 enable; member in struct:vxge_hal_mgmt_msi_cap_t
279 * @enable: 1 - MSIX enabled, 0 - MSIX not enabled
290 u32 enable; member in struct:vxge_hal_mgmt_msix_cap_t
664 * @enable:Boolean set to 1 to enable and 0 to disable.
671 vxge_hal_mgmt_pma_loopback(vxge_hal_device_h devh, u32 port, u32 enable);
677 * @enable
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_serdes.h318 * SERDES lane Rx rate change software flow enable
461 * @param enable
467 al_bool enable);
483 * @param enable
490 al_bool enable);
555 * @param enable
562 al_bool enable);
593 * @param enable
600 al_bool enable);
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A DMakefile4 disk-list.sh disk-part.sh enable-net.sh get-packages.sh list-config.sh \
/freebsd-11-stable/usr.sbin/pc-sysinstall/pc-sysinstall/
H A Dpc-sysinstall.sh160 enable-net) ${QUERYDIR}/enable-net.sh "${2}" "${3}" "${4}" "${5}" "${6}" "${7}"
/freebsd-11-stable/sys/arm/ti/
H A Dti_adc.c193 if (ti_adc_inputs[ain].enable)
254 ti_adc_inputs[ain].enable = 0;
301 int32_t enable; local
308 enable = input->enable;
309 error = sysctl_handle_int(oidp, &enable, sizeof(enable),
314 if (enable)
315 enable = 1;
319 if (input->enable !
[all...]
H A Dti_adcvar.h66 int32_t enable; /* input enabled */ member in struct:ti_adc_input
/freebsd-11-stable/sys/amd64/vmm/io/
H A Diommu.h49 iommu_enable_func_t enable; member in struct:iommu_ops
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_usbphy.c76 static int awusbphy_phy_enable(struct phynode *phy, bool enable);
103 device_printf(dev, "couldn't enable clock %s\n",
161 awusbphy_phy_enable(struct phynode *phynode, bool enable) argument
183 if (enable) {
184 /* If an external vbus is detected, do not enable phy 0 */
198 enable ? "enable" : "disable", (intmax_t)phy);
/freebsd-11-stable/sys/nfs/
H A Dnfs_fha.h43 int enable; member in struct:fha_ctls
/freebsd-11-stable/usr.bin/iscsictl/
H A Discsictl.h104 int parse_enable(const char *enable);

Completed in 200 milliseconds

1234567891011>>