Searched refs:enable (Results 1 - 25 of 642) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure888 -enable-* | --enable-*)
889 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
899 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1373 --disable-option-checking ignore unrecognized --enable/--with options
1374 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1375 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1376 --enable-threads build with threads
1377 --enable-shared build and link with shared libraries (default: on)
1378 --enable
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c941 ** These #defines should enable >2GB file support on POSIX if the
953 ** without this option, LFS is enable. But LFS does not exist in the kernel
1794 ** functions to enable blocking locks with timeouts, to change the
1982 ** That integer is 0 to disable persistent WAL mode or 1 to enable persistent
1992 ** That integer is 0 to disable zero-damage mode or 1 to enable zero-damage
2978 ** argument which is interpreted as a boolean in order to enable or disable
3163 ** <dd> ^This option is used to enable or disable the enforcement of
3166 ** positive to enable FK enforcement or negative to leave FK enforcement
3174 ** <dd> ^This option is used to enable or disable [CREATE TRIGGER | triggers].
3177 ** positive to enable trigger
65045 sqlite3_enable_shared_cache(int enable) argument
[all...]
H A Dconfigure927 -enable-* | --enable-*)
928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1421 --disable-option-checking ignore unrecognized --enable/--with options
1422 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1423 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1424 --enable-silent-rules less verbose build output (undo: "make V=1")
1427 --enable-dependency-tracking
1431 --enable
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c2865 do_rpz_enable_disable(RES* ssl, struct worker* worker, char* arg, int enable) { argument
2891 if (enable) {
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1054 -enable-* | --enable-*)
1055 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1065 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1533 --disable-option-checking ignore unrecognized --enable/--with options
1534 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1535 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1536 --enable-checking Enable warnings, asserts, makefile-dependencies
1537 --enable-debug same as enable
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dipfw102 if ! ${SYSCTL} net.inet.ip.fw.enable=1 >/dev/null 2>&1; then
103 warn "failed to enable IPv4 firewall"
106 if ! ${SYSCTL} net.inet6.ip6.fw.enable=1 >/dev/null 2>&1
108 warn "failed to enable IPv6 firewall"
119 ${SYSCTL} net.inet.ip.fw.enable=0 >/dev/null
121 ${SYSCTL} net.inet6.ip6.fw.enable=0 >/dev/null
135 status=$(sysctl -n net.inet.ip.fw.enable)
138 status=$((${status} + $(sysctl -i -n net.inet6.ip6.fw.enable)))
/freebsd-11-stable/sys/netinet/
H A Dtcp_hostcache.c131 SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, enable, CTLFLAG_VNET | CTLFLAG_RW,
H A Dtcp_input.c185 SYSCTL_INT(_net_inet_tcp_ecn, OID_AUTO, enable, CTLFLAG_VNET | CTLFLAG_RW,
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c2391 if (!aic->enable) {
2623 So enable intrs and also arm first EQ
3004 /* read if user wants to enable hwlro or swlro */
/freebsd-11-stable/contrib/subversion/
H A Dconfigure1098 -enable-* | --enable-*)
1099 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1109 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1578 --disable-option-checking ignore unrecognized --enable/--with options
1579 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1580 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1581 --enable-apache-whitelist=VER
1583 typically used to enable the use of a old version
1585 --enable
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf.c217 static void set_state(enable)
218 u_int enable;
221 if (ioctl(fd, SIOCFRENB, &enable) == -1) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h1392 int mlx4_do_bond(struct mlx4_dev *dev, bool enable);
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_support.c76 test_filter_or_format(enabler enable) argument
78 test_success(archive_read_new, enable, archive_read_free);
79 test_failure(archive_write_new, enable, archive_write_free);
80 test_failure(archive_read_disk_new, enable, archive_read_free);
81 test_failure(archive_write_disk_new, enable, archive_write_free);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h1037 int mlx5_core_set_dc_cnak_trace(struct mlx5_core_dev *dev, int enable,
1084 int priority, int enable);
H A Dmlx5_ifc.h3731 u8 enable[0x1]; member in struct:mlx5_ifc_set_dc_cnak_trace_in_bits
4947 u8 enable[0x1]; member in struct:mlx5_ifc_query_dc_cnak_trace_out_bits
5001 u8 enable[0x1]; member in struct:mlx5_ifc_query_cong_status_out_bits
5739 u8 enable[0x1]; member in struct:mlx5_ifc_modify_cong_status_in_bits
6647 u8 enable[0x1]; member in struct:mlx5_ifc_diagnostic_params_context_bits
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_9 # To install; enable statistics and unbound-control in unbound.conf
13 # remote-control: control-enable: yes
80 the plugins directory to enable the graph.
/freebsd-11-stable/sys/dev/usb/serial/
H A Duftdi.c1797 uint8_t enable; local
1801 enable = (echar == -1) ? 0 : 1;
1808 USETW2(req.wValue, enable, echar & 0xff);
1818 uint8_t enable; local
1822 enable = (echar == -1) ? 0 : 1;
1829 USETW2(req.wValue, enable, echar & 0xff);
/freebsd-11-stable/usr.sbin/devctl/
H A Ddevctl.c77 " devctl enable device",
198 enable(int ac, char **av) function
204 err(1, "Failed to enable %s", av[1]);
207 DEVCTL_COMMAND(top, enable, enable);
/freebsd-11-stable/sys/kern/
H A Dsubr_sleepqueue.c1412 SYSCTL_PROC(_debug_sleepq, OID_AUTO, enable, CTLTYPE_INT | CTLFLAG_RW,
H A Dsubr_lock.c696 SYSCTL_PROC(_debug_lock_prof, OID_AUTO, enable, CTLTYPE_INT | CTLFLAG_RW,
H A Dkern_ktr.c276 int enable; local
278 enable = ktr_alq_enabled;
280 error = sysctl_handle_int(oidp, &enable, 0, req);
284 if (enable) {
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_cam.c2311 ccb->cel.enable ? "en" : "dis",
2317 trsrc->enabled = ccb->cel.enable;
/freebsd-11-stable/contrib/unbound/contrib/android/
H A D15-android.conf13 enable => [ ],
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c807 *is_enable = MLX5_GET(query_cong_status_out, out, enable);
812 int priority, int enable)
821 MLX5_SET(modify_cong_status_in, in, enable, enable);
811 mlx5_modify_port_cong_status(struct mlx5_core_dev *mdev, int protocol, int priority, int enable) argument
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile15 .error Please enable at least one of: MK_LLVM_TARGET_AARCH64,\

Completed in 996 milliseconds

1234567891011>>