Searched refs:enable (Results 451 - 475 of 642) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/lib/libusb/
H A Dlibusb.h500 int libusb_set_auto_detach_kernel_driver(libusb_device_handle *dev, int enable);
H A Dlibusb10.c933 libusb_set_auto_detach_kernel_driver(libusb_device_handle *dev, int enable) argument
935 dev->auto_detach = (enable ? 1 : 0);
/freebsd-11-stable/sys/kern/
H A Dsubr_lock.c696 SYSCTL_PROC(_debug_lock_prof, OID_AUTO, enable, CTLTYPE_INT | CTLFLAG_RW,
/freebsd-11-stable/sys/netinet/
H A Dtcp_hostcache.c131 SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, enable, CTLFLAG_VNET | CTLFLAG_RW,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c989 u32 enable; member in struct:ecore_llh_filter_e4_details
1010 /* Filter enable - should be done first when removing a filter */
1011 if (b_write_access && !p_details->enable) {
1014 p_details->enable);
1065 /* Filter enable - should be done last when adding a filter */
1066 if (!b_write_access || p_details->enable) {
1070 p_details->enable);
1072 p_details->enable = ecore_ppfid_rd(p_hwfn, p_ptt,
1086 filter_details.enable = 1;
1579 "filter %2hhd: enable
[all...]
/freebsd-11-stable/contrib/libstdc++/libmath/
H A DMakefile.in43 am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c949 /* enable & clear counters */
1897 /* enable parser */
3539 t_Error FM_PORT_SetFrameQueueCounters(t_Handle h_FmPort, bool enable) argument
3548 if(enable)
3558 t_Error FM_PORT_SetPerformanceCounters(t_Handle h_FmPort, bool enable) argument
3584 if(enable)
3765 t_Error FM_PORT_SetStatisticsCounters(t_Handle h_FmPort, bool enable) argument
3794 if(enable)
3832 t_Error FM_PORT_SetAllocBufCounter(t_Handle h_FmPort, uint8_t poolId, bool enable) argument
3850 if(enable)
[all...]
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c870 enable();
880 enable();
/freebsd-11-stable/crypto/openssh/
H A Dbuildpkg.sh.in428 svcadm enable $OPENSSH_FMRI
/freebsd-11-stable/sys/arm/allwinner/
H A Daxp209.c659 axp2xx_regnode_enable(struct regnode *regnode, bool enable, int *udelay) argument
667 if (enable)
1213 /* Only enable interrupts that we are interested in */
1241 device_printf(dev, "Cannot enable sensor '%s'\n",
1247 device_printf(dev, "Cannot enable sensor '%s'\n",
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1385 int mlx4_SET_PORT_VXLAN(struct mlx4_dev *dev, u8 port, u8 steering, int enable);
1503 int enable);
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbd.c122 /* reset, initialize and enable the device */
133 (*sw->enable)(*kbd);
238 .enable = atkbd_enable,
1237 /* enable the keyboard port, but disable the keyboard intr. */
1251 /* enable the keyboard port and intr. */
1310 * we shall enable the keyboard port and interrupt so that
1364 /* enable the keyboard port, but disable the keyboard intr. */
1471 /* enable the keyboard port and intr. */
1485 printf("atkbd: unable to enable the keyboard port and intr.\n");
/freebsd-11-stable/sys/i386/bios/
H A Dapm.c235 /* enable/disable power management */
237 apm_enable_disable_pm(int enable) argument
247 sc->bios.r.ecx = enable;
771 /* enable APM BIOS */
1225 /* enable power management */
1228 APM_DPRINT("apm: *Warning* enable function failed! [%x]\n",
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h171 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } argument
2353 /// feature should implement this to enable/disable/configure the feature.
2370 /// also take an enable/disable flag.
2407 /// Starts tracing with the configuration provided in options. To enable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp600 // We try to enable error strings in remote packets but if we fail, we just
1849 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) {
1852 ::snprintf(packet, sizeof(packet), "QSetDisableASLR:%i", enable ? 1 : 0);
1867 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) {
1870 "QSetDetachOnError:%i", enable ? 1 : 0);
2289 bool GDBRemoteCommunicationClient::SetNonStopMode(const bool enable) {
2293 ::snprintf(packet, sizeof(packet), "QNonStop:%1d", (int)enable);
/freebsd-11-stable/contrib/ntp/
H A Dconfigure1211 -enable-* | --enable-*)
1212 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1222 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1695 --disable-option-checking ignore unrecognized --enable/--with options
1696 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1697 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1700 --enable-silent-rules less verbose build output (undo: "make V=1")
1702 --enable-dependency-tracking
1708 --enable
[all...]
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure406 -enable-* | --enable-*)
407 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
845 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
846 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
847 --enable-werror-always enable -Werror despite compiler version
848 --enable-maintainer-mode enable rules only needed by maintainers
1054 | -enable
[all...]
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c2946 * t4_seeprom_wp - enable/disable EEPROM write protection
2948 * @enable: whether to enable or disable write protection
2952 int t4_seeprom_wp(struct adapter *adapter, int enable) argument
2954 return t4_seeprom_write(adapter, EEPROM_STAT_ADDR, enable ? 0xc : 0);
3102 SF_WR_ENABLE = 6, /* enable writes */
3850 * enable/disable auto-negotiation as desired, and reset.
3973 intr_alert_char(u32 cause, u32 enable, u32 fatal) argument
3978 if (cause & enable)
3986 u32 enable, fata local
6525 t4_set_trace_filter(struct adapter *adap, const struct trace_params *tp, int idx, int enable) argument
6990 t4_wol_pat_enable(struct adapter *adap, unsigned int port, unsigned int map, u64 mask0, u64 mask1, unsigned int crc, bool enable) argument
[all...]
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c4731 * the type(s) of interrupts to enable.
4937 * the type(s) of interrupts to enable.
4978 * the type(s) of interrupts to enable.
6249 * completed descriptors and re-enable the interrupts.
7987 if (vp_config->ring.enable == VXGE_HAL_RING_DISABLE) {
8235 if (vpath->vp_config->fifo.enable == VXGE_HAL_FIFO_ENABLE) {
8419 if (vp_config->ring.enable == VXGE_HAL_RING_ENABLE) {
8642 if (vp_config->fifo.enable == VXGE_HAL_FIFO_ENABLE) {
8797 if (vpath->vp_config->ring.enable == VXGE_HAL_RING_ENABLE) {
8825 if (vpath->vp_config->fifo.enable
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure250 -enable-* | --enable-*)
251 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
700 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
701 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
714 --with-pkg-config{=path} enable/disable use of pkg-config
716 --enable-pc-files generate and install .pc files for pkg-config
717 --enable-mixed-case tic should assume mixed-case filenames
727 --disable-libtool-version enable to use libtool's incompatible naming scheme
740 --enable
[all...]
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c341 device_printf(vdev->ndev, "failed to enable device\n");
368 "can't enable bcast on vpath (%d)\n", i);
1529 if (hal_vpath->vp_config->fifo.enable) {
2143 vp_config->fifo.enable = VXGE_HAL_FIFO_DISABLE;
2144 vp_config->ring.enable = VXGE_HAL_RING_DISABLE;
2157 vp_config->ring.enable = VXGE_HAL_RING_ENABLE;
2195 vp_config->fifo.enable = VXGE_HAL_FIFO_ENABLE;
2855 (vdev->config.l2_switch) ? "enable" : "disable" :
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure1080 -enable-* | --enable-*)
1081 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1091 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1564 --disable-option-checking ignore unrecognized --enable/--with options
1565 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1566 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1567 --enable-silent-rules less verbose build output (undo: "make V=1")
1569 --enable-dependency-tracking
1574 --enable
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure553 -enable-* | --enable-*)
554 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1000 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1001 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1003 --enable-dependency-tracking do not reject slow dependency extractors
1004 --enable-shared[=PKGS]
1006 --enable-static[=PKGS]
1008 --enable-fast-install[=PKGS]
1011 --enable
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dconfigure406 -enable-* | --enable-*)
407 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
850 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
851 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
852 --enable-werror-always enable -Werror despite compiler version
854 --enable-maintainer-mode enable rules only needed by maintainers
855 --enable
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c688 usbn_clk_ctl.s.enable = 0;
792 usbn_clk_ctl.s.enable = 1;
865 /* Disable all channel interrupts. We'll enable them per channel later */
894 /* Steps 4-15 from the manual are done later in the port enable */
940 usbn_clk_ctl.s.enable = 1;
2082 /* Only enable SOF interrupts when we have transactions pending in the

Completed in 441 milliseconds

<<11121314151617181920>>